2024-12-19 05:47.40: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (74893dfb7580652aff6a210ff2a63b06608fe695) (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 74893dfb
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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'opam/'
COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam ./src/./
COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.opam ./src/opam/
RUN opam pin add -yn timmy.dev './src/./' && \
opam pin add -yn timmy-unix.dev './src/./' && \
opam pin add -yn timmy-lwt.dev './src/./' && \
opam pin add -yn timmy-jsoo.dev './src/./' && \
opam pin add -yn timmy-windows.dev './src/opam/' && \
opam pin add -yn timmy-unix-windows.dev './src/opam/' && \
opam pin add -yn timmy-unix-macos.dev './src/opam/' && \
opam pin add -yn timmy-unix-android.dev './src/opam/' && \
opam pin add -yn timmy-macos.dev './src/opam/' && \
opam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
opam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
opam pin add -yn timmy-lwt-android.dev './src/opam/' && \
opam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
opam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \
opam pin add -yn timmy-jsoo-android.dev './src/opam/' && \
opam pin add -yn timmy-android.dev './src/opam/'
RUN echo '(lang dune 3.0)' > './src/./dune-project' && \
echo '(lang dune 3.0)' > './src/opam/dune-project'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-12-19 05:47.40: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-bfcac0c534df30974ac6722136c3b743"
2024-12-19 05:47.40: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
(run (shell "mkdir -p 'opam/'"))
(copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./src/./))
(copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.opam)
(dst ./src/opam/))
(run (network host)
(shell "opam pin add -yn timmy.dev './src/./' && \
\nopam pin add -yn timmy-unix.dev './src/./' && \
\nopam pin add -yn timmy-lwt.dev './src/./' && \
\nopam pin add -yn timmy-jsoo.dev './src/./' && \
\nopam pin add -yn timmy-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-android.dev './src/opam/' && \
\nopam pin add -yn timmy-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-android.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \
\nopam pin add -yn timmy-android.dev './src/opam/'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project' && \
\necho '(lang dune 3.0)' > './src/opam/dune-project'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-12-19 05:47.40: Waiting for resource in pool OCluster
2024-12-19 05:47.40: Waiting for worker…
2024-12-19 06:53.56: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
HEAD is now at 74893df Generate Android opam files.
(from macos-homebrew-ocaml-4.14)
2024-12-19 06:53.57 ---> 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"))
2024-12-19 06:53.57 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" from cache
/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-12-19 06:53.58 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2024-12-19 06:53.58 ---> 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..b951ce7d66 master -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-12-19 06:53.58 ---> using "c6479a7581462557b94e2071a044f58772d8a41f39f44d65d47404c2b7bd5b77" from cache
/: (run (shell "mkdir -p 'opam/'"))
2024-12-19 06:54.00 ---> saved as "a6d39bd4f33e8c114188fba403335934a7a51b350e7bede922d884b48e9012a4"
/: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./src/./))
2024-12-19 06:54.02 ---> saved as "f043f00199966af369ce508d4ae19ad2fca88fb3c613b63771a9caf79f8bf237"
/: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-android.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam opam/timmy-jsoo-android.opam opam/timmy-android.opam)
(dst ./src/opam/))
2024-12-19 06:54.03 ---> saved as "b2b48decb816550b4c392b2152ddf5242d398be301a99d095cd5c225face4601"
/: (run (network host)
(shell "opam pin add -yn timmy.dev './src/./' && \
\nopam pin add -yn timmy-unix.dev './src/./' && \
\nopam pin add -yn timmy-lwt.dev './src/./' && \
\nopam pin add -yn timmy-jsoo.dev './src/./' && \
\nopam pin add -yn timmy-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-android.dev './src/opam/' && \
\nopam pin add -yn timmy-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-android.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-android.dev './src/opam/' && \
\nopam pin add -yn timmy-android.dev './src/opam/'"))
[timmy.dev] synchronised (file:///Users/mac1000/src)
timmy is now pinned to file:///Users/mac1000/src (version dev)
[timmy-unix.dev] synchronised (file:///Users/mac1000/src)
timmy-unix is now pinned to file:///Users/mac1000/src (version dev)
[timmy-lwt.dev] synchronised (file:///Users/mac1000/src)
timmy-lwt is now pinned to file:///Users/mac1000/src (version dev)
[timmy-jsoo.dev] synchronised (file:///Users/mac1000/src)
timmy-jsoo is now pinned to file:///Users/mac1000/src (version dev)
Package timmy-windows does not exist, create as a NEW package? [y/n] y
[timmy-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y
[timmy-unix-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-unix-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y
[timmy-unix-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-unix-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-unix-android does not exist, create as a NEW package? [y/n] y
[timmy-unix-android.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-unix-android is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-macos does not exist, create as a NEW package? [y/n] y
[timmy-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y
[timmy-lwt-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-lwt-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y
[timmy-lwt-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-lwt-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-lwt-android does not exist, create as a NEW package? [y/n] y
[timmy-lwt-android.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-lwt-android is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-jsoo-windows does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-jsoo-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-jsoo-macos does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-jsoo-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-jsoo-android does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-android.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-jsoo-android is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-android does not exist, create as a NEW package? [y/n] y
[timmy-android.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-android is now pinned to file:///Users/mac1000/src/opam (version dev)
2024-12-19 06:54.58 ---> saved as "c4f11b4221e1f2b3cdcd3f09f488c06927f22cc1f3ff65304d6a3ad8752268f6"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project' && \
\necho '(lang dune 3.0)' > './src/opam/dune-project'"))
2024-12-19 06:55.00 ---> saved as "8cc0592dd694a9477a5ba2f5c208d7d61fa977752d7b5e549c5293ddee56f8f0"
/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-configurator.3.17.1 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
/: (env CI true)
/: (env OCAMLCI true)
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy.dev] synchronised (file:///Users/mac1000/src)
[timmy-jsoo.dev] synchronised (file:///Users/mac1000/src)
[timmy-lwt.dev] synchronised (file:///Users/mac1000/src)
[timmy-unix.dev] synchronised (file:///Users/mac1000/src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
node
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "node"
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/23.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ecddb121dcfda6835bb44aee61e9a093fdfd9aca99aa89f3894ee4e93e2959e9--node-23.4.0.bottle_manifest.json
- ==> Fetching dependencies for node: brotli, c-ares, icu4c@76, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:deb010485b7e58ffb00f45db61fa9b1ab0690c6b558d36755740fd4e62cd9400
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a8d847937aa62bb62ddde49b6546c742425fd47a11dcf8ee65a4221e4eb8ae--brotli--1.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:81825f7f6a7a5d3f449535c1fb6242a3372c435c93db3f042fae96d2c4abe119
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b94f70de61cb0ab40067336219ef5a14cb1d0bcbae835e1f8e27e135ffb162e--c-ares--1.34.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json
- ==> Fetching icu4c@76
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/blobs/sha256:f7e042054dd71e1167f8c93bd64d817def4c229772a897de0e905e1566985fef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9831489bbf544c43f9855e7d134e660c44457b43036316b06410d0a8be896c57--icu4c@76--76.1_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:d89b39d43e99f59cd325cf8a61a6aa8a295deebf29c22ab0bc3185ff4ec26a54
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48a0d9fb966d763100288502dd7e0f343c7127f054b5ee3f4468f5a3f30b6c23--libnghttp2--1.64.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.49.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:1c30f58448ce9c0d30cef601a475a1986d1cf072188b110adf783c7002a9b559
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b826ec515be9969e067b5ab5a7883e46f1cfc7d550eeaa0d546328f9b2bdfc8d--libuv--1.49.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:7a3b5f75ca44d330e0f37432af09f58e37bfa873f25d340dece3c3e6c7927657
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/441f4a48c55787e61944fdd00bf201b06259c9254248253d85dc3cfe0929a73a--ca-certificates--2024-11-26.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:28e2abc928e8afd0c58303de69dab5e4ec8663c5591fe3c425ad9177bf377ded
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6e2cbdf2c4e7ceb9c81dd4cbdbcf730ba7d7c401a2298313fa70cc50c18678c--openssl@3--3.4.0.sonoma.bottle.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:030b9b5db94a21c5d9f9987bf9ba62a7da41ab8691b48c55de1f1f4b34a36e6c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aafadd8c4826c0604019a24af803b94076620fe9c0bb26ff499433ac05047604--node--23.4.0.sonoma.bottle.tar.gz
- ==> Installing dependencies for node: brotli, c-ares, icu4c@76, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Installing node dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/brotli/1.1.0: 25 files, 968.5KB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json
- ==> Pouring c-ares--1.34.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/c-ares/1.34.4: 176 files, 935KB
- ==> Installing node dependency: icu4c@76
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json
- ==> Pouring icu4c@76--76.1_1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/icu4c@76/76.1_1: 277 files, 79.8MB
- ==> Installing node dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.64.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libnghttp2/1.64.0: 14 files, 745KB
- ==> Installing node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.49.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json
- ==> Pouring libuv--1.49.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libuv/1.49.2: 20 files, 1.1MB
- ==> Installing node dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json
- ==> Pouring ca-certificates--2024-11-26.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2024-11-26: 4 files, 238.9KB
- ==> Installing node dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Pouring openssl@3--3.4.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.4.0: 7,236 files, 33.6MB
- ==> Installing node
- ==> Pouring node--23.4.0.sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
- /usr/local/etc/bash_completion.d
- ==> Summary
- 🍺 /usr/local/Cellar/node/23.4.0: 2,602 files, 87.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
2024-12-19 06:56.12 ---> saved as "d000da5fc70a918f039c7109d2fc9b6f957207f39fc24d24e0d0e7e82ee369ed"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 56 packages
- install alcotest 1.8.0
- install alcotest-lwt 1.8.0
- install astring 0.8.5
- install base v0.16.3
- install base-bytes base
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-npm 1
- install conf-tzdata 1
- install cppo 1.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install dune 3.17.1
- install dune-configurator 3.17.1
- install ezjsonm 1.3.0
- install fmt 0.9.0
- install gen 1.1
- install hex 1.5.0
- install js_of_ocaml 5.9.1
- install js_of_ocaml-compiler 5.9.1
- install js_of_ocaml-ppx 5.9.1
- install jsonm 1.0.2
- install logs 0.7.0
- install lwt 5.9.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install num 1.5-1
- install ocaml-compiler-libs v0.12.4
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install opam-file-format 2.1.6
- install parsexp v0.16.0
- install posixat v0.16.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.0.3
- install ppx_here v0.16.0
- install ppx_optcomp v0.16.0
- install ppx_sexp_conv v0.16.0
- install ppxlib 0.33.0
- install ptime 1.2.0
- install re 1.12.0
- install sedlex 3.3
- install seq base
- install sexplib v0.16.0
- install sexplib0 v0.16.0
- install shexp v0.16.0
- install spawn v0.17.0
- install stdio v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved base.v0.16.3 (cached)
-> installed conf-tzdata.1
-> installed conf-bash.1
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> installed conf-npm.1
-> retrieved fmt.0.9.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved opam-file-format.2.1.6 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved posixat.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> installed num.1.5-1
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sedlex.3.3 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved ppxlib.0.33.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved shexp.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed ocamlbuild.0.15.0
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.2.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed opam-file-format.2.1.6
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed menhirCST.20240715
-> installed gen.1.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed stdlib-shims.0.3.0
-> installed spawn.v0.17.0
-> installed hex.1.5.0
-> installed sexplib0.v0.16.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.17.1
-> installed yojson.2.2.2
-> installed alcotest.1.8.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed lwt.5.9.0
-> installed base.v0.16.3
-> installed stdio.v0.16.0
-> installed ppxlib.0.33.0
-> installed menhir.20240715
-> installed ppx_here.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.3
-> installed ppx_sexp_conv.v0.16.0
-> installed posixat.v0.16.0
-> installed shexp.v0.16.0
-> installed js_of_ocaml-compiler.5.9.1
-> installed js_of_ocaml.5.9.1
-> installed js_of_ocaml-ppx.5.9.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-19 06:59.18 ---> saved as "a771565533cfb14bcd4280c53cb15d572d10d134abc537a53fb38c1722eb473d"
/: (copy (src .) (dst ./src))
2024-12-19 06:59.20 ---> saved as "1cede0e1374df7e61d713fe6c22d8dc399d97aed58b9baafbf93f22a3354bcb6"
/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune.inc", line 345, characters 26-47:
345 | (rule (target timmy-unix.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 368, characters 30-51:
368 | (rule (target timmy-unix-ios.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 392, characters 32-53:
392 | (rule (target timmy-unix-macos.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 416, characters 34-55:
416 | (rule (target timmy-unix-windows.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
File "dune.inc", line 441, characters 34-55:
441 | (rule (target timmy-unix-android.%{version:timmy-unix}.opam)
^^^^^^^^^^^^^^^^^^^^^
Error: Package "timmy-unix" doesn't exist in the current project and isn't
installed either.
(cd _build/default/timmy-jsoo/tests && /Users/mac1000/.opam/4.14.2/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test.eobjs/jsoo/test.bc.runtime.js /Users/mac1000/.opam/4.14.2/lib/alcotest/runtime.js /Users/mac1000/.opam/4.14.2/lib/base/base_internalhash_types/runtime.js /Users/mac1000/.opam/4.14.2/lib/base/runtime.js /Users/mac1000/.opam/4.14.2/lib/ptime/clock/runtime.js)
warning: /Users/mac1000/.opam/4.14.2/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead
(cd _build/default/timmy/tests && ./test.exe)
Testing `Timmy'.
This run has ID `7NJ2DDVR'.
[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.005s. 20 tests run.
(cd _build/default/timmy-unix/tests && ./test.exe)
Testing `Timmy-unix'.
This run has ID `7TN5XQA1'.
[OK] timezone 0 daylight saving.
[OK] timezone 1 timezone_name.
Full test results in `~/src/_build/default/timmy-unix/tests/_build/_tests/Timmy-unix'.
Test Successful in 0.001s. 2 tests run.
(cd _build/default/timmy-lwt/tests && ./engine_virtual.exe)
Testing `timmy-lwt.virtual'.
This run has ID `7HXA6IYF'.
[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 `M557PIJN'.
[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 `HX3V5HX8'.
[OK] timezone 0 daylight saving.
Full test results in `~/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'.
Test Successful in 0.018s. 1 test run.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-12-19 06:59.30: Job failed: Failed: Build failed