Organisationstalex5ocurrent9c115b (master)macos-homebrew-4.14_opam-2.3

macos-homebrew-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-06-29 17:59.26: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (macos-x86_64:macos-homebrew-4.14_opam-2.3)
Base: macos-homebrew-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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b || git fetch origin master) && git reset -q --hard 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b && 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 ./src/./
RUN opam pin add -yn current_web.dev './src/./' && \
opam pin add -yn current_slack.dev './src/./' && \
opam pin add -yn current_github.dev './src/./' && \
opam pin add -yn current_git.dev './src/./' && \
opam pin add -yn current_docker.dev './src/./' && \
opam pin add -yn current.dev './src/./'
RUN echo '(lang dune 3.0)' > './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.2.8 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.10.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.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 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.12.0 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.1 topkg.1.0.8 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.3 --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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-06-29 17:59.26: Using cache hint "talex5/ocurrent-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-65313c62b18af3b1f4bdbef7a08da2b5"
2025-06-29 17:59.26: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b || git fetch origin master) && git reset -q --hard 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b && 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 ./src/./))
(run (network host)
(shell  "opam pin add -yn current_web.dev './src/./' && \
\nopam pin add -yn current_slack.dev './src/./' && \
\nopam pin add -yn current_github.dev './src/./' && \
\nopam pin add -yn current_git.dev './src/./' && \
\nopam pin add -yn current_docker.dev './src/./' && \
\nopam pin add -yn current.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './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.2.8 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.10.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.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 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.12.0 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.1 topkg.1.0.8 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-06-29 17:59.26: Waiting for resource in pool OCluster
2025-06-29 17:59.26: Waiting for worker…
2025-06-29 21:03.45: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at 9c115b4 Add Github.commit type


(from macos-homebrew-ocaml-4.14)
2025-06-29 21:03.46 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-29 21:03.46 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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.


This version of opam requires an update to the layout of /Users/mac1000/.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:///Users/mac1000/opam-repository
2025-06-29 21:03.46 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-29 21:03.46 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b || git fetch origin master) && git reset -q --hard 4f977ccb61d6694f12c27cd4e9b06ef51088bd9b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
11bdbee611..c77f3ebebe  master     -> origin/master
4f977ccb61 Merge pull request #28109 from mseri/frama-c


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, 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-06-29 21:03.47 ---> using "91a36070e5a45a54fd2bfa193303f745cecefae664d78d78853b27a46c523deb" from cache


/: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
(dst ./src/./))
2025-06-29 21:03.48 ---> saved as "686363306025521e644db849e2634718a4801b7a18f9945a1bcb5550a487cd02"


