Organisationscdaringemy.hoodd53fcb (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2026-06-14 12:32.28: New job: test cdaringe/my.hood https://github.com/cdaringe/my.hood.git#refs/heads/main (d53fcbf35110e10f3a7b0bd05c5de45af387446a) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/cdaringe/my.hood.git" -b "main" && cd "my.hood" && git reset --hard d53fcbf3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
# debian-13-4.11_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 hood.opam ./
RUN opam pin add -yn hood.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.1 angstrom.0.14.0 astring.0.8.5 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigstringaf.0.5.0 biniou.1.2.0 bos.0.2.0 camlp-streams.5.0.1 caqti.1.4.0 caqti-lwt.1.3.0 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 conf-libev.4-11 conf-libffi.2.0.0 conf-libssl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 containers.3.6 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 ctypes.0.8.0 ctypes-foreign.0.4.0 digestif.0.9.0 dot-merlin-reader.4.5 dream.1.0.0~alpha1 dream-livereload.0.1.0 dune.3.12.1 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 dyn.3.15.3 easy-format.1.0.1 either.1.0.0 eqaf.0.8 faraday.0.6.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 graphql.0.9.0 graphql-lwt.0.9.0 graphql_parser.0.13.0 hmap.0.8.1 inotify.2.3 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 lambdasoup.0.6.1 logs.0.7.0 lwt.5.0.0 lwt_ppx.1.2.2 lwt_ssl.1.1.1 magic-mime.1.0.0 markup.0.7.5 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 mirage-crypto.0.10.7 mirage-crypto-rng.0.10.7 mmap.1.1.0 mtime.1.3.0 multipart-form-data.0.3.0 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-lsp-server.1.4.1 ocaml-migrate-parsetree.1.7.3 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlformat.0.21.0 ocamlformat-rpc.0.21.0 ocamlformat-rpc-lib.0.21.0 ocamlgraph.1.8.8 ocp-indent.1.7.0 ocplib-endian.1.0 octavius.0.1.0 odoc-parser.1.0.1 opam-core.2.1.0 opam-dune-lint.0.3 opam-file-format.2.1.3 opam-format.2.1.0 opam-installer.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 ordering.3.15.3 parsexp.v0.14.0 pp.1.2.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_js_style.v0.14.0 ppx_tools.6.2 ppx_tools_versioned.5.2.3 ppx_yojson_conv.v0.14.0 ppx_yojson_conv_lib.v0.14.0 ppxfind.1.4 ppxlib.0.12.0 psq.0.1.0 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.8 stdio.v0.14.0 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3 yojson.1.7.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y hood.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-06-14 12:32.28: Using cache hint "cdaringe/my.hood-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-793f6fc43aef35fdd7eb1b3b164c68ec"
2026-06-14 12:32.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
 (comment debian-13-4.11_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update -u"))
 (copy (src hood.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn hood.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.0.1 angstrom.0.14.0 astring.0.8.5 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigstringaf.0.5.0 biniou.1.2.0 bos.0.2.0 camlp-streams.5.0.1 caqti.1.4.0 caqti-lwt.1.3.0 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 conf-libev.4-11 conf-libffi.2.0.0 conf-libssl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 containers.3.6 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 ctypes.0.8.0 ctypes-foreign.0.4.0 digestif.0.9.0 dot-merlin-reader.4.5 dream.1.0.0~alpha1 dream-livereload.0.1.0 dune.3.12.1 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 dyn.3.15.3 easy-format.1.0.1 either.1.0.0 eqaf.0.8 faraday.0.6.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 graphql.0.9.0 graphql-lwt.0.9.0 graphql_parser.0.13.0 hmap.0.8.1 inotify.2.3 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 lambdasoup.0.6.1 logs.0.7.0 lwt.5.0.0 lwt_ppx.1.2.2 lwt_ssl.1.1.1 magic-mime.1.0.0 markup.0.7.5 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 mirage-crypto.0.10.7 mirage-crypto-rng.0.10.7 mmap.1.1.0 mtime.1.3.0 multipart-form-data.0.3.0 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-lsp-server.1.4.1 ocaml-migrate-parsetree.1.7.3 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlformat.0.21.0 ocamlformat-rpc.0.21.0 ocamlformat-rpc-lib.0.21.0 ocamlgraph.1.8.8 ocp-indent.1.7.0 ocplib-endian.1.0 octavius.0.1.0 odoc-parser.1.0.1 opam-core.2.1.0 opam-dune-lint.0.3 opam-file-format.2.1.3 opam-format.2.1.0 opam-installer.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 ordering.3.15.3 parsexp.v0.14.0 pp.1.2.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_js_style.v0.14.0 ppx_tools.6.2 ppx_tools_versioned.5.2.3 ppx_yojson_conv.v0.14.0 ppx_yojson_conv_lib.v0.14.0 ppxfind.1.4 ppxlib.0.12.0 psq.0.1.0 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.8 stdio.v0.14.0 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3 yojson.1.7.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y hood.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-06-14 12:32.28: Waiting for resource in pool OCluster
2026-06-14 14:39.20: Waiting for worker…
2026-06-14 14:47.32: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at d53fcbf chore: update ocamlfmt

(from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c' locally
docker.io/ocaml/opam@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c: Pulling from ocaml/opam
307f8152a55e: Already exists
53d481666795: Already exists
4ee22a5df705: Already exists
ae88ba2e7c99: Already exists
466fcae906a3: Already exists
024abae8c1ed: Already exists
d582ebdec32b: Already exists
aa12715098f1: Already exists
62299cb9f759: Already exists
a25072680c61: Already exists
43b56dd9ccf7: Already exists
244d3fc9f983: Already exists
c4fb47424a8f: Already exists
cf6798d648a4: Already exists
279a991ac05e: Already exists
cf66fc12d100: Already exists
cf66fc12d100: Already exists
d39d0e8ae83c: Already exists
4b54e9cd8568: Already exists
f65d25bce8ea: Already exists
7d77baca5957: Already exists
4f4fb700ef54: Already exists
a99a940ecfac: Already exists
f5264679c08b: Already exists
f2b70106109c: Already exists
b37088730bad: Already exists
cbd33ffade5f: Already exists
f1cf9ab18ca0: Already exists
87f3d72372a4: Already exists
25d15f09ece2: Already exists
6304df60357e: Already exists
34a8ea3e9b48: Already exists
a0636f21098e: Already exists
9511add15c87: Already exists
963ec00065e9: Already exists
3a098b8178a5: Already exists
ca1c1d43252a: Already exists
ca50eb78767c: Already exists
85fc1e77225e: Already exists
088f7de253ad: Already exists
a3252813698b: Pulling fs layer
29c18e123b7c: Pulling fs layer
f9fe8a9fcba5: Pulling fs layer
c7ffbe2d1595: Pulling fs layer
29c18e123b7c: Waiting
f9fe8a9fcba5: Waiting
c7ffbe2d1595: Waiting
a3252813698b: Verifying Checksum
a3252813698b: Download complete
29c18e123b7c: Verifying Checksum
29c18e123b7c: Download complete
f9fe8a9fcba5: Download complete
c7ffbe2d1595: Download complete
a3252813698b: Pull complete
29c18e123b7c: Pull complete
f9fe8a9fcba5: Pull complete
c7ffbe2d1595: Pull complete
Digest: sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
Status: Downloaded newer image for ocaml/opam@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
2026-06-14 14:47.33 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" from cache

/: (comment debian-13-4.11_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-14 14:47.33 ---> using "8b6c3f9b20d6c3beeb84a8d52ac5abfb97ee836913fb82a0f86bfdcf7eb71547" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..bfde4320ee  master     -> origin/master
e8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims
2026-06-14 14:47.33 ---> using "e31691e4afb82ac14fe5801dd2d197a1ac7146be8c241cd903aff3f262572ba3" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.

Continue? [Y/n] y
Format upgrade done.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-14 14:47.33 ---> using "10d4789f9c83e424535bacff336e8ffa8094259cf98cdad29b0dbb602bf60390" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 4.11.2
2.5.1
2026-06-14 14:47.33 ---> using "168b75149b94abbe80fcd2376d1e5d43f3e7598e846a667093d3f66bf7270264" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-14 14:47.33 ---> using "464acfb791e8580544484bb27d79b089cae182a7ea97a52e711cd3769410cf00" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/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.5.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-06-14 14:47.33 ---> using "3d0958c4b0ff47c4669fa8a821499e67515aa023291b421c1fcc79731844b636" from cache

/src: (copy (src hood.opam) (dst ./))
2026-06-14 14:47.34 ---> saved as "e539e1ad0fed14286a64834923d5778be17a6e60161f14b0ce47819787c516a5"

/src: (run (network host)
           (shell "opam pin add -yn hood.dev './'"))
[NOTE] Package hood does not exist in opam repositories registered in the current switch.
[hood.dev] synchronised (file:///src)
hood is now pinned to file:///src (version dev)
2026-06-14 14:47.37 ---> saved as "338154fdb29a38acb18bf98e2ce7500f50d3035638dd16fa1a1a2e9d10ccc5a9"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-14 14:47.38 ---> saved as "12e1fe30256c0e9dacd349fb84ff57142ade62025d5a272f44da522bc316b15d"

/src: (env DEPS "alcotest.1.0.1 angstrom.0.14.0 astring.0.8.5 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigstringaf.0.5.0 biniou.1.2.0 bos.0.2.0 camlp-streams.5.0.1 caqti.1.4.0 caqti-lwt.1.3.0 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 conf-libev.4-11 conf-libffi.2.0.0 conf-libssl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 containers.3.6 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 ctypes.0.8.0 ctypes-foreign.0.4.0 digestif.0.9.0 dot-merlin-reader.4.5 dream.1.0.0~alpha1 dream-livereload.0.1.0 dune.3.12.1 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 dyn.3.15.3 easy-format.1.0.1 either.1.0.0 eqaf.0.8 faraday.0.6.1 faraday-lwt.0.5.0 faraday-lwt-unix.0.6.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 graphql.0.9.0 graphql-lwt.0.9.0 graphql_parser.0.13.0 hmap.0.8.1 inotify.2.3 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 lambdasoup.0.6.1 logs.0.7.0 lwt.5.0.0 lwt_ppx.1.2.2 lwt_ssl.1.1.1 magic-mime.1.0.0 markup.0.7.5 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 mirage-crypto.0.10.7 mirage-crypto-rng.0.10.7 mmap.1.1.0 mtime.1.3.0 multipart-form-data.0.3.0 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-lsp-server.1.4.1 ocaml-migrate-parsetree.1.7.3 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlformat.0.21.0 ocamlformat-rpc.0.21.0 ocamlformat-rpc-lib.0.21.0 ocamlgraph.1.8.8 ocp-indent.1.7.0 ocplib-endian.1.0 octavius.0.1.0 odoc-parser.1.0.1 opam-core.2.1.0 opam-dune-lint.0.3 opam-file-format.2.1.3 opam-format.2.1.0 opam-installer.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 ordering.3.15.3 parsexp.v0.14.0 pp.1.2.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_js_style.v0.14.0 ppx_tools.6.2 ppx_tools_versioned.5.2.3 ppx_yojson_conv.v0.14.0 ppx_yojson_conv_lib.v0.14.0 ppxfind.1.4 ppxlib.0.12.0 psq.0.1.0 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.8 stdio.v0.14.0 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3 yojson.1.7.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y hood.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [216 kB]
- Fetched 10.1 MB in 2s (4511 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hood.dev] synchronised (file:///src)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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:
    libev-dev libffi-dev libssl-dev m4 pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libev-dev" "libffi-dev" "libssl-dev" "m4" "pkg-config"
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.6-1~deb13u2_amd64.deb ...
- Unpacking openssl-provider-legacy (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ...
- Setting up openssl-provider-legacy (3.5.6-1~deb13u2) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.6-1~deb13u2_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ...
- Setting up libssl3t64:amd64 (3.5.6-1~deb13u2) ...
- Selecting previously unselected package libev4t64:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-libev4t64_1%3a4.33-2.1+b1_amd64.deb ...
- Unpacking libev4t64:amd64 (1:4.33-2.1+b1) ...
- Selecting previously unselected package libev-dev:amd64.
- Preparing to unpack .../1-libev-dev_1%3a4.33-2.1+b1_amd64.deb ...
- Unpacking libev-dev:amd64 (1:4.33-2.1+b1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../2-libffi-dev_3.4.8-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.8-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../4-libssl-dev_3.5.6-1~deb13u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.6-1~deb13u2) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../5-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Preparing to unpack .../6-openssl_3.5.6-1~deb13u2_amd64.deb ...
- Unpacking openssl (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libev4t64:amd64 (1:4.33-2.1+b1) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libffi-dev:amd64 (3.4.8-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libssl-dev:amd64 (3.5.6-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libev-dev:amd64 (1:4.33-2.1+b1) ...
- Setting up openssl (3.5.6-1~deb13u2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-06-14 14:48.12 ---> saved as "bcf0f86c34238bbe71431e5e27ea672b844d78c97d649b597baa68685401bb3b"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 129 packages
  - install alcotest                1.0.1
  - install angstrom                0.14.0
  - install astring                 0.8.5
  - install base                    v0.14.0
  - install base-bytes              base
  - install base64                  3.1.0
  - install bigarray-compat         1.0.0
  - install bigstringaf             0.5.0
  - install biniou                  1.2.0
  - install bos                     0.2.0
  - install camlp-streams           5.0.1
  - install caqti                   1.4.0
  - install caqti-lwt               1.3.0
  - install cf                      0.4
  - install cf-lwt                  0.4
  - install cmdliner                1.3.0
  - install conf-libev              4-11
  - install conf-libffi             2.0.0
  - install conf-libssl             1
  - install conf-m4                 1
  - install conf-pkg-config         1.0
  - install conf-which              1
  - install containers              3.6
  - install cppo                    1.6.1
  - install csexp                   1.5.1
  - install cstruct                 6.0.0
  - install ctypes                  0.8.0
  - install ctypes-foreign          0.4.0
  - install digestif                0.9.0
  - install dot-merlin-reader       4.5
  - install dream                   1.0.0~alpha1
  - install dream-livereload        0.1.0
  - install dune                    3.12.1
  - install dune-build-info         2.9.3
  - install dune-configurator       2.5.1
  - install dune-private-libs       2.5.1
  - install duration                0.2.1
  - install dyn                     3.15.3
  - install easy-format             1.0.1
  - install either                  1.0.0
  - install eqaf                    0.8
  - install faraday                 0.6.1
  - install faraday-lwt             0.5.0
  - install faraday-lwt-unix        0.6.0
  - install fix                     20130611
  - install fmt                     0.9.0
  - install fpath                   0.7.3
  - install fsevents                0.3.0
  - install fsevents-lwt            0.3.0
  - install graphql                 0.9.0
  - install graphql-lwt             0.9.0
  - install graphql_parser          0.13.0
  - install hmap                    0.8.1
  - install inotify                 2.3
  - install irmin-watcher           0.5.0
  - install jbuilder                1.0+beta20.1 (deprecated)
  - install js_of_ocaml             3.7.1
  - install js_of_ocaml-compiler    3.7.1
  - install js_of_ocaml-ppx         3.7.1
  - install lambdasoup              0.6.1
  - install logs                    0.7.0
  - install lwt                     5.0.0
  - install lwt_ppx                 1.2.2
  - install lwt_ssl                 1.1.1
  - install magic-mime              1.0.0
  - install markup                  0.7.5
  - install menhir                  20201216
  - install menhirLib               20201216
  - install menhirSdk               20201216
  - install mirage-crypto           0.10.7
  - install mirage-crypto-rng       0.10.7
  - install mmap                    1.1.0
  - install mtime                   1.3.0
  - install multipart-form-data     0.3.0
  - install num                     1.5
  - install ocaml-compiler-libs     v0.11.0
  - install ocaml-lsp-server        1.4.1
  - install ocaml-migrate-parsetree 1.7.3 (deprecated)
  - install ocaml-version           3.5.0
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.8.1
  - install ocamlformat             0.21.0
  - install ocamlformat-rpc         0.21.0
  - install ocamlformat-rpc-lib     0.21.0
  - install ocamlgraph              1.8.8
  - install ocp-indent              1.7.0
  - install ocplib-endian           1.0
  - install octavius                0.1.0
  - install odoc-parser             1.0.1
  - install opam-core               2.1.0
  - install opam-dune-lint          0.3
  - install opam-file-format        2.1.3
  - install opam-format             2.1.0
  - install opam-installer          2.1.0
  - install opam-repository         2.1.0
  - install opam-state              2.1.0
  - install ordering                3.15.3
  - install parsexp                 v0.14.0
  - install pp                      1.2.0
  - install ppx_derivers            1.0
  - install ppx_deriving            4.5-1
  - install ppx_js_style            v0.14.0
  - install ppx_tools               6.2
  - install ppx_tools_versioned     5.2.3
  - install ppx_yojson_conv         v0.14.0
  - install ppx_yojson_conv_lib     v0.14.0
  - install ppxfind                 1.4
  - install ppxlib                  0.12.0
  - install psq                     0.1.0
  - install ptime                   0.8.5
  - install re                      1.9.0
  - install result                  1.5
  - install rresult                 0.6.0
  - install seq                     0.3
  - install sexplib                 v0.14.0
  - install sexplib0                v0.14.0
  - install ssl                     0.5.8
  - install stdio                   v0.14.0
  - install stdlib-shims            0.1.0
  - install stdune                  3.15.3
  - install stringext               1.4.0
  - install topkg                   1.0.8
  - install uchar                   0.0.2
  - install uri                     4.0.0
  - install uucp                    14.0.0
  - install uuidm                   0.9.7
  - install uuseg                   14.0.0
  - install uutf                    1.0.3
  - install yojson                  1.7.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.0.1  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.0  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.5.0  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved bos.0.2.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cf.0.4, cf-lwt.0.4  (cached)
-> retrieved caqti-lwt.1.3.0  (cached)
-> retrieved conf-libev.4-11  (cached)
-> retrieved conf-libssl.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cppo.1.6.1  (cached)
-> retrieved caqti.1.4.0  (https://opam.ocaml.org/cache)
-> installed conf-libffi.2.0.0
-> installed conf-libssl.1
-> retrieved csexp.1.5.1  (cached)
-> retrieved ctypes.0.8.0  (cached)
-> installed ctypes-foreign.0.4.0
-> retrieved cstruct.6.0.0  (cached)
-> retrieved containers.3.6  (https://opam.ocaml.org/cache)
-> installed conf-libev.4-11
-> retrieved dream.1.0.0~alpha1  (https://opam.ocaml.org/cache)
-> retrieved dream-livereload.0.1.0  (https://opam.ocaml.org/cache)
-> retrieved digestif.0.9.0  (https://opam.ocaml.org/cache)
-> retrieved dot-merlin-reader.4.5  (https://opam.ocaml.org/cache)
-> retrieved dune-build-info.2.9.3  (cached)
-> retrieved dune.3.12.1  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved dyn.3.15.3, ordering.3.15.3, stdune.3.15.3  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.8  (cached)
-> installed cmdliner.1.3.0
-> retrieved faraday.0.6.1  (https://opam.ocaml.org/cache)
-> retrieved faraday-lwt.0.5.0  (https://opam.ocaml.org/cache)
-> retrieved faraday-lwt-unix.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved fix.20130611  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved graphql.0.9.0, graphql-lwt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved graphql_parser.0.13.0  (cached)
-> retrieved inotify.2.3  (cached)
-> retrieved irmin-watcher.0.5.0  (cached)
-> retrieved lambdasoup.0.6.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt_ppx.1.2.2  (cached)
-> retrieved lwt.5.0.0  (https://opam.ocaml.org/cache)
-> retrieved lwt_ssl.1.1.1  (cached)
-> retrieved js_of_ocaml.3.7.1, js_of_ocaml-compiler.3.7.1, js_of_ocaml-ppx.3.7.1  (https://opam.ocaml.org/cache)
-> retrieved magic-mime.1.0.0  (cached)
-> retrieved menhir.20201216, menhirLib.20201216, menhirSdk.20201216  (cached)
-> retrieved markup.0.7.5  (https://opam.ocaml.org/cache)
-> retrieved mmap.1.1.0  (cached)
-> retrieved mtime.1.3.0  (cached)
-> retrieved multipart-form-data.0.3.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved mirage-crypto.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> retrieved ocaml-migrate-parsetree.1.7.3  (cached)
-> retrieved ocaml-version.3.5.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlgraph.1.8.8  (cached)
-> retrieved ocamlformat.0.21.0, ocamlformat-rpc.0.21.0, ocamlformat-rpc-lib.0.21.0  (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ocp-indent.1.7.0  (https://opam.ocaml.org/cache)
-> retrieved octavius.0.1.0  (cached)
-> retrieved opam-core.2.1.0, opam-format.2.1.0, opam-installer.2.1.0, opam-repository.2.1.0, opam-state.2.1.0  (cached)
-> retrieved ocaml-lsp-server.1.4.1  (cached)
-> installed num.1.5
-> retrieved opam-file-format.2.1.3  (cached)
-> retrieved opam-dune-lint.0.3  (https://opam.ocaml.org/cache)
-> retrieved odoc-parser.1.0.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved parsexp.v0.14.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving.4.5-1  (https://opam.ocaml.org/cache)
-> retrieved ppx_js_style.v0.14.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_tools.6.2  (https://opam.ocaml.org/cache)
-> retrieved ppx_tools_versioned.5.2.3  (https://opam.ocaml.org/cache)
-> retrieved ppx_yojson_conv.v0.14.0  (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.12.0  (cached)
-> retrieved psq.0.1.0  (cached)
-> retrieved ppxfind.1.4  (https://opam.ocaml.org/cache)
-> retrieved ptime.0.8.5  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ppx_yojson_conv_lib.v0.14.0  (https://opam.ocaml.org/cache)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved ssl.0.5.8  (https://opam.ocaml.org/cache)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved uri.4.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.1.7.0  (cached)
-> retrieved uuseg.14.0.0  (https://opam.ocaml.org/cache)
-> retrieved uucp.14.0.0  (https://opam.ocaml.org/cache)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed fix.20130611
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed magic-mime.1.0.0
-> installed stringext.1.4.0
-> installed ocamlgraph.1.8.8
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed psq.0.1.0
-> installed ocplib-endian.1.0
-> installed astring.0.8.5
-> installed dune.3.12.1
-> installed fmt.0.9.0
-> installed octavius.0.1.0
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed fpath.0.7.3
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.1
-> installed dune-build-info.2.9.3
-> installed duration.0.2.1
-> installed either.1.0.0
-> installed menhirLib.20201216
-> installed menhirSdk.20201216
-> installed mmap.1.1.0
-> installed ocaml-version.3.5.0
-> installed opam-file-format.2.1.3
-> installed pp.1.2.0
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.1.0
-> installed base64.3.1.0
-> installed cstruct.6.0.0
-> installed faraday.0.6.1
-> installed ocamlformat-rpc-lib.0.21.0
-> installed ocp-indent.1.7.0
-> installed odoc-parser.1.0.1
-> installed rresult.0.6.0
-> installed angstrom.0.14.0
-> installed eqaf.0.8
-> installed re.1.9.0
-> installed ctypes.0.8.0
-> installed ordering.3.15.3
-> installed yojson.1.7.0
-> installed dune-private-libs.2.5.1
-> installed ppx_tools.6.2
-> installed uri.4.0.0
-> installed alcotest.1.0.1
-> installed cf.0.4
-> installed ppx_yojson_conv_lib.v0.14.0
-> installed digestif.0.9.0
-> installed fsevents.0.3.0
-> installed dot-merlin-reader.4.5
-> installed dune-configurator.2.5.1
-> installed dyn.3.15.3
-> installed opam-core.2.1.0
-> installed containers.3.6
-> installed ocaml-migrate-parsetree.1.7.3
-> installed mirage-crypto.0.10.7
-> installed ssl.0.5.8
-> installed menhir.20201216
-> installed lwt.5.0.0
-> installed cf-lwt.0.4
-> installed fsevents-lwt.0.3.0
-> installed faraday-lwt.0.5.0
-> installed lwt_ssl.1.1.1
-> installed faraday-lwt-unix.0.6.0
-> installed graphql_parser.0.13.0
-> installed ppxfind.1.4
-> installed stdune.3.15.3
-> installed graphql.0.9.0
-> installed graphql-lwt.0.9.0
-> installed ppx_tools_versioned.5.2.3
-> installed ppx_deriving.4.5-1
-> installed base.v0.14.0
-> installed inotify.2.3
-> installed lwt_ppx.1.2.2
-> installed markup.0.7.5
-> installed opam-format.2.1.0
-> installed parsexp.v0.14.0
-> installed stdio.v0.14.0
-> installed lambdasoup.0.6.1
-> installed js_of_ocaml-compiler.3.7.1
-> installed multipart-form-data.0.3.0
-> installed sexplib.v0.14.0
-> installed uucp.14.0.0
-> installed opam-repository.2.1.0
-> installed opam-installer.2.1.0
-> installed uuseg.14.0.0
-> installed ocaml-lsp-server.1.4.1
-> installed opam-state.2.1.0
-> installed js_of_ocaml.3.7.1
-> installed ppxlib.0.12.0
-> installed ptime.0.8.5
-> installed logs.0.7.0
-> installed irmin-watcher.0.5.0
-> installed caqti.1.4.0
-> installed mtime.1.3.0
-> installed caqti-lwt.1.3.0
-> installed ppx_js_style.v0.14.0
-> installed mirage-crypto-rng.0.10.7
-> installed js_of_ocaml-ppx.3.7.1
-> installed ocamlformat.0.21.0
-> installed bos.0.2.0
-> installed ppx_yojson_conv.v0.14.0
-> installed ocamlformat-rpc.0.21.0
-> installed opam-dune-lint.0.3
-> installed dream.1.0.0~alpha1
-> installed dream-livereload.0.1.0
Done.

<><> ocp-indent.1.7.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/4.11/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.11/share/ocp-indent/vim"

<><> ocaml-migrate-parsetree.1.7.3 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.

<><> lwt.5.0.0 installed successfully <><><><><><><><><><><><><><><><><><><><><>
=> Lwt 5.0.0 has made some minor breaking changes. See
     https://github.com/ocsigen/lwt/issues/584

<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-06-14 14:57.51 ---> saved as "6c698083e63de7e89c007489719815a77fcfc00217fc5d474cae6302979bcefa"

/src: (copy (src .) (dst /src))
2026-06-14 14:57.51 ---> saved as "cffec1517059c7079dee121d898ecb3647a7507f91fe071e989e26dd81633eee"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./listext.exe)
Testing Listext.
This run has ID `9C8BFF1E-4A46-4289-86FB-DF1ACEA1DBBE`.
 ...                extract          0   test_extract_with_single_match.
[OK]                extract          0   test_extract_with_single_match.
 ...                extract          1   test_extract_with_many_matches.
[OK]                extract          1   test_extract_with_many_matches.
 ...                extract          2   test_extract_with_many_dupe_matches.
[OK]                extract          2   test_extract_with_many_dupe_matches.
 ...                rotate           0   test_rotate_base.
[OK]                rotate           0   test_rotate_base.
 ...                rotate           1   test_rotate_n.
[OK]                rotate           1   test_rotate_n.
The full test results are available in `/src/_build/default/test/_build/_tests/9C8BFF1E-4A46-4289-86FB-DF1ACEA1DBBE`.
Test Successful in 0.000s. 5 tests run.
(cd _build/default/test && ./deck.exe)
Testing Deck.
This run has ID `27D1CCCE-1F2D-42CB-BFA6-6C3B69FCF1AD`.
 ...                create          0   test_create_deck.
[OK]                create          0   test_create_deck.
 ...                create          1   test_deck_card_access.
[OK]                create          1   test_deck_card_access.
The full test results are available in `/src/_build/default/test/_build/_tests/27D1CCCE-1F2D-42CB-BFA6-6C3B69FCF1AD`.
Test Successful in 0.000s. 2 tests run.
ASSERT produces deck
ASSERT produces card in deck
(cd _build/default/test && ./board.exe)
Testing Board.
This run has ID `FD989E92-D919-43B9-A588-23C223578572`.
 ...                creation          0   test_empty_board.
[OK]                creation          0   test_empty_board.
The full test results are available in `/src/_build/default/test/_build/_tests/FD989E92-D919-43B9-A588-23C223578572`.
Test Successful in 0.000s. 1 test run.
ASSERT has 3 streets
(cd _build/default/test && ./game.exe)
Testing Game.
This run has ID `39D0BECD-4300-4E27-B341-0A02C2542A3C`.
 ...                creation          0   test_empty_game.
[OK]                creation          0   test_empty_game.
 ...                actions           0   test_action_no_place_or_effect.
[OK]                actions           0   test_action_no_place_or_effect.
 ...                actions           1   test_action_valid_place.
[OK]                actions           1   test_action_valid_place.
 ...                actions           2   test_action_invalid_place_alread_filled.
[OK]                actions           2   test_action_invalid_place_alread_filled.
 ...                actions           3   test_action_place_parks.
[OK]                actions           3   test_action_place_parks.
The full test results are available in `/src/_build/default/test/_build/_tests/39D0BECD-4300-4E27-B341-0A02C2542A3C`.
Test Successful in 0.000s. 5 tests run.
2026-06-14 14:57.57 ---> saved as "c6ee70b78ee8b207fbfbae3a557ed02ac71d7df57d3b03a920d35332e4c640eb"
Job succeeded
2026-06-14 14:57.58: Job succeeded