2025-01-08 12:54.40: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (e377c6425fe190dea7f330ea4f2fe311f29a773d) (macos-x86_64:macos-homebrew-4.14_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 "master" && cd "timmy" && git reset --hard e377c642 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && 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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base 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-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.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 2025-01-08 12:54.40: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-314e7ffbdcdae700832939a76a910319" 2025-01-08 12:54.40: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && 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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base 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-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.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")) ) 2025-01-08 12:54.40: Waiting for resource in pool OCluster 2025-01-08 12:54.40: Waiting for workerโฆ 2025-01-08 14:31.11: Got resource from pool OCluster Building on i7-worker-04 HEAD is now at a566ff2 Migrate CI to `dune pkg`. HEAD is now at e377c64 Weekday: Comparable. (from macos-homebrew-ocaml-4.14) 2025-01-08 14:31.13 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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")) 2025-01-08 14:31.14 ---> 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 2025-01-08 14:31.14 ---> 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 2025-01-08 14:31.14 ---> 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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..2e81d1953c master -> origin/master e566c29b12 Merge pull request #27141 from NathanReb/release-ppxlib-0.34.0 <><> 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) 2025-01-08 14:31.15 ---> using "b45d440f647618b97b2473513e95019acb8db371af9cb60a1ba19f7415605913" from cache /: (run (shell "mkdir -p 'opam/'")) 2025-01-08 14:31.16 ---> saved as "093edd488016230978b2f199e3803280f79671cc7f1aada7e0cc8d2ec11848e8" /: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./src/./)) 2025-01-08 14:31.18 ---> saved as "517f10fee5a4e30c2d5e5136e95ebde61a6363d9dbd044e540e7c8321c6f2c64" /: (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/)) 2025-01-08 14:31.20 ---> saved as "cfafdd93f511bbf87ca0b0db82974d04872169f0bee9e3977a3ea22cd64d9fbe" /: (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) 2025-01-08 14:32.23 ---> saved as "d61348a9d25d3748b5c9c8d8a4f188883676e6ac517986c0d276d8a46d9ae836" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project' && \ \necho '(lang dune 3.0)' > './src/opam/dune-project'")) 2025-01-08 14:32.25 ---> saved as "b1bdc3dea2e8246c255aa533709c34016d740555f786480055b87f47fc8a75e4" /: (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 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-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.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 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.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")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - ==> 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 - - Updated 1 tap (homebrew/core). - ==> New Formulae - codesnap <><> 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-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-bigarray is already installed (current version is base). 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/23.6.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b04e182b31d21a977f6abf39215f91a14f50e1efbe4754297164c803bbceeaaf--node-23.6.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: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.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:81825f7f6a7a5d3f449535c1fb6242a3372c435c93db3f042fae96d2c4abe119 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b94f70de61cb0ab40067336219ef5a14cb1d0bcbae835e1f8e27e135ffb162e--c-ares--1.34.4.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:f7e042054dd71e1167f8c93bd64d817def4c229772a897de0e905e1566985fef - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9831489bbf544c43f9855e7d134e660c44457b43036316b06410d0a8be896c57--icu4c@76--76.1_1.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:d89b39d43e99f59cd325cf8a61a6aa8a295deebf29c22ab0bc3185ff4ec26a54 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48a0d9fb966d763100288502dd7e0f343c7127f054b5ee3f4468f5a3f30b6c23--libnghttp2--1.64.0.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:1c30f58448ce9c0d30cef601a475a1986d1cf072188b110adf783c7002a9b559 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b826ec515be9969e067b5ab5a7883e46f1cfc7d550eeaa0d546328f9b2bdfc8d--libuv--1.49.2.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:414ada64e60703cd4e9aa97f36e29c1a7ec73d60862b5219b8110731fcfd2cb7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139574154be31eaa168519750ddbae9b45eb437f842c40c23ecbe906fb86a10--ca-certificates--2024-12-31.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:28e2abc928e8afd0c58303de69dab5e4ec8663c5591fe3c425ad9177bf377ded - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6e2cbdf2c4e7ceb9c81dd4cbdbcf730ba7d7c401a2298313fa70cc50c18678c--openssl@3--3.4.0.sonoma.bottle.tar.gz - ==> Fetching node - ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:e2903e972213cfa53b8c94a2b030a8341135580614c87d0c823a98a56cd4853b - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/200d1592c41336a5d1560819c9940703c01a1617f0c76b0b60614a6d6a8a4816--node--23.6.0.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.sonoma.bottle.1.tar.gz - ๐บ /usr/local/Cellar/brotli/1.1.0: 25 files, 968.5KB - ==> 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.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/c-ares/1.34.4: 176 files, 935KB - ==> 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.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/icu4c@76/76.1_1: 277 files, 79.8MB - ==> 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.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libnghttp2/1.64.0: 14 files, 745KB - ==> 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.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libuv/1.49.2: 20 files, 1.1MB - ==> Installing node dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json - ==> Pouring ca-certificates--2024-12-31.all.bottle.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /usr/local/Cellar/ca-certificates/2024-12-31: 4 files, 233.4KB - ==> 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.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/openssl@3/3.4.0: 7,236 files, 33.6MB - ==> Installing node - ==> Pouring node--23.6.0.sonoma.bottle.tar.gz - ==> Caveats - Bash completion has been installed to: - /usr/local/etc/bash_completion.d - ==> Summary - ๐บ /usr/local/Cellar/node/23.6.0: 2,602 files, 72.2MB - ==> 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 2025-01-08 14:34.14 ---> saved as "a0e1bfe90ec32fa46501bba42f801726dd9de69d7d812ccb8660fa7f5257d855" /: (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-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-bigarray is already installed (current version is base). The following actions will be performed: === install 56 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 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-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.12.4 - install ocaml-syntax-shims 1.0.0 - 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.16.0 - install posixat v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_here v0.16.0 - install ppx_optcomp v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.34.0 - install ptime 1.2.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install shexp v0.16.0 - install spawn v0.17.0 - install stdio v0.16.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.16.3 (cached) -> installed conf-tzdata.1 -> installed conf-bash.1 -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> installed conf-npm.1 -> retrieved gen.1.1 (cached) -> retrieved fmt.0.9.0 (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 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.16.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.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/posixat-v0.16.0.tar.gz) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ptime.1.2.0 (cached) -> installed ocamlbuild.0.15.0 -> retrieved sedlex.3.3 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved ppxlib.0.34.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved shexp.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/shexp-v0.16.0.tar.gz) -> 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 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 ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed opam-file-format.2.1.6 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed menhirCST.20240715 -> installed gen.1.1 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed stdlib-shims.0.3.0 -> installed spawn.v0.17.0 -> installed hex.1.5.0 -> installed sexplib0.v0.16.0 -> installed ocplib-endian.1.2 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.17.1 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed parsexp.v0.16.0 -> installed sexplib.v0.16.0 -> installed lwt.5.9.0 -> installed base.v0.16.3 -> installed stdio.v0.16.0 -> installed ppxlib.0.34.0 -> installed menhir.20240715 -> installed ppx_here.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed sedlex.3.3 -> installed ppx_sexp_conv.v0.16.0 -> installed posixat.v0.16.0 -> installed shexp.v0.16.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) 2025-01-08 14:37.02 ---> saved as "62b2dbffaa2c258d6fdfd391e2006947d7162b4f569fa6179ab7126393953fa1" /: (copy (src .) (dst ./src)) 2025-01-08 14:37.04 ---> saved as "65bacd662b899a91d0a92302f1704434ef36b7b0d11da561cd3ea61ab8229990" /: (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/4.14.2/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test.eobjs/jsoo/test.bc.runtime.js /Users/mac1000/.opam/4.14.2/lib/alcotest/runtime.js /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types/runtime.js /Users/mac1000/.opam/4.14.2/lib/base/runtime.js /Users/mac1000/.opam/4.14.2/lib/ptime/clock/runtime.js) warning: /Users/mac1000/.opam/4.14.2/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 `GU03G579'. [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.006s. 20 tests run. (cd _build/default/timmy-unix/tests && ./test.exe) Testing `Timmy-unix'. This run has ID `3P2KFPC2'. [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.001s. 2 tests run. (cd _build/default/timmy-lwt/tests && ./engine_virtual.exe) Testing `timmy-lwt.virtual'. This run has ID `GK00NHJC'. [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 `DITUMV3A'. [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.002s. 4 tests run. (cd _build/default/timmy-jsoo/tests && /usr/local/bin/node test.bc.js) Testing `Timmy-jsoo'. This run has ID `3PPSAKZB'. [OK] timezone 0 daylight saving. Full test results in `~/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'. Test Successful in 0.018s. 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 2025-01-08 14:37.15: Job failed: Failed: Build failed