2026-03-19 08:07.53: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (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/talex5/ocurrent.git" -b "master" && cd "ocurrent" && git reset --hard 9c115b45cat > 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 current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam /home/opam/src/./RUN opam pin add -yn current_web.dev '/home/opam/src/./' && \opam pin add -yn current_slack.dev '/home/opam/src/./' && \opam pin add -yn current_github.dev '/home/opam/src/./' && \opam pin add -yn current_git.dev '/home/opam/src/./' && \opam pin add -yn current_docker.dev '/home/opam/src/./' && \opam pin add -yn current.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.24.0 ctypes-foreign.0.24.0 digestif.1.3.0 dockerfile.8.3.4 domain-name.0.5.0 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hex.1.5.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 irmin-watcher.0.5.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.4.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.4 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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:07.53: Using cache hint "talex5/ocurrent-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-880b2c4a34de001c00ef1ae2789a8a6e"2026-03-19 08:07.53: 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 current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)(dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn current_web.dev '/home/opam/src/./' && \\nopam pin add -yn current_slack.dev '/home/opam/src/./' && \\nopam pin add -yn current_github.dev '/home/opam/src/./' && \\nopam pin add -yn current_git.dev '/home/opam/src/./' && \\nopam pin add -yn current_docker.dev '/home/opam/src/./' && \\nopam pin add -yn current.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.24.0 ctypes-foreign.0.24.0 digestif.1.3.0 dockerfile.8.3.4 domain-name.0.5.0 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hex.1.5.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 irmin-watcher.0.5.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.4.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.4 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")(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 current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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:07.53: Waiting for resource in pool OCluster2026-03-20 02:51.31: Waiting for worker…2026-03-20 06:24.50: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 9c115b4 Add Github.commit type(from openbsd-77-amd64-ocaml-4.14)2026-03-20 06:24.51 ---> 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-20 06:24.51 ---> 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-20 06:24.51 ---> 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-20 06:24.51 ---> 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-20 06:24.51 ---> using "c25fd0e0008d3e48f43e1c93668b95cd6e420f59e88a56d19952b4e3104aec8c" from cache/: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)(dst /home/opam/src/./))2026-03-20 06:25.49 ---> saved as "8d5aff3babfaef4aa5683f7d51541d16cf7a55c3600c84cd38036cd671251b99"/: (run (network host)(shell "opam pin add -yn current_web.dev '/home/opam/src/./' && \\nopam pin add -yn current_slack.dev '/home/opam/src/./' && \\nopam pin add -yn current_github.dev '/home/opam/src/./' && \\nopam pin add -yn current_git.dev '/home/opam/src/./' && \\nopam pin add -yn current_docker.dev '/home/opam/src/./' && \\nopam pin add -yn current.dev '/home/opam/src/./'"))[current_web.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current_web package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current_web is now pinned to file:///home/opam/src (version dev)[current_slack.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current_slack package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current_slack is now pinned to file:///home/opam/src (version dev)[current_github.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current_github package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current_github is now pinned to file:///home/opam/src (version dev)[current_git.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current_git package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current_git is now pinned to file:///home/opam/src (version dev)[current_docker.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current_docker package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current_docker is now pinned to file:///home/opam/src (version dev)[current.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on current package definition from source at file:///home/opam/src:warning 68: Missing field 'license'current is now pinned to file:///home/opam/src (version dev)2026-03-20 06:26.52 ---> saved as "77f44da758961649bed04887392d1e4b2495239638f0d7783eaaeccd53b93949"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-20 06:27.50 ---> saved as "8c9fc405cf89e94a518c39eacd36a63a62a4a1b0f79cc9e16681a251bb02a71c"/: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.24.0 ctypes-foreign.0.24.0 digestif.1.3.0 dockerfile.8.3.4 domain-name.0.5.0 dune.3.22.0 dune-compiledb.0.6.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hex.1.5.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 irmin-watcher.0.5.0 jsonm.1.0.2 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.4.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.4 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")/: (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 current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[current_git.dev] synchronised (file:///home/opam/src)[current_docker.dev] synchronised (file:///home/opam/src)[current.dev] synchronised (file:///home/opam/src)[current_github.dev] synchronised (file:///home/opam/src)[current_slack.dev] synchronised (file:///home/opam/src)[current_web.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).The following system packages will first need to be installed:database/sqlite3 gmp<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "database/sqlite3" "gmp"- file:database/: empty- quirks-7.103 signed on 2025-10-13T22:55:16Z# To update the current shell environment, run: eval $(opam env)2026-03-20 06:29.03 ---> saved as "99ffd2dc771d700556c77fa936385392795fa12de486517400c22ec24e3da891"/: (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 101 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install angstrom 0.16.1- install asetmap 0.8.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base v0.16.4- install base-bytes base- install base64 3.5.2- install bigarray-compat 1.1.0- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 1.0.1- install cf 0.5.0- install cf-lwt 0.5.0- install cmdliner 1.3.0- install cohttp 6.1.1- install cohttp-lwt 6.1.1- install cohttp-lwt-unix 6.1.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sqlite3 1- install cppo 1.8.0- install cpuid 0.1.2- install csexp 1.5.2- install cstruct 6.0.1- install cstruct-lwt 6.0.1- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install digestif 1.3.0- install dockerfile 8.3.4- install domain-name 0.5.0- install dune 3.22.0- install dune-compiledb 0.6.0- install dune-configurator 3.22.0- install duration 0.2.1- install eqaf 0.10- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install fsevents 0.3.0- install fsevents-lwt 0.3.0- install gmap 0.3.0- install hex 1.5.0- install http 6.1.1- install integers 0.7.0- install ipaddr 5.6.2- install ipaddr-sexp 5.6.2- install irmin-watcher 0.5.0- install jsonm 1.0.2- install kdf 1.0.0- install logs 0.10.0- install lwt 5.9.2- install macaddr 5.6.2- install magic-mime 1.3.1- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install mirage-no-solo5 1 (deprecated)- install mirage-no-xen 1 (deprecated)- install nocrypto 0.5.4-2- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocb-stubblr 0.1.1-1- install ocplib-endian 1.2- install ohex 0.2.0- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_deriving_yojson 3.9.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install prometheus 1.3- install prometheus-app 1.3- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install sqlite3 5.4.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install tls 2.0.4- install topkg 1.1.1- install tyxml 4.6.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.6- install yojson 3.0.0- install zarith 1.14The following system packages will first need to be installed:database/sqlite3<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>opam believes some required external dependencies are missing. opam can:> 1. Run pkg_add to install them (may need root/sudo access)2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable4. Abort the installation[1/2/3/4] 1+ /usr/bin/doas "pkg_add" "-I" "database/sqlite3"- file:database/: empty- quirks-7.103 signed on 2025-10-13T22:55:16Z<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asetmap.0.8.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> installed conf-pkg-config.4-> installed conf-gmp.5-> retrieved cppo.1.8.0 (cached)-> installed conf-sqlite3.1[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".-> installed conf-gmp-powm-sec.4-> retrieved cpuid.0.1.2 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)-> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> retrieved dockerfile.8.3.4 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)-> retrieved irmin-watcher.0.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> installed mirage-no-solo5.1-> installed mirage-no-xen.1-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved nocrypto.0.5.4-2 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocb-stubblr.0.1.1-1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed ocamlbuild.0.16.1-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved prometheus.1.3, prometheus-app.1.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved ppx_deriving_yojson.3.9.1 (cached)-> retrieved seq.base (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sqlite3.5.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tls.2.0.4 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> retrieved yojson.3.0.0 (cached)-> installed num.1.6-> installed cmdliner.1.3.0-> installed seq.base-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed asetmap.0.8.1-> installed astring.0.8.5-> installed fmt.0.11.0-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed ocb-stubblr.0.1.1-1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed dune.3.22.0-> installed bigarray-compat.1.1.0-> installed base64.3.5.2-> installed asn1-combinators.0.3.2-> installed cpuid.0.1.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed cstruct.6.0.1-> installed duration.0.2.1-> installed gmap.0.3.0-> installed eqaf.0.10-> installed hex.1.5.0-> installed http.6.1.1-> installed dune-configurator.3.22.0-> installed macaddr.5.6.2-> installed magic-mime.1.3.1-> installed bigstringaf.0.10.0-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocplib-endian.1.2-> installed ohex.0.2.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.1.0-> installed ppx_derivers.1.2.1-> installed kdf.1.0.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed ezjsonm.1.3.0-> installed alcotest.1.9.1-> installed lwt.5.9.2-> installed integers.0.7.0-> installed cstruct-lwt.6.0.1-> installed parsexp.v0.16.0-> installed logs.0.10.0-> installed base.v0.16.4-> installed alcotest-lwt.1.9.1-> installed ctypes.0.24.0-> installed mirage-crypto-rng.2.1.0-> installed prometheus.1.3-> installed bos.0.2.1-> installed mirage-crypto-pk.2.1.0-> installed sexplib.v0.16.0-> installed stringext.1.6.0-> installed dune-compiledb.0.6.0-> installed mirage-crypto-ec.2.1.0-> installed tyxml.4.6.0-> installed sqlite3.5.4.0-> installed uri.4.4.0-> installed ppxlib.0.35.0-> installed x509.1.0.6-> installed yojson.3.0.0-> installed ca-certs.1.0.1-> installed ppx_deriving.6.0.3-> installed ppx_sexp_conv.v0.16.0-> installed tls.2.0.4-> installed ipaddr-sexp.5.6.2-> installed dockerfile.8.3.4-> installed ppx_deriving_yojson.3.9.1-> installed uri-sexp.4.4.0-> installed conduit.8.0.0-> installed conduit-lwt.8.0.0-> installed conduit-lwt-unix.8.0.0-> installed cohttp.6.1.1-> installed cohttp-lwt.6.1.1-> installed cohttp-lwt-unix.6.1.1-> installed prometheus-app.1.3-> installed nocrypto.0.5.4-2#=== ERROR while compiling conf-libffi.2.0.0 ==================================## context 2.5.0 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/conf-libffi.2.0.0# command /usr/bin/pkg-config libffi# exit-code 1# env-file ~/.opam/log/conf-libffi-37081-e4f854.env# output-file ~/.opam/log/conf-libffi-37081-e4f854.out<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build conf-libffi 2.0.0+-+- The following changes have been performed (the rest was aborted)| - install alcotest 1.9.1| - install alcotest-lwt 1.9.1| - install angstrom 0.16.1| - install asetmap 0.8.1| - install asn1-combinators 0.3.2| - install astring 0.8.5| - install base v0.16.4| - install base-bytes base| - install base64 3.5.2| - install bigarray-compat 1.1.0| - install bigstringaf 0.10.0| - install bos 0.2.1| - install ca-certs 1.0.1| - install cmdliner 1.3.0| - install cohttp 6.1.1| - install cohttp-lwt 6.1.1| - install cohttp-lwt-unix 6.1.1| - install conduit 8.0.0| - install conduit-lwt 8.0.0| - install conduit-lwt-unix 8.0.0| - install conf-gmp 5| - install conf-gmp-powm-sec 4| - install conf-pkg-config 4| - install conf-sqlite3 1| - install cppo 1.8.0| - install cpuid 0.1.2| - install csexp 1.5.2| - install cstruct 6.0.1| - install cstruct-lwt 6.0.1| - install ctypes 0.24.0| - install digestif 1.3.0| - install dockerfile 8.3.4| - install domain-name 0.5.0| - install dune 3.22.0| - install dune-compiledb 0.6.0| - install dune-configurator 3.22.0| - install duration 0.2.1| - install eqaf 0.10| - install ezjsonm 1.3.0| - install fmt 0.11.0| - install fpath 0.7.3| - install gmap 0.3.0| - install hex 1.5.0| - install http 6.1.1| - install integers 0.7.0| - install ipaddr 5.6.2| - install ipaddr-sexp 5.6.2| - install jsonm 1.0.2| - install kdf 1.0.0| - install logs 0.10.0| - install lwt 5.9.2| - install macaddr 5.6.2| - install magic-mime 1.3.1| - install mirage-crypto 2.1.0| - install mirage-crypto-ec 2.1.0| - install mirage-crypto-pk 2.1.0| - install mirage-crypto-rng 2.1.0| - install mirage-no-solo5 1| - install mirage-no-xen 1| - install nocrypto 0.5.4-2| - install num 1.6| - install ocaml-compiler-libs v0.12.4| - install ocaml-syntax-shims 1.0.0| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install ocb-stubblr 0.1.1-1| - install ocplib-endian 1.2| - install ohex 0.2.0| - install parsexp v0.16.0| - install ppx_derivers 1.2.1| - install ppx_deriving 6.0.3| - install ppx_deriving_yojson 3.9.1| - install ppx_sexp_conv v0.16.0| - install ppxlib 0.35.0| - install prometheus 1.3| - install prometheus-app 1.3| - install ptime 1.2.0| - install re 1.14.0| - install rresult 0.7.0| - install seq base| - install sexplib v0.16.0| - install sexplib0 v0.16.0| - install sqlite3 5.4.0| - install stdlib-shims 0.3.0| - install stringext 1.6.0| - install tls 2.0.4| - install topkg 1.1.1| - install tyxml 4.6.0| - install uri 4.4.0| - install uri-sexp 4.4.0| - install uutf 1.0.4| - install x509 1.0.6| - install yojson 3.0.0| - install zarith 1.14+-<><> mirage-no-xen.1 installed successfully <><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.<><> mirage-no-solo5.1 installed successfully <><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20260320062933.export""opam install $DEPS" failed with exit status 312026-03-20 06:36.55: Job failed: Failed: Build failed