2025-09-16 10:12.04: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4) Base: macos-homebrew-ocaml-5.3 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-5.3 # macos-homebrew-5.3_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 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 ./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.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.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 prometheus.1.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 . ./src RUN cd ./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-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.4-7b632d07e6b41f0c2be47cacf1cbc1c2" 2025-09-16 10:12.04: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/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 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 ./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.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.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 prometheus.1.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 /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-09-16 10:12.04: Waiting for resource in pool OCluster 2025-09-16 14:05.52: Waiting for worker… 2025-09-16 18:54.17: Got resource from pool OCluster Building on m1-worker-02 All commits already cached HEAD is now at 9c115b4 Add Github.commit type (from macos-homebrew-ocaml-5.3) 2025-09-16 18:54.18 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-09-16 18:54.18 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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-09-16 18:54.18 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-16 18:54.18 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" 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 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 git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-16 18:54.18 ---> using "c75343fe439a095d4287a0be3640a73f56aad132b898fca37874f86897182883" from cache /: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam) (dst ./src/./)) 2025-09-16 18:54.19 ---> saved as "c42d63d1c644107e146a5ee73a959422ca44efa56bf15e1b05b654fcfb72c319" /: (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-09-16 18:54.32 ---> saved as "2c3c540cb39be6d7225d2aa7a799a7617bb4e5bfba8ed2b79d88ddd734d90cd8" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-09-16 18:54.33 ---> saved as "b8b638fb82fa53b96ba0d765809063135039798cb19d04aef40c85ac49b92b04" /: (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.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.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 prometheus.1.2 prometheus-app.1.2 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [current_git.dev] synchronised (file:///Users/mac1000/src) [current_docker.dev] synchronised (file:///Users/mac1000/src) [current.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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: gmp libffi pkgconf sqlite <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "gmp" "libffi" "pkgconf" "sqlite" - ==> Fetching downloads for: gmp, libffi, pkgconf and 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 - ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e3f0378eebac131d3f2f10e90ed27d4d855d669ead4a290ed14197729216c90--libffi-3.5.2.bottle_manifest.json - ==> 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 - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2182c2da21736a92d6c2f2e184d1bddaa79e7329f250372e0c4e3e3ab132cfa9--sqlite-3.50.4-1.bottle_manifest.json - ==> Fetching gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz - ==> Fetching libffi - ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:e53361765ab81aa4bbead3bf1821678d4fb34b68355fe42f43032c7b99cf7224 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1ff61edd4396471f206fc4bdc33adc8614aa6bd1b9590e96b5c6e9ae66d38175--libffi--3.5.2.arm64_sequoia.bottle.tar.gz - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - ==> Fetching dependencies for sqlite: readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json - ==> Fetching readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:3afa0c228ce704810d09d40ce7d1265777df8b9034a7bfc18f0f4c19094710a8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/15b0d2ed6379862cf580597218213a2e00a2ea2650c34e28c99dffde7289b592--readline--8.3.1.arm64_sequoia.bottle.tar.gz - ==> Fetching sqlite - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:cafdb368572f534b9a2c016df82bb29733028c86b4bea062c1e927e7073f1dd4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/661d8af68c47f3a0e6157d27ac97341dd73321fa51a5997a00d88a3a3a5fea1c--sqlite--3.50.4.arm64_sequoia.bottle.1.tar.gz - ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB - ==> Running `brew cleanup gmp`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz - ==> Caveats - libffi is keg-only, which means it was not symlinked into /opt/homebrew, - 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/opt/homebrew/opt/libffi/lib" - export CPPFLAGS="-I/opt/homebrew/opt/libffi/include" - ==> Summary - 🍺 /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 810.8KB - ==> Running `brew cleanup libffi`... - ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB - ==> Running `brew cleanup pkgconf`... - ==> Installing sqlite dependency: readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json - ==> Pouring readline--8.3.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/readline/8.3.1: 56 files, 2.6MB - ==> Pouring sqlite--3.50.4.arm64_sequoia.bottle.1.tar.gz - ==> Caveats - sqlite is keg-only, which means it was not symlinked into /opt/homebrew, - 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="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile - - For compilers to find sqlite you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib" - export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include" - - For pkg-config to find sqlite you may need to set: - export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig" - ==> Summary - 🍺 /opt/homebrew/Cellar/sqlite/3.50.4: 13 files, 4.9MB - ==> Running `brew cleanup sqlite`... - ==> No outdated dependents to upgrade! - ==> Caveats - ==> libffi - libffi is keg-only, which means it was not symlinked into /opt/homebrew, - 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/opt/homebrew/opt/libffi/lib" - export CPPFLAGS="-I/opt/homebrew/opt/libffi/include" - ==> sqlite - sqlite is keg-only, which means it was not symlinked into /opt/homebrew, - 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="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile - - For compilers to find sqlite you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib" - export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include" - - For pkg-config to find sqlite you may need to set: - export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig" 2025-09-16 18:54.53 ---> saved as "979a9eee14eaf15fa88b40a312d2b837e7dd65cfb798814dc71a4fe5f5a8b7c1" /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 99 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.17.3 - 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.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.1 - 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.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_deriving_yojson 3.10.0 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.36.0 - install ppxlib_jane v0.17.4 - 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.17.0 - install sexplib0 v0.17.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 <><> 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.17.3 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached) -> retrieved ca-certs.1.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved cppo.1.8.0 (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 csexp.1.5.2 (cached) -> installed conf-sqlite3.1 -> installed conf-libffi.2.0.0 -> installed conf-gmp.5 -> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached) -> installed conf-gmp-powm-sec.4 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1 (cached) -> retrieved dockerfile.8.3.1 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved fmt.0.11.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.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) -> installed mirage-no-solo5.1 -> installed mirage-no-xen.1 -> retrieved nocrypto.0.5.4-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 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 ocb-stubblr.0.1.1-1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved parsexp.v0.17.0 (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.2, prometheus-app.1.2 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.17.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved sqlite3.5.3.1 (cached) -> installed num.1.6 -> retrieved tyxml.4.6.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tls.2.0.2 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed zarith.1.14 -> installed topkg.1.1.0 -> installed asetmap.0.8.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed ocb-stubblr.0.1.1-1 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cpuid.0.1.2 -> installed duration.0.2.1 -> installed domain-name.0.4.1 -> installed cppo.1.8.0 -> installed bigarray-compat.1.1.0 -> installed base64.3.5.1 -> installed asn1-combinators.0.3.2 -> installed gmap.0.3.0 -> installed macaddr.5.6.1 -> installed eqaf.0.10 -> installed http.6.1.1 -> installed cstruct.6.0.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ohex.0.2.0 -> installed magic-mime.1.3.1 -> installed ppx_derivers.1.2.1 -> installed ipaddr.5.6.1 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed dune-configurator.3.20.2 -> installed sexplib0.v0.17.0 -> installed digestif.1.3.0 -> installed bigstringaf.0.10.0 -> installed integers.0.7.0 -> installed re.1.13.2 -> installed mirage-crypto.2.0.2 -> installed angstrom.0.16.1 -> installed kdf.1.0.0 -> installed yojson.3.0.0 -> installed alcotest.1.9.0 -> installed sqlite3.5.3.1 -> installed lwt.5.9.2 -> installed cstruct-lwt.6.0.1 -> installed uri.4.4.0 -> installed parsexp.v0.17.0 -> installed prometheus.1.2 -> installed ctypes.0.23.0 -> installed logs.0.9.0 -> installed sexplib.v0.17.0 -> installed alcotest-lwt.1.9.0 -> installed mirage-crypto-rng.2.0.2 -> installed base.v0.17.3 -> installed mirage-crypto-pk.2.0.2 -> installed tyxml.4.6.0 -> installed ctypes-foreign.0.23.0 -> installed mirage-crypto-ec.2.0.2 -> installed bos.0.2.1 -> installed cf.0.5.0 -> installed cf-lwt.0.5.0 -> installed x509.1.0.6 -> installed fsevents.0.3.0 -> installed ca-certs.1.0.1 -> installed fsevents-lwt.0.3.0 -> installed irmin-watcher.0.5.0 -> installed tls.2.0.2 -> installed ppxlib.0.36.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.1 -> installed uri-sexp.4.4.0 -> installed dockerfile.8.3.1 -> installed conduit.8.0.0 -> installed conduit-lwt.8.0.0 -> installed cohttp.6.1.1 -> 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-09-16 18:56.19 ---> saved as "e8bf81e83f70ff017520be32a990c4deaeddaa724c770ca8f2f30816099371fd" /: (copy (src .) (dst ./src)) 2025-09-16 18:56.20 ---> saved as "1d7780fcd6579f7612afa8f10f6258ad3d969a9fddbc627ea0319f192468583e" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.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 && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.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 && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.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 && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/asetmap -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/bytes -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/lwt -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/prometheus -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.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 && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/asetmap -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/bytes -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/lwt -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/prometheus -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.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 && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.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. (cd _build/default && /Users/mac1000/.opam/5.3.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 /Users/mac1000/.opam/5.3.0/lib/asetmap -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/bytes -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/lwt -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/prometheus -I /Users/mac1000/.opam/5.3.0/lib/re -I /Users/mac1000/.opam/5.3.0/lib/rresult -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.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. "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-16 18:56.26: Job failed: Failed: Build failed