2024-12-19 05:47.40: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (74893dfb7580652aff6a210ff2a63b06608fe695) (macos-arm64:macos-homebrew-5.2_arm64_opam-2.3) Base: macos-homebrew-ocaml-5.2 Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 74893dfb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.2 # macos-homebrew-5.2_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.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-unix-android.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-lwt-android.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ opam pin add -yn timmy-android.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.17.1 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 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 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.5.2.1 ocaml-base-compiler.5.2.1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 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 05:47.40: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_arm64_opam-2.3-52aab8947d6434ad2667b9e18d9dce03" 2024-12-19 05:47.40: Using OBuilder spec: ((from macos-homebrew-ocaml-5.2) (comment macos-homebrew-5.2_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.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-unix-android.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-lwt-android.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ \nopam pin add -yn timmy-android.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.17.1 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 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 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.5.2.1 ocaml-base-compiler.5.2.1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 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 05:47.40: Waiting for resource in pool OCluster 2024-12-19 05:47.40: Waiting for workerโฆ 2024-12-19 06:25.37: Got resource from pool OCluster Building on m1-worker-04 All commits already cached HEAD is now at 74893df Generate Android opam files. (from macos-homebrew-ocaml-5.2) 2024-12-19 06:25.37 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache /: (comment macos-homebrew-5.2_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 06:25.37 ---> using "0dc20c01dcf9a0b5e61b28633401c2b272e9a81a4b51eb94968d876cf02072b1" 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 06:25.37 ---> using "7ce6e177b12e24db72f980204e6809b30510654dee0daa79fd13bd75833aad21" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.2.1 2.3.0 2024-12-19 06:25.37 ---> using "1a65967ac73e91b58159f313398697410a2a267cec35a0c262c62bd1320e149d" 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..5c7ffb23c8 master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1 <><> 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 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 06:25.37 ---> using "0f546508f43d88f11756eec257e11866578602829ace8bb90ca37b21435dbb4e" from cache /: (run (shell "mkdir -p 'opam/'")) 2024-12-19 06:25.38 ---> saved as "668ee4e66a818fe129d031ae604de7bb047ca7da00693e078b6ca4e6c7c86239" /: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./src/./)) 2024-12-19 06:25.39 ---> saved as "c074c9c4e7c4e02a44562a616fa431a1d40689c6febeea92b5b2bf0c07863913" /: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.opam) (dst ./src/opam/)) 2024-12-19 06:25.41 ---> saved as "ccbe966955b73b8042af8c388d5f5277b421864c414ccdd09cff83b943ff0f47" /: (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-unix-android.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-lwt-android.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ \nopam pin add -yn timmy-android.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-unix-android does not exist, create as a NEW package? [y/n] y [timmy-unix-android.dev] synchronised (file:///Users/mac1000/src/opam) timmy-unix-android 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-lwt-android does not exist, create as a NEW package? [y/n] y [timmy-lwt-android.dev] synchronised (file:///Users/mac1000/src/opam) timmy-lwt-android 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) Package timmy-jsoo-android does not exist, create as a NEW package? [y/n] y [timmy-jsoo-android.dev] synchronised (file:///Users/mac1000/src/opam) timmy-jsoo-android is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-android does not exist, create as a NEW package? [y/n] y [timmy-android.dev] synchronised (file:///Users/mac1000/src/opam) timmy-android is now pinned to file:///Users/mac1000/src/opam (version dev) 2024-12-19 06:26.07 ---> saved as "7b3d5834e25367e76fe973b55e606ff7b6c62b3b9ebc2b338f6f96468ccd60bd" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project' && \ \necho '(lang dune 3.0)' > './src/opam/dune-project'")) 2024-12-19 06:26.08 ---> saved as "df7db5ff5971e7ac91a98348cc014ebae8897c0e64445a184388d89d65b4e1f5" /: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 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 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 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.5.2.1 ocaml-base-compiler.5.2.1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [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-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). 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 06:26.45 ---> saved as "fb24c34e4dd5ccdb726bec50be5108913d2600b0f0c4b760b78e4a73cef59942" /: (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.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [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-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). The following actions will be performed: === install 57 packages - install alcotest 1.8.0 - install alcotest-lwt 1.8.0 - install astring 0.8.5 - install base v0.17.1 - install base-bytes base - install cmdliner 1.3.0 - 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-configurator 3.17.1 - install ezjsonm 1.3.0 - install fmt 0.9.0 - 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.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install opam-file-format 2.1.6 - install parsexp v0.17.0 - install posixat v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_here v0.17.0 - install ppx_optcomp v0.17.0 - install ppx_sexp_conv v0.17.0 - install ppxlib 0.33.0 - install ppxlib_jane v0.17.0 - install ptime 1.2.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install shexp v0.17.0 - install spawn v0.17.0 - install stdio v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved base.v0.17.1 (cached) -> installed conf-tzdata.1 -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-npm.1 -> retrieved cstruct.6.2.0 (cached) -> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.9.0 (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.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved opam-file-format.2.1.6 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1 (cached) -> installed num.1.5-1 -> retrieved posixat.v0.17.0 (https://github.com/janestreet/posixat/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ppxlib_jane.v0.17.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sedlex.3.3 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> installed ocamlbuild.0.15.0 -> retrieved topkg.1.0.7 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved shexp.v0.17.0 (https://github.com/janestreet/shexp/archive/refs/tags/v0.17.0.tar.gz) -> 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 ptime.1.2.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed menhirCST.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed gen.1.1 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed hex.1.5.0 -> installed ppx_derivers.1.2.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocplib-endian.1.2 -> installed opam-file-format.2.1.6 -> installed spawn.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.17.0 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.17.1 -> installed re.1.12.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed parsexp.v0.17.0 -> installed lwt.5.9.0 -> installed sexplib.v0.17.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed menhir.20240715 -> installed ppxlib.0.33.0 -> installed ppx_here.v0.17.0 -> installed ppx_optcomp.v0.17.0 -> installed ppxlib_jane.v0.17.0 -> installed ppx_deriving.6.0.3 -> installed sedlex.3.3 -> installed ppx_sexp_conv.v0.17.0 -> installed posixat.v0.17.0 -> installed shexp.v0.17.0 -> installed js_of_ocaml-compiler.5.9.1 -> 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. # To update the current shell environment, run: eval $(opam env) 2024-12-19 06:28.20 ---> saved as "76fd577e25d6b61fc60def899c1f32732e67ffce90537e705c32fcf3bd739d31" /: (copy (src .) (dst ./src)) 2024-12-19 06:28.21 ---> saved as "7ef00b3ca201e1a5a8ac643fd14aef568b20d378e581670a1aff729bb21d5679" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune.inc", line 345, characters 26-47: 345 | (rule (target timmy-unix.%{version:timmy-unix}.opam) ^^^^^^^^^^^^^^^^^^^^^ Error: Package "timmy-unix" doesn't exist in the current project and isn't installed either. File "dune.inc", line 368, characters 30-51: 368 | (rule (target timmy-unix-ios.%{version:timmy-unix}.opam) ^^^^^^^^^^^^^^^^^^^^^ Error: Package "timmy-unix" doesn't exist in the current project and isn't installed either. File "dune.inc", line 392, characters 32-53: 392 | (rule (target timmy-unix-macos.%{version:timmy-unix}.opam) ^^^^^^^^^^^^^^^^^^^^^ Error: Package "timmy-unix" doesn't exist in the current project and isn't installed either. File "dune.inc", line 416, characters 34-55: 416 | (rule (target timmy-unix-windows.%{version:timmy-unix}.opam) ^^^^^^^^^^^^^^^^^^^^^ Error: Package "timmy-unix" doesn't exist in the current project and isn't installed either. File "dune.inc", line 441, characters 34-55: 441 | (rule (target timmy-unix-android.%{version:timmy-unix}.opam) ^^^^^^^^^^^^^^^^^^^^^ Error: Package "timmy-unix" doesn't exist in the current project and isn't installed either. (cd _build/default/timmy-jsoo/tests && /Users/mac1000/.opam/5.2.1/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test.eobjs/jsoo/test.bc.runtime.js /Users/mac1000/.opam/5.2.1/lib/alcotest/runtime.js /Users/mac1000/.opam/5.2.1/lib/base/base_internalhash_types/runtime.js /Users/mac1000/.opam/5.2.1/lib/ocaml_intrinsics_kernel/runtime.js /Users/mac1000/.opam/5.2.1/lib/base/runtime.js /Users/mac1000/.opam/5.2.1/lib/ptime/clock/runtime.js) warning: /Users/mac1000/.opam/5.2.1/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead (cd _build/default/timmy/tests && ./test.exe) Testing `Timmy'. This run has ID `SYZW8VVE'. [OK] time 0 RFC3339 conversions. [OK] time 1 ptime. [OK] time 2 pretty-print. [OK] date 0 string conversions. [OK] date 1 arithmetics. [OK] date 2 time conversion. [OK] date 3 overflow. [OK] date 4 pretty printing. [OK] daytime 0 pretty printing. [OK] daytime 1 time conversion. [OK] month 0 int conversions. [OK] month 1 pretty printing. [OK] month 2 comparison. [OK] span 0 pretty printing. [OK] week 0 construction. [OK] week 1 to_date. [OK] week 2 sum. [OK] weekday 0 int conversions. [OK] weekday 1 pretty printing. [OK] weekday 2 comparison. Full test results in `~/src/_build/default/timmy/tests/_build/_tests/Timmy'. Test Successful in 0.002s. 20 tests run. (cd _build/default/timmy-unix/tests && ./test.exe) Testing `Timmy-unix'. This run has ID `DCG6XPY7'. [OK] timezone 0 daylight saving. [OK] timezone 1 timezone_name. Full test results in `~/src/_build/default/timmy-unix/tests/_build/_tests/Timmy-unix'. Test Successful in 0.000s. 2 tests run. (cd _build/default/timmy-lwt/tests && ./engine_virtual.exe) Testing `timmy-lwt.virtual'. This run has ID `8ZN7MYRV'. [OK] engine 0 sleep. Full test results in `~/src/_build/default/timmy-lwt/tests/_build/_tests/timmy-lwt.virtual'. Test Successful in 0.000s. 1 test run. (cd _build/default/timmy-lwt/tests && ./ticker.exe) Testing `Picker'. This run has ID `RX4GBYB0'. [OK] run 0 not immediate on start. [OK] run 1 skip. [OK] run 2 stop / resume. [OK] run 3 forgotten finalize. Full test results in `~/src/_build/default/timmy-lwt/tests/_build/_tests/Picker'. Test Successful in 0.000s. 4 tests run. (cd _build/default/timmy-jsoo/tests && /opt/homebrew/bin/node test.bc.js) Testing `Timmy-jsoo'. This run has ID `RZEP87X5'. [OK] timezone 0 daylight saving. Full test results in `~/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'. Test Successful in 0.007s. 1 test run. "/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 06:28.30: Job failed: Failed: Build failed