=> 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-2024.08
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/interp.o
compiling src/core/str_hash_table.o
compiling src/core/fixkey_hash_table.o
compiling src/core/exceptions.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c: In function 'MVM_interp_run':
src/core/interp.c:776:30: warning: absolute value function 'labs' given an argument of type 'MVMint64' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value]
  776 |                 MVMint64 a = labs(GET_REG(cur_op, 2).i64), b = labs(GET_REG(cur_op, 4).i64), c;
      |                              ^~~~
src/core/interp.c:776:64: warning: absolute value function 'labs' given an argument of type 'MVMint64' {aka 'long long int'} but has parameter of type 'long int' which may cause truncation of value [-Wabsolute-value]
  776 |                 MVMint64 a = labs(GET_REG(cur_op, 2).i64), b = labs(GET_REG(cur_op, 4).i64), c;
      |                                                                ^~~~
compiling src/core/ptr_hash_table.o
src/core/interp.c:5609:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 5609 |                 MVMHLLConfig *want = (MVMHLLConfig *)GET_UI64(cur_op, 4);
      |                                      ^
compiling src/core/uni_hash_table.o
src/core/interp.c:6636:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6636 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 2),
      |                                 ^
src/core/interp.c:6650:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6650 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6665:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6665 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6680:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6680 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6695:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6695 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6710:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6710 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6724:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6724 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 2),
      |                                 ^
src/core/interp.c:6737:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6737 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6751:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6751 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
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, 2),
      |                                 ^
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),
      |                                 ^
src/core/interp.c:6836:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6836 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6851:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6851 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6866:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6866 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
src/core/interp.c:6881:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 6881 |                     .callsite = (MVMCallsite *)GET_UI64(cur_op, 4),
      |                                 ^
compiling src/core/threadcontext.o
compiling src/core/compunit.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/frame.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/bytecodedump.o
compiling src/core/threads.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/ops.o
src/core/callstack.c: In function 'MVM_callstack_ensure_work_and_env_space':
src/core/callstack.c:246:49: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare]
  246 |         if (region->alloc_limit - region->alloc < diff)
      |                                                 ^
src/core/callstack.c:263:49: warning: comparison of integer expressions of different signedness: 'int' and 'MVMuint32' {aka 'unsigned int'} [-Wsign-compare]
  263 |         if (region->alloc_limit - region->alloc < diff)
      |                                                 ^
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/loadbytecode.o
compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/nativecall_libffi.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/regionalloc.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
src/core/nativecall_libffi.c: In function 'unmarshal_callback':
src/core/nativecall_libffi.c:115:20: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  115 |         ffi_status status;
      |                    ^~~~~~
src/core/nativecall_libffi.c: In function 'MVM_nativecall_invoke':
src/core/nativecall_libffi.c:503:16: warning: unused variable 'status' [-Wunused-variable]
  503 |     ffi_status status  = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types);
      |                ^~~~~~
src/core/nativecall_libffi.c: In function 'MVM_nativecall_dispatch':
src/core/nativecall_libffi.c:1040:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1040 |                         *(void **)values[i] = (void*)value;
      |                                               ^
src/core/nativecall_libffi.c:1046:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1046 |                         *(void **)values[i] = (void*)value;
      |                                               ^
In file included from src/moar.h:225,
                 from src/core/nativecall_libffi.c:1:
src/core/nativecall_libffi.c:1186:77: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1186 |                         MVM_args_set_dispatch_result_int(tc, tc->cur_frame, (MVMuint64)ret);
      |                                                                             ^
src/gc/roots.h:76:5: note: in definition of macro 'MVMROOT2'
   76 |     block \
      |     ^~~~~
src/core/nativecall_libffi.c:1190:78: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 1190 |                         MVM_args_set_dispatch_result_uint(tc, tc->cur_frame, (MVMuint64)ret);
      |                                                                              ^
src/gc/roots.h:76:5: note: in definition of macro 'MVMROOT2'
   76 |     block \
      |     ^~~~~
src/core/nativecall_libffi.c:876:16: warning: unused variable 'status' [-Wunused-variable]
  876 |     ffi_status status  = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types);
      |                ^~~~~~
compiling src/gen/config.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/orchestrate.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/allocation.o
compiling src/gc/worklist.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/roots.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/collect.o
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/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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/finalize.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/gc/debug.o
compiling src/io/io.o
compiling src/io/eventloop.o
compiling src/io/syncfile.o
compiling src/io/syncsocket.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/io/fileops.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
src/io/syncsocket.c: At top level:
src/io/syncsocket.c:514:51: warning: missing initializer for field 'mvm_open_mode' of 'MVMIOIntrospection' [-Wmissing-field-initializers]
  514 |                                                   socket_handle };
      |                                                   ^~~~~~~~~~~~~
In file included from src/moar.h:279,
                 from src/io/syncsocket.c:1:
src/io/io.h:86:16: note: 'mvm_open_mode' declared here
   86 |     MVMint64 (*mvm_open_mode) (MVMThreadContext *tc, MVMOSHandle *h);
      |                ^~~~~~~~~~~~~
compiling src/io/procops.o
compiling src/io/timers.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/io/filewatchers.o
compiling src/io/signals.o
compiling src/io/asyncsocketudp.o
compiling src/io/asyncsocket.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprs.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprconv.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
src/io/asyncsocketudp.c: At top level:
src/io/asyncsocketudp.c:467:57: warning: missing initializer for field 'mvm_open_mode' of 'MVMIOIntrospection' [-Wmissing-field-initializers]
  467 |                                                         socket_handle };
      |                                                         ^~~~~~~~~~~~~