/: (run (network host)
(shell  "opam pin add -yn current_web.dev './src/./' && \
\nopam pin add -yn current_slack.dev './src/./' && \
\nopam pin add -yn current_github.dev './src/./' && \
\nopam pin add -yn current_git.dev './src/./' && \
\nopam pin add -yn current_docker.dev './src/./' && \
\nopam pin add -yn current.dev './src/./'"))
[current_web.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current_web package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current_web is now pinned to file:///Users/mac1000/src (version dev)
[current_slack.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current_slack package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current_slack is now pinned to file:///Users/mac1000/src (version dev)
[current_github.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current_github package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current_github is now pinned to file:///Users/mac1000/src (version dev)
[current_git.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current_git package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current_git is now pinned to file:///Users/mac1000/src (version dev)
[current_docker.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current_docker package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current_docker is now pinned to file:///Users/mac1000/src (version dev)
[current.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on current package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
current is now pinned to file:///Users/mac1000/src (version dev)
2025-06-29 21:04.09 ---> saved as "1641ff9f119b48963f673eb5ab54a2efc7d397323f87c4fd57c9d26ffb5e9e24"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-06-29 21:04.11 ---> saved as "9fdcdb73957ace9ccb4dc2601edec7f4bc3ff0deebfc94bc9668d508ac4f66f9"


/: (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.2.8 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.10.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.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 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.12.0 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.1 topkg.1.0.8 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current.dev] synchronised (file:///Users/mac1000/src)
[current_git.dev] synchronised (file:///Users/mac1000/src)
[current_docker.dev] synchronised (file:///Users/mac1000/src)
[current_github.dev] synchronised (file:///Users/mac1000/src)
[current_slack.dev] synchronised (file:///Users/mac1000/src)
[current_web.dev] synchronised (file:///Users/mac1000/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:
gmp libffi pkgconf sqlite


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


+ /usr/local/bin/brew "install" "gmp" "libffi" "pkgconf" "sqlite"
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:d1192da68b2618652f4be0dd9f56b18d2d276481440ae241ce9cc17be0450e07
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea83c2ee63250dbc931826078df9b212ba8618ad631319170d4cb55723e4fe0b--gmp--6.3.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2a0a00cd44d587830113cc55dfda470280f6667255105214e0e6941d4c8b3802--libffi-3.5.1.bottle_manifest.json
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:2e2b8886c994abb887b1ffad984ed78bda1323eded54bbd4809e8c3a6d48ae45
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52367318141e9bd9550c0d960319474462b0e00c53fce5a5c54b12541b0e2870--libffi--3.5.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/174a21a1715a51dca20bbf72e02d1f2f53cf5faa29f2301178aa70bdde5a5cb0--sqlite-3.50.2.bottle_manifest.json
- ==> Fetching dependencies for sqlite: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:becf6fdd835be191881959acd788745c1075eeb70cb1fd9ee646a3080597ea6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9e5ce7d7c9e81daddcd40b985afd1e60ed7f69acd6319ff3420c4faca82a8698--readline--8.2.13.sequoia.bottle.tar.gz
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:577f8aa80ca4950b15d8d9485d223129e7de442229d4d0065cf6c648be1dced9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5ea006e3a7772a472a25f61bf9b8aaa8a5e4dcbc5c5f04377887e7837aa8614a--sqlite--3.50.2.sequoia.bottle.tar.gz
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring libffi--3.5.1.sonoma.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> Summary
- 🍺  /usr/local/Cellar/libffi/3.5.1: 18 files, 699.8KB
- ==> Running `brew cleanup libffi`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for sqlite: readline
- ==> Installing sqlite dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Pouring readline--8.2.13.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/readline/8.2.13: 51 files, 1.6MB
- ==> Installing sqlite
- ==> Pouring sqlite--3.50.2.sequoia.bottle.tar.gz
- ==> Caveats
- sqlite is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have sqlite first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
- 
- For compilers to find sqlite you may need to set:
-   export LDFLAGS="-L/usr/local/opt/sqlite/lib"
-   export CPPFLAGS="-I/usr/local/opt/sqlite/include"
- 
- For pkg-config to find sqlite you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
- ==> Summary
- 🍺  /usr/local/Cellar/sqlite/3.50.2: 13 files, 4.8MB
- ==> Running `brew cleanup sqlite`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> sqlite
- sqlite is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have sqlite first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
- 
- For compilers to find sqlite you may need to set:
-   export LDFLAGS="-L/usr/local/opt/sqlite/lib"
-   export CPPFLAGS="-I/usr/local/opt/sqlite/include"
- 
- For pkg-config to find sqlite you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
2025-06-29 21:04.55 ---> saved as "ffb6b23f125b82369ee5786172ff843c0eef626016083733cac1e9585529adb1"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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.2.8
- install domain-name         0.4.1
- install dune                3.19.1
- install dune-configurator   3.19.1
- install duration            0.2.1
- install eqaf                0.10
- install fmt                 0.10.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.0
- install ipaddr-sexp         5.6.0
- install irmin-watcher       0.5.0
- install kdf                 1.0.0
- install logs                0.8.0
- install lwt                 5.9.1
- install macaddr             5.6.0
- install magic-mime          1.3.1
- install mirage-crypto       2.0.1
- install mirage-crypto-ec    2.0.1
- install mirage-crypto-pk    2.0.1
- install mirage-crypto-rng   2.0.1
- 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.12.0
- 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.1
- install topkg               1.0.8
- 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


<><> 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 base64.3.5.1  (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved ca-certs.1.0.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)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (cached)
-> installed conf-pkg-config.4
-> retrieved cpuid.0.1.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.5
-> installed conf-libffi.2.0.0
-> installed conf-sqlite3.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1  (cached)
-> installed conf-gmp-powm-sec.4
-> 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 dockerfile.8.2.8  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved eqaf.0.10  (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.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved irmin-watcher.0.5.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved lwt.5.9.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.12.4  (cached)
-> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocb-stubblr.0.1.1-1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (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.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.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 topkg.1.0.8  (cached)
-> retrieved tls.2.0.1  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved x509.1.0.6  (cached)
-> installed ocamlbuild.0.16.1
-> installed num.1.6
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed ocb-stubblr.0.1.1-1
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.1
-> installed cstruct.6.0.1
-> installed macaddr.5.6.0
-> installed http.6.1.1
-> installed gmap.0.3.0
-> installed eqaf.0.10
-> installed duration.0.2.1
-> installed cpuid.0.1.2
-> installed cppo.1.8.0
-> installed base64.3.5.1
-> installed asn1-combinators.0.3.2
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ipaddr.5.6.0
-> installed ocplib-endian.1.2
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed magic-mime.1.3.1
-> installed integers.0.7.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.19.1
-> installed re.1.12.0
-> installed yojson.3.0.0
-> installed bigstringaf.0.10.0
-> installed parsexp.v0.16.0
-> installed sqlite3.5.3.1
-> installed angstrom.0.16.1
-> installed alcotest.1.9.0
-> installed mirage-crypto.2.0.1
-> installed sexplib.v0.16.0
-> installed kdf.1.0.0
-> installed lwt.5.9.1
-> installed uri.4.4.0
-> installed tyxml.4.6.0
-> installed cstruct-lwt.6.0.1
-> installed prometheus.1.2
-> installed base.v0.16.4
-> installed logs.0.8.0
-> installed alcotest-lwt.1.9.0
-> installed ctypes.0.23.0
-> installed mirage-crypto-rng.2.0.1
-> installed mirage-crypto-pk.2.0.1
-> installed bos.0.2.1
-> installed ctypes-foreign.0.23.0
-> installed mirage-crypto-ec.2.0.1
-> installed ppxlib.0.35.0
-> installed cf.0.5.0
-> installed cf-lwt.0.5.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppx_deriving.6.0.3
-> installed fsevents.0.3.0
-> installed ppx_sexp_conv.v0.16.0
-> installed tls.2.0.1
-> installed fsevents-lwt.0.3.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed irmin-watcher.0.5.0
-> installed dockerfile.8.2.8
-> 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.2
-> 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.
# To update the current shell environment, run: eval $(opam env)
2025-06-29 21:07.19 ---> saved as "756dea50189578e5e1cdf38885362ceac27957673bfb2f8c5dab5890f14d9821"


/: (copy (src .) (dst ./src))
2025-06-29 21:07.20 ---> saved as "1aec449d2ab844840f9819ac800eda53c648a726009b2bf1d7c803765c5608bc"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 -I lib_term/.current_term.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/rresult -intf-suffix .ml -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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/rresult -intf-suffix .ml -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 && /Users/mac1000/.opam/4.14.2/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 -I lib_term/.current_term.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/rresult -intf-suffix .ml -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 && /Users/mac1000/.opam/4.14.2/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 -I lib/.current.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/asetmap -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt/unix -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/prometheus -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sqlite3 -I lib_term/.current_term.objs/byte -intf-suffix .ml -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 && /Users/mac1000/.opam/4.14.2/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 -I lib/.current.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/asetmap -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt/unix -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/prometheus -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/asetmap -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt/unix -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/prometheus -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/sqlite3 -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -intf-suffix .ml -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 && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/bos -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/fpath -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/4.14.2/lib/rresult -intf-suffix .ml -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.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-06-29 21:07.28: Job failed: Failed: Build failed