2025-10-18 16:36.58: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/pull/56/head (0c6b49717d95976e40de75293ba6da2eec840c20) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4)
Base: macos-homebrew-ocaml-5.4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ezjsonm.git" && cd "ezjsonm" && git fetch origin "refs/pull/56/head" && git reset --hard 0c6b4971
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ezjsonm.opam ezjsonm-lwt.opam ./src/./
RUN opam pin add -yn ezjsonm.dev './src/./' && \
opam pin add -yn ezjsonm-lwt.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="alcotest.1.9.1 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 cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ezjsonm.dev ezjsonm-lwt.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-10-18 16:36.58: Using cache hint "mirage/ezjsonm-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-2b1f48a4be9e934c5a17e6d883ba8c12"
2025-10-18 16:36.58: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn ezjsonm.dev './src/./' && \
\nopam pin add -yn ezjsonm-lwt.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "alcotest.1.9.1 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 cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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 ezjsonm.dev ezjsonm-lwt.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-10-18 16:36.58: Waiting for resource in pool OCluster
2025-10-18 19:01.45: Waiting for worker…
2025-10-18 20:53.43: Got resource from pool OCluster
Building on m1-worker-01
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ezjsonm.git-4eba661336133ecc85dd6ae6b18ec5c5d3854e34/.git/
HEAD is now at 0c6b497 show error location in [read_error_description]
(from macos-homebrew-ocaml-5.4)
2025-10-18 20:53.44 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (comment macos-homebrew-5.4_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-10-18 20:53.44 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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-10-18 20:53.45 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 20:53.45 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" 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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0
<><> 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-10-18 20:53.45 ---> using "75b2503db5514ab81a215fb0f9e51331b966dbf2635db38f92b75fc3120a50b5" from cache
/: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./src/./))
2025-10-18 20:53.46 ---> saved as "14cd86126a92a59a9504ae34790682e48d798814a4be61cc6721df85fe1b2a68"
/: (run (network host)
(shell "opam pin add -yn ezjsonm.dev './src/./' && \
\nopam pin add -yn ezjsonm-lwt.dev './src/./'"))
[ezjsonm.dev] synchronised (file:///Users/mac1000/src)
ezjsonm is now pinned to file:///Users/mac1000/src (version dev)
[ezjsonm-lwt.dev] synchronised (file:///Users/mac1000/src)
ezjsonm-lwt is now pinned to file:///Users/mac1000/src (version dev)
2025-10-18 20:53.50 ---> saved as "afcba9f7c7d73dd0f061ddd5b8102ec0871ee512d8ed25072efb20b903a57a70"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-10-18 20:53.51 ---> saved as "615dc71c67855a29dd2b03ae2bc5ccdfaf6a917dff36602e343a6975a129a374"
/: (env DEPS "alcotest.1.9.1 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 cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
/: (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 ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ezjsonm-lwt.dev] synchronised (file:///Users/mac1000/src)
[ezjsonm.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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
node
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "node"
- ==> Fetching downloads for: node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/24.10.0-1
- ==> Fetching dependencies for node: brotli, c-ares, icu4c@77, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libuv, simdjson, readline, sqlite, uvwasi, lz4, xz and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:64750425b7578860d8b6a75fdb187408667f7d6523169e8dc29528bbc15309f0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f8955da5257a91013dddd4713b67b6b0128b25fa5ea35e9662f69d6f5eb0848--brotli--1.1.0.arm64_sequoia.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.5-1
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:76858a7f6dd6df68f7e9d13aca30a299d5947b5b6d6ce979ee660dd4ecca2bb6
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Fetching icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:19f6b5fef0cdf1dfc7f136ca103348ec8530ffdf8012273f6ee4a6159cdfaf75
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/925ec4df8e8aece0ebfb6b26320362f5303a72fe3b19162578809e42a6a64283--icu4c@77--77.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.67.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ab02c0d5b434fceba7c6d80df57d28c94c7e93f966dce66b789029ded4773e3--libnghttp2-1.67.1.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:01a4aa08a2238d55085fe6ad55d6946a69490f333e934f5fb23d77ab3a80c3d1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/03111b8ede50343da2dd9818a4a9aed55b2278f7714c06b4958d82fc17735633--libnghttp2--1.67.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.12.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/870c7405e7536d3964d6a4063f552f6ba7db08a1057381685a9f9c177df71c9f--libnghttp3-1.12.0.bottle_manifest.json
- ==> Fetching libnghttp3
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/blobs/sha256:1eb2c780340d21a766a0e7f4a7f2ae330377340d8a272fa0ad5d144ca709cca5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1dcb6a5f6421b75fddb7cf12e743b22a8974a05b105b75b136e4ac0945bc4593--libnghttp3--1.12.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:bf8219c33f6de8c2554cff8bcff1e9061ba61e9201acdabf6955347a3b72eb03
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6085493d1b30b576e5ad85aa34370174eec955f21a0516162a86816a4bd1cd1b--ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:9a8fa2ae1ef3424b116d7e6422d979e0290f4affdef072b1592e4535d2617d92
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/336e1d7e8cbec306e6796df73cd7b298afa264160212680ab0c6877745093d71--openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.17.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f9ac96017064e1c9c23c32050e1fedb487cd3f6a744fc6c8bfd3a3ee8fa90605--libngtcp2-1.17.0.bottle_manifest.json
- ==> Fetching libngtcp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/blobs/sha256:382644b013aaa31d42ee620515259cd8588f5e27ca7707febd4370959fb02bed
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ef2fcdce2dcd0a4807756ee70d999671f8f7da7de159b604a3451eb151b8957b--libngtcp2--1.17.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.51.0-1
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:47f6323a3b3ac0d2026ac75948e54b940bce1cc2ed3b809818bada0fca0b402b
- ==> Downloading https://ghcr.io/v2/homebrew/core/simdjson/manifests/4.0.7
- ==> Fetching simdjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/simdjson/blobs/sha256:8474462783d068f9d841733101667cd2d66438a87c56264809a064be19ecd2dc
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc0b46a30077b6cb9f6927fc0c81145398349a0ba416b914b1e5485d0d678231--sqlite-3.50.4-2.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:ac752e123cff9ffd69bfd3477fb151b8df8363c94b9f6a14ba1a6443b62964e2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7d18b5fda6d28796f941900b576fe88d530908541b33f94271b61f72136a5ed2--sqlite--3.50.4.arm64_sequoia.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/uvwasi/manifests/0.0.23-1
- ==> Fetching uvwasi
- ==> Downloading https://ghcr.io/v2/homebrew/core/uvwasi/blobs/sha256:3bbe2380eb184f540f5b23a9cd2f92ef21a4779b04ff6068b6c3a0b4e7865c7e
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:55a4e0a4a92f5cf4885295214914de4aefad2389884085185e9ce87b4edae946
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5da1f48e2d931e902a582bb1ce53f3cf8c5adc7a18ffafeb7a5a78d0fe82328--zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:b59155fcc0b6d1c75e5f5325179cd97d1fe6724d75e0cba0dd0bd4ae3f321cb7
- ==> Installing dependencies for node: brotli, c-ares, icu4c@77, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libuv, simdjson, readline, sqlite, uvwasi, lz4, xz and zstd
- ==> Installing node dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sequoia.bottle.2.tar.gz
- 🍺 /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.5-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c52b1c91460667312755a235f78ac192a45bff39befbba6da9aa72a17263c559--c-ares-1.34.5-1.bottle_manifest.json
- ==> Pouring c-ares--1.34.5.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/c-ares/1.34.5: 176 files, 1020.3KB
- ==> Installing node dependency: icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Pouring icu4c@77--77.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/icu4c@77/77.1: 277 files, 81.2MB
- ==> Installing node dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.67.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ab02c0d5b434fceba7c6d80df57d28c94c7e93f966dce66b789029ded4773e3--libnghttp2-1.67.1.bottle_manifest.json
- ==> Pouring libnghttp2--1.67.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp2/1.67.1: 14 files, 738.5KB
- ==> Installing node dependency: libnghttp3
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.12.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/870c7405e7536d3964d6a4063f552f6ba7db08a1057381685a9f9c177df71c9f--libnghttp3-1.12.0.bottle_manifest.json
- ==> Pouring libnghttp3--1.12.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp3/1.12.0: 20 files, 587.7KB
- ==> Installing node dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Pouring ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-09-09: 4 files, 232.4KB
- ==> Installing node dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 35.8MB
- ==> Installing node dependency: libngtcp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.17.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f9ac96017064e1c9c23c32050e1fedb487cd3f6a744fc6c8bfd3a3ee8fa90605--libngtcp2-1.17.0.bottle_manifest.json
- ==> Pouring libngtcp2--1.17.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libngtcp2/1.17.0: 21 files, 1.3MB
- ==> Installing node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.51.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3134253b57ab9327739c97027f8b90160da109e06dda0dc4d2d222a6df0ab9b8--libuv-1.51.0-1.bottle_manifest.json
- ==> Pouring libuv--1.51.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/libuv/1.51.0: 34 files, 1.2MB
- ==> Installing node dependency: simdjson
- ==> Downloading https://ghcr.io/v2/homebrew/core/simdjson/manifests/4.0.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b037dadb18347fedfc8816e145a3fee0a418844d6deb50c11adeb4ac69564964--simdjson-4.0.7.bottle_manifest.json
- ==> Pouring simdjson--4.0.7.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/simdjson/4.0.7: 17 files, 5.9MB
- ==> Installing node 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
- ==> Installing node dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc0b46a30077b6cb9f6927fc0c81145398349a0ba416b914b1e5485d0d678231--sqlite-3.50.4-2.bottle_manifest.json
- ==> Pouring sqlite--3.50.4.arm64_sequoia.bottle.2.tar.gz
- 🍺 /opt/homebrew/Cellar/sqlite/3.50.4: 13 files, 4.9MB
- ==> Installing node dependency: uvwasi
- ==> Downloading https://ghcr.io/v2/homebrew/core/uvwasi/manifests/0.0.23-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9fc39e8e8eb3c4e33b14bafb8f46ce7c30a8814a9d2ff809f4a27525ec96893--uvwasi-0.0.23-1.bottle_manifest.json
- ==> Pouring uvwasi--0.0.23.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/uvwasi/0.0.23: 15 files, 281.6KB
- ==> Installing node dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712KB
- ==> Installing node dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB
- ==> Installing node dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB
- ==> Installing node
- ==> Pouring node--24.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/node/24.10.0: 2,468 files, 75.6MB
- ==> Running `brew cleanup node`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Caveats
- Bash completion has been installed to:
- /opt/homebrew/etc/bash_completion.d
2025-10-18 20:54.29 ---> saved as "ecca20c66bbdecd71c4da82d34120aa6bbb9711c5a47339dedad5cb85d0905e2"
/: (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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 42 packages
- install alcotest 1.9.1
- install astring 0.8.5
- install base v0.17.3
- install base-bytes base
- install cmdliner 2.0.0
- install conf-npm 1
- install cppo 1.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install dune 3.20.2
- install dune-configurator 3.20.2
- install fmt 0.11.0
- install gen 1.1
- install hex 1.5.0
- install js_of_ocaml-compiler 6.2.0
- install jsonm 1.0.2
- install lwt 5.9.2
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- 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 ocplib-endian 1.2
- install parsexp v0.17.0
- install ppx_derivers 1.2.1
- install ppx_sexp_conv v0.17.1
- install ppxlib 0.37.0
- install ppxlib_jane v0.17.4
- install re 1.14.0
- install sedlex 3.7
- install seq base
- install sexplib v0.17.0
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install topkg 1.1.0
- install uutf 1.0.4
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.9.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> installed conf-npm.1
-> retrieved jsonm.1.0.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved js_of_ocaml-compiler.6.2.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sedlex.3.7 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed num.1.6
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed gen.1.1
-> installed cstruct.6.2.0
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed hex.1.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed alcotest.1.9.1
-> installed lwt.5.9.2
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed base.v0.17.3
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed js_of_ocaml-compiler.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 20:55.55 ---> saved as "a919a2f6057e929aa567a0ad755e540a3e103ca6bf4f7c1260e23926bff26494"
/: (copy (src .) (dst ./src))
2025-10-18 20:55.56 ---> saved as "1f4d08b27b3e191ae92e5699d53c432c004316fa4d7038bdad9f9c610444e92b"
/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_unix.exe)
Testing `ezjsonm'.
This run has ID `ZX8W6QW9'.
[OK] stream 0 stream0.
Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `2OJVTEDO'.
[OK] string 0 test.
[OK] list 0 test.
[OK] dict 0 test.
[OK] nested 0 test.
[OK] sexp 0 sexp_of_t.
[OK] sexp 1 sexp_of_value.
[OK] errors 0 error: empty.
[OK] errors 1 error: parse error.
[OK] errors 2 error: not a value.
Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.060s. 9 tests run.
(cd _build/default/lib_test && /opt/homebrew/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `EDQVBDH2'.
[OK] string 0 test.
[OK] list 0 test.
[OK] dict 0 test.
[OK] nested 0 test.
[OK] sexp 0 sexp_of_t.
[OK] sexp 1 sexp_of_value.
[OK] errors 0 error: empty.
[OK] errors 1 error: parse error.
[OK] errors 2 error: not a value.
Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.280s. 9 tests run.
2025-10-18 20:55.59 ---> saved as "f2eb6c717c8a2a36335ac83347707fb9c993574eaa719b1ab0502ada20b5eb7c"
Job succeeded
2025-10-18 20:56.03: Job succeeded