+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MoarVM-2024.04/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/MoarVM-2024.04/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for MoarVM-2024.04 compiling src/main.o compiling src/core/callsite.o compiling src/core/args.o compiling src/core/exceptions.o src/core/exceptions.c: In function 'run_handler': src/core/exceptions.c:347:9: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ 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 compiling src/core/ptr_hash_table.o compiling src/core/uni_hash_table.o compiling src/core/threadcontext.o compiling src/core/compunit.o compiling src/core/bytecode.o compiling src/core/frame.o compiling src/core/callstack.o compiling src/core/validation.o compiling src/core/bytecodedump.o compiling src/core/threads.o src/core/threads.c: In function 'MVM_thread_cleanup_threads_list': src/core/threads.c:286:17: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ compiling src/core/ops.o compiling src/core/hll.o compiling src/core/loadbytecode.o compiling src/core/coerce.o compiling src/core/dll.o compiling src/core/ext.o compiling src/core/nativecall.o compiling src/core/nativecall_libffi.o 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] 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] 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:876:16: warning: unused variable 'status' [-Wunused-variable] ffi_status status = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types); ^ compiling src/core/continuation.o compiling src/core/intcache.o compiling src/core/regionalloc.o compiling src/debug/debugserver.o compiling src/gen/config.o compiling src/gc/orchestrate.o compiling src/gc/allocation.o compiling src/gc/worklist.o compiling src/gc/roots.o compiling src/gc/collect.o compiling src/gc/gen2.o compiling src/gc/wb.o compiling src/gc/objectid.o compiling src/gc/finalize.o compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o compiling src/io/syncfile.o compiling src/io/syncsocket.o compiling src/io/fileops.o compiling src/io/dirops.o compiling src/io/procops.o compiling src/io/timers.o compiling src/io/filewatchers.o compiling src/io/signals.o src/io/signals.c:138:3: warning: 'MVM_sig_names' defined but not used [-Wunused-variable] } MVM_sig_names; ^ compiling src/io/asyncsocket.o compiling src/io/asyncsocketudp.o compiling src/6model/reprs.o compiling src/6model/reprconv.o compiling src/6model/containers.o compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o compiling src/6model/reprs/MVMCFunction.o compiling src/6model/reprs/KnowHOWREPR.o compiling src/6model/reprs/KnowHOWAttributeREPR.o compiling src/6model/reprs/P6str.o compiling src/6model/reprs/P6opaque.o src/6model/reprs/P6opaque.c: In function 'spesh': src/6model/reprs/P6opaque.c:2075:29: warning: 'mp_get_mag_ull' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:328): replaced by mp_get_mag_u64 [-Wdeprecated-declarations] MVMuint64 res = mp_get_mag_ull(i); ^ src/6model/reprs/P6opaque.c:2081:34: warning: 'mp_get_mag_ull' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:328): replaced by mp_get_mag_u64 [-Wdeprecated-declarations] && mp_get_mag_ull(i) == 9223372036854775808ULL) { ^ src/6model/reprs/P6opaque.c:2138:29: warning: 'mp_get_mag_ull' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:328): replaced by mp_get_mag_u64 [-Wdeprecated-declarations] value = mp_get_mag_ull(i); ^ compiling src/6model/reprs/MVMCode.o compiling src/6model/reprs/MVMOSHandle.o compiling src/6model/reprs/MVMCompUnit.o compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o compiling src/6model/reprs/P6num.o compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o compiling src/6model/reprs/MVMThread.o compiling src/6model/reprs/MVMIter.o compiling src/6model/reprs/MVMContext.o compiling src/6model/reprs/SCRef.o compiling src/6model/reprs/P6bigint.o src/6model/reprs/P6bigint.c: In function 'mp_get_int64': src/6model/reprs/P6bigint.c:27:5: warning: 'mp_get_mag_ull' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:328): replaced by mp_get_mag_u64 [-Wdeprecated-declarations] res = mp_get_mag_ull(a); ^ src/6model/reprs/P6bigint.c: In function 'mp_get_uint64': src/6model/reprs/P6bigint.c:49:5: warning: 'mp_get_mag_ull' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:328): replaced by mp_get_mag_u64 [-Wdeprecated-declarations] return mp_get_mag_ull(a); ^ compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.o compiling src/6model/reprs/MVMContinuation.o compiling src/6model/reprs/NativeCall.o compiling src/6model/reprs/CPointer.o compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o compiling src/6model/reprs/CStruct.o compiling src/6model/reprs/CUnion.o compiling src/6model/reprs/ReentrantMutex.o compiling src/6model/reprs/ConditionVariable.o compiling src/6model/reprs/Semaphore.o compiling src/6model/reprs/ConcBlockingQueue.o compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o compiling src/6model/reprs/CPPStruct.o compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o compiling src/6model/reprs/Decoder.o compiling src/6model/reprs/MVMSpeshLog.o compiling src/6model/reprs/MVMStaticFrameSpesh.o compiling src/6model/reprs/MVMCapture.o compiling src/6model/reprs/MVMTracked.o compiling src/6model/reprs/MVMStat.o compiling src/6model/6model.o compiling src/6model/bootstrap.o compiling src/6model/sc.o compiling src/6model/serialization.o compiling src/disp/boot.o src/6model/serialization.c: In function 'MVM_serialization_read_int': src/6model/serialization.c:1670:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/6model/serialization.c:1673:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/6model/serialization.c:1676:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/6model/serialization.c:1679:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/6model/serialization.c:1682:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/6model/serialization.c:1685:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ compiling src/disp/registry.o compiling src/disp/inline_cache.o compiling src/disp/program.o compiling src/disp/syscall.o compiling src/disp/resume.o compiling src/spesh/dump.o compiling src/spesh/graph.o compiling src/spesh/codegen.o compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/usages.o compiling src/spesh/facts.o compiling src/spesh/optimize.o compiling src/spesh/dead_bb_elimination.o compiling src/spesh/dead_ins_elimination.o compiling src/spesh/deopt.o compiling src/spesh/log.o compiling src/spesh/threshold.o compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o compiling src/spesh/iterator.o compiling src/spesh/worker.o compiling src/spesh/debug.o compiling src/spesh/stats.o compiling src/spesh/plan.o compiling src/spesh/arg_guard.o compiling src/spesh/frame_walker.o compiling src/spesh/pea.o compiling src/6model/reprs/MVMSpeshCandidate.o compiling src/spesh/disp.o compiling src/strings/decode_stream.o compiling src/strings/ascii.o compiling src/strings/parse_num.o compiling src/strings/utf8.o compiling src/strings/utf8_c8.o compiling src/strings/nfg.o compiling src/strings/ops.o src/strings/ops.c: In function 'MVM_string_grapheme_is_cclass': src/strings/ops.c:2624:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/strings/ops.c:2633:13: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ compiling src/strings/unicode.o In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/ops.c: In function 'MVM_string_compare': src/strings/iter.h:179:39: warning: 'gi_b.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:2378:27: note: 'gi_b.next_strand' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:170:28: warning: 'gi_b.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions--; ^ src/strings/ops.c:2378:27: note: 'gi_b.repetitions' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:158:12: warning: 'gi_b.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2378:27: note: 'gi_b.pos' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:158:12: warning: 'gi_b.end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2378:27: note: 'gi_b.end' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:180:34: warning: 'gi_b.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->strands_remaining--; ^ src/strings/ops.c:2378:27: note: 'gi_b.strands_remaining' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:159:13: warning: 'gi_b.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (gi->blob_type) { ^ src/strings/ops.c:2378:27: note: 'gi_b.blob_type' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:161:51: warning: 'gi_b.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] return gi->active_blob.blob_32[gi->pos++]; ^ src/strings/ops.c:2378:27: note: 'gi_b.active_blob.any' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:179:39: warning: 'gi_a.next_strand' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions = next->repetitions; ^ src/strings/ops.c:2378:21: note: 'gi_a.next_strand' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:170:28: warning: 'gi_a.repetitions' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->repetitions--; ^ src/strings/ops.c:2378:21: note: 'gi_a.repetitions' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:158:12: warning: 'gi_a.pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2378:21: note: 'gi_a.pos' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:158:12: warning: 'gi_a.end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (gi->pos < gi->end) { ^ src/strings/ops.c:2378:21: note: 'gi_a.end' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:180:34: warning: 'gi_a.strands_remaining' may be used uninitialized in this function [-Wmaybe-uninitialized] gi->strands_remaining--; ^ src/strings/ops.c:2378:21: note: 'gi_a.strands_remaining' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:159:13: warning: 'gi_a.blob_type' may be used uninitialized in this function [-Wmaybe-uninitialized] switch (gi->blob_type) { ^ src/strings/ops.c:2378:21: note: 'gi_a.blob_type' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/moar.h:261:0, from src/strings/ops.c:3: src/strings/iter.h:161:51: warning: 'gi_a.active_blob.any' may be used uninitialized in this function [-Wmaybe-uninitialized] return gi->active_blob.blob_32[gi->pos++]; ^ src/strings/ops.c:2378:21: note: 'gi_a.active_blob.any' was declared here MVMGraphemeIter gi_a, gi_b; ^ In file included from src/strings/unicode.c:3:0: src/strings/unicode_ops.c: In function 'collation_push_cp': src/strings/unicode_ops.c:376:18: warning: 'cps[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] MVMCodepoint cps[10]; ^ compiling src/strings/normalize.o compiling src/strings/latin1.o compiling src/strings/utf16.o compiling src/strings/windows1252.o compiling src/strings/shiftjis.o compiling src/strings/gb2312.o compiling src/strings/gb18030.o compiling src/math/bigintops.o src/math/bigintops.c: In function 'MVM_bigint_pow': src/math/bigintops.c:655:13: warning: 'mp_expt_u32' is deprecated (declared at /home/pbulk/build/devel/MoarVM/work/.buildlink/include/tommath.h:559): replaced by mp_expt_n [-Wdeprecated-declarations] if ((err = mp_expt_u32(base, exponent_d, ic)) != MP_OKAY) { ^ compiling src/profiler/instrument.o compiling src/profiler/log.o compiling src/profiler/profile.o compiling src/profiler/heapsnapshot.o compiling src/profiler/telemeh.o compiling src/profiler/configuration.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o compiling src/platform/sys.o compiling src/platform/random.o compiling src/platform/memmem32.o compiling 3rdparty/freebsd/memmem.o compiling 3rdparty/ryu/ryu/d2s.o compiling src/platform/malloc_trim.o compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o compiling src/platform/posix/io.o compiling src/platform/posix/fork.o compiling src/jit/graph.o src/jit/graph.c: In function 'consume_reprop': src/jit/graph.c:771:17: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/jit/graph.c:837:17: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/jit/graph.c:1091:17: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ src/jit/graph.c:1123:17: warning: empty declaration [enabled by default] MVM_FALLTHROUGH ^ compiling src/jit/label.o compiling src/jit/compile.o compiling src/jit/dump.o Precompiling templates from src/jit/core_templates.expr Building tile tables from src/jit/x64/tile_pattern.tile compiling src/jit/linear_scan.o compiling src/jit/interface.o gcc 3rdparty/dynasm/minilua.c -lm -o 3rdparty/dynasm/minilua In file included from /usr/include/limits.h:26:0, from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168, from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34, from 3rdparty/dynasm/minilua.c:33: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ compiling src/jit/x64/arch.o compiling 3rdparty/cmp/cmp.o compiling 3rdparty/sha1/sha1.o /usr/pkg/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc compiling src/jit/expr.o compiling src/jit/tile.o preprocessing src/jit/x64/emit.dasc linking 3rdparty/cmp/libcmp.a linking 3rdparty/sha1/libsha1.a compiling src/jit/x64/emit.o src/jit/x64/emit.dasc:6:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] #pragma GCC diagnostic ignored "-Wimplicit-fallthrough" ^ linking libmoar.so linking moar *** Please use pkgtools/verifypc to sanity check dependencies.