Organisationsmirageezjsonmcc48cb (master)macos-homebrew-5.2_opam-2.1

macos-homebrew-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:14.25: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (cc48cba51117b4436690f7fe451a2240b3464ae9) (macos-x86_64:macos-homebrew-5.2_opam-2.1)
Base: macos-homebrew-ocaml-5.2
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-5.2
# macos-homebrew-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.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.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1"
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-06-17 13:14.25: Using cache hint "mirage/ezjsonm-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.1-b279e4397b9f685780bf413cc138ae34"
2024-06-17 13:14.25: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.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.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1")
 (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-06-17 13:14.25: Waiting for resource in pool OCluster
2024-06-17 21:12.30: Waiting for worker…
2024-06-17 23:42.11: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at cc48cba Merge pull request #50 from mirage/prepare-v1.3.0


(from macos-homebrew-ocaml-5.2)
2024-06-17 23:42.12 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_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-06-17 23:42.13 ---> using "6315dae0772f39c88ebf2aad05a0508b7387f4993cd36bb9cd299cbcc3542ece" 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-06-17 23:42.14 ---> using "3da9b05e9b357010706c9361ea401a2b6872addc078e3c650340484aca6de20f" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.1.5
2024-06-17 23:42.14 ---> using "fd0a29c7228c0de59ac2483ba2205b71b99c394f444b57a045b21a2bdf7b9c5f" 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] please ensure to have GNU patch installed as `patch`. Otherwise update may fail silently (since it can't remove files).


Constructing initial basis...
The following actions will be performed:
  - install   host-arch-x86_64      1
  - recompile ocaml-base-compiler   5.2.0 [upstream or system changes]
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1     [upstream or system changes]
  - recompile ocaml-config          3     [upstream or system changes]
  - recompile ocaml                 5.2.0 [uses ocaml-base-compiler, ocaml-config]
  - recompile base-domains          base  [uses ocaml]
  - recompile base-nnp              base  [uses base-domains]
===== 2 to install | 6 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 23:42.15 ---> using "3bdea3048234c3fadb547255161b518832c8e26de85ff6b550ff3f0224147673" from cache


/: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./src/./))
2024-06-17 23:42.17 ---> saved as "692baf90e5b4379177345699fcb56c8c49d04edc89f082bd7129049f25847acf"


