(for PR #29199)

2026-01-08 10:46.46: New job: build canary.0.0.4, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29199/head (be591f42548c59a230f63d940107d64de3c89e82)
                              on debian-13-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29199/head" && git reset --hard be591f42
git fetch origin master
git merge --no-edit c12c1ea9e7887cc07f2ab967d2eb85c54386ae57
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 canary.0.0.4 0.0.4
RUN opam reinstall canary.0.0.4; \
    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" != 'canary.0.0.4' && 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-01-08 10:46.46: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-canary.0.0.4-be591f42548c59a230f63d940107d64de3c89e82"
2026-01-08 10:46.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 canary.0.0.4 0.0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall canary.0.0.4;\
             \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\" != 'canary.0.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-08 10:46.46: Waiting for resource in pool OCluster
2026-01-08 10:46.46: Waiting for worker…
2026-01-08 10:49.44: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at c12c1ea9e7 Merge pull request #29156 from raphael-proust/kinetic-client-001-build-fail
Updating c12c1ea9e7..be591f4254
Fast-forward
 packages/canary/canary.0.0.4/opam | 57 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
 create mode 100644 packages/canary/canary.0.0.4/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa' locally
docker.io/ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
fd0f9d83fc4c: Already exists
a1ba3ff55715: Already exists
8a64be1e983f: Already exists
f7b330997686: Already exists
Digest: sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
Status: Downloaded newer image for ocaml/opam@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa
2026-01-08 10:49.46 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-01-08 10:49.46 ---> saved as "c632e9c57e4e49cc5312eeb6433dfd8a3d3081fa5fd3cc0e96afbcde308942e2"

/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.

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

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-08 10:51.17 ---> saved as "0b179062010b2bb6aa90b5f675055123b781fe321e9c616786d0f0cf84c06619"

/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.1.6 (263921263e1f745613e2882745114b7b08f3608b) 
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     
# upgrade-criteria     
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-01-08 10:51.19 ---> saved as "c341104b6d121a5372902f247e3e043a7dab11fb9681b34fc085740bd9a1d49b"

/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-01-08 10:51.26 ---> saved as "8eb5e6147aabe34357fe504a69c66f80b8b21b97712327c2ead6718a43e09de5"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-08 10:51.31 ---> saved as "807230c88795d1452172ad0e7c9c984ba03015dc85cef3b95ba6a019bd4c11c4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-08 10:51.45 ---> saved as "28dce11d8629614c628dd946f032a49f5a8c450eccfeb8e7fef18d1a0f25a4e5"

/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 amd64 Packages [94.5 kB]
- Fetched 185 kB in 0s (1356 kB/s)
- Reading package lists...
- 
2026-01-08 10:51.47 ---> saved as "bd6b5e1f87b9e4d92b5f8729eca48723565147c76c57a566971e9e9738ecc677"

/home/opam: (run (shell "opam pin add -k version -yn canary.0.0.4 0.0.4"))
canary is now pinned to version 0.0.4
2026-01-08 10:51.47 ---> saved as "e0cb8d82b2d97e5b3028295135af26433b3b08ecca9612f44a3343fa48fd4101"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall canary.0.0.4;\
                        \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\" != 'canary.0.0.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
canary.0.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install conf-gmp            5       [required by conf-gmp-powm-sec, zarith]
  - install ocamlfind           1.9.8   [required by logs, ppx_deriving]
  - install dune                3.20.2  [required by canary]
  - install ocamlbuild          0.16.1  [required by logs]
  - install cmdliner            2.1.0   [required by cohttp-lwt-unix]
  - install conf-pkg-config     4       [required by zarith]
  - install conf-gmp-powm-sec   4       [required by mirage-crypto-pk]
  - install base-bytes          base    [required by ocplib-endian]
  - install yojson              3.0.0   [required by canary]
  - install stringext           1.6.0   [required by cohttp]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install sexplib0            v0.16.0 [required by cohttp, cohttp-lwt]
  - install re                  1.14.0  [required by cohttp]
  - install ppx_derivers        1.2.1   [required by ppx_deriving]
  - install ohex                0.2.0   [required by ca-certs]
  - install ocaml-syntax-shims  1.0.0   [required by angstrom]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install magic-mime          1.3.1   [required by cohttp-lwt-unix]
  - install macaddr             5.6.1   [required by ipaddr]
  - install http                6.2.1   [required by cohttp-lwt, cohttp, cohttp-lwt-unix]
  - install gmap                0.3.0   [required by x509]
  - install eqaf                0.10    [required by digestif, mirage-crypto]
  - install either              1.0.0   [required by containers]
  - install duration            0.2.1   [required by mirage-crypto-rng]
  - install domain-name         0.5.0   [required by ipaddr]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cppo                1.8.0   [required by ppx_deriving]
  - install base64              3.5.2   [required by cohttp]
  - install topkg               1.1.1   [required by logs]
  - install zarith              1.14    [required by mirage-crypto-pk]
  - install ppxlib              0.35.0  [required by lwt_ppx, ppx_deriving_yojson]
  - install digestif            1.3.0   [required by ca-certs]
  - install ipaddr              5.6.1   [required by cohttp, cohttp-lwt]
  - install dune-configurator   3.20.2  [required by containers]
  - install ocplib-endian       1.2     [required by lwt]
  - install rresult             0.7.0   [required by bos]
  - install ptime               1.2.0   [required by canary]
  - install fmt                 0.11.0  [required by cohttp-lwt-unix]
  - install astring             0.8.5   [required by conduit]
  - install ppx_deriving        6.0.3   [required by ppx_deriving_yojson]
  - install mirage-crypto       2.0.2   [required by ca-certs]
  - install containers          3.16    [required by canary]
  - install bigstringaf         0.10.0  [required by angstrom]
  - install base                v0.16.4 [required by ppx_sexp_conv]
  - install lwt                 5.9.2   [required by canary]
  - install asn1-combinators    0.3.2   [required by x509]
  - install fpath               0.7.3   [required by ca-certs]
  - install ppx_deriving_yojson 3.9.1   [required by canary]
  - install kdf                 1.0.0   [required by x509]
  - install angstrom            0.16.1  [required by uri]
  - install ppx_sexp_conv       v0.16.0 [required by cohttp-lwt, cohttp, cohttp-lwt-unix]
  - install lwt_ppx             5.9.1   [required by canary]
  - install logs                0.10.0  [required by cohttp-lwt, cohttp, cohttp-lwt-unix]
  - install uri                 4.4.0   [required by cohttp, cohttp-lwt]
  - install ipaddr-sexp         5.6.1   [required by conduit-lwt-unix]
  - install mirage-crypto-rng   2.0.2   [required by x509]
  - install bos                 0.2.1   [required by ca-certs]
  - install uri-sexp            4.4.0   [required by cohttp]
  - install conduit             8.0.0   [required by conduit-lwt]
  - install mirage-crypto-pk    2.0.2   [required by x509]
  - install mirage-crypto-ec    2.0.2   [required by x509]
  - install cohttp              6.2.1   [required by canary]
  - install conduit-lwt         8.0.0   [required by cohttp-lwt-unix]
  - install x509                1.0.6   [required by ca-certs]
  - install cohttp-lwt          6.2.1   [required by canary]
  - install ca-certs            1.0.1   [required by conduit-lwt-unix]
  - install conduit-lwt-unix    8.0.0   [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix     6.2.1   [required by canary]
  - install canary              0.0.4*
===== 69 to install =====

The following system packages will first need to be installed:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved canary.0.0.4  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cohttp.6.2.1  (cached)
-> retrieved cohttp-lwt.6.2.1  (cached)
-> retrieved cohttp-lwt-unix.6.2.1  (cached)
-> retrieved conduit.8.0.0  (cached)
-> retrieved conduit-lwt.8.0.0  (cached)
-> retrieved conduit-lwt-unix.8.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved containers.3.16  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> retrieved dune-configurator.3.20.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved http.6.2.1  (cached)
-> retrieved ipaddr.5.6.1  (cached)
-> retrieved ipaddr-sexp.5.6.1  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_ppx.5.9.1  (cached)
-> retrieved macaddr.5.6.1  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved mirage-crypto.2.0.2  (cached)
-> retrieved mirage-crypto-ec.2.0.2  (cached)
-> retrieved mirage-crypto-pk.2.0.2  (cached)
-> retrieved mirage-crypto-rng.2.0.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed domain-name.0.5.0
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed http.6.2.1
-> installed macaddr.5.6.1
-> installed ohex.0.2.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed ipaddr.5.6.1
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed containers.3.16
-> installed mirage-crypto.2.0.2
-> installed kdf.1.0.0
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.2
-> installed mirage-crypto-pk.2.0.2
-> installed base.v0.16.4
-> installed bos.0.2.1
-> installed mirage-crypto-ec.2.0.2
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ipaddr-sexp.5.6.1
-> installed uri-sexp.4.4.0
-> installed ppx_deriving_yojson.3.9.1
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed canary.0.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-08 10:52.59 ---> saved as "5290fae6bb2799af1651f1c00c973918c018703f4ab7cac21a50c822b026389b"
Job succeeded
2026-01-08 10:53.07: Job succeeded