2024-12-19 16:00.58: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/feature/dune-pkg (a566ff2f56ac076df4fed2fae9b21ec8bc92e366) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "feature/dune-pkg" && cd "timmy" && git reset --hard a566ff2f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'opam/' COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam ./src/./ COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam ./src/opam/ RUN opam pin add -yn timmy.dev './src/./' && \ opam pin add -yn timmy-unix.dev './src/./' && \ opam pin add -yn timmy-lwt.dev './src/./' && \ opam pin add -yn timmy-jsoo.dev './src/./' && \ opam pin add -yn timmy-windows.dev './src/opam/' && \ opam pin add -yn timmy-unix-windows.dev './src/opam/' && \ opam pin add -yn timmy-unix-macos.dev './src/opam/' && \ opam pin add -yn timmy-macos.dev './src/opam/' && \ opam pin add -yn timmy-lwt-windows.dev './src/opam/' && \ opam pin add -yn timmy-lwt-macos.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-macos.dev './src/opam/' RUN echo '(lang dune 3.0)' > './src/./dune-project' && \ echo '(lang dune 3.0)' > './src/opam/dune-project' ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-arm64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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-12-19 16:00.58: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-489fe473fe3b71c9d7d82fdd92cc250a" 2024-12-19 16:00.58: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'opam/'")) (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./src/./)) (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam) (dst ./src/opam/)) (run (network host) (shell "opam pin add -yn timmy.dev './src/./' && \ \nopam pin add -yn timmy-unix.dev './src/./' && \ \nopam pin add -yn timmy-lwt.dev './src/./' && \ \nopam pin add -yn timmy-jsoo.dev './src/./' && \ \nopam pin add -yn timmy-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev './src/opam/'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project' && \ \necho '(lang dune 3.0)' > './src/opam/dune-project'")) (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-arm64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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-12-19 16:00.58: Waiting for resource in pool OCluster 2024-12-19 21:19.25: Waiting for workerโฆ 2024-12-19 23:30.22: Got resource from pool OCluster Building on m1-worker-04 All commits already cached HEAD is now at a566ff2 Migrate CI to `dune pkg`. (from macos-homebrew-ocaml-4.14) 2024-12-19 23:30.22 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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")) 2024-12-19 23:30.22 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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 2024-12-19 23:30.22 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2024-12-19 23:30.22 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..d5d6349c47 master -> origin/master 40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.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.4.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. # To update the current shell environment, run: eval $(opam env) 2024-12-19 23:30.22 ---> using "b2a02d67ec8f34730d9f76473afa5df9fe636a59918e2e47ea5a32365d96bc76" from cache /: (run (shell "mkdir -p 'opam/'")) 2024-12-19 23:30.24 ---> saved as "0de3888b1321d1cef4d0a8f8e7b3c8ea516ee5383d0a0ddbd610be363a35f6bf" /: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./src/./)) 2024-12-19 23:30.25 ---> saved as "93a82ded0c68a1f36d077e39be48ff41be41de50a1eada6ca38c0ad8e4ad7de4" /: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam) (dst ./src/opam/)) 2024-12-19 23:30.26 ---> saved as "74ef5a58d5b3be8964fd74e0c6db5c5ee41b8405438b60528aa0a5a38fdc2005" /: (run (network host) (shell "opam pin add -yn timmy.dev './src/./' && \ \nopam pin add -yn timmy-unix.dev './src/./' && \ \nopam pin add -yn timmy-lwt.dev './src/./' && \ \nopam pin add -yn timmy-jsoo.dev './src/./' && \ \nopam pin add -yn timmy-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev './src/opam/'")) [timmy.dev] synchronised (file:///Users/mac1000/src) timmy is now pinned to file:///Users/mac1000/src (version dev) [timmy-unix.dev] synchronised (file:///Users/mac1000/src) timmy-unix is now pinned to file:///Users/mac1000/src (version dev) [timmy-lwt.dev] synchronised (file:///Users/mac1000/src) timmy-lwt is now pinned to file:///Users/mac1000/src (version dev) [timmy-jsoo.dev] synchronised (file:///Users/mac1000/src) timmy-jsoo is now pinned to file:///Users/mac1000/src (version dev) Package timmy-windows does not exist, create as a NEW package? [y/n] y [timmy-windows.dev] synchronised (file:///Users/mac1000/src/opam) timmy-windows is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y [timmy-unix-windows.dev] synchronised (file:///Users/mac1000/src/opam) timmy-unix-windows is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y [timmy-unix-macos.dev] synchronised (file:///Users/mac1000/src/opam) timmy-unix-macos is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-macos does not exist, create as a NEW package? [y/n] y [timmy-macos.dev] synchronised (file:///Users/mac1000/src/opam) timmy-macos is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y [timmy-lwt-windows.dev] synchronised (file:///Users/mac1000/src/opam) timmy-lwt-windows is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y [timmy-lwt-macos.dev] synchronised (file:///Users/mac1000/src/opam) timmy-lwt-macos is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-jsoo-windows does not exist, create as a NEW package? [y/n] y [timmy-jsoo-windows.dev] synchronised (file:///Users/mac1000/src/opam) timmy-jsoo-windows is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-jsoo-macos does not exist, create as a NEW package? [y/n] y [timmy-jsoo-macos.dev] synchronised (file:///Users/mac1000/src/opam) timmy-jsoo-macos is now pinned to file:///Users/mac1000/src/opam (version dev) 2024-12-19 23:30.49 ---> saved as "1bac403e826e2910c2ee2bb2973b88599139a3d5643ab6d461eb85b888388fe9" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project' && \ \necho '(lang dune 3.0)' > './src/opam/dune-project'")) 2024-12-19 23:30.50 ---> saved as "ede218b1ba2f26ffe0c5bde98386d3ca7f35e706456b76e4f3e23f584a18d85f" /: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-arm64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 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 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [timmy.dev] synchronised (file:///Users/mac1000/src) [timmy-jsoo.dev] synchronised (file:///Users/mac1000/src) [timmy-lwt.dev] synchronised (file:///Users/mac1000/src) [timmy-unix.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 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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 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-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" - ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/23.4.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ecddb121dcfda6835bb44aee61e9a093fdfd9aca99aa89f3894ee4e93e2959e9--node-23.4.0.bottle_manifest.json - ==> Fetching dependencies for node: brotli, c-ares, icu4c@76, 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.34.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json - ==> Fetching c-ares - ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:93b4eabc07d647638e19c3293d52f803ce5b1ebf45b817525e6307241e790301 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/db2f1c962a32e3f9f50939a744a33766793d8dd8981dfc3a8a57b8c4f5036e55--c-ares--1.34.4.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json - ==> Fetching icu4c@76 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/blobs/sha256:38c00ad782ec16cf4c5b3439b15a38e11e8be3ffc5b029135cfff102e36bcfa3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/487df0a6aabb1acb07491a72e5f0994c7bc0a6d20edd120e7d6ff46940c690cc--icu4c@76--76.1_1.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json - ==> Fetching libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:13eddf43c08a660b4efb246dae54ef46fedb6cb083a916fa4900a6906297fd2f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f1b45e06a4c2fece03bc18485af6ae774831af83c7b781b9bbc41110887866f6--libnghttp2--1.64.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.49.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json - ==> Fetching libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:bf7e4fc58b402b235dabb022fcba6e7960c8e1afb28e482a35771345de91d117 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/546554244c6a9cd7be2e437f9b081d84783bdb4395c9df8341ff357c443cd94b--libuv--1.49.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:7a3b5f75ca44d330e0f37432af09f58e37bfa873f25d340dece3c3e6c7927657 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/441f4a48c55787e61944fdd00bf201b06259c9254248253d85dc3cfe0929a73a--ca-certificates--2024-11-26.all.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:706b2f224c9519816d987e28ecfae9cfb41d99b728e237ef98fa1c0698d1f626 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6b9a3499de574de4a16b9db9b8c36dd341f53c81493dcdbe25113c80933ee0b--openssl@3--3.4.0.arm64_sonoma.bottle.tar.gz - ==> Fetching node - ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:9b5c26a2c1f7d3f54daf61f0274ea3aaee5d76273258304ac73fb67b581a7bc0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ebe7cfa51211559c3562fbe4a4bf7de41ae1b65051aa26f6c3a2748124bd898a--node--23.4.0.arm64_sonoma.bottle.tar.gz - ==> Installing dependencies for node: brotli, c-ares, icu4c@76, 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.34.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json - ==> Pouring c-ares--1.34.4.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/c-ares/1.34.4: 176 files, 1021.8KB - ==> Installing node dependency: icu4c@76 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json - ==> Pouring icu4c@76--76.1_1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/icu4c@76/76.1_1: 277 files, 81MB - ==> Installing node dependency: libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json - ==> Pouring libnghttp2--1.64.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libnghttp2/1.64.0: 14 files, 793.3KB - ==> Installing node dependency: libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.49.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json - ==> Pouring libuv--1.49.2.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libuv/1.49.2: 20 files, 1.2MB - ==> Installing node dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json - ==> Pouring ca-certificates--2024-11-26.all.bottle.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /opt/homebrew/Cellar/ca-certificates/2024-11-26: 4 files, 238.9KB - ==> Installing node dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json - ==> Pouring openssl@3--3.4.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.4.0: 7,236 files, 33.2MB - ==> Installing node - ==> Pouring node--23.4.0.arm64_sonoma.bottle.tar.gz - ==> Caveats - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d - ==> Summary - ๐บ /opt/homebrew/Cellar/node/23.4.0: 2,602 files, 87.5MB - ==> 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-12-19 23:31.26 ---> saved as "af13edab43dc82579f514f5100a8ed5093092750180455bb4fce0c7fe26fc81e" /: (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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 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-bigarray is already installed (current version is base). The following actions will be performed: === install 63 packages - install alcotest 1.8.0 - install alcotest-lwt 1.8.0 - install astring 0.8.5 - install base v0.16.3 - install base-bytes base - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-bash 1 - install conf-npm 1 - install conf-tzdata 1 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.17.1 - install dune-build-info 3.17.1 - install dune-configurator 3.17.1 - install either 1.0.0 - install ezjsonm 1.3.0 - install fix 20230505 - install fmt 0.9.0 - install fpath 0.7.3 - install gen 1.1 - install hex 1.5.0 - install js_of_ocaml 5.9.1 - install js_of_ocaml-compiler 5.9.1 - install js_of_ocaml-ppx 5.9.1 - install jsonm 1.0.2 - install logs 0.7.0 - install lwt 5.9.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install num 1.5-1 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.2 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocamlformat 0.26.2 - install ocamlformat-lib 0.26.2 - install ocp-indent 1.8.1 - install ocplib-endian 1.2 - install opam-file-format 2.1.6 - install parsexp v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_here v0.16.0 - install ppxlib 0.33.0 - install ptime 1.2.0 - install re 1.12.0 - install result 1.5 - install sedlex 3.3 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-bash.1 -> installed conf-tzdata.1 -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved cstruct.6.2.0 (cached) -> installed conf-npm.1 -> retrieved either.1.0.0 (cached) -> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fix.20230505 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gen.1.1 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.7.2 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.17.1, dune-build-info.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ocp-indent.1.8.1 (cached) -> installed ocamlbuild.0.15.0 -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlformat.0.26.2, ocamlformat-lib.0.26.2 (cached) -> retrieved opam-file-format.2.1.6 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed num.1.5-1 -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sedlex.3.3 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uucp.16.0.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.17.1 -> installed cstruct.6.2.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed gen.1.1 -> installed fix.20230505 -> installed either.1.0.0 -> installed camlp-streams.5.0.1 -> installed hex.1.5.0 -> installed menhirCST.20240715 -> installed dune-build-info.3.17.1 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.1 -> installed ocaml-version.3.7.2 -> installed ppx_derivers.1.2.1 -> installed opam-file-format.2.1.6 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed ocp-indent.1.8.1 -> installed sexplib0.v0.16.0 -> installed re.1.12.0 -> installed ezjsonm.1.3.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed parsexp.v0.16.0 -> installed lwt.5.9.0 -> installed sexplib.v0.16.0 -> installed base.v0.16.3 -> installed stdio.v0.16.0 -> installed menhir.20240715 -> installed ppxlib.0.33.0 -> installed ppx_here.v0.16.0 -> installed sedlex.3.3 -> installed ppx_deriving.6.0.3 -> installed uucp.16.0.0 -> installed uuseg.16.0.0 -> installed js_of_ocaml-compiler.5.9.1 -> installed ocamlformat-lib.0.26.2 -> installed ocamlformat.0.26.2 -> installed js_of_ocaml.5.9.1 -> installed js_of_ocaml-ppx.5.9.1 -> installed logs.0.7.0 -> installed alcotest-lwt.1.8.0 Done. <><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/Users/mac1000/.opam/4.14.2/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/Users/mac1000/.opam/4.14.2/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2024-12-19 23:33.04 ---> saved as "23c201bbbbdbbe780b9cf37980e9ab51e44f867ded4ff3864702891e9bb80fdf" /: (copy (src .) (dst ./src)) 2024-12-19 23:33.05 ---> saved as "250eef20706591b081dc7c7c40c995cdc8af9d38f51becef67783f14c17e5a96" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune.lock/lock.dune", line 1, characters 0-0: Error: The lock dir is not sync with your dune-project Hint: run dune pkg lock "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-12-19 23:33.11: Job failed: Failed: Build failed