/: (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-06-17 23:42.31 ---> saved as "1cfc5fff285901aa038ada46b4a129d10cc1a964c8c22d0fbe08bf593fca70c9"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.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.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1")


/: (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"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:a5ef040e054444a0eb2cbcc1032fed14702dfbe2e55b25e609f3ce643f23c4ee
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.3.el_capitan.bottle.tar.gz
- ==> Pouring portable-ruby-3.3.3.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "node"
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/22.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4195680168a031760bc4128c50aa508d1d5640a2099f2231f3669f1d16777d22--node-22.3.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:deb010485b7e58ffb00f45db61fa9b1ab0690c6b558d36755740fd4e62cd9400
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a8d847937aa62bb62ddde49b6546c742425fd47a11dcf8ee65a4221e4eb8ae--brotli--1.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.30.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca777c03e46915fc70179dab0fdae08a6ea3efd093e5d4a7cc86e693cf5b85e5--c-ares-1.30.0.bottle_manifest.json
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:5a6aa951ec2048cea52b1b070d45f06cb831de561c8833e9dc20888afe7d8045
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ab92ac494275b2576c183033f44a0e8b78a7bd45141a9acf9d18b662bdff54a--c-ares--1.30.0.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:ac4fb9cc76372d8ad8dff5c740ff2b5b6287a5303de625dd865e7afccbfd6b70
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d1eacc764b633bf1eb6bd8604ae7f901a6c01ec975a93142c2c96bf774bcfee5--icu4c--74.2.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:521b7adde05bba1b4de7b22aa07ac73d73b2c9cc922ef1950b0d6113cbde240e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02e7824f6de0e391182b0134aef28003111ab3a8a95ab0e79edc49a1d556b785--libnghttp2--1.61.0.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:06b2dfb049b8962aab284b4e79f6c930a511a6d91e70055e3ee2ac8c53a36109
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b1254a1e63ea8c66f856f235f14d94e72270990d4f8fce4bc60f9cf657a52ad--libuv--1.48.0.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.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/667f7ac7d51b399107e055b7908f1922fcabba24c7d9d22f2b2d90a07c7c079c--openssl@3-3.3.1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:ec3aa180c8c474ad3eece67ddcff9bd1f17992d89da91f71431354fd849adc1f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c15fdac71c8d803a2189bd874bacf49857352ed537475b81eee903314aed94e4--openssl@3--3.3.1.sonoma.bottle.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:a55dfc9f85e29f1000af224696da387b1f72bae6afeb003441c3bca411f5c1b7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cae5931428371a86567a888305745b7db3041f3661b1957dbc7a4e487ef1ddcb--node--22.3.0.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.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/brotli/1.1.0: 25 files, 968.6KB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.30.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca777c03e46915fc70179dab0fdae08a6ea3efd093e5d4a7cc86e693cf5b85e5--c-ares-1.30.0.bottle_manifest.json
- ==> Pouring c-ares--1.30.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/c-ares/1.30.0: 168 files, 795KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c/74.2: 271 files, 77.3MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.61.0: 14 files, 758KB
- ==> 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.sonoma.bottle.tar.gz
- 🍺  /usr/local/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


- 🍺  /usr/local/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.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/667f7ac7d51b399107e055b7908f1922fcabba24c7d9d22f2b2d90a07c7c079c--openssl@3-3.3.1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.3.1: 6,982 files, 32.6MB
- ==> Installing node
- ==> Pouring node--22.3.0.sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> Summary
- 🍺  /usr/local/Cellar/node/22.3.0: 2,068 files, 76.6MB
- ==> 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:
-   /usr/local/etc/bash_completion.d
2024-06-17 23:43.50 ---> saved as "942d7b19c6dd4f2980e3584a25983d0053dba830315b613de453c00d3eb7de13"


/: (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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild              0.14.3
  - install num                     1.5
  - install dune                    3.16.0
  - install ocamlfind               1.9.6
  - install seq                     base
  - install conf-npm                1
  - install cmdliner                1.3.0
  - install stdlib-shims            0.3.0
  - install sexplib0                v0.17.0
  - install ppx_derivers            1.2.1
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.0
  - 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 yojson                  2.2.1
  - install re                      1.11.0
  - install gen                     1.1
  - install parsexp                 v0.17.0
  - install ppxlib                  0.32.1
  - install menhir                  20231231
  - install dune-configurator       3.16.0
  - install uutf                    1.0.3
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install ocplib-endian           1.2
  - install sexplib                 v0.17.0
  - install sedlex                  3.2
  - install ppxlib_jane             v0.17.0
  - install base                    v0.17.0
  - 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.2
  - install ppx_sexp_conv           v0.17.0
  - install hex                     1.5.0
===== 42 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-npm.1
-> retrieved base.v0.17.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved js_of_ocaml-compiler.5.8.2  (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.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sedlex.3.2  (cached)
-> retrieved sexplib0.v0.17.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)
-> installed num.1.5
-> retrieved yojson.2.2.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed dune.3.16.0
-> installed menhirCST.20231231
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20231231
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed cppo.1.6.9
-> installed topkg.1.0.7
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed uutf.1.0.3
-> installed yojson.2.2.1
-> installed parsexp.v0.17.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed sexplib.v0.17.0
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed base.v0.17.0
-> installed ppxlib.0.32.1
-> installed menhir.20231231
-> installed ppxlib_jane.v0.17.0
-> installed sedlex.3.2
-> installed ppx_sexp_conv.v0.17.0
-> installed js_of_ocaml-compiler.5.8.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 23:46.45 ---> saved as "3920e8ff2f5fa2af80460bc2f771ee5c92bec0b0e09e939dd3203ff9c9e39ae9"


/: (copy (src .) (dst ./src))
2024-06-17 23:46.47 ---> saved as "e94551138910f4014dd042691960b1283a7dfc521ce1459a5bb7dbaac64b56f8"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.ezjsonm.objs/byte -I /Users/mac1000/.opam/5.2.0/lib/cstruct -I /Users/mac1000/.opam/5.2.0/lib/hex -I /Users/mac1000/.opam/5.2.0/lib/jsonm -I /Users/mac1000/.opam/5.2.0/lib/sexplib0 -I /Users/mac1000/.opam/5.2.0/lib/uutf -intf-suffix .ml -no-alias-deps -opaque -o lib/.ezjsonm.objs/byte/ezjsonm.cmo -c -impl lib/ezjsonm.ml)
File "lib/ezjsonm.ml", line 158, characters 2-16:
158 |   Printf.kprintf (fun msg ->
        ^^^^^^^^^^^^^^
Error (alert deprecated): Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.ezjsonm.objs/byte -I lib/.ezjsonm.objs/native -I /Users/mac1000/.opam/5.2.0/lib/cstruct -I /Users/mac1000/.opam/5.2.0/lib/hex -I /Users/mac1000/.opam/5.2.0/lib/jsonm -I /Users/mac1000/.opam/5.2.0/lib/sexplib0 -I /Users/mac1000/.opam/5.2.0/lib/uutf -intf-suffix .ml -no-alias-deps -opaque -o lib/.ezjsonm.objs/native/ezjsonm.cmx -c -impl lib/ezjsonm.ml)
File "lib/ezjsonm.ml", line 158, characters 2-16:
158 |   Printf.kprintf (fun msg ->
        ^^^^^^^^^^^^^^
Error (alert deprecated): Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-17 23:46.55: Job failed: Failed: Build failed