2026-03-19 08:04.44: New job: test grievejia/pyre-ast https://github.com/grievejia/pyre-ast.git#refs/heads/trunk (07998e061535e1e7baee6ac7b9d4ded3679a7825) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/grievejia/pyre-ast.git" -b "trunk" && cd "pyre-ast" && git reset --hard 07998e06cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 pyre-ast.opam /home/opam/src/./RUN opam pin add -yn pyre-ast.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_hash.v0.16.0 ppx_make.0.3.4 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pyre-ast.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:04.44: Using cache hint "grievejia/pyre-ast-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-cd2695fe95318ecb2de0fd7f28d1f07f"2026-03-19 08:04.44: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src pyre-ast.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn pyre-ast.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_hash.v0.16.0 ppx_make.0.3.4 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y pyre-ast.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-19 08:04.44: Waiting for resource in pool OCluster2026-03-19 10:40.24: Waiting for worker…2026-03-19 13:58.45: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 07998e0 Cut release 0.1.11 for the async def fix(from openbsd-77-amd64-ocaml-4.14)2026-03-19 13:58.46 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 13:58.46 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2026-03-19 13:58.46 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.5.02026-03-19 13:58.46 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-19 13:58.46 ---> using "c25fd0e0008d3e48f43e1c93668b95cd6e420f59e88a56d19952b4e3104aec8c" from cache/: (copy (src pyre-ast.opam) (dst /home/opam/src/./))2026-03-19 13:59.44 ---> saved as "dc0a449334b3139885ded3acc85153ac26deb24919765369b734c02086aef791"/: (run (network host)(shell "opam pin add -yn pyre-ast.dev '/home/opam/src/./'"))[pyre-ast.dev] synchronised (file:///home/opam/src)pyre-ast is now pinned to file:///home/opam/src (version dev)2026-03-19 14:00.38 ---> saved as "0205263b0270ced031881c2b18dd356a433e69f7d378456beabf9b75a08d55dc"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-19 14:01.37 ---> saved as "53ac18e2922ef51bde4fa483c6af4e1c144fd4c9af44268ea78c3f0e720d73da"/: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_hash.v0.16.0 ppx_make.0.3.4 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y pyre-ast.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[pyre-ast.dev] synchronised (file:///home/opam/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-19 14:02.42 ---> saved as "186f61ff25c050f212c942180d70731433d2276f6053fcbc658f620baa6c2255"/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 21 packages- install base v0.16.4- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.0- install dune-configurator 3.22.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_hash v0.16.0- install ppx_make 0.3.4- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_hash.v0.16.0 (cached)-> retrieved ppx_make.0.3.4 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.0-> installed dune.3.22.0-> installed csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.0-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed dune-configurator.3.22.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed ppxlib.0.35.0-> installed ppx_make.0.3.4-> installed ppx_compare.v0.16.0-> installed ppx_deriving.6.0.3-> installed ppx_sexp_conv.v0.16.0-> installed ppx_hash.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-19 14:08.17 ---> saved as "c737ed7b6757982cec4467f9bbecfc63e24c620a9a56251c19d16810722bce1f"/: (copy (src .) (dst /home/opam/src))2026-03-19 14:09.10 ---> saved as "6c942087559b8b30df2303118ad384bbdf83dfb6161a5d1e2382db42c95a124f"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib/taglessFinal/vendor && ./configure)checking build system type... x86_64-unknown-openbsd7.7checking host system type... x86_64-unknown-openbsd7.7checking for Python interpreter freezing... ./_bootstrap_pythonchecking for python3.12... nochecking for python3.12... nochecking for python3.11... nochecking for python3.10... nochecking for python3... nochecking for python... nochecking Python for regen version... missingchecking for pkg-config... /usr/bin/pkg-configchecking pkg-config is at least version 0.9.0... yeschecking for --enable-universalsdk... nochecking for --with-universal-archs... nochecking MACHDEP... "openbsd7"checking for gcc... nochecking for cc... ccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether the compiler supports GNU C... yeschecking whether cc accepts -g... yeschecking for cc option to enable C11 features... none neededchecking how to run the C preprocessor... cc -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for a sed that does not truncate output... /usr/bin/sedchecking for egrep... /usr/bin/grep -Echecking for CC compiler name... clangchecking for stdio.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for strings.h... yeschecking for sys/stat.h... yeschecking for sys/types.h... yeschecking for unistd.h... yeschecking for wchar.h... yeschecking for minix/config.h... nochecking whether it is safe to define __EXTENSIONS__... yeschecking whether _XOPEN_SOURCE should be defined... nochecking for c++... noconfigure:By default, distutils will build C++ extension modules with "c++".If this is not intended, then set CXX on the configure command line.checking for the platform triplet based on compiler characteristics... nonechecking for multiarch...checking for PEP 11 support tier... checking for -Wl,--no-as-needed... yeschecking for the Android API level... not Androidchecking for --with-emscripten-target...checking for --enable-wasm-dynamic-linking... missingchecking for --enable-wasm-pthreads... missingchecking for --with-suffix...checking for case-insensitive build directory... nochecking LIBRARY... libpython$(VERSION)$(ABIFLAGS).achecking LINKCC... $(PURIFY) $(CC)checking EXPORTSYMS...checking for GNU ld... yeschecking for --enable-shared... nochecking for --with-static-libpython... yeschecking for --enable-profiling... nochecking LDLIBRARY... checking HOSTRUNNER...libpython$(VERSION)$(ABIFLAGS).achecking for ar... archecking for a BSD-compatible install... /usr/bin/install -cchecking for a race-free mkdir -p... ./install-sh -c -dchecking for --with-pydebug... nochecking for --with-trace-refs... nochecking for --enable-pystats... nochecking for --with-assertions... nochecking for --enable-optimizations... nochecking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)checking for --with-lto... nochecking for llvm-profdata... /usr/bin/llvm-profdatachecking for --enable-bolt... nochecking BOLT_INSTRUMENT_FLAGS...checking BOLT_APPLY_FLAGS... -update-debug-sections -reorder-blocks=ext-tsp -reorder-functions=hfsort+ -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hotchecking if cc supports -fstrict-overflow and -fno-strict-overflow... yeschecking for --with-strict-overflow... nochecking if cc supports -Og optimization level... yeschecking if we can add -Wextra... yeschecking whether cc -fno-strict-aliasing accepts and needs -fno-strict-aliasing... nochecking if we can disable cc unused-parameter warning... yeschecking if we can disable cc int-conversion warning... yeschecking if we can disable cc missing-field-initializers warning... yeschecking if we can enable cc sign-compare warning... yeschecking if we can enable cc unreachable-code warning... yeschecking if we can enable cc strict-prototypes warning... yeschecking if we can make implicit function declaration an error in cc -Werror=implicit-function-declaration... yeschecking if we can use visibility in cc -fvisibility=hidden... yeschecking whether pthreads are available without options... nochecking whether cc accepts -Kpthread... nochecking whether cc accepts -Kthread... nochecking whether cc accepts -pthread... yeschecking whether c++ also accepts flags for thread support... yeschecking for alloca.h... nochecking for asm/types.h... nochecking for bluetooth.h... nochecking for conio.h... nochecking for crypt.h... nochecking for direct.h... nochecking for dlfcn.h... yeschecking for endian.h... yeschecking for errno.h... yeschecking for fcntl.h... yeschecking for grp.h... yeschecking for ieeefp.h... yeschecking for io.h... nochecking for langinfo.h... yeschecking for libintl.h... nochecking for libutil.h... nochecking for linux/auxvec.h... nochecking for sys/auxv.h... yeschecking for linux/fs.h... nochecking for linux/limits.h... nochecking for linux/memfd.h... nochecking for linux/random.h... nochecking for linux/soundcard.h... nochecking for linux/tipc.h... nochecking for linux/wait.h... nochecking for netdb.h... yeschecking for net/ethernet.h... nochecking for netinet/in.h... yeschecking for netpacket/packet.h... nochecking for poll.h... yeschecking for process.h... nochecking for pthread.h... yeschecking for pty.h... nochecking for sched.h... yeschecking for setjmp.h... yeschecking for shadow.h... nochecking for signal.h... yeschecking for spawn.h... yeschecking for stropts.h... nochecking for sys/audioio.h... yeschecking for sys/bsdtty.h... nochecking for sys/devpoll.h... nochecking for sys/endian.h... yeschecking for sys/epoll.h... nochecking for sys/event.h... yeschecking for sys/eventfd.h... nochecking for sys/file.h... yeschecking for sys/ioctl.h... yeschecking for sys/kern_control.h... nochecking for sys/loadavg.h... nochecking for sys/lock.h... yeschecking for sys/memfd.h... nochecking for sys/mkdev.h... nochecking for sys/mman.h... yeschecking for sys/modem.h... nochecking for sys/param.h... yeschecking for sys/poll.h... yeschecking for sys/random.h... nochecking for sys/resource.h... yeschecking for sys/select.h... yeschecking for sys/sendfile.h... nochecking for sys/socket.h... yeschecking for sys/soundcard.h... nochecking for sys/stat.h... (cached) yeschecking for sys/statvfs.h... yeschecking for sys/sys_domain.h... nochecking for sys/syscall.h... yeschecking for sys/sysmacros.h... nochecking for sys/termio.h... nochecking for sys/time.h... yeschecking for sys/times.h... yeschecking for sys/types.h... (cached) yeschecking for sys/uio.h... yeschecking for sys/un.h... yeschecking for sys/utsname.h... yeschecking for sys/wait.h... yeschecking for sys/xattr.h... nochecking for sysexits.h... yeschecking for syslog.h... yeschecking for termios.h... yeschecking for util.h... yeschecking for utime.h... yeschecking for utmp.h... yeschecking for dirent.h that defines DIR... yeschecking for library containing opendir... none requiredchecking for sys/mkdev.h... (cached) nochecking for sys/sysmacros.h... (cached) nochecking for bluetooth/bluetooth.h... nochecking for net/if.h... yeschecking for linux/netlink.h... nochecking for linux/qrtr.h... nochecking for linux/vm_sockets.h... nochecking for linux/can.h... nochecking for linux/can/bcm.h... nochecking for linux/can/j1939.h... nochecking for linux/can/raw.h... nochecking for netcan/can.h... nochecking for clock_t in time.h... yeschecking for makedev... yeschecking for le64toh... yeschecking for mode_t... yeschecking for off_t... yeschecking for pid_t... yeschecking for size_t... yeschecking for uid_t in sys/types.h... yeschecking for ssize_t... yeschecking for __uint128_t... yeschecking size of int... 4checking size of long... 8checking alignment of long... 8checking size of long long... 8checking size of void *... 8checking size of short... 2checking size of float... 4checking size of double... 8checking size of fpos_t... 8checking size of size_t... 8checking alignment of size_t... 8checking size of pid_t... 4checking size of uintptr_t... 8checking alignment of max_align_t... 16checking for long double... yeschecking size of long double... 16checking size of _Bool... 1checking size of off_t... 8checking whether to enable large file support... nochecking size of time_t... 8checking for pthread_t... yeschecking size of pthread_t... 8checking size of pthread_key_t... 4checking whether pthread_key_t is compatible with int... yeschecking for --enable-framework... nochecking for --with-dsymutil... nochecking for dyld... nochecking for --with-address-sanitizer... nochecking for --with-memory-sanitizer... nochecking for --with-undefined-behavior-sanitizer... nochecking for --with-thread-sanitizer... nochecking the extension of shared libraries... .sochecking LDSHARED... $(CC) -shared $(CCSHARED)checking BLDSHARED flags... $(CC) -shared $(CCSHARED)checking CCSHARED... -fPICchecking LINKFORSHARED... -Wl,--export-dynamicchecking CFLAGSFORSHARED...checking SHLIBS... $(LIBS)checking perf trampoline... nochecking for sendfile in -lsendfile... nochecking for dlopen in -ldl... nochecking for shl_load in -ldld... nochecking for uuid.h... yeschecking for uuid_create... yeschecking for uuid_enc_be... yeschecking for library containing sem_init... -lpthreadchecking for textdomain in -lintl... nochecking aligned memory access is required... nochecking for --with-hash-algorithm... defaultchecking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"checking for t_open in -lnsl... nochecking for socket in -lsocket... nochecking for --with-libs... nochecking for --with-system-expat... nochecking for libffi... nochecking for ffi.h... nochecking for --with-system-libmpdec... nochecking for --with-decimal-contextvar... yeschecking for decimal libmpdec machine... uint128checking for libnsl... nochecking for library containing yp_match... none requiredchecking for rpc/rpc.h... yeschecking for sqlite3 >= 3.7.15... nochecking for sqlite3.h... nochecking for --enable-loadable-sqlite-extensions... nochecking for gdbm.h... nochecking for ndbm.h... yeschecking for library containing dbm_open... none requiredchecking for ndbm presence and linker args... yes ()checking for gdbm/ndbm.h... nochecking for gdbm-ndbm.h... nochecking for db.h... yeschecking for libdb... nochecking for --with-dbmliborder... gdbm:ndbm:bdbchecking for _dbm module CFLAGS and LIBS... -DUSE_NDBMchecking if PTHREAD_SCOPE_SYSTEM is supported... yeschecking for pthread_sigmask... yeschecking for pthread_getcpuclockid... yeschecking if --enable-ipv6 is specified... yeschecking if RFC2553 API is available... yeschecking ipv6 stack type... kameconfigure: using libcchecking CAN_RAW_FD_FRAMES... nochecking for CAN_RAW_JOIN_FILTERS... nochecking for --with-doc-strings... yeschecking for --with-pymalloc... yeschecking for --with-freelists... yeschecking for --with-c-locale-coercion... yeschecking for --with-valgrind... nochecking for --with-dtrace... nochecking for dlopen... yeschecking DYNLOADFILE... dynload_shlib.ochecking MACHDEP_OBJS... nonechecking for accept4... yeschecking for alarm... yeschecking for bind_textdomain_codeset... nochecking for chmod... yeschecking for chown... yeschecking for clock... yeschecking for close_range... nochecking for confstr... yeschecking for copy_file_range... nochecking for ctermid... yeschecking for dup... yeschecking for dup3... yeschecking for execv... yeschecking for explicit_bzero... yeschecking for explicit_memset... nochecking for faccessat... yeschecking for fchmod... yeschecking for fchmodat... yeschecking for fchown... yeschecking for fchownat... yeschecking for fdopendir... yeschecking for fdwalk... nochecking for fexecve... nochecking for fork... yeschecking for fork1... nochecking for fpathconf... yeschecking for fstatat... yeschecking for ftime... nochecking for ftruncate... yeschecking for futimens... yeschecking for futimes... yeschecking for futimesat... nochecking for gai_strerror... yeschecking for getegid... yeschecking for getentropy... yeschecking for geteuid... yeschecking for getgid... yeschecking for getgrgid... yeschecking for getgrgid_r... yeschecking for getgrnam_r... yeschecking for getgrouplist... yeschecking for getgroups... yeschecking for gethostname... yeschecking for getitimer... yeschecking for getloadavg... yeschecking for getlogin... yeschecking for getpeername... yeschecking for getpgid... yeschecking for getpid... yeschecking for getppid... yeschecking for getpriority... yeschecking for _getpty... nochecking for getpwent... yeschecking for getpwnam_r... yeschecking for getpwuid... yeschecking for getpwuid_r... yeschecking for getresgid... yeschecking for getresuid... yeschecking for getrusage... yeschecking for getsid... yeschecking for getspent... nochecking for getspnam... nochecking for getuid... yeschecking for getwd... yeschecking for if_nameindex... yeschecking for initgroups... yeschecking for kill... yeschecking for killpg... yeschecking for lchown... yeschecking for linkat... yeschecking for lockf... yeschecking for lstat... yeschecking for lutimes... nochecking for madvise... yeschecking for mbrtowc... yeschecking for memrchr... yeschecking for mkdirat... yeschecking for mkfifo... yeschecking for mkfifoat... yeschecking for mknod... yeschecking for mknodat... yeschecking for mktime... yeschecking for mmap... yeschecking for mremap... nochecking for nice... yeschecking for openat... yeschecking for opendir... yeschecking for pathconf... yeschecking for pause... yeschecking for pipe... yeschecking for pipe2... yeschecking for plock... nochecking for poll... yeschecking for posix_fadvise... nochecking for posix_fallocate... nochecking for posix_spawn... yeschecking for posix_spawnp... yeschecking for pread... yeschecking for preadv... yeschecking for preadv2... nochecking for pthread_condattr_setclock... yeschecking for pthread_init... nochecking for pthread_kill... yeschecking for pwrite... yeschecking for pwritev... yeschecking for pwritev2... nochecking for readlink... yeschecking for readlinkat... yeschecking for readv... yeschecking for realpath... yeschecking for renameat... yeschecking for rtpSpawn... nochecking for sched_get_priority_max... yeschecking for sched_rr_get_interval... nochecking for sched_setaffinity... nochecking for sched_setparam... nochecking for sched_setscheduler... nochecking for sem_clockwait... nochecking for sem_getvalue... yeschecking for sem_open... yeschecking for sem_timedwait... yeschecking for sem_unlink... yeschecking for sendfile... nochecking for setegid... yeschecking for seteuid... yeschecking for setgid... yeschecking for sethostname... yeschecking for setitimer... yeschecking for setlocale... yeschecking for setpgid... yeschecking for setpgrp... yeschecking for setpriority... yeschecking for setregid... yeschecking for setresgid... yeschecking for setresuid... yeschecking for setreuid... yeschecking for setsid... yeschecking for setuid... yeschecking for setvbuf... yeschecking for shutdown... yeschecking for sigaction... yeschecking for sigaltstack... yeschecking for sigfillset... yeschecking for siginterrupt... yeschecking for sigpending... yeschecking for sigrelse... nochecking for sigtimedwait... nochecking for sigwait... yeschecking for sigwaitinfo... nochecking for snprintf... yeschecking for splice... nochecking for strftime... yeschecking for strlcpy... yeschecking for strsignal... yeschecking for symlinkat... yeschecking for sync... yeschecking for sysconf... yeschecking for system... yeschecking for tcgetpgrp... yeschecking for tcsetpgrp... yeschecking for tempnam... yeschecking for timegm... yeschecking for times... yeschecking for tmpfile... yeschecking for tmpnam... yeschecking for tmpnam_r... nochecking for truncate... yeschecking for ttyname... yeschecking for umask... yeschecking for uname... yeschecking for unlinkat... yeschecking for utimensat... yeschecking for utimes... yeschecking for vfork... yeschecking for wait... yeschecking for wait3... yeschecking for wait4... yeschecking for waitid... yeschecking for waitpid... yeschecking for wcscoll... yeschecking for wcsftime... yeschecking for wcsxfrm... yeschecking for wmemcmp... yeschecking for writev... yeschecking for lchmod... nochecking for cc -pthread options needed to detect all undeclared functions... -fno-builtinchecking whether dirfd is declared... yeschecking for chroot... yeschecking for link... yeschecking for symlink... yeschecking for fchdir... yeschecking for fsync... yeschecking for fdatasync... yeschecking for epoll_create... nochecking for epoll_create1... nochecking for kqueue... yeschecking for prlimit... nochecking for _dyld_shared_cache_contains_path... nochecking for memfd_create... nochecking for eventfd... nochecking for ctermid_r... nochecking for flock declaration... yeschecking for flock... yeschecking for getpagesize... yeschecking for broken unsetenv... nochecking for true... truechecking for inet_aton in -lc... yeschecking for chflags... yeschecking for lchflags... nochecking for zlib >= 1.2.0... yeschecking for bzip2... nochecking for bzlib.h... nochecking for liblzma... yeschecking for hstrerror... yeschecking for getservbyname... yeschecking for getservbyport... yeschecking for gethostbyname... yeschecking for gethostbyaddr... yeschecking for getprotobyname... yeschecking for inet_aton... yeschecking for inet_ntoa... yeschecking for inet_pton... yeschecking for getpeername... (cached) yeschecking for getsockname... yeschecking for accept... yeschecking for bind... yeschecking for connect... yeschecking for listen... yeschecking for recvfrom... yeschecking for sendto... yeschecking for setsockopt... yeschecking for socket... yeschecking for setgroups... yeschecking for openpty... nochecking for openpty in -lutil... yeschecking for library containing login_tty... none requiredchecking for forkpty... yeschecking for fseek64... nochecking for fseeko... yeschecking for fstatvfs... yeschecking for ftell64... nochecking for ftello... yeschecking for statvfs... yeschecking for dup2... yeschecking for getpgrp... yeschecking for setpgrp... (cached) yeschecking for setns... nochecking for unshare... nochecking for libxcrypt >= 3.1.1... nochecking for library containing crypt_r... nochecking for crypt or crypt_r... yeschecking for clock_gettime... yeschecking for clock_getres... yeschecking for clock_settime... yeschecking for clock_nanosleep... nochecking for clock_nanosleep in -lrt... nochecking for nanosleep... yeschecking for major, minor, and makedev... yeschecking for getaddrinfo... yeschecking getaddrinfo bug... nochecking for getnameinfo... yeschecking whether struct tm is in sys/time.h or time.h... time.hchecking for struct tm.tm_zone... yeschecking for struct stat.st_rdev... yeschecking for struct stat.st_blksize... yeschecking for struct stat.st_flags... yeschecking for struct stat.st_gen... yeschecking for struct stat.st_birthtime... nochecking for struct stat.st_blocks... yeschecking for struct passwd.pw_gecos... yeschecking for struct passwd.pw_passwd... yeschecking for siginfo_t.si_band... nochecking for time.h that defines altzone... nochecking for addrinfo... yeschecking for sockaddr_storage... yeschecking for sockaddr_alg... nochecking for an ANSI C-conforming const... yeschecking for working signed char... yeschecking for prototypes... yeschecking for socketpair... yeschecking if sockaddr has sa_len member... yeschecking for gethostbyname_r... nochecking for gethostbyname... (cached) yeschecking for __fpu_control... nochecking for __fpu_control in -lieee... nochecking for --with-libm=STRING... default LIBM="-lm"checking for --with-libc=STRING... default LIBC=""checking for x64 gcc inline assembler... yeschecking whether float word ordering is bigendian... nochecking whether we can use gcc inline assembler to get and set x87 control word... yeschecking whether we can use gcc inline assembler to get and set mc68881 fpcr... nochecking for x87-style double rounding... nochecking for acosh... yeschecking for asinh... yeschecking for atanh... yeschecking for erf... yeschecking for erfc... yeschecking for expm1... yeschecking for log1p... yeschecking for log2... yeschecking whether POSIX semaphores are enabled... yeschecking for broken sem_getvalue... nochecking whether RTLD_LAZY is declared... yeschecking whether RTLD_NOW is declared... yeschecking whether RTLD_GLOBAL is declared... yeschecking whether RTLD_LOCAL is declared... yeschecking whether RTLD_NODELETE is declared... yeschecking whether RTLD_NOLOAD is declared... yeschecking whether RTLD_DEEPBIND is declared... nochecking whether RTLD_MEMBER is declared... nochecking digit size for Python's longs... no value specifiedchecking for wchar.h... (cached) yeschecking size of wchar_t... 4checking whether wchar_t is signed... yeschecking whether wchar_t is usable... nochecking whether byte ordering is bigendian... nochecking ABIFLAGS...checking SOABI... cpython-312checking LDVERSION... $(VERSION)$(ABIFLAGS)checking for --with-platlibdir... nochecking for --with-wheel-pkg-dir... nochecking whether right shift extends the sign bit... yeschecking for getc_unlocked() and friends... yeschecking for readline... nochecking for readline/readline.h... yeschecking for readline in -lreadline... yeschecking how to link readline... readline (CFLAGS: , LIBS: -lreadline)checking whether rl_completion_append_character is declared... yeschecking whether rl_completion_suppress_append is declared... yeschecking for rl_pre_input_hook in -lreadline... yeschecking for rl_completion_display_matches_hook in -lreadline... yeschecking for rl_resize_terminal in -lreadline... yeschecking for rl_completion_matches in -lreadline... yeschecking whether rl_catch_signals is declared... yeschecking for append_history in -lreadline... yeschecking for rl_compdisp_func_t... yeschecking for broken nice()... nochecking for broken poll()... nochecking for working tzset()... yeschecking for tv_nsec in struct stat... yeschecking for tv_nsec2 in struct stat... yeschecking for curses.h... yeschecking for ncurses.h... yeschecking for ncursesw... nochecking for initscr in -lncursesw... yeschecking curses module flags... ncursesw (CFLAGS: , LIBS: -lncursesw)checking for panel.h... yeschecking for panelw... nochecking for update_panels in -lpanelw... nochecking panel flags... nochecking for term.h... yeschecking whether mvwdelch is an expression... yeschecking whether WINDOW has _flags... yeschecking for curses function is_pad... yeschecking for curses function is_term_resized... yeschecking for curses function resize_term... yeschecking for curses function resizeterm... yeschecking for curses function immedok... yeschecking for curses function syncok... yeschecking for curses function wchgat... yeschecking for curses function filter... yeschecking for curses function has_key... yeschecking for curses function typeahead... yeschecking for curses function use_env... yesconfigure: checking for device fileschecking for /dev/ptmx... nochecking for /dev/ptc... nochecking for socklen_t... yeschecking for broken mbstowcs... nochecking for --with-computed-gotos... no value specifiedchecking whether cc -pthread supports computed gotos... yeschecking for build directories... donechecking for -O2... yeschecking for glibc _FORTIFY_SOURCE/memmove bug... nochecking for stdatomic.h... yeschecking for builtin __atomic_load_n and __atomic_store_n functions... yeschecking for ensurepip... upgradechecking if the dirent structure of a d_type field... yeschecking for the Linux getrandom() syscall... nochecking for the getrandom() function... nochecking for library containing shm_open... none requiredchecking for shm_open... yeschecking for shm_unlink... yeschecking for pkg-config... /usr/bin/pkg-configchecking whether compiling and linking against OpenSSL works... yeschecking for --with-openssl-rpath...checking whether OpenSSL provides required ssl module APIs... yeschecking whether OpenSSL provides required hashlib module APIs... nochecking for --with-ssl-default-suites... pythonchecking for --with-builtin-hashlib-hashes... md5,sha1,sha2,sha3,blake2checking for libb2... nochecking for --disable-test-modules... yeschecking for stdlib extension module _multiprocessing... yeschecking for stdlib extension module _posixshmem... yeschecking for stdlib extension module fcntl... yeschecking for stdlib extension module mmap... yeschecking for stdlib extension module _socket... yeschecking for stdlib extension module grp... yeschecking for stdlib extension module ossaudiodev... missingchecking for stdlib extension module pwd... yeschecking for stdlib extension module resource... yeschecking for stdlib extension module _scproxy... n/achecking for stdlib extension module spwd... missingchecking for stdlib extension module syslog... yeschecking for stdlib extension module termios... yeschecking for stdlib extension module pyexpat... yeschecking for stdlib extension module _elementtree... yeschecking for stdlib extension module _md5... yeschecking for stdlib extension module _sha1... yeschecking for stdlib extension module _sha2... yeschecking for stdlib extension module _sha3... yeschecking for stdlib extension module _blake2... yeschecking for stdlib extension module _crypt... yeschecking for stdlib extension module _ctypes... missingchecking for stdlib extension module _curses... yeschecking for stdlib extension module _curses_panel... missingchecking for stdlib extension module _decimal... yeschecking for stdlib extension module _dbm... yeschecking for stdlib extension module _gdbm... missingchecking for stdlib extension module nis... yeschecking for stdlib extension module readline... yeschecking for stdlib extension module _sqlite3... disabledchecking for stdlib extension module _tkinter... missingchecking for stdlib extension module _uuid... yeschecking for stdlib extension module zlib... yeschecking for stdlib extension module _bz2... missingchecking for stdlib extension module _lzma... yeschecking for stdlib extension module _ssl... yeschecking for stdlib extension module _hashlib... missingchecking for stdlib extension module _testcapi... yeschecking for stdlib extension module _testclinic... yeschecking for stdlib extension module _testinternalcapi... yeschecking for stdlib extension module _testbuffer... yeschecking for stdlib extension module _testimportmultiple... yeschecking for stdlib extension module _testmultiphase... yeschecking for stdlib extension module xxsubtype... yeschecking for stdlib extension module _xxtestfuzz... yeschecking for stdlib extension module _ctypes_test... missingchecking for stdlib extension module xxlimited... yeschecking for stdlib extension module xxlimited_35... yesconfigure: creating ./config.statusconfig.status: creating Makefile.preconfig.status: creating Misc/python.pcconfig.status: creating Misc/python-embed.pcconfig.status: creating Misc/python-config.shconfig.status: creating Modules/Setup.bootstrapconfig.status: creating Modules/Setup.stdlibconfig.status: creating Modules/ld_so_aixconfig.status: creating pyconfig.hconfigure: creating Modules/Setup.localconfigure: creating Makefileconfigure:If you want a release build with all stable optimizations active (PGO, etc),please run ./configure --enable-optimizationsconfigure: WARNING: x86_64-unknown-openbsd7.7/clang is not supportedconfigure: WARNING:Platform "x86_64-unknown-openbsd7.7" with compiler "clang" is not supported by theCPython core team, see https://peps.python.org/pep-0011/ for more information.File "lib/taglessFinal/dune", lines 9-26, characters 0-418:9 | (rule10 | (deps11 | (source_tree vendor))....24 | (copy vendor/libpython3.12.a libpython.a)25 | (copy vendor/pyconfig.h pyconfig.h)26 | (copy vendor/Misc/python-config.sh python-config.sh)))))(cd _build/default/lib/taglessFinal/vendor && /usr/bin/make libpython3.12.a)*** Parse error in /home/opam/src/_build/default/lib/taglessFinal/vendor: Unassociated shell command " # _decimal does not use signaling API" (Makefile:676)*** Parse error: Unassociated shell command " # Modules/_decimal/libmpdec/mpsignal.o" (Makefile:677)"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-19 14:12.34: Job failed: Failed: Build failed