Organisationstalex5ocurrent9c115b (master)freebsd-14.3-5.4_opam-2.5

freebsd-14.3-5.4_opam-2.5

Logs

Show full logs
2026-03-19 08:07.53: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)
Base: freebsd-14.3-ocaml-5.4
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 freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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 --chown=1000:1000 current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam ./
RUN opam pin add -yn current_web.dev './' && \
    opam pin add -yn current_slack.dev './' && \
    opam pin add -yn current_github.dev './' && \
    opam pin add -yn current_git.dev './' && \
    opam pin add -yn current_docker.dev './' && \
    opam pin add -yn current.dev './'
RUN echo '(lang dune 3.0)' > './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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-03-19 08:07.53: Using cache hint "talex5/ocurrent-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-2088c4aabfa79599ac3e6fce0c0e1480"
2026-03-19 08:07.53: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
 (comment freebsd-14.3-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (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 ./))
 (run (network host)
      (shell  "opam pin add -yn current_web.dev './' && \
             \nopam pin add -yn current_slack.dev './' && \
             \nopam pin add -yn current_github.dev './' && \
             \nopam pin add -yn current_git.dev './' && \
             \nopam pin add -yn current_docker.dev './' && \
             \nopam pin add -yn current.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-03-19 08:07.53: Waiting for resource in pool OCluster
2026-03-19 12:28.37: Waiting for worker…
2026-03-19 13:35.26: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 9c115b4 Add Github.commit type

(from freebsd-14.3-ocaml-5.4)
2026-03-19 13:30.43 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache

/: (comment freebsd-14.3-5.4_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-03-19 13:30.43 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" from cache

/src: (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.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-03-19 13:30.43 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-19 13:30.43 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-19 13:30.44 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache

/src: (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_HEAD
   71325ac6ed..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
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.
2026-03-19 13:30.44 ---> using "d8b6246dbb70b16b03c68a053ab9f95afbbeadde38363417d37dd4be3056feea" from cache

/src: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
            (dst ./))
2026-03-19 13:30.44 ---> saved as "c4da703670d0cc3f798629bf9cc00734cb85693a208f67cc402665434fadb024"

/src: (run (network host)
           (shell  "opam pin add -yn current_web.dev './' && \
                  \nopam pin add -yn current_slack.dev './' && \
                  \nopam pin add -yn current_github.dev './' && \
                  \nopam pin add -yn current_git.dev './' && \
                  \nopam pin add -yn current_docker.dev './' && \
                  \nopam pin add -yn current.dev './'"))
[current_web.dev] synchronised (file:///src)
[WARNING] Failed checks on current_web package definition from source at file:///src:
  warning 68: Missing field 'license'
current_web is now pinned to file:///src (version dev)
[current_slack.dev] synchronised (file:///src)
[WARNING] Failed checks on current_slack package definition from source at file:///src:
  warning 68: Missing field 'license'
current_slack is now pinned to file:///src (version dev)
[current_github.dev] synchronised (file:///src)
[WARNING] Failed checks on current_github package definition from source at file:///src:
  warning 68: Missing field 'license'
current_github is now pinned to file:///src (version dev)
[current_git.dev] synchronised (file:///src)
[WARNING] Failed checks on current_git package definition from source at file:///src:
  warning 68: Missing field 'license'
current_git is now pinned to file:///src (version dev)
[current_docker.dev] synchronised (file:///src)
[WARNING] Failed checks on current_docker package definition from source at file:///src:
  warning 68: Missing field 'license'
current_docker is now pinned to file:///src (version dev)
[current.dev] synchronised (file:///src)
[WARNING] Failed checks on current package definition from source at file:///src:
  warning 68: Missing field 'license'
current is now pinned to file:///src (version dev)
2026-03-19 13:30.49 ---> saved as "ef965cbfa683a72486cd7a83fb7e75d0092c062bb1a34ce8c5008de194e211d6"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 13:30.50 ---> saved as "7e6c751cc12fc0c4c99db82a8c80abf12ed404dfd455d45fa94873ec158b9ce4"

/src: (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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (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:///src)
[current_docker.dev] synchronised (file:///src)
[current.dev] synchronised (file:///src)
[current_github.dev] synchronised (file:///src)
[current_slack.dev] synchronised (file:///src)
[current_web.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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:
    ca_root_nss gmp sqlite3

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/local/bin/sudo "pkg" "install" "-y" "ca_root_nss" "gmp" "sqlite3"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: 
- .
- ...
- ...... done
- Processing entries: 
- ..
- ..
- ..
- ..
- .. done
- FreeBSD repository update completed. 36687 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: ......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.4.2 -> 2.5.1 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~75e3b55743.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: ..
- ........ done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 4 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	ca_root_nss: 3.117_2 [FreeBSD]
- 	gmp: 6.3.0 [FreeBSD]
- 	libedit: 3.1.20251016_1,1 [FreeBSD]
- 	sqlite3: 3.50.4_2,1 [FreeBSD]
- 
- Number of packages to be installed: 4
- 
- The process will require 8 MiB more space.
- 2 MiB to be downloaded.
- [rosemary] [1/4] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [2/4] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [3/4] Fetching gmp-6.3.0: ......... done
- [rosemary] [4/4] Fetching ca_root_nss-3.117_2: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/4] Installing ca_root_nss-3.117_2...
- [rosemary] [1/4] Extracting ca_root_nss-3.117_2: ....... done
- [rosemary] [2/4] Installing gmp-6.3.0...
- [rosemary] [2/4] Extracting gmp-6.3.0: .......... done
- [rosemary] [3/4] Installing libedit-3.1.20251016_1,1...
- [rosemary] [3/4] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [4/4] Installing sqlite3-3.50.4_2,1...
- [rosemary] [4/4] Extracting sqlite3-3.50.4_2,1: .......... done
- =====
- Message from ca_root_nss-3.117_2:
- 
- --
- FreeBSD does not, and can not warrant that the certification authorities
- whose certificates are included in this package have in any way been
- audited for trustworthiness or RFC 3647 compliance.
- 
- Assessment and verification of trust is the complete responsibility of
- the system administrator.
- 
- This package installs symlinks to support root certificate discovery
- for software that either uses other cryptographic libraries than
- OpenSSL, or use OpenSSL but do not follow recommended practice.
- 
- If you prefer to do this manually, replace the following symlinks with
- either an empty file or your site-local certificate bundle.
- 
-   * /etc/ssl/cert.pem
-   * /usr/local/etc/ssl/cert.pem
-   * /usr/local/openssl/cert.pem
2026-03-19 13:31.51 ---> saved as "0b7b28632d482c9f2e1a24f84407e89ede2c744bef5b2e9925d8166c4accad3b"

/src: (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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 103 packages
   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.17.3
   base-bytes              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 (deprecated)
   mirage-no-xen           1 (deprecated)
   nocrypto                0.5.4-2
   num                     1.6
   ocaml-compiler-libs     v0.17.0
   ocaml-syntax-shims      1.0.0
   ocaml_intrinsics_kernel v0.17.1
   ocamlbuild              0.16.1
   ocamlfind               1.9.8
   ocb-stubblr             0.1.1-1
   ocplib-endian           1.2
   ohex                    0.2.0
   parsexp                 v0.17.0
   ppx_derivers            1.2.1
   ppx_deriving            6.1.1
   ppx_deriving_yojson     3.10.0
   ppx_sexp_conv           v0.17.1
   ppxlib                  0.37.0
   ppxlib_jane             v0.17.4
   prometheus              1.3
   prometheus-app          1.3
   ptime                   1.2.0
   re                      1.14.0
   rresult                 0.7.0
   seq                     base
   sexplib                 v0.17.0
   sexplib0                v0.17.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

<><> 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.1, alcotest-lwt.1.9.1  (cached)
 retrieved base.v0.17.3  (cached)
 retrieved base64.3.5.2  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved bigstringaf.0.10.0  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved ca-certs.1.0.1  (cached)
 retrieved bos.0.2.1  (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)
 installed conf-gmp.5
 installed conf-pkg-config.4
 installed conf-gmp-powm-sec.4
 installed conf-sqlite3.1
 installed conf-libffi.2.0.0
 retrieved cppo.1.8.0  (cached)
 retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.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.24.0, ctypes-foreign.0.24.0  (cached)
 retrieved cstruct.6.0.1, cstruct-lwt.6.0.1  (cached)
 retrieved dockerfile.8.3.4  (cached)
 retrieved domain-name.0.5.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 lwt.5.9.2  (cached)
 retrieved digestif.1.3.0  (cached)
 retrieved magic-mime.1.3.1  (cached)
 installed mirage-no-solo5.1
 installed mirage-no-xen.1
 retrieved nocrypto.0.5.4-2  (cached)
 retrieved num.1.6  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocb-stubblr.0.1.1-1  (cached)
 retrieved ocplib-endian.1.2  (cached)
 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 ohex.0.2.0  (cached)
 retrieved parsexp.v0.17.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_deriving.6.1.1  (cached)
 retrieved ppx_deriving_yojson.3.10.0  (cached)
 retrieved ppx_sexp_conv.v0.17.1  (cached)
 retrieved ppxlib_jane.v0.17.4  (cached)
 retrieved prometheus.1.3, prometheus-app.1.3  (cached)
 retrieved ptime.1.2.0  (cached)
 retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved re.1.14.0  (cached)
 retrieved sexplib.v0.17.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved ppxlib.0.37.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved sqlite3.5.4.0  (cached)
 installed num.1.6
 retrieved tyxml.4.6.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved tls.2.0.4  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
 retrieved zarith.1.14  (cached)
 retrieved x509.1.0.6  (cached)
 installed cmdliner.1.3.0
 retrieved yojson.3.0.0  (cached)
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed zarith.1.14
 installed topkg.1.1.1
 installed asetmap.0.8.1
 installed rresult.0.7.0
 installed uutf.1.0.4
 installed fmt.0.11.0
 installed ptime.1.2.0
 installed astring.0.8.5
 installed jsonm.1.0.2
 installed ocb-stubblr.0.1.1-1
 installed fpath.0.7.3
 installed dune.3.22.0
 installed gmap.0.3.0
 installed duration.0.2.1
 installed domain-name.0.5.0
 installed csexp.1.5.2
 installed yojson.3.0.0
 installed stringext.1.6.0
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.17.0
 installed re.1.14.0
 installed ppx_derivers.1.2.1
 installed ohex.0.2.0
 installed ocaml_intrinsics_kernel.v0.17.1
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.17.0
 installed integers.0.7.0
 installed magic-mime.1.3.1
 installed macaddr.5.6.2
 installed http.6.1.1
 installed eqaf.0.10
 installed cpuid.0.1.2
 installed cppo.1.8.0
 installed bigarray-compat.1.1.0
 installed base64.3.5.2
 installed asn1-combinators.0.3.2
 installed ocplib-endian.1.2
 installed ipaddr.5.6.2
 installed dune-configurator.3.22.0
 installed cstruct.6.0.1
 installed alcotest.1.9.1
 installed hex.1.5.0
 installed digestif.1.3.0
 installed bigstringaf.0.10.0
 installed parsexp.v0.17.0
 installed ezjsonm.1.3.0
 installed angstrom.0.16.1
 installed mirage-crypto.2.1.0
 installed sexplib.v0.17.0
 installed kdf.1.0.0
 installed dune-compiledb.0.6.0
 installed tyxml.4.6.0
 installed uri.4.4.0
 installed sqlite3.5.4.0
 installed lwt.5.9.2
 installed cstruct-lwt.6.0.1
 installed prometheus.1.3
 installed ctypes.0.24.0
 installed logs.0.10.0
 installed alcotest-lwt.1.9.1
 installed mirage-crypto-rng.2.1.0
 installed mirage-crypto-pk.2.1.0
 installed base.v0.17.3
 installed ctypes-foreign.0.24.0
 installed cf.0.5.0
 installed fsevents.0.3.0
 installed cf-lwt.0.5.0
 installed fsevents-lwt.0.3.0
 installed irmin-watcher.0.5.0
 installed bos.0.2.1
 installed mirage-crypto-ec.2.1.0
 installed x509.1.0.6
 installed ca-certs.1.0.1
 installed tls.2.0.4
 installed ppxlib.0.37.0
 installed ppxlib_jane.v0.17.4
 installed ppx_deriving.6.1.1
 installed ppx_deriving_yojson.3.10.0
 installed ppx_sexp_conv.v0.17.1
 installed ipaddr-sexp.5.6.2
 installed uri-sexp.4.4.0
 installed dockerfile.8.3.4
 installed conduit.8.0.0
 installed cohttp.6.1.1
 installed conduit-lwt.8.0.0
 installed conduit-lwt-unix.8.0.0
 installed cohttp-lwt.6.1.1
 installed cohttp-lwt-unix.6.1.1
 installed prometheus-app.1.3
 installed nocrypto.0.5.4-2
Done.

<><> mirage-no-xen.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.

<><> mirage-no-solo5.1 installed successfully <><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
2026-03-19 13:33.56 ---> saved as "5ed2db0239bdc46b76911f3c2b46128487e7edc2fae19ae74481e72ddfeac998"

/src: (copy (src .) (dst /src))
2026-03-19 13:33.57 ---> saved as "f9bfe3e6ce5d2b30e503ca5c6b099e13ff1573a383388ddb8b11d212bd6a71bc"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib_term/.current_term.objs/byte -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/rresult -cmi-file lib_term/.current_term.objs/byte/current_term__Dot.cmi -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/byte/current_term__Dot.cmo -c -impl lib_term/dot.ml)
File "lib_term/dot.ml", line 20, characters 42-46:
20 |   Fmt.pf f "n%d [%a]@," i Fmt.(list ~sep:(unit ",") pp_option) attrs
                                               ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.

File "lib_term/dot.ml", line 26, characters 22-30:
26 |       (Fmt.list ~sep:(Fmt.unit ",") pp_option) items
                           ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/rresult -cmi-file lib_term/.current_term.objs/byte/current_term__Dot.cmi -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/native/current_term__Dot.cmx -c -impl lib_term/dot.ml)
File "lib_term/dot.ml", line 20, characters 42-46:
20 |   Fmt.pf f "n%d [%a]@," i Fmt.(list ~sep:(unit ",") pp_option) attrs
                                               ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.

File "lib_term/dot.ml", line 26, characters 22-30:
26 |       (Fmt.list ~sep:(Fmt.unit ",") pp_option) items
                           ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib_term/.current_term.objs/byte -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/rresult -cmi-file lib_term/.current_term.objs/byte/current_term.cmi -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/byte/current_term.cmo -c -impl lib_term/current_term.ml)
File "lib_term/current_term.ml", line 79, characters 22-30:
79 |   let component fmt = Fmt.strf ("@[<v>" ^^ fmt ^^ "@]")
                           ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.current.objs/byte -I /home/opam/.opam/5.4.0/lib/asetmap -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/bytes -I /home/opam/.opam/5.4.0/lib/cmdliner -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/lwt -I /home/opam/.opam/5.4.0/lib/lwt/unix -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocplib-endian -I /home/opam/.opam/5.4.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/prometheus -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/rresult -I /home/opam/.opam/5.4.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -cmi-file lib/.current.objs/byte/current__Level.cmi -no-alias-deps -opaque -open Current__ -o lib/.current.objs/byte/current__Level.cmo -c -impl lib/level.pp.ml)
File "lib/level.ml", line 34, characters 17-25:
34 |     Error (`Msg (Fmt.strf "Unknown level %S; expected one of %a" x
                      ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.

File "lib/level.ml", line 35, characters 35-39:
35 |                    Fmt.(list ~sep:(unit ", ") pp) values))
                                        ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.current.objs/byte -I /home/opam/.opam/5.4.0/lib/asetmap -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/bytes -I /home/opam/.opam/5.4.0/lib/cmdliner -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/lwt -I /home/opam/.opam/5.4.0/lib/lwt/unix -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocplib-endian -I /home/opam/.opam/5.4.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/prometheus -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/rresult -I /home/opam/.opam/5.4.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -no-alias-deps -opaque -open Current__ -o lib/.current.objs/byte/current__Switch.cmo -c -impl lib/switch.ml)
File "lib/switch.ml", line 14, characters 44-52:
14 | let pp_reason f x = Current_term.Output.pp (Fmt.unit "()") f (x :> unit Current_term.Output.t)
                                                 ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.current.objs/byte -I lib/.current.objs/native -I /home/opam/.opam/5.4.0/lib/asetmap -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/bytes -I /home/opam/.opam/5.4.0/lib/cmdliner -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/lwt -I /home/opam/.opam/5.4.0/lib/lwt/unix -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocplib-endian -I /home/opam/.opam/5.4.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/prometheus -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/rresult -I /home/opam/.opam/5.4.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -cmi-file lib/.current.objs/byte/current__Level.cmi -no-alias-deps -opaque -open Current__ -o lib/.current.objs/native/current__Level.cmx -c -impl lib/level.pp.ml)
File "lib/level.ml", line 34, characters 17-25:
34 |     Error (`Msg (Fmt.strf "Unknown level %S; expected one of %a" x
                      ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.

File "lib/level.ml", line 35, characters 35-39:
35 |                    Fmt.(list ~sep:(unit ", ") pp) values))
                                        ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -I /home/opam/.opam/5.4.0/lib/astring -I /home/opam/.opam/5.4.0/lib/bos -I /home/opam/.opam/5.4.0/lib/fmt -I /home/opam/.opam/5.4.0/lib/fpath -I /home/opam/.opam/5.4.0/lib/logs -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4.0/lib/rresult -cmi-file lib_term/.current_term.objs/byte/current_term.cmi -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/native/current_term.cmx -c -impl lib_term/current_term.ml)
File "lib_term/current_term.ml", line 79, characters 22-30:
79 |   let component fmt = Fmt.strf ("@[<v>" ^^ fmt ^^ "@]")
                           ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1974_81800" "mount.devfs" "path=/obuilder/result/fad90fdb4b5e7ff111505ad20cf1dcadac3f67d1ea351b1e184a46efe7d2eeab/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.3 prometheus-app.1.3 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-03-19 13:38.46: Job failed: Failed: Build failed