Build:
- 0
2026-05-06 12:52.52: New job: build miaou-driver-term.0.5.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29862/head (1a7cfcbff2c2f0de6d9d33f48a695056948dc291)
on debian-13-ocaml-5.4/s390x
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29862/head" && git reset --hard 1a7cfcbf
git fetch origin master
git merge --no-edit 14640dc0cb5ad592a5350f7e5ba29e794675f078
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn miaou-driver-term.0.5.2 0.5.2
RUN opam reinstall miaou-driver-term.0.5.2; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'miaou-driver-term.0.5.2' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-06 12:52.52: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b-miaou-driver-term.0.5.2-1a7cfcbff2c2f0de6d9d33f48a695056948dc291"
2026-05-06 12:52.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn miaou-driver-term.0.5.2 0.5.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall miaou-driver-term.0.5.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'miaou-driver-term.0.5.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-06 12:52.52: Waiting for resource in pool OCluster
2026-05-06 12:52.53: Waiting for worker…
2026-05-07 01:14.18: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 87% (15650/17820)
Updating files: 88% (15682/17820)
Updating files: 89% (15860/17820)
Updating files: 90% (16038/17820)
Updating files: 91% (16217/17820)
Updating files: 92% (16395/17820)
Updating files: 93% (16573/17820)
Updating files: 94% (16751/17820)
Updating files: 95% (16929/17820)
Updating files: 96% (17108/17820)
Updating files: 97% (17286/17820)
Updating files: 98% (17464/17820)
Updating files: 99% (17642/17820)
Updating files: 100% (17820/17820)
Updating files: 100% (17820/17820), done.
HEAD is now at 14640dc0cb Merge pull request #29859 from dinosaure/release-httpcats-v0.3.0
Updating 14640dc0cb..1a7cfcbff2
Fast-forward
packages/miaou-core/miaou-core.0.5.2/opam | 52 ++++++++++++++++++++++
.../miaou-driver-matrix.0.5.2/opam | 37 +++++++++++++++
.../miaou-driver-sdl/miaou-driver-sdl.0.5.2/opam | 42 +++++++++++++++++
.../miaou-driver-term/miaou-driver-term.0.5.2/opam | 35 +++++++++++++++
.../miaou-driver-web/miaou-driver-web.0.5.2/opam | 43 ++++++++++++++++++
packages/miaou-registry/miaou-registry.0.5.2/opam | 35 +++++++++++++++
packages/miaou-runner/miaou-runner.0.5.2/opam | 38 ++++++++++++++++
packages/miaou-tui/miaou-tui.0.5.2/opam | 37 +++++++++++++++
.../miaou-widgets-display-sdl.0.5.2/opam | 37 +++++++++++++++
packages/miaou/miaou.0.5.2/opam | 41 +++++++++++++++++
10 files changed, 397 insertions(+)
create mode 100644 packages/miaou-core/miaou-core.0.5.2/opam
create mode 100644 packages/miaou-driver-matrix/miaou-driver-matrix.0.5.2/opam
create mode 100644 packages/miaou-driver-sdl/miaou-driver-sdl.0.5.2/opam
create mode 100644 packages/miaou-driver-term/miaou-driver-term.0.5.2/opam
create mode 100644 packages/miaou-driver-web/miaou-driver-web.0.5.2/opam
create mode 100644 packages/miaou-registry/miaou-registry.0.5.2/opam
create mode 100644 packages/miaou-runner/miaou-runner.0.5.2/opam
create mode 100644 packages/miaou-tui/miaou-tui.0.5.2/opam
create mode 100644 packages/miaou-widgets-display-sdl/miaou-widgets-display-sdl.0.5.2/opam
create mode 100644 packages/miaou/miaou.0.5.2/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b' locally
docker.io/ocaml/opam@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b: Pulling from ocaml/opam
Digest: sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b
Status: Downloaded newer image for ocaml/opam@sha256:dda4d4b09bae6dcbbdeba9f17f1102ebd28d50c14e82b8a940b98e2cc886105b
2026-05-07 01:14.21 ---> using "9f651675f82f1bda2cb7a5c113f55c5cd8d32432e8a33175f4bd1a4d5a8e37f4" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-07 01:14.21 ---> using "6a6a03dff9bf199fc333ea0eb0e67ff856fd2968740caa6e20b83100f8a174c4" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-07 01:14.21 ---> using "5c298fecb8d58b7817ad6dd392b7b479f7129b35be8c669c2e048dc36e45ffca" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=s390x os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-05-07 01:14.21 ---> using "6640e26ee48a3132378ffdc533b4afe384219ce60f195020478118f1c3563740" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-07 01:14.21 ---> using "de158228baf95d812843ca6a28426850ee123406cc7cf892fc972b766b453680" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-07 01:14.22 ---> using "8fe4a1df9609f08647e40333c8e2f6a7939c7a96b94e01026fca3fd07f06d7be" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-07 01:14.22 ---> using "b7eb6939d8c97cc57c3b095d11d2501667bf7670f46aaedf8166e179b8cc0912" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main s390x Packages [123 kB]
- Fetched 214 kB in 0s (1162 kB/s)
- Reading package lists...
-
2026-05-07 01:14.22 ---> using "777e1b65fbe27fc2ac6910ae0ed12f061a0a2b5b34919fb91e6449ede45b89cd" from cache
/home/opam: (run (shell "opam pin add -k version -yn miaou-driver-term.0.5.2 0.5.2"))
miaou-driver-term is now pinned to version 0.5.2
2026-05-07 01:15.03 ---> saved as "c373184c6bc5a86202b39f6f9db346fc2f44e5f8b8441b667d23c8a9ccfc4c73"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall miaou-driver-term.0.5.2;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'miaou-driver-term.0.5.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
miaou-driver-term.0.5.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 78 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.17.3 [required by ppx_sexp_conv]
- install base-bytes base [required by ocplib-endian]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by eio]
- install checkseum 0.5.3 [required by decompress]
- install cmdliner 2.1.1 [required by qrc]
- install cohttp 6.2.1 [required by miaou-core]
- install cohttp-eio 6.2.1 [required by miaou-core]
- install cppo 1.8.0 [required by lwt_react, ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by eio]
- install decompress 1.5.3 [required by imagelib]
- install domain-local-await 1.0.1 [required by eio]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.23.0 [required by miaou-driver-term]
- install dune-configurator 3.23.0 [required by iomux, base, lwt, etc.]
- install eio 1.3 [required by miaou-core]
- install eio_linux 1.3 [required by eio_main]
- install eio_main 1.3 [required by miaou-core]
- install eio_posix 1.3 [required by eio_main]
- install fmt 0.11.0 [required by cohttp-eio]
- install hmap 0.8.1 [required by eio]
- install http 6.2.1 [required by cohttp, cohttp-eio]
- install imagelib 20221222 [required by miaou-core]
- install iomux 0.4 [required by eio_posix]
- install ipaddr 5.6.2 [required by cohttp, cohttp-eio]
- install lambda-term 3.4.0 [required by miaou-core]
- install logs 0.10.0 [required by cohttp-eio, cohttp, lambda-term]
- install lwt 6.1.2 [required by lambda-term]
- install lwt-dllist 1.1.0 [required by eio]
- install lwt_react 1.2.0 [required by lambda-term]
- install macaddr 5.6.2 [required by ipaddr]
- install mew 0.1.0 [required by mew_vi]
- install mew_vi 0.5.0 [required by lambda-term]
- install miaou-core 0.5.2 [required by miaou-driver-term]
- install miaou-driver-term 0.5.2 (pinned)
- install miaou-registry 0.5.2 [required by miaou-core]
- install mtime 2.1.0 [required by eio]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by qrc, rresult]
- install ocamlfind 1.9.8 [required by qrc, rresult]
- install ocplib-endian 1.2 [required by lwt]
- install optint 0.3.0 [required by eio, decompress]
- install ppx_blob 0.9.0 [required by miaou-core]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson]
- install ppx_deriving_yojson 3.10.0 [required by miaou-core]
- install ppx_enforce 0.1.0 [required by miaou-core]
- install ppx_forbid 0.1.0 [required by miaou-core]
- install ppx_sexp_conv v0.17.1 [required by cohttp]
- install ppxlib 0.38.0 [required by ppx_enforce, ppx_blob, ppx_deriving_yojson, ppx_forbid]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install psq 0.2.1 [required by eio]
- install ptime 1.2.0 [required by cohttp-eio]
- install qrc 0.2.0 [required by miaou-core]
- install re 1.14.0 [required by cohttp]
- install react 1.2.2 [required by lambda-term]
- install result 1.5 [required by zed]
- install rresult 0.7.0 [required by miaou-core]
- install seq base [required by psq]
- install sexplib0 v0.17.0 [required by cohttp]
- install stdlib-shims 0.3.0 [required by imagelib]
- install stringext 1.6.0 [required by cohttp]
- install thread-table 1.0.0 [required by domain-local-await]
- install topkg 1.1.1 [required by qrc, rresult]
- install trie 1.0.0 [required by mew]
- install uchar 0.0.2 [required by zed]
- install uri 4.4.0 [required by miaou-core]
- install uri-sexp 4.4.0 [required by cohttp]
- install uring 2.7.0 [required by eio_linux]
- install uucp 17.0.0 [required by zed]
- install uuseg 17.0.0 [required by zed]
- install uutf 1.0.4 [required by zed]
- install yojson 3.0.0 [required by miaou-core]
- install zed 3.2.3 [required by lambda-term]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved checkseum.0.5.3 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved imagelib.20221222 (cached)
-> installed cmdliner.2.1.1
-> retrieved iomux.0.4 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved lambda-term.3.4.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.2 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lwt_react.1.2.0 (cached)
-> retrieved mew.0.1.0 (cached)
-> retrieved mew_vi.0.5.0 (cached)
-> retrieved miaou-core.0.5.2, miaou-driver-term.0.5.2, miaou-registry.0.5.2 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_enforce.0.1.0, ppx_forbid.0.1.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved qrc.0.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved seq.base (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved trie.1.0.0 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uring.2.7.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uuseg.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zed.3.2.3 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed qrc.0.2.0
-> installed rresult.0.7.0
-> installed react.1.2.2
-> installed uutf.1.0.4
-> installed uucp.17.0.0
-> installed dune.3.23.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed uuseg.17.0.0
-> installed domain-name.0.5.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed miaou-registry.0.5.2
-> installed dune-configurator.3.23.0
-> installed ipaddr.5.6.2
-> installed bigstringaf.0.10.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed iomux.0.4
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed optint.0.3.0
-> installed angstrom.0.16.1
-> installed psq.0.2.1
-> installed checkseum.0.5.3
-> installed result.1.5
-> installed re.1.14.0
-> installed decompress.1.5.3
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed imagelib.20221222
-> installed lwt.6.1.2
-> installed thread-table.1.0.0
-> installed logs.0.10.0
-> installed domain-local-await.1.0.1
-> installed lwt_react.1.2.0
-> installed eio.1.3
-> installed trie.1.0.0
-> installed base.v0.17.3
-> installed eio_posix.1.3
-> installed mew.0.1.0
-> installed uri.4.4.0
-> installed mew_vi.0.5.0
-> installed uring.2.7.0
-> installed yojson.3.0.0
-> installed zed.3.2.3
-> installed eio_linux.1.3
-> installed eio_main.1.3
-> installed ppxlib.0.38.0
-> installed lambda-term.3.4.0
-> installed ppx_blob.0.9.0
-> installed ppx_enforce.0.1.0
-> installed ppx_forbid.0.1.0
-> installed ppx_deriving.6.1.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed cohttp.6.2.1
-> installed cohttp-eio.6.2.1
-> installed miaou-core.0.5.2
-> installed miaou-driver-term.0.5.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-07 01:18.51 ---> saved as "9f327b58eb9c62986626484b5edcbaff0233cca80ed867031d410fef7f0416ae"
Job succeeded
2026-05-07 01:19.26: Job succeeded