2025-09-16 10:12.04: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)
Base: openbsd-77-amd64-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/talex5/ocurrent.git" -b "master" && cd "ocurrent" && git reset --hard 9c115b45
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-4.14
# openbsd-77-amd64-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.0 alcotest-lwt.1.9.0 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.1 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.23.0 ctypes-foreign.0.23.0 digestif.1.3.0 dockerfile.8.3.1 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 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.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.3.1 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.2 topkg.1.1.0 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.4 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-09-16 10:12.04: Using cache hint "talex5/ocurrent-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-78e22400050683a6e9dc642d37e1dc72"
2025-09-16 10:12.04: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-4.14)
(comment openbsd-77-amd64-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 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.1 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.23.0 ctypes-foreign.0.23.0 digestif.1.3.0 dockerfile.8.3.1 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 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.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.3.1 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.2 topkg.1.1.0 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.4 --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"))
)
2025-09-16 10:12.04: Waiting for resource in pool OCluster
2025-09-16 18:03.56: Waiting for worker…
2025-09-16 23:40.20: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 9c115b4 Add Github.commit type
(from openbsd-77-amd64-ocaml-4.14)
2025-09-16 23:40.21 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache
/: (comment openbsd-77-amd64-4.14_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-16 23:40.21 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" 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-repository
2025-09-16 23:40.21 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 23:40.21 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
f6368c68f9..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Everything 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.3.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)
2025-09-16 23:40.21 ---> using "e4e1c4decce7d53697f4f6091c56041d20c86dfb4927859059ea98d18c3361d2" 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/./))
2025-09-16 23:41.18 ---> saved as "4bdb01ecdb5e54c733f920190fea7805de367c340ee427d49c022c767145aff1"
/: (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)
2025-09-16 23:42.34 ---> saved as "11fac54df4815c623d1969c5ba51a4345caf04e59b9bf732c10602d600cebdf2"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-09-16 23:43.31 ---> saved as "c1dad62c11cde224486e44daa77167ebb348afd4242e23b31f58aada2b895482"
/: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 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.1 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.23.0 ctypes-foreign.0.23.0 digestif.1.3.0 dockerfile.8.3.1 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 http.6.1.1 integers.0.7.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 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.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sqlite3.5.3.1 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.2 topkg.1.1.0 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.4 --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-09-15T15:20:43Z
2025-09-16 23:44.39 ---> saved as "97690c0c51156dbaceb0b930350b001fef8b948b13fdc146930576a7eaf49eeb"
/: (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 97 packages
- install alcotest 1.9.0
- install alcotest-lwt 1.9.0
- 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.1
- 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.23.0
- install ctypes-foreign 0.23.0
- install digestif 1.3.0
- install dockerfile 8.3.1
- install domain-name 0.4.1
- install dune 3.20.2
- install dune-configurator 3.20.2
- install duration 0.2.1
- install eqaf 0.10
- 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 http 6.1.1
- install integers 0.7.0
- install ipaddr 5.6.1
- install ipaddr-sexp 5.6.1
- install irmin-watcher 0.5.0
- install kdf 1.0.0
- install logs 0.9.0
- install lwt 5.9.2
- install macaddr 5.6.1
- install magic-mime 1.3.1
- install mirage-crypto 2.0.2
- install mirage-crypto-ec 2.0.2
- install mirage-crypto-pk 2.0.2
- install mirage-crypto-rng 2.0.2
- 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.2
- install prometheus-app 1.2
- install ptime 1.2.0
- install re 1.13.2
- install rresult 0.7.0
- install seq base
- install sexplib v0.16.0
- install sexplib0 v0.16.0
- install sqlite3 5.3.1
- install stdlib-shims 0.3.0
- install stringext 1.6.0
- install tls 2.0.2
- install topkg 1.1.0
- 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
The 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 detectable
4. 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-09-15T15:20:43Z
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cpuid.0.1.2 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dockerfile.8.3.1 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.10 (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 integers.0.7.0 (cached)
-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)
-> retrieved nocrypto.0.5.4-2 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocb-stubblr.0.1.1-1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved prometheus.1.2, prometheus-app.1.2 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved seq.base (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sqlite3.5.3.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved topkg.1.1.0 (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.2 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.1.3.0
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed dune.3.20.2
-> installed conf-gmp-powm-sec.4
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".
-> installed conf-sqlite3.1
-> installed cppo.1.8.0
-> installed cpuid.0.1.2
-> installed csexp.1.5.2
-> installed cstruct.6.0.1
-> installed domain-name.0.4.1
-> installed dune-configurator.3.20.2
-> installed duration.0.2.1
-> installed bigstringaf.0.10.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed digestif.1.3.0
-> installed http.6.1.1
-> installed macaddr.5.6.1
-> installed magic-mime.1.3.1
-> installed ipaddr.5.6.1
-> installed mirage-crypto.2.0.2
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> installed num.1.6
-> installed kdf.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlbuild.0.16.1
-> installed angstrom.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed ocplib-endian.1.2
-> installed seq.base
-> installed sexplib0.v0.16.0
-> installed lwt.5.9.2
-> installed base.v0.16.4
-> installed cstruct-lwt.6.0.1
-> installed parsexp.v0.16.0
-> installed re.1.13.2
-> installed sexplib.v0.16.0
-> installed sqlite3.5.3.1
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed integers.0.7.0
-> installed ppxlib.0.35.0
-> installed ctypes.0.23.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed topkg.1.1.0
-> installed ipaddr-sexp.5.6.1
-> installed asetmap.0.8.1
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed fpath.0.7.3
-> installed dockerfile.8.3.1
-> installed logs.0.9.0
-> installed ocb-stubblr.0.1.1-1
-> installed mirage-crypto-rng.2.0.2
-> installed prometheus.1.2
-> installed mirage-crypto-ec.2.0.2
-> installed ptime.1.2.0
-> installed rresult.0.7.0
-> installed asn1-combinators.0.3.2
-> installed bos.0.2.1
-> installed uri.4.4.0
-> installed uutf.1.0.4
-> installed conduit.8.0.0
-> installed alcotest.1.9.0
-> installed conduit-lwt.8.0.0
-> installed alcotest-lwt.1.9.0
-> installed tyxml.4.6.0
-> installed uri-sexp.4.4.0
-> installed yojson.3.0.0
-> installed cohttp.6.1.1
-> installed ppx_deriving_yojson.3.9.1
-> installed cohttp-lwt.6.1.1
-> installed zarith.1.14
-> installed mirage-crypto-pk.2.0.2
-> installed nocrypto.0.5.4-2
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.2
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.1.1
-> installed prometheus-app.1.2
#=== ERROR while compiling conf-libffi.2.0.0 ==================================#
# context 2.4.1 | 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-96526-7e2bd0.env
# output-file ~/.opam/log/conf-libffi-96526-7e2bd0.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.0
| - install alcotest-lwt 1.9.0
| - 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.1
| - 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.23.0
| - install digestif 1.3.0
| - install dockerfile 8.3.1
| - install domain-name 0.4.1
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install duration 0.2.1
| - install eqaf 0.10
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install gmap 0.3.0
| - install http 6.1.1
| - install integers 0.7.0
| - install ipaddr 5.6.1
| - install ipaddr-sexp 5.6.1
| - install kdf 1.0.0
| - install logs 0.9.0
| - install lwt 5.9.2
| - install macaddr 5.6.1
| - install magic-mime 1.3.1
| - install mirage-crypto 2.0.2
| - install mirage-crypto-ec 2.0.2
| - install mirage-crypto-pk 2.0.2
| - install mirage-crypto-rng 2.0.2
| - 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.2
| - install prometheus-app 1.2
| - install ptime 1.2.0
| - install re 1.13.2
| - install rresult 0.7.0
| - install seq base
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
| - install sqlite3 5.3.1
| - install stdlib-shims 0.3.0
| - install stringext 1.6.0
| - install tls 2.0.2
| - install topkg 1.1.0
| - 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-20250916234508.export"
"opam install $DEPS" failed with exit status 31
2025-09-17 00:03.27: Job failed: Failed: Build failed