Organisationsmirageezjsonmcc48cb (master)macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 20:33.56: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (cc48cba51117b4436690f7fe451a2240b3464ae9) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.1)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ezjsonm.git" -b "master" && cd "ezjsonm" && git reset --hard cc48cba5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && 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/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.5.8.1 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-14 20:33.56: Using cache hint "mirage/ezjsonm-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-8a0d897df70855cb4b9011e2ed33d6d5"
2024-05-14 20:33.56: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && 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/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.5.8.1 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")
 (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.1 --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"))
)


2024-05-14 20:33.56: Waiting for resource in pool OCluster
2024-05-14 20:33.56: Waiting for worker…
2024-05-14 22:07.27: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
HEAD is now at cc48cba Merge pull request #50 from mirage/prepare-v1.3.0


(from macos-homebrew-ocaml-4.14)
2024-05-14 22:07.28 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-14 22:07.28 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-14 22:07.28 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-14 22:07.28 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" 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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3505e93828..c1bf247e33  master     -> origin/master
9548b038b3 Merge pull request #25796 from hhugo/release-js_of_ocaml-5.8.1


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


Constructing initial basis...
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.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-14 22:07.29 ---> using "8bbd976dc59c8529ec2d005822890e5aa5b288a5c95bb5b5529fbbddb0db9ced" from cache


/: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./src/./))
2024-05-14 22:07.30 ---> saved as "5047a001a54ad71f10a72e3a19469336af92c8d4f4463abb5cc12a921816f15a"


/: (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)
2024-05-14 22:07.45 ---> saved as "90a7eb142d8fba41757190ed0e3ec7f2282e40c7f433fd06deac8d100dc9d09e"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.5.8.1 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")