In file included from src/moar.h:279,
                 from src/io/asyncsocketudp.c:1:
src/io/io.h:86:16: note: 'mvm_open_mode' declared here
   86 |     MVMint64 (*mvm_open_mode) (MVMThreadContext *tc, MVMOSHandle *h);
      |                ^~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/containers.o
src/io/asyncsocket.c: At top level:
src/io/asyncsocket.c:462:52: warning: missing initializer for field 'mvm_open_mode' of 'MVMIOIntrospection' [-Wmissing-field-initializers]
  462 |                                                    socket_handle };
      |                                                    ^~~~~~~~~~~~~
In file included from src/moar.h:279,
                 from src/io/asyncsocket.c:1:
src/io/io.h:86:16: note: 'mvm_open_mode' declared here
   86 |     MVMint64 (*mvm_open_mode) (MVMThreadContext *tc, MVMOSHandle *h);
      |                ^~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprs/MVMString.o
compiling src/6model/reprs/VMArray.o
compiling src/6model/reprs/MVMHash.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprs/KnowHOWREPR.o
compiling src/6model/reprs/KnowHOWAttributeREPR.o
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprs/MVMStaticFrame.o
compiling src/6model/reprs/MVMCompUnit.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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
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:147:19: note: in expansion of macro 'MVM_platform_thread_id'
  147 |                   MVM_platform_thread_id());
      |                   ^~~~~~~~~~~~~~~~~~~~~~
compiling src/6model/reprs/P6int.o
src/6model/reprs/P6opaque.c: In function 'spesh':
src/6model/reprs/P6opaque.c:2075:29: warning: 'mp_get_mag_ull' is deprecated: replaced by mp_get_mag_u64 [-Wdeprecated-declarations]
 2075 |                             MVMuint64 res = mp_get_mag_ull(i);
      |                             ^~~~~~~~~
In file included from src/core/threadcontext.h:5,
                 from src/moar.h:179,
                 from src/6model/reprs/P6opaque.c:1:
/pbulk/work/devel/MoarVM/work/.buildlink/include/tommath.h:328:50: note: declared here
  328 | MP_DEPRECATED(mp_get_mag_u64) unsigned long long mp_get_mag_ull(const mp_int *a) MP_WUR;
      |                                                  ^~~~~~~~~~~~~~
src/6model/reprs/P6opaque.c:2081:34: warning: 'mp_get_mag_ull' is deprecated: replaced by mp_get_mag_u64 [-Wdeprecated-declarations]
 2081 |                                  && mp_get_mag_ull(i) == 9223372036854775808ULL) {
      |                                  ^~
In file included from src/core/threadcontext.h:5,
                 from src/moar.h:179,
                 from src/6model/reprs/P6opaque.c:1:
/pbulk/work/devel/MoarVM/work/.buildlink/include/tommath.h:328:50: note: declared here
  328 | MP_DEPRECATED(mp_get_mag_u64) unsigned long long mp_get_mag_ull(const mp_int *a) MP_WUR;
      |                                                  ^~~~~~~~~~~~~~
src/6model/reprs/P6opaque.c:2138:29: warning: 'mp_get_mag_ull' is deprecated: replaced by mp_get_mag_u64 [-Wdeprecated-declarations]
 2138 |                             value = mp_get_mag_ull(i);
      |                             ^~~~~
In file included from src/core/threadcontext.h:5,
                 from src/moar.h:179,
                 from src/6model/reprs/P6opaque.c:1:
/pbulk/work/devel/MoarVM/work/.buildlink/include/tommath.h:328:50: note: declared here
  328 | MP_DEPRECATED(mp_get_mag_u64) unsigned long long mp_get_mag_ull(const mp_int *a) MP_WUR;
      |                                                  ^~~~~~~~~~~~~~
In file included from /pbulk/work/devel/MoarVM/work/.buildlink/include/uv.h:71,
                 from src/moar.h:41,
                 from src/6model/reprs/MVMStaticFrame.c:1:
/pbulk/work/devel/MoarVM/work/.buildlink/include/uv/unix.h:64:11: fatal error: uv/bsd.h: No such file or directory
   64 | # include "uv/bsd.h"
      |           ^~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:663: src/6model/reprs/MVMStaticFrame.o] Error 1
gmake: *** Waiting for unfinished jobs....
compiling src/6model/reprs/Uninstantiable.o
compiling src/6model/reprs/P6num.o
In file included from src/6model/reprs/MVMCompUnit.c:1:
src/moar.h:41:10: fatal error: uv.h: No such file or directory
   41 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
In file included from src/6model/reprs/P6int.c:1:
src/moar.h:41:10: fatal error: uv.h: No such file or directory
   41 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
gmake: *** [Makefile:664: src/6model/reprs/MVMCompUnit.o] Error 1
gmake: *** [Makefile:664: src/6model/reprs/P6int.o] Error 1
In file included from src/6model/reprs/P6num.c:1:
src/moar.h:41:10: fatal error: uv.h: No such file or directory
   41 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
gmake: *** [Makefile:663: src/6model/reprs/P6num.o] Error 1
In file included from src/6model/reprs/Uninstantiable.c:1:
src/moar.h:41:10: fatal error: uv.h: No such file or directory
   41 | #include <uv.h>
      |          ^~~~~~
compilation terminated.
gmake: *** [Makefile:663: src/6model/reprs/Uninstantiable.o] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/devel/MoarVM
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/MoarVM