Organisationsrobur-coopgit-kvfe992e ()macos-homebrew-5.3_arm64_opam-2.3

macos-homebrew-5.3_arm64_opam-2.3

Logs

Show full logs
2025-05-31 15:42.17: New job: test robur-coop/git-kv https://github.com/robur-coop/git-kv.git#refs/heads/main (fe992e56dbc8ac5a1bbdde5b6c1e8a805b3a7137) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/git-kv.git" -b "main" && cd "git-kv" && git reset --hard fe992e56
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_arm64_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 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 git-net.opam git-kv.opam ./src/./
RUN opam pin add -yn git-net.dev './src/./' && \
    opam pin add -yn git-kv.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 arp.4.0.0 asn1-combinators.0.3.2 astring.0.8.5 awa.0.5.2 awa-mirage.0.5.2 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 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.108-1 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-mirage.10.1.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hpack.0.13.0 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.8.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 tcpip.9.0.1 tls.2.0.1 tls-mirage.2.0.1 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.1.0.6 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y git-net.dev git-kv.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-05-31 15:42.17: Using cache hint "robur-coop/git-kv-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.3-56876e0654da3397b9bf22b065dac067"
2025-05-31 15:42.17: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
 (comment macos-homebrew-5.3_arm64_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 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src git-net.opam git-kv.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn git-net.dev './src/./' && \
             \nopam pin add -yn git-kv.dev './src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
 (env DEPS "alcotest.1.9.0 angstrom.0.16.1 arp.4.0.0 asn1-combinators.0.3.2 astring.0.8.5 awa.0.5.2 awa-mirage.0.5.2 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 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.108-1 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-mirage.10.1.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hpack.0.13.0 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.8.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 tcpip.9.0.1 tls.2.0.1 tls-mirage.2.0.1 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.1.0.6 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 git-net.dev git-kv.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-05-31 15:42.17: Waiting for resource in pool OCluster
2025-05-31 15:42.17: Waiting for worker…
2025-05-31 15:42.17: Got resource from pool OCluster
Building on m1-worker-04
HEAD is now at bc9d648 Lint the distribution
HEAD is now at fe992e5 Explicit when we got an error while we read the PID file on tests

(from macos-homebrew-ocaml-5.3)
2025-05-31 15:42.18 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

/: (comment macos-homebrew-5.3_arm64_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-05-31 15:42.18 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" 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-05-31 15:42.18 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.3.0
2.3.0
2025-05-31 15:42.18 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" 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 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   67e940587b..fe6c88ce9c  master     -> origin/master
6425acefa6 Merge pull request #27942 from reynir/release-awa-v0.5.2

<><> 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-compiler.5.5
    -- ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1
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-05-31 15:42.19 ---> using "b25edbd3c884fc2e23e56ef02849f78974db0f015695352a3a5617be8cce1199" from cache

/: (copy (src git-net.opam git-kv.opam) (dst ./src/./))
2025-05-31 15:42.19 ---> using "d329d6f897bade3636e633a20d2ac583ff1d6dbc8b72603726b684b3a98bec70" from cache

/: (run (network host)
        (shell  "opam pin add -yn git-net.dev './src/./' && \
               \nopam pin add -yn git-kv.dev './src/./'"))
Package git-net does not exist, create as a NEW package? [y/n] y
[git-net.dev] synchronised (file:///Users/mac1000/src)
git-net is now pinned to file:///Users/mac1000/src (version dev)
[git-kv.dev] synchronised (file:///Users/mac1000/src)
The following additional pinnings are required by git-kv.dev:
  - carton.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
  - carton-lwt.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
  - carton-git-lwt.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
Pin and install them? [y/n] y
[carton.dev] synchronised (no changes)
carton is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
[carton-lwt.dev] synchronised (no changes)
carton-lwt is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
[carton-git-lwt.dev] synchronised (no changes)
carton-git-lwt is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
git-kv is now pinned to file:///Users/mac1000/src (version dev)
2025-05-31 15:42.19 ---> using "9315269db8be7fa624fce5f62eb711dd8bbb5a880f82053b21e109a10f1025f0" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-05-31 15:42.19 ---> using "7c70961301c4f0975014e8e657f112e9edf88afc7c3ca737e0b7670407d23a04" from cache

/: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 arp.4.0.0 asn1-combinators.0.3.2 astring.0.8.5 awa.0.5.2 awa-mirage.0.5.2 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 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.108-1 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.1.0 dns-client.10.1.0 dns-client-mirage.10.1.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hpack.0.13.0 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.8.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 tcpip.9.0.1 tls.2.0.1 tls-mirage.2.0.1 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.1.0.6 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 git-net.dev git-kv.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[carton.dev] synchronised (no changes)
[carton-lwt.dev] synchronised (no changes)
[carton-git-lwt.dev] synchronised (no changes)
[git-kv.dev] synchronised (file:///Users/mac1000/src)
[git-net.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 pkgconf

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

+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf"
- ==> 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:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.4.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f938254e85413ef0d18283c9c932823434b88c0c790e04e7534e2a3e923d0588--pkgconf-2.4.3-1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:3feba2e952500e4ab9261ac59a19e07c310d1147e31496f62b591e4b21b68683
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ce8509e6e69d74b96d152a70f97dab65c83fe0e2e9287fc2ea1292c4512f968--pkgconf--2.4.3.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.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring pkgconf--2.4.3.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.4.3: 27 files, 485.2KB
- ==> Running `brew cleanup pkgconf`...
2025-05-31 15:42.19 ---> using "eacc97bcd4d1afb7390857b0c6a49e1c14d4625241ec47f3ac5390944f565985" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[carton-git-lwt.dev] synchronised (no changes)
[carton-lwt.dev] synchronised (no changes)
[carton.dev] synchronised (no changes)

[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 102 packages
  - install alcotest              1.9.0
  - install angstrom              0.16.1
  - install arp                   4.0.0
  - install asn1-combinators      0.3.2
  - install astring               0.8.5
  - install awa                   0.5.2
  - install awa-mirage            0.5.2
  - install base-bytes            base
  - install base64                3.5.1
  - install bigstringaf           0.10.0
  - install bos                   0.2.1
  - install bstr                  0.0.1
  - install ca-certs-nss          3.108-1
  - install cachet                0.0.2
  - install cachet-lwt            0.0.2
  - install carton                dev (pinned)
  - install carton-git-lwt        dev (pinned)
  - install carton-lwt            dev (pinned)
  - install checkseum             0.5.2
  - install cmdliner              1.3.0
  - install conf-gmp              5
  - install conf-gmp-powm-sec     4
  - install conf-pkg-config       4
  - install cppo                  1.8.0
  - install csexp                 1.5.2
  - install cstruct               6.2.0
  - install cstruct-lwt           6.2.0
  - install cstruct-unix          6.2.0
  - install decompress            1.5.3
  - install digestif              1.3.0
  - install dns                   10.1.0
  - install dns-client            10.1.0
  - install dns-client-mirage     10.1.0
  - install domain-name           0.4.1
  - install duff                  0.5
  - install dune                  3.19.0
  - install dune-configurator     3.19.0
  - install duration              0.2.1
  - install emile                 1.1
  - install encore                0.8.1
  - install eqaf                  0.10
  - install ethernet              3.2.0
  - install faraday               0.8.2
  - install fmt                   0.10.0
  - install fpath                 0.7.3
  - install gmap                  0.3.0
  - install h1                    1.0.0
  - install h2                    0.13.0
  - install happy-eyeballs        2.0.1
  - install happy-eyeballs-lwt    2.0.1
  - install happy-eyeballs-mirage 2.0.1
  - install hpack                 0.13.0
  - install httpun-types          0.2.0
  - install hxd                   0.3.3
  - install ipaddr                5.6.0
  - install ipaddr-cstruct        5.6.0
  - install kdf                   1.0.0
  - install ke                    0.6
  - install logs                  0.8.0
  - install lru                   0.3.1
  - install lwt                   5.9.1
  - install lwt-dllist            1.1.0
  - install macaddr               5.6.0
  - install macaddr-cstruct       5.6.0
  - install metrics               0.4.1
  - install mimic                 0.0.9
  - install mimic-happy-eyeballs  0.0.9
  - 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-flow           5.0.0
  - install mirage-kv             6.1.1
  - install mirage-mtime          5.0.0
  - install mirage-net            4.0.0
  - install mirage-ptime          5.0.0
  - install mirage-sleep          4.0.0
  - install mtime                 2.1.0
  - install ocaml-syntax-shims    1.0.0
  - install ocamlbuild            0.16.1
  - install ocamlfind             1.9.8
  - install ocplib-endian         1.2
  - install ohex                  0.2.0
  - install optint                0.3.0
  - install paf                   0.8.0
  - install pecu                  0.7
  - install psq                   0.2.1
  - install ptime                 1.2.0
  - install randomconv            0.2.0
  - install re                    1.12.0
  - install rresult               0.7.0
  - install seq                   base
  - install stdlib-shims          0.3.0
  - install stringext             1.6.0
  - install tcpip                 9.0.1
  - install tls                   2.0.1
  - install tls-mirage            2.0.1
  - install topkg                 1.0.8
  - install uri                   4.4.0
  - install uutf                  1.0.4
  - install x509                  1.0.6
  - install zarith                1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arp.4.0.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved awa.0.5.2, awa-mirage.0.5.2  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved bstr.0.0.1  (cached)
-> retrieved cachet.0.0.2, cachet-lwt.0.0.2  (cached)
-> retrieved ca-certs-nss.3.108-1  (cached)
-> retrieved carton-lwt.dev  (no changes)
-> retrieved carton.dev  (no changes)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved carton-git-lwt.dev  (no changes)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0  (cached)
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved cppo.1.8.0  (cached)
-> retrieved dns.10.1.0, dns-client.10.1.0, dns-client-mirage.10.1.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved duff.0.5  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved encore.0.8.1  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved h1.1.0.0  (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-mirage.2.0.1  (cached)
-> retrieved h2.0.13.0, hpack.0.13.0  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved hxd.0.3.3  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-ptime.5.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (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 ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved paf.0.8.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tls.2.0.1, tls-mirage.2.0.1  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved x509.1.0.6  (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.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.0
-> installed csexp.1.5.2
-> installed bstr.0.0.1
-> installed base64.3.5.1
-> installed duff.0.5
-> installed domain-name.0.4.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed cachet.0.0.2
-> installed asn1-combinators.0.3.2
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed cstruct-unix.6.2.0
-> installed lwt-dllist.1.1.0
-> installed ke.0.6
-> installed eqaf.0.10
-> installed mirage-mtime.5.0.0
-> installed macaddr.5.6.0
-> installed mirage-ptime.5.0.0
-> installed metrics.0.4.1
-> installed ohex.0.2.0
-> installed macaddr-cstruct.5.6.0
-> installed ocplib-endian.1.2
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed optint.0.3.0
-> installed ipaddr.5.6.0
-> installed randomconv.0.2.0
-> installed psq.0.2.1
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.19.0
-> installed ipaddr-cstruct.5.6.0
-> installed stringext.1.6.0
-> installed digestif.1.3.0
-> installed bigstringaf.0.10.0
-> installed lru.0.3.1
-> installed checkseum.0.5.2
-> installed re.1.12.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.0.1
-> installed httpun-types.0.2.0
-> installed encore.0.8.1
-> installed kdf.1.0.0
-> installed emile.1.1
-> installed hpack.0.13.0
-> installed alcotest.1.9.0
-> installed h1.1.0.0
-> installed decompress.1.5.3
-> installed lwt.5.9.1
-> installed h2.0.13.0
-> installed uri.4.4.0
-> installed cachet-lwt.0.0.2
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.0.0
-> installed hxd.0.3.3
-> installed logs.0.8.0
-> installed happy-eyeballs.2.0.1
-> installed ethernet.3.2.0
-> installed mimic.0.0.9
-> installed mirage-crypto-rng.2.0.1
-> installed arp.4.0.0
-> installed carton.dev
-> installed mirage-crypto-pk.2.0.1
-> installed carton-lwt.dev
-> installed carton-git-lwt.dev
-> installed tcpip.9.0.1
-> installed dns.10.1.0
-> installed bos.0.2.1
-> installed happy-eyeballs-mirage.2.0.1
-> installed happy-eyeballs-lwt.2.0.1
-> installed dns-client.10.1.0
-> installed mirage-crypto-ec.2.0.1
-> installed x509.1.0.6
-> installed ca-certs-nss.3.108-1
-> installed awa.0.5.2
-> installed tls.2.0.1
-> installed awa-mirage.0.5.2
-> installed tls-mirage.2.0.1
-> installed dns-client-mirage.10.1.0
-> installed paf.0.8.0
-> installed mimic-happy-eyeballs.0.0.9
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-31 15:42.19 ---> using "d421ecb8bcd03b94a3e6edd3af205c5911b13033e01e89a1a8b155540cbce77e" from cache

/: (copy (src .) (dst ./src))
2025-05-31 15:42.20 ---> saved as "59f65fbec0e22b92badc4916e7a5f60624558062c2bb9a822dd6c61e564648ef"

/: (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 test/.tests.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/alcotest -I /Users/mac1000/.opam/5.3.0/lib/alcotest/engine -I /Users/mac1000/.opam/5.3.0/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/5.3.0/lib/angstrom -I /Users/mac1000/.opam/5.3.0/lib/asn1-combinators -I /Users/mac1000/.opam/5.3.0/lib/astring -I /Users/mac1000/.opam/5.3.0/lib/awa -I /Users/mac1000/.opam/5.3.0/lib/awa-mirage -I /Users/mac1000/.opam/5.3.0/lib/base64 -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf -I /Users/mac1000/.opam/5.3.0/lib/bos -I /Users/mac1000/.opam/5.3.0/lib/bstr -I /Users/mac1000/.opam/5.3.0/lib/bytes -I /Users/mac1000/.opam/5.3.0/lib/ca-certs-nss -I /Users/mac1000/.opam/5.3.0/lib/cachet -I /Users/mac1000/.opam/5.3.0/lib/cachet-lwt -I /Users/mac1000/.opam/5.3.0/lib/carton -I /Users/mac1000/.opam/5.3.0/lib/carton-git-lwt -I /Users/mac1000/.opam/5.3.0/lib/carton-lwt -I /Users/mac1000/.opam/5.3.0/lib/carton/cartonnage -I /Users/mac1000/.opam/5.3.0/lib/carton/classeur -I /Users/mac1000/.opam/5.3.0/lib/checkseum/c -I /Users/mac1000/.opam/5.3.0/lib/cmdliner -I /Users/mac1000/.opam/5.3.0/lib/cstruct -I /Users/mac1000/.opam/5.3.0/lib/decompress/de -I /Users/mac1000/.opam/5.3.0/lib/decompress/zl -I /Users/mac1000/.opam/5.3.0/lib/digestif/c -I /Users/mac1000/.opam/5.3.0/lib/dns -I /Users/mac1000/.opam/5.3.0/lib/dns-client -I /Users/mac1000/.opam/5.3.0/lib/dns-client-mirage -I /Users/mac1000/.opam/5.3.0/lib/dns/cache -I /Users/mac1000/.opam/5.3.0/lib/domain-name -I /Users/mac1000/.opam/5.3.0/lib/duff -I /Users/mac1000/.opam/5.3.0/lib/duration -I /Users/mac1000/.opam/5.3.0/lib/emile -I /Users/mac1000/.opam/5.3.0/lib/encore -I /Users/mac1000/.opam/5.3.0/lib/eqaf -I /Users/mac1000/.opam/5.3.0/lib/faraday -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/fmt/cli -I /Users/mac1000/.opam/5.3.0/lib/fmt/tty -I /Users/mac1000/.opam/5.3.0/lib/fpath -I /Users/mac1000/.opam/5.3.0/lib/gmap -I /Users/mac1000/.opam/5.3.0/lib/h1 -I /Users/mac1000/.opam/5.3.0/lib/happy-eyeballs -I /Users/mac1000/.opam/5.3.0/lib/happy-eyeballs-lwt -I /Users/mac1000/.opam/5.3.0/lib/happy-eyeballs-mirage -I /Users/mac1000/.opam/5.3.0/lib/httpun-types -I /Users/mac1000/.opam/5.3.0/lib/hxd/core -I /Users/mac1000/.opam/5.3.0/lib/hxd/string -I /Users/mac1000/.opam/5.3.0/lib/ipaddr -I /Users/mac1000/.opam/5.3.0/lib/ipaddr/unix -I /Users/mac1000/.opam/5.3.0/lib/kdf/hkdf -I /Users/mac1000/.opam/5.3.0/lib/kdf/pbkdf -I /Users/mac1000/.opam/5.3.0/lib/ke -I /Users/mac1000/.opam/5.3.0/lib/logs -I /Users/mac1000/.opam/5.3.0/lib/logs/fmt -I /Users/mac1000/.opam/5.3.0/lib/lru -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/macaddr -I /Users/mac1000/.opam/5.3.0/lib/metrics -I /Users/mac1000/.opam/5.3.0/lib/mimic -I /Users/mac1000/.opam/5.3.0/lib/mimic-happy-eyeballs -I /Users/mac1000/.opam/5.3.0/lib/mirage-crypto -I /Users/mac1000/.opam/5.3.0/lib/mirage-crypto-ec -I /Users/mac1000/.opam/5.3.0/lib/mirage-crypto-pk -I /Users/mac1000/.opam/5.3.0/lib/mirage-crypto-rng -I /Users/mac1000/.opam/5.3.0/lib/mirage-flow -I /Users/mac1000/.opam/5.3.0/lib/mirage-kv -I /Users/mac1000/.opam/5.3.0/lib/mirage-mtime/unix -I /Users/mac1000/.opam/5.3.0/lib/mirage-ptime/unix -I /Users/mac1000/.opam/5.3.0/lib/mirage-sleep/unix -I /Users/mac1000/.opam/5.3.0/lib/mtime -I /Users/mac1000/.opam/5.3.0/lib/mtime/clock -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/ohex -I /Users/mac1000/.opam/5.3.0/lib/optint -I /Users/mac1000/.opam/5.3.0/lib/paf -I /Users/mac1000/.opam/5.3.0/lib/pecu -I /Users/mac1000/.opam/5.3.0/lib/psq -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock -I /Users/mac1000/.opam/5.3.0/lib/randomconv -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/stdlib-shims -I /Users/mac1000/.opam/5.3.0/lib/stringext -I /Users/mac1000/.opam/5.3.0/lib/tcpip -I /Users/mac1000/.opam/5.3.0/lib/tls -I /Users/mac1000/.opam/5.3.0/lib/tls-mirage -I /Users/mac1000/.opam/5.3.0/lib/uri -I /Users/mac1000/.opam/5.3.0/lib/uutf -I /Users/mac1000/.opam/5.3.0/lib/x509 -I /Users/mac1000/.opam/5.3.0/lib/zarith -I src/.git_kv.objs/byte -I src/bbuffer/.bbuffer.objs/byte -I src/mem/.git_store.objs/byte -I src/net/.git_net.objs/byte -I src/net/.git_net_unix.objs/byte -I src/search/.git_search.objs/byte -I src/sync/.git_sync.objs/byte -no-alias-deps -opaque -o test/.tests.eobjs/byte/dune__exe__Tests.cmo -c -impl test/tests.ml)
File "test/tests.ml", line 54, characters 72-74:
54 |   Result.iter_error (fun (`Msg msg) -> Fmt.failwith "read: %s" msg) res in
                                                                             ^^
Error: Syntax error
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-05-31 15:42.27: Job failed: Failed: Build failed