/: (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.1 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ezjsonm.dev] synchronised (no changes)
[ezjsonm-lwt.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...


The following system packages will first need to be installed:
    node


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "node"
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/22.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf8a1619e9cf7188ba800f1cbceea7a85e3223b3ffc82e2143c926edd4d56e09--node-22.1.0.bottle_manifest.json
- ==> Fetching dependencies for node: brotli, c-ares, icu4c, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:2a95140d61198e3153ff27d8847b76dd34162f6e6e39f3e0f34d2b3a3e4f15dd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3852b9f89602b27a98dbdfbcb74ccadfe3ee37647a8643e70d9b71de1e2d621--brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.28.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2992b98eb3aa56a1d3ab6a8f535ceb2c84d41f1dca892a50949b8d79bc73f0d--c-ares-1.28.1.bottle_manifest.json
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:2a9f7c8f62d45593810a0fc926f6eec6e71a027774424240485c7d89bce15270
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cae93c8dd45984ef3e6e1c75b23b047e4997898b27e32a421db4782d7ec04a0--c-ares--1.28.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Fetching icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:3facc22a7821e01d93a38e371e377f13275299d518929222ed34c77a4f4a65d3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce50ca66b48d7c7f36ee7ec0a644bbeaf961faf2b4f333992d9e85c8e051a981--icu4c--74.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:6bd6cd9fad916829f98adbd9823545a09b0c147475cb4aa3caaa1f3a9e8104e0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64a45daa23cc6741a2c7d729a5e8458ca05f052e25be818bf0854921bf75d1d0--libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ee1d27fb604f55e3c4415b96e34dc9c7f557996832c372d984c8162b29a4ad2--libuv-1.48.0.bottle_manifest.json
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:803e5cefd2523e4f7fb2d70497df5df4b6bfbf3f285cfde9e9ff05f815bfb879
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8204d607e1723bc56c87172d7957b6fa3cf2a93744181fee543dd63974f8e971--libuv--1.48.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:ec6f9daf8e32d96f4a2f4cd56d18533ee47bb8d9e7cb3d832ac64115d8a1a4ca
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/47ee1c5661a263b9000a31a0c0fd731921584c62a47c5d1504e9406e5faa0c13--openssl@3--3.3.0.arm64_sonoma.bottle.1.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:3944cf234af633b7e974ea1d743884ff5221b29533c622a77f079ee7d5d5bd28
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25e7324164884060049173a5811ee4d3d259c10c57afc6d4f08e1c5e2a8b7268--node--22.1.0.arm64_sonoma.bottle.tar.gz
- ==> Installing dependencies for node: brotli, c-ares, icu4c, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Installing node dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/brotli/1.1.0: 25 files, 1014.6KB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.28.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2992b98eb3aa56a1d3ab6a8f535ceb2c84d41f1dca892a50949b8d79bc73f0d--c-ares-1.28.1.bottle_manifest.json
- ==> Pouring c-ares--1.28.1.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/c-ares/1.28.1: 167 files, 1MB
- ==> Installing node dependency: icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Pouring icu4c--74.2.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/icu4c/74.2: 271 files, 77.9MB
- ==> Installing node dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.61.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libnghttp2/1.61.0: 14 files, 806.4KB
- ==> Installing node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ee1d27fb604f55e3c4415b96e34dc9c7f557996832c372d984c8162b29a4ad2--libuv-1.48.0.bottle_manifest.json
- ==> Pouring libuv--1.48.0.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libuv/1.48.0: 20 files, 1.1MB
- ==> Installing node dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- 🍺  /opt/homebrew/Cellar/ca-certificates/2024-03-11: 4 files, 231.9KB
- ==> Installing node dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.0.arm64_sonoma.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/openssl@3/3.3.0: 6,977 files, 32.2MB
- ==> Installing node
- ==> Pouring node--22.1.0.arm64_sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
- ==> Summary
- 🍺  /opt/homebrew/Cellar/node/22.1.0: 2,070 files, 75.3MB
- ==> Running `brew cleanup node`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Caveats
- ==> node
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
2024-05-14 22:08.31 ---> saved as "0993a90dcc497c97dbe03891db3acb4dfe3c29d977f4e9e711f69d301c423541"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.15.2
  - install conf-bash            1
  - install num                  1.5
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install seq                  base
  - install conf-npm             1
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.16.0
  - install ppx_derivers         1.2.1
  - install ocaml-syntax-shims   1.0.0
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install topkg                1.0.7
  - install base-bytes           base
  - install re                   1.11.0
  - install gen                  1.1
  - install parsexp              v0.16.0
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install dune-configurator    3.15.2
  - install yojson               2.1.2
  - install uutf                 1.0.3
  - install fmt                  0.9.0
  - install astring              0.8.5
  - install ocplib-endian        1.2
  - install sexplib              v0.16.0
  - install sedlex               3.2
  - install base                 v0.16.3
  - install jsonm                1.0.2
  - install cstruct              6.2.0
  - install alcotest             1.7.0
  - install lwt                  5.7.0
  - install js_of_ocaml-compiler 5.8.1
  - install ppx_sexp_conv        v0.16.0
  - install hex                  1.5.0
===== 41 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> retrieved base.v0.16.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-npm.1
-> retrieved alcotest.1.7.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved js_of_ocaml-compiler.5.8.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> installed num.1.5
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved sedlex.3.2  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed menhirCST.20231231
-> installed gen.1.1
-> installed cppo.1.6.9
-> installed hex.1.5.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed sexplib0.v0.16.0
-> installed re.1.11.0
-> installed dune-configurator.3.15.2
-> installed yojson.2.1.2
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed lwt.5.7.0
-> installed base.v0.16.3
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed sedlex.3.2
-> installed ppx_sexp_conv.v0.16.0
-> installed js_of_ocaml-compiler.5.8.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 22:09.53 ---> saved as "0315f7a4be2799c23a1b48e30b268db5d6b62592a9cce76bc8b3e636bfc4ec49"


/: (copy (src .) (dst ./src))
2024-05-14 22:09.54 ---> saved as "38e7529014c638fe7ba828d654468110a57b86b29af3bd3f442dda252c597d31"


/: (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 `XPISFTRW'.


  [OK]          stream          0   stream0.


Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `9QXM6J8A'.


  [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.064s. 9 tests run.
(cd _build/default/lib_test && /opt/homebrew/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `YSV9L0TR'.


  [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.331s. 9 tests run.
2024-05-14 22:09.57 ---> saved as "2c33ca3ceb3f08cc7678625ad01fead3c078f69a831fb7706688b1e446bf7239"
Job succeeded
2024-05-14 22:10.02: Job succeeded