Organisationsmefyltimmy4010e0 ()macos-homebrew-4.14_opam-2.3

macos-homebrew-4.14_opam-2.3

Logs

Show full logs
2025-04-29 19:01.16: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (4010e0551ca25d4ecb03139c0d31f675d3fed164) (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 4010e055
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 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-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-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.16.4 base-bigarray.base base-bytes.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 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.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-29 19:01.16: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-0dec293cdf74d1ddfe51cd463572a303"
2025-04-29 19:01.16: 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 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-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-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.16.4 base-bigarray.base base-bytes.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 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.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-29 19:01.16: Waiting for resource in pool OCluster
2025-04-29 19:01.16: Waiting for workerโ€ฆ
2025-04-29 19:01.16: Got resource from pool OCluster
Building on i7-worker-01
HEAD is now at 38c5836 debug cache
HEAD is now at 4010e05 Restore timmy-jsoo.

(from macos-homebrew-ocaml-4.14)
2025-04-29 19:01.18 ---> 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-04-29 19:01.18 ---> 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-04-29 19:01.19 ---> 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-04-29 19:01.19 ---> 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 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
   11bdbee611..5afc819055  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
  - 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-04-29 19:01.19 ---> using "67f07ecd1986bd28798155a0ae16870b21d96fab304a2fce3699db863a49c5f3" from cache

/: (run (shell "mkdir -p 'opam/'"))
2025-04-29 19:01.21 ---> saved as "0aae3825cb80f75321e391020ac6a536f74a77bf4fb7de49f1a5ed43d54af835"

/: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam)
         (dst ./src/./))
2025-04-29 19:01.23 ---> saved as "0d844977ec77054ce552bff1873406054f0967296fe8b9f6ad6e79f1e5151349"

/: (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-ios.opam opam/timmy-android.opam)
         (dst ./src/opam/))
2025-04-29 19:01.25 ---> saved as "3ddb76467525d072b8aa8d65428ff6a64872f2c3ac4d4d0f192045a7d708e1af"

