2025-04-27 13:22.21: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (3c9a8ea966428e496d5330202a27f6edc502465a) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.3) Base: macos-homebrew-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 3c9a8ea9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'opam/' COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-timezones.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-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.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-timezones.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-ios.dev './src/opam/' && \ opam pin add -yn timmy-unix-android.dev './src/opam/' && \ opam pin add -yn timmy-timezones-windows.dev './src/opam/' && \ opam pin add -yn timmy-timezones-macos.dev './src/opam/' && \ opam pin add -yn timmy-timezones-ios.dev './src/opam/' && \ opam pin add -yn timmy-timezones-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-ios.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-ios.dev './src/opam/' && \ opam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ opam pin add -yn timmy-ios.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.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.35.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 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 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 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-timezones.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-04-27 13:22.21: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.3-4893aa1854afb48ca558509cff04b525" 2025-04-27 13:22.21: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'opam/'")) (copy (src timmy.opam timmy-unix.opam timmy-timezones.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-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.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-timezones.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-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-android.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-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-ios.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-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ \nopam pin add -yn timmy-ios.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.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.35.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 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 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 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-timezones.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-04-27 13:22.21: Waiting for resource in pool OCluster 2025-04-27 13:22.21: Waiting for workerโฆ 2025-04-27 13:22.21: Got resource from pool OCluster Building on m1-worker-04 HEAD is now at 07e8594 Merge branch 'fix/divide-spans' into 'master' HEAD is now at 3c9a8ea Drop deprecated js type specifications. (from macos-homebrew-ocaml-5.3) 2025-04-27 13:22.22 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_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")) 2025-04-27 13:22.22 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" 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-04-27 13:22.23 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.3.0 2.3.0 2025-04-27 13:22.23 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" 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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..442eddb8a3 master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.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) 2025-04-27 13:22.23 ---> using "0fbaba39e6ec5df90366a8dfd5051007fe230d7c334dcc7d0160d66f2ca0c437" from cache /: (run (shell "mkdir -p 'opam/'")) 2025-04-27 13:22.23 ---> using "5073d831f2616796e0c3ff69f1351c8c737d1fc301bd9166e0ae97996597f40b" from cache /: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./src/./)) 2025-04-27 13:22.23 ---> using "853e7089b2483a991c83ce830f68d9870ff37f59bf741d9f0c88a8ff21f037d0" from cache /: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-ios.opam opam/timmy-jsoo-android.opam opam/timmy-ios.opam opam/timmy-android.opam) (dst ./src/opam/)) 2025-04-27 13:22.23 ---> using "fd55be521c4ea4ab8bec4ed160932da8b6df96a1ce1c2633d1e575ff453c0568" from cache /: (run (network host) (shell "opam pin add -yn timmy.dev './src/./' && \ \nopam pin add -yn timmy-unix.dev './src/./' && \ \nopam pin add -yn timmy-timezones.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-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-unix-android.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-windows.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-macos.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-timezones-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-ios.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-ios.dev './src/opam/' && \ \nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \ \nopam pin add -yn timmy-ios.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) Package timmy-timezones does not exist, create as a NEW package? [y/n] y [timmy-timezones.dev] synchronised (file:///Users/mac1000/src) timmy-timezones 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-ios does not exist, create as a NEW package? [y/n] y [timmy-unix-ios.dev] synchronised (file:///Users/mac1000/src/opam) timmy-unix-ios 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-timezones-windows does not exist, create as a NEW package? [y/n] y [timmy-timezones-windows.dev] synchronised (file:///Users/mac1000/src/opam) timmy-timezones-windows is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-timezones-macos does not exist, create as a NEW package? [y/n] y [timmy-timezones-macos.dev] synchronised (file:///Users/mac1000/src/opam) timmy-timezones-macos is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-timezones-ios does not exist, create as a NEW package? [y/n] y [timmy-timezones-ios.dev] synchronised (file:///Users/mac1000/src/opam) timmy-timezones-ios is now pinned to file:///Users/mac1000/src/opam (version dev) Package timmy-timezones-android does not exist, create as a NEW package? [y/n] y [timmy-timezones-android.dev] synchronised (file:///Users/mac1000/src/opam) timmy-timezones-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-ios does not exist, create as a NEW package? [y/n] y [timmy-lwt-ios.dev] synchronised (file:///Users/mac1000/src/opam) timmy-lwt-ios 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-ios does not exist, create as a NEW package? [y/n] y [timmy-jsoo-ios.dev] synchronised (file:///Users/mac1000/src/opam) timmy-jsoo-ios 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-ios does not exist, create as a NEW package? [y/n] y [timmy-ios.dev] synchronised (file:///Users/mac1000/src/opam) timmy-ios 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-04-27 13:22.23 ---> using "3f7e126a4b6b67e8b677b94b3ad769eaa153a77f761c077ffb770729e8f9f3f4" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project' && \ \necho '(lang dune 3.0)' > './src/opam/dune-project'")) 2025-04-27 13:22.23 ---> using "c68135d53f3036e03b0b3b72d29289f41814e164b822aa14ac61998fc90e3f13" from cache /: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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.35.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 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 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 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-timezones.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-lwt.dev] synchronised (file:///Users/mac1000/src) [timmy-jsoo.dev] synchronised (file:///Users/mac1000/src) [timmy-timezones.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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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.11.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/994fca655a17e3f5ed4fb86f1b342affccb9368aaa4dabfbf95c3b87f1a151fc--node-23.11.0-1.bottle_manifest.json - ==> Fetching dependencies for node: brotli, c-ares, icu4c@77, libnghttp2, libuv, ca-certificates and openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json - ==> Fetching brotli - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:e75e7d3e86aba0f1a48f59bab9d819dbdd52c22259fb893ff1e796ca4dc9be75 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f16c8f2c603c4f0dbf49caa7c6d75d448c39b11f7770a3f3abc4a11a1c4d0656--brotli--1.1.0.arm64_sonoma.bottle.2.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b32385f129da9bb17ff5fb7c5648afecc97403ff74cb72a32eb6ca08741744b6--c-ares-1.34.5.bottle_manifest.json - ==> Fetching c-ares - ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:c818b5a4764a180d560d9a2779d47d62b670e260c6ce5ccb4ee64adad5d390b7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/980fffce4be83e6385969d08f4484f9d0ba823ee54f658c730c91202c2d0af7f--c-ares--1.34.5.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json - ==> Fetching icu4c@77 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:f2b3a9d78e046b3b1ca1f06227272c0ea25490bd8efa4c98a33ffdcc734452ff - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bfbe1ac034365d34f95a8b2de5d39a488e230c4635fdd665284a7ea041f0927c--icu4c@77--77.1.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.65.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json - ==> Fetching libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:fa2ef36dadacb754e7233697f80a8929010e249b35dff577c86d1cf88f0ece49 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a45d5458d844657d03d33d98f878d15ec043f0c6b64de1a92ecdd051a1f8aec4--libnghttp2--1.65.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.50.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca8434864835c568bb3ff09b90797e9c2b745beacbd73320a6c22611a4fd1b56--libuv-1.50.0.bottle_manifest.json - ==> Fetching libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:b39ee9c307a07d8422f5d604b36eb61879bc1f8563bfa964bfab96fc79aaa5ce - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dc0224cecc1b70e17eae670b9b7745551d2a3a403735388aff6a52e016bfd9da--libuv--1.50.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:8f46fb05f753f80f2bc398c0a24b10d680bd77d496e2b931de0b61998e37aebc - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/50c52ec06796c09a75e7a9484e6db3205765a935a486322e3795612fd23b405e--ca-certificates--2025-02-25.all.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:cdc22c278167801e3876a4560eac469cfa7f86c6958537d84d21bda3caf6972c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b936dcc22ffd3583663b90636ef9004e6df8318312e15420fc382a6e9e5e1d5--openssl@3--3.4.1.arm64_sonoma.bottle.tar.gz - ==> Fetching node - ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:9bbd828006bd4a3beacca4c5c4169921c0652f71c5f329a6d41dfac23c36a0bd - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/449f39b30383db535b3697fdd09a59ca7f576cb16551ba283780ccaba602c165--node--23.11.0.arm64_sonoma.bottle.1.tar.gz - ==> Installing dependencies for node: brotli, c-ares, icu4c@77, libnghttp2, libuv, ca-certificates and openssl@3 - ==> Installing node dependency: brotli - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json - ==> Pouring brotli--1.1.0.arm64_sonoma.bottle.2.tar.gz - ๐บ /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB - ==> Installing node dependency: c-ares - ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b32385f129da9bb17ff5fb7c5648afecc97403ff74cb72a32eb6ca08741744b6--c-ares-1.34.5.bottle_manifest.json - ==> Pouring c-ares--1.34.5.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/c-ares/1.34.5: 176 files, 1022.5KB - ==> Installing node dependency: icu4c@77 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json - ==> Pouring icu4c@77--77.1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/icu4c@77/77.1: 277 files, 81.2MB - ==> Installing node dependency: libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.65.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json - ==> Pouring libnghttp2--1.65.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libnghttp2/1.65.0: 14 files, 766.1KB - ==> Installing node dependency: libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.50.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca8434864835c568bb3ff09b90797e9c2b745beacbd73320a6c22611a4fd1b56--libuv-1.50.0.bottle_manifest.json - ==> Pouring libuv--1.50.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libuv/1.50.0: 20 files, 1.2MB - ==> Installing node dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json - ==> Pouring ca-certificates--2025-02-25.all.bottle.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /opt/homebrew/Cellar/ca-certificates/2025-02-25: 4 files, 235.4KB - ==> Installing node dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json - ==> Pouring openssl@3--3.4.1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.4.1: 7,236 files, 33.2MB - ==> Installing node - ==> Pouring node--23.11.0.arm64_sonoma.bottle.1.tar.gz - ==> Caveats - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d - ==> Summary - ๐บ /opt/homebrew/Cellar/node/23.11.0: 2,602 files, 72.6MB - ==> Running `brew cleanup node`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> Caveats - ==> node - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d 2025-04-27 13:22.24 ---> using "fe20ce6b1407ef6cca7ded37f2e69408ef882b6c0f50fa3d79a88dc726e12881" from cache /: (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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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 63 packages - install alcotest 1.9.0 - install alcotest-lwt 1.9.0 - install angstrom 0.16.1 - install astring 0.8.5 - install base v0.17.1 - install base-bytes base - install bigstringaf 0.10.0 - 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.18.1 - install dune-configurator 3.18.1 - install ezjsonm 1.3.0 - install fmt 0.10.0 - install gen 1.1 - install hex 1.5.0 - install js_of_ocaml 6.0.1 - install js_of_ocaml-compiler 6.0.1 - install js_of_ocaml-ppx 6.0.1 - install jsonm 1.0.2 - install logs 0.8.0 - install lwt 5.9.1 - 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.16.1 - install ocamlfind 1.9.8 - 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.35.0 - install ppxlib_jane v0.17.2 - install ptime 1.2.0 - install re 1.12.0 - install result 1.5 - install sedlex 3.4 - 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 timedesc 3.1.0 - install timedesc-tzdb 3.1.0 - install timedesc-tzlocal 3.1.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-tzdata.1 -> retrieved csexp.1.5.2 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> installed conf-npm.1 -> retrieved fmt.0.10.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (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.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved opam-file-format.2.1.6 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved posixat.v0.17.0 (cached) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed num.1.5-1 -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> installed ocamlbuild.0.16.1 -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-ppx.6.0.1 (cached) -> retrieved ppxlib_jane.v0.17.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ptime.1.2.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sedlex.3.4 (cached) -> retrieved shexp.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.18.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 ppx_derivers.1.2.1 -> installed hex.1.5.0 -> installed ocaml-syntax-shims.1.0.0 -> installed opam-file-format.2.1.6 -> installed ocplib-endian.1.2 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed spawn.v0.17.0 -> installed sexplib0.v0.17.0 -> installed timedesc-tzdb.3.1.0 -> installed re.1.12.0 -> installed timedesc-tzlocal.3.1.0 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.18.1 -> installed bigstringaf.0.10.0 -> installed alcotest.1.9.0 -> installed yojson.2.2.2 -> installed angstrom.0.16.1 -> installed timedesc.3.1.0 -> installed parsexp.v0.17.0 -> installed lwt.5.9.1 -> installed sexplib.v0.17.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed ppx_here.v0.17.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_optcomp.v0.17.0 -> installed ppx_deriving.6.0.3 -> installed sedlex.3.4 -> installed ppx_sexp_conv.v0.17.0 -> installed posixat.v0.17.0 -> installed shexp.v0.17.0 -> installed js_of_ocaml-compiler.6.0.1 -> installed logs.0.8.0 -> installed alcotest-lwt.1.9.0 -> installed js_of_ocaml.6.0.1 -> installed js_of_ocaml-ppx.6.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-27 13:22.24 ---> using "70dbb046cbb1b4004735efe8981e62d6501c1903c5050643de14011913f783be" from cache /: (copy (src .) (dst ./src)) 2025-04-27 13:22.25 ---> saved as "3aaa1b06362ff20629dd4bd92b6694457cfbe8dad9426129939f73f767aa2413" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune.inc", line 463, characters 26-47: 463 | (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 486, characters 30-51: 486 | (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 510, characters 32-53: 510 | (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 534, characters 34-55: 534 | (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 559, characters 34-55: 559 | (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 && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I timmy/lib/.timmy.objs/byte -I /Users/mac1000/.opam/5.3.0/lib/base -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Timmy__ -o timmy/lib/.timmy.objs/byte/timmy__Daytime.cmo -c -impl timmy/lib/src/daytime.pp.ml) File "timmy/lib/src/daytime.ml", line 31, characters 24-30: 31 | let ( + ) time span = to_int time + Span.to_seconds span |> of_int ^^^^^^ Error: Unbound value to_int Hint: Did you mean of_int? (cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -I timmy/lib/.timmy.objs/byte -I timmy/lib/.timmy.objs/native -I /Users/mac1000/.opam/5.3.0/lib/base -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Timmy__ -o timmy/lib/.timmy.objs/native/timmy__Daytime.cmx -c -impl timmy/lib/src/daytime.pp.ml) File "timmy/lib/src/daytime.ml", line 31, characters 24-30: 31 | let ( + ) time span = to_int time + Span.to_seconds span |> of_int ^^^^^^ Error: Unbound value to_int Hint: Did you mean of_int? (cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I timmy-jsoo/lib/.timmy_jsoo.objs/byte -I /Users/mac1000/.opam/5.3.0/lib/base -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/js_of_ocaml -I /Users/mac1000/.opam/5.3.0/lib/js_of_ocaml-compiler/runtime -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I timmy-jsoo/clock/.clock_jsoo.objs/byte -I timmy/clock/.clock.objs/byte -I timmy/lib/.timmy.objs/byte -no-alias-deps -opaque -open Timmy_jsoo__ -o timmy-jsoo/lib/.timmy_jsoo.objs/byte/timmy_jsoo__Date.cmi -c -intf timmy-jsoo/lib/src/date.pp.mli) File "timmy-jsoo/lib/src/date.mli", line 3, characters 28-41: 3 | val to_js : Timmy.Date.t -> Timmy.Date.js ^^^^^^^^^^^^^ Error: Unbound type constructor Timmy.Date.js (cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -A -g -bin-annot -bin-annot-occurrences -I timmy-jsoo/lib/.timmy_jsoo.objs/byte -I /Users/mac1000/.opam/5.3.0/lib/base -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/js_of_ocaml -I /Users/mac1000/.opam/5.3.0/lib/js_of_ocaml-compiler/runtime -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I timmy-jsoo/clock/.clock_jsoo.objs/byte -I timmy/clock/.clock.objs/byte -I timmy/lib/.timmy.objs/byte -no-alias-deps -opaque -open Timmy_jsoo__ -o timmy-jsoo/lib/.timmy_jsoo.objs/byte/timmy_jsoo__Time.cmi -c -intf timmy-jsoo/lib/src/time.pp.mli) File "timmy-jsoo/lib/src/time.mli", line 3, characters 17-19: 3 | val to_js : t -> js ^^ Error: Unbound type constructor js "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-04-27 13:22.33: Job failed: Failed: Build failed