>>> Building on octeon under lang/moarvm BDEPENDS = [devel/libffi;devel/libuv;archivers/zstd;math/libtommath;devel/boehm-gc,-atomic] DIST = [lang/moarvm:MoarVM-2024.01.tar.gz] FULLPKGNAME = moarvm-2024.01 RDEPENDS = [archivers/zstd;devel/libuv;devel/libffi;devel/boehm-gc,-atomic] (Junk lock obtained for octeon at 1720408229.56) >>> Running depends in lang/moarvm at 1720408229.61 last junk was in audio/rhythmbox /usr/sbin/pkg_add -aI -Drepair libatomic_ops-7.8.0 libffi-3.4.4p1 libtommath-1.2.0 libuv-1.48.0 zstd-1.5.6 was: /usr/sbin/pkg_add -aI -Drepair libatomic_ops-7.8.0 libffi-3.4.4p1 libtommath-1.2.0 libuv-1.48.0 zstd-1.5.6 /usr/sbin/pkg_add -aI -Drepair libatomic_ops-7.8.0 libffi-3.4.4p1 libtommath-1.2.0 libuv-1.48.0 zstd-1.5.6 >>> Running show-prepare-results in lang/moarvm at 1720408242.43 ===> lang/moarvm ===> Building from scratch moarvm-2024.01 ===> moarvm-2024.01 depends on: libtommath->=1.2.0 -> libtommath-1.2.0 ===> moarvm-2024.01 depends on: libffi-* -> libffi-3.4.4p1 ===> moarvm-2024.01 depends on: libatomic_ops-* -> libatomic_ops-7.8.0 ===> moarvm-2024.01 depends on: libuv-* -> libuv-1.48.0 ===> moarvm-2024.01 depends on: zstd-* -> zstd-1.5.6 ===> Verifying specs: atomic_ops c ffi kvm m pthread uv zstd ===> found atomic_ops.3.0 c.100.1 ffi.2.0 kvm.17.0 m.10.1 pthread.27.1 uv.4.2 zstd.6.4 libatomic_ops-7.8.0 libffi-3.4.4p1 libtommath-1.2.0 libuv-1.48.0 zstd-1.5.6 (Junk lock released for octeon at 1720408250.03) distfiles size=14943931 >>> Running patch in lang/moarvm at 1720408250.09 ===> lang/moarvm ===> Checking files for moarvm-2024.01 `/ports/distfiles/MoarVM-2024.01.tar.gz' is up to date. >> (SHA256) MoarVM-2024.01.tar.gz: OK ===> Extracting for moarvm-2024.01 ===> Patching for moarvm-2024.01 ===> Applying OpenBSD patch patch-Configure_pl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Configure.pl |--- Configure.pl.orig |+++ Configure.pl -------------------------- Patching file Configure.pl using Plan A... Hunk #1 succeeded at 542. done ===> Applying OpenBSD patch patch-build_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: build/Makefile.in |--- build/Makefile.in.orig |+++ build/Makefile.in -------------------------- Patching file build/Makefile.in using Plan A... Hunk #1 succeeded at 611. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in lang/moarvm at 1720408259.35 ===> lang/moarvm ===> Generating configure for moarvm-2024.01 ===> Configuring for moarvm-2024.01 Welcome to MoarVM! Configuring native build environment ................... trying to compile a simple C program ............... YES Testing pkgconfig .................................. 0.29.2 Adding extra include for libuv: -I/usr/local/include Adding extra libs for libuv: -L/usr/local/lib probing stdatomic .................................. YES OK probing whether your compiler thinks that it is gcc YES probing how your compiler does static inline ....... static __inline__ probing if your compiler offers thread local storage _Thread_local probing if your pow() handles NaN and Inf corner cases YES probing if your log() returns NaN for negative values YES probing if your log10() returns NaN for negative values YES probing if your asin() returns NaN for negative values YES probing if your acos() returns NaN for negative values YES probing if you have isnan .......................... YES probing if you have isinf .......................... YES probing if you have signbit ........................ YES your CPU can't read unaligned values for any of int32 int64 num64 probing the size of pointers ....................... 8 probing C type support for booleans ................ _Bool probing computed goto support ...................... YES probing pthread_yield support ...................... NO probing pthread_setname_np support (optional) ...... NO probing existance of optional malloc_trim() ........ NO probing support of rdtscp intrinsic ................ NO make: make compile: cc -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe includes: -I/usr/local/include link: cc -Wl,-rpath,"/@libdir@" libs: -L/usr/local/lib -lffi -ltommath -latomic_ops -luv -lm -lpthread -lkvm -lzstd byte order: big endian Checking perl5 modules ................................. OK Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 3rdparty/sha1/libsha1.a Generating src/gen/config.c ............................ OK Generating src/gen/config.h ............................ OK Generating Makefile .................................... OK Generating tools/check.mk .............................. OK Generating build/mk-moar-pc.pl ......................... OK Configuration SUCCESS. Type 'make' to build and 'make help' to see a list of available make targets. >>> Running build in lang/moarvm at 1720408292.27 ===> lang/moarvm ===> Building for moarvm-2024.01 cc -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_SHARED -I3rdparty/sha1 -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp -isystem3rdparty -I/usr/local/include -Isrc -o src/main.o src/main.c cc -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_BUILD_SHARED -fPIC -I3rdparty/sha1 -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp -isystem3rdparty -I/usr/local/include -Isrc -o src/core/callsite.o src/core/callsite.c cc -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_BUILD_SHARED -fPIC -I3rdparty/sha1 -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp -isystem3rdparty -I/usr/local/include -Isrc -o src/core/args.o src/core/args.c cc -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_BUILD_SHARED -fPIC -I3rdparty/sha1 -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp -isystem3rdparty -I/usr/local/include -Isrc -o src/core/exceptions.o src/core/exceptions.c cc -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -Werror=vla -Wno-logical-op-parentheses -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=3 -std=gnu99 -O2 -pipe -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_BUILD_SHARED -fPIC -I3rdparty/sha1 -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp -isystem3rdparty -I/usr/local/include -Isrc -o src/core/interp.o src/core/interp.c error: out of range PC16 fixup 1 error generated. *** Error 1 in /pobj/moarvm-2024.01/MoarVM-2024.01 (Makefile:664 'src/core/interp.o') *** Error 2 in lang/moarvm (/ports/infrastructure/mk/bsd.port.mk:3061 '/pobj/moarvm-2024.01/.build_done': @cd /pobj/moarvm-2024.01/MoarVM-20...) *** Error 2 in lang/moarvm (/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=moarvm-2024.01; export _LOCKS_HELD=" moarvm-2024.01"; ...) ===> Exiting lang/moarvm with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1720408547.87 max_stuck=217.16/depends=12.82/show-prepare-results=7.65/patch=9.25/configure=32.92/build=255.65 Error: job failed with 512 on octeon at 1720408547