/: (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-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-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-29 19:02.40 ---> saved as "b5532edc3628fffa0ceecff92a2886fd08ec1fcb7d0c16083793ea0868eb1fe3"

/: (run (network host)
        (shell  "echo '(lang dune 3.0)' > './src/./dune-project' && \
               \necho '(lang dune 3.0)' > './src/opam/dune-project'"))
2025-04-29 19:02.42 ---> saved as "02ec5abe8f6d314ff98e86c69a9b2da001125aff0a37db1ecc4a82c9bc8632a9"

/: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.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 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.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"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:9fd394a40fb1467f89206a9c89c1274d9dc053af688176667a0cac0c3014113f
- #=#=#                                                                         

                                                                           0.3%
- 
                                                                           0.8%
#                                                                          1.6%
#                                                                          2.0%
#                                                                          2.8%
##                                                                         3.3%
##                                                                         4.0%
###                                                                        4.6%
###                                                                        5.0%
####                                                                       5.6%
- 
####                                                                       6.0%
####                                                                       6.5%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      7.8%
#####                                                                      8.2%
######                                                                     8.8%
######                                                                     9.2%
######                                                                     9.7%
#######                                                                   10.1%
#######                                                                   10.5%
- 
#######                                                                   10.9%
########                                                                  11.4%
########                                                                  11.9%
########                                                                  12.3%
#########                                                                 12.7%
#########                                                                 13.2%
#########                                                                 13.7%
##########                                                                14.1%
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.4%
- 
###########                                                               16.0%
###########                                                               16.4%
############                                                              16.8%
############                                                              17.4%
############                                                              17.8%
#############                                                             18.2%
#############                                                             18.6%
#############                                                             19.1%
##############                                                            19.5%
##############                                                            19.9%
##############                                                            20.5%
- 
###############                                                           20.9%
###############                                                           21.4%
###############                                                           21.8%
###############                                                           22.1%
################                                                          22.5%
################                                                          23.1%
################                                                          23.5%
#################                                                         23.9%
#################                                                         24.3%
#################                                                         24.8%
##################                                                        25.3%
- 
##################                                                        25.7%
##################                                                        26.1%
###################                                                       26.7%
###################                                                       27.1%
###################                                                       27.5%
####################                                                      28.0%
####################                                                      28.4%
####################                                                      29.0%
#####################                                                     29.4%
#####################                                                     29.8%
#####################                                                     30.3%
- 
######################                                                    30.7%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.0%
#######################                                                   32.6%
#######################                                                   33.0%
########################                                                  33.4%
########################                                                  33.9%
########################                                                  34.4%
#########################                                                 34.8%
- 
#########################                                                 35.4%
#########################                                                 35.8%
##########################                                                36.2%
##########################                                                36.7%
##########################                                                37.1%
###########################                                               37.5%
###########################                                               38.1%
###########################                                               38.5%
############################                                              38.9%
############################                                              39.4%
############################                                              39.8%
- 
#############################                                             40.4%
#############################                                             40.8%
#############################                                             41.2%
##############################                                            41.7%
##############################                                            42.2%
##############################                                            42.6%
###############################                                           43.1%
###############################                                           43.6%
###############################                                           44.1%
################################                                          44.6%
################################                                          45.1%
- 
################################                                          45.6%
#################################                                         46.1%
#################################                                         46.5%
#################################                                         46.9%
##################################                                        47.3%
##################################                                        47.9%
##################################                                        48.3%
###################################                                       48.8%
###################################                                       49.2%
###################################                                       49.8%
- 
####################################                                      50.2%
####################################                                      50.7%
####################################                                      51.2%
#####################################                                     51.6%
#####################################                                     52.0%
#####################################                                     52.5%
######################################                                    53.0%
######################################                                    53.4%
######################################                                    54.0%
#######################################                                   54.4%
#######################################                                   54.8%
- 
#######################################                                   55.2%
########################################                                  55.7%
########################################                                  56.2%
########################################                                  56.6%
#########################################                                 57.1%
#########################################                                 57.5%
#########################################                                 57.9%
##########################################                                58.4%
##########################################                                58.9%
##########################################                                59.3%
###########################################                               59.9%
- 
###########################################                               60.3%
###########################################                               60.7%
############################################                              61.1%
############################################                              61.7%
############################################                              62.1%
#############################################                             62.5%
#############################################                             63.0%
#############################################                             63.4%
##############################################                            63.9%
##############################################                            64.3%
- 
##############################################                            64.8%
###############################################                           65.3%
###############################################                           65.8%
###############################################                           66.2%
###############################################                           66.5%
################################################                          66.9%
################################################                          67.3%
################################################                          67.7%
#################################################                         68.3%
#################################################                         68.7%
#################################################                         69.1%
- 
##################################################                        69.7%
##################################################                        70.1%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.5%
###################################################                       71.9%
####################################################                      72.5%
####################################################                      72.9%
####################################################                      73.4%
#####################################################                     73.8%
#####################################################                     74.2%
- 
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.6%
######################################################                    76.1%
#######################################################                   76.6%
#######################################################                   77.0%
#######################################################                   77.4%
########################################################                  78.0%
########################################################                  78.4%
########################################################                  78.8%
#########################################################                 79.3%
- 
#########################################################                 79.7%
#########################################################                 80.1%
##########################################################                80.6%
##########################################################                81.1%
##########################################################                81.5%
##########################################################                81.9%
###########################################################               82.3%
###########################################################               82.9%
###########################################################               83.3%
############################################################              83.7%
############################################################              84.2%
- 
############################################################              84.6%
#############################################################             85.2%
#############################################################             85.5%
#############################################################             86.0%
##############################################################            86.4%
##############################################################            86.9%
##############################################################            87.4%
###############################################################           87.8%
###############################################################           88.2%
###############################################################           88.8%
- 
################################################################          89.2%
################################################################          89.8%
################################################################          90.2%
#################################################################         90.6%
#################################################################         91.0%
#################################################################         91.6%
##################################################################        92.0%
##################################################################        92.5%
##################################################################        92.9%
###################################################################       93.3%
###################################################################       93.7%
- 
###################################################################       94.2%
####################################################################      94.7%
####################################################################      95.1%
####################################################################      95.6%
#####################################################################     96.1%
#####################################################################     96.8%
######################################################################    97.8%
#######################################################################   98.6%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.3.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Updated 1 tap (homebrew/cask).
- ==> Outdated Formulae
- gpatch
- 
- You have 1 outdated formula installed.
- You can upgrade it with brew upgrade
- or list it with brew outdated.

<><> 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 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 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.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:8934e84777d1c6f63d6e4c07213731c9af1b7a66d5f0a6b3ef0bb6d56bb63a86
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4822f8f201cbdc0e3eb6468466e796865c20a2c0cd1a7244ef39c3b88482e895--brotli--1.1.0.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:69b294fd3ab99c2aa60d1ba250c31f2333e387c64c78ba121a38c0650270724f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad5b7db27593f8d42033d35f0121f85ff80150fa8f072c0130b0cfc4e3b36440--c-ares--1.34.5.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:54d609febedd08e8a4a825435d85f6d4db045f586523edb8965434e8e9c93fa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11e74c87967dc86e6b3deabe4c454ae87bbf7535c100ec0d330418593c466408--icu4c@77--77.1.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:523994aa28f56be6c23161889273d48ce9a964acfe3517768c41cf46359e27e8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/191d95acdc4141c166b592449043fb072918e1ddf7c8be5f54ed89c72b0f617f--libnghttp2--1.65.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.51.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25bd9f2f86d047011dc8ca247bea2e4e3e5a150e29648418d48dfca4c8c136ea--libuv-1.51.0.bottle_manifest.json
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:fb199706c025af4c6160825de25f9220c8d571499c5dba71c4b93a3874ea7a03
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d53fecfc1f0449b8a29d78c7364f8effa7f77965da02e57b732ad70621f29112--libuv--1.51.0.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.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:0c5f237b38048abfe7fe045f709d334f235e3dfe39853f7877dd248f5c7670fe
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af014e946c69c130ad22e2a4bd793249a49e84e5bec2acc1c6aab25f7f24693e--openssl@3--3.5.0.sonoma.bottle.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:31eb61b74270e89351c557b688948fe90a50f9838ca1870fe304c19816e6a7af
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5da052b8cddc69783f2a2885557c256b79abc3900b9768eaca293ad824548784--node--23.11.0.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.sonoma.bottle.2.tar.gz
- ๐Ÿบ  /usr/local/Cellar/brotli/1.1.0: 28 files, 1.6MB
- ==> 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.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/c-ares/1.34.5: 176 files, 939.8KB
- ==> 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.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/icu4c@77/77.1: 277 files, 80MB
- ==> 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.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libnghttp2/1.65.0: 14 files, 730.2KB
- ==> Installing node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.51.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25bd9f2f86d047011dc8ca247bea2e4e3e5a150e29648418d48dfca4c8c136ea--libuv-1.51.0.bottle_manifest.json
- ==> Pouring libuv--1.51.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libuv/1.51.0: 20 files, 1.1MB
- ==> 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...
- ๐Ÿบ  /usr/local/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.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json
- ==> Pouring openssl@3--3.5.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openssl@3/3.5.0: 7,563 files, 35.6MB
- ==> Installing node
- ==> Pouring node--23.11.0.sonoma.bottle.1.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/node/23.11.0: 2,602 files, 73.9MB
- ==> 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-04-29 19:04.45 ---> saved as "2804023843143213ceae4d4c87ed4db2d90410b48aca7061c82e8047fdae9ed2"

/: (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 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 51 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.16.4
  - 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 ocaml-compiler-libs  v0.12.4
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install ocplib-endian        1.2
  - install ppx_derivers         1.2.1
  - install ppx_deriving         6.0.3
  - install ppx_here             v0.16.0
  - install ppxlib               0.35.0
  - install ptime                1.2.0
  - install re                   1.12.0
  - install result               1.5
  - install sedlex               3.4
  - install seq                  base
  - install sexplib0             v0.16.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 base.v0.16.4  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> installed conf-npm.1
-> 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 ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved stdlib-shims.0.3.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 topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (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 ppx_derivers.1.2.1
-> installed result.1.5
-> installed re.1.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20240715
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20240715
-> installed menhirCST.20240715
-> installed gen.1.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed timedesc-tzdb.3.1.0
-> installed timedesc-tzlocal.3.1.0
-> installed sexplib0.v0.16.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.18.1
-> installed alcotest.1.9.0
-> installed yojson.2.2.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed timedesc.3.1.0
-> installed lwt.5.9.1
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed menhir.20240715
-> installed ppx_here.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.4
-> 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-29 19:07.22 ---> saved as "e765eae82bab08ec5904c0e2d8ba3c4487a9c978e90dbb827d81f12c1fd69d77"

/: (copy (src .) (dst ./src))
2025-04-29 19:07.24 ---> saved as "debe6d805688e12dfdfb669c9143e371e53f9f55d55e0a34e8ae432e0f8b4000"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune.inc", line 347, characters 26-47:
347 |  (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 370, characters 30-51:
370 |  (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 394, characters 32-53:
394 |  (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 418, characters 34-55:
418 |  (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 443, characters 34-55:
443 |  (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.
File ".logistic/dune/extdeps/dune", line 6, characters 50-55:
6 |  (libraries cmdliner fmt opam-file-format sexplib stdio unix))
                                                      ^^^^^
Error: Library "stdio" not found.
-> required by
   _build/default/.logistic/dune/extdeps/.extdeps.eobjs/byte/dune__exe__Extdeps.cmi
-> required by alias .logistic/dune/extdeps/check
(cd _build/default/timmy/tests && ./test.exe)
Testing `Timmy'.
This run has ID `F1G6OS8S'.

  [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.008s. 20 tests run.
(cd _build/default/timmy-unix/tests && ./test.exe)
Testing `Timmy-unix'.
This run has ID `SBH3OOIH'.

  [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-timezones/tests && ./tests.exe)
Testing `timmy-timezones'.
This run has ID `K3N04X50'.

  [OK]          local           0   common_tz_ok.
  [OK]          local           1   back_and_forth_daytime.
  [OK]          common          0   common_timezone_test.

Full test results in `~/src/_build/default/timmy-timezones/tests/_build/_tests/timmy-timezones'.
Test Successful in 0.059s. 3 tests run.
(cd _build/default/timmy-lwt/tests && ./engine_virtual.exe)
Testing `timmy-lwt.virtual'.
This run has ID `71PVQWSJ'.

  [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 `F82RFC60'.

  [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 `FFXT2I6K'.

  [OK]          timezone          0   daylight saving.

Full test results in `~/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'.
Test Successful in 0.016s. 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-04-29 19:07.35: Job failed: Failed: Build failed