(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build dyn.3.23.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
                              on debian-testing-ocaml-5.4/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/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit 24c3efe52d0b736596aedf7facc049389fbda2b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
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 dyn.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dyn.3.23.0~alpha2; \
    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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dyn.3.23.0~alpha2' && 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-04-30 01:38.41: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206-dyn.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
 (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 dyn.3.23.0~alpha2 3.23.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dyn.3.23.0~alpha2;\
             \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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dyn.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-30 01:38.41: Waiting for resource in pool OCluster
2026-04-30 01:42.01: Waiting for worker…
2026-04-30 01:43.55: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 24c3efe52d Merge pull request #29817 from tmcgilchrist/release-hdr_histogram-0.0.5
Updating 24c3efe52d..89a6ae8884
Fast-forward
 .../chrome-trace/chrome-trace.3.23.0~alpha2/opam   | 39 +++++++++++
 .../dune-action-plugin.3.23.0~alpha2/opam          | 52 ++++++++++++++
 .../dune-action-trace.3.23.0~alpha2/opam           | 39 +++++++++++
 .../dune-build-info.3.23.0~alpha2/opam             | 45 ++++++++++++
 .../dune-configurator.3.23.0~alpha2/opam           | 49 +++++++++++++
 packages/dune-glob/dune-glob.3.23.0~alpha2/opam    | 42 ++++++++++++
 .../dune-private-libs.3.23.0~alpha2/opam           | 50 ++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam   | 41 +++++++++++
 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam      | 44 ++++++++++++
 packages/dune-site/dune-site.3.23.0~alpha2/opam    | 37 ++++++++++
 packages/dune/dune.3.23.0~alpha2/opam              | 80 ++++++++++++++++++++++
 packages/dyn/dyn.3.23.0~alpha2/opam                | 40 +++++++++++
 packages/fs-io/fs-io.3.23.0~alpha2/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam  | 43 ++++++++++++
 packages/ordering/ordering.3.23.0~alpha2/opam      | 38 ++++++++++
 packages/stdune/stdune.3.23.0~alpha2/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.23.0~alpha2/opam     | 38 ++++++++++
 packages/xdg/xdg.3.23.0~alpha2/opam                | 39 +++++++++++
 18 files changed, 801 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.23.0~alpha2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.23.0~alpha2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.23.0~alpha2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.23.0~alpha2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.23.0~alpha2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.23.0~alpha2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.23.0~alpha2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam
 create mode 100644 packages/dune-site/dune-site.3.23.0~alpha2/opam
 create mode 100644 packages/dune/dune.3.23.0~alpha2/opam
 create mode 100644 packages/dyn/dyn.3.23.0~alpha2/opam
 create mode 100644 packages/fs-io/fs-io.3.23.0~alpha2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam
 create mode 100644 packages/ordering/ordering.3.23.0~alpha2/opam
 create mode 100644 packages/stdune/stdune.3.23.0~alpha2/opam
 create mode 100644 packages/top-closure/top-closure.3.23.0~alpha2/opam
 create mode 100644 packages/xdg/xdg.3.23.0~alpha2/opam

(from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206' locally
docker.io/ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206: Pulling from ocaml/opam
abac6300560e: Pulling fs layer
b96adbde1d0d: Pulling fs layer
e55f176c7620: Pulling fs layer
dc63a1660cd8: Pulling fs layer
6aae0baf072d: Pulling fs layer
32dc6909cf8a: Pulling fs layer
fd659cea9570: Pulling fs layer
0c8dcc9fc73b: Pulling fs layer
bc4402dd237c: Pulling fs layer
50172bb3d767: Pulling fs layer
966ac9463ee0: Pulling fs layer
59b9e3afc631: Pulling fs layer
dc63a1660cd8: Waiting
50172bb3d767: Waiting
32dc6909cf8a: Waiting
fd659cea9570: Waiting
4e804050eda8: Pulling fs layer
3f2601492f49: Pulling fs layer
bc4402dd237c: Waiting
0c8dcc9fc73b: Waiting
966ac9463ee0: Waiting
59b9e3afc631: Waiting
4e804050eda8: Waiting
6aae0baf072d: Waiting
c964b169e8a5: Pulling fs layer
8ecc5a745bba: Pulling fs layer
3f2601492f49: Waiting
c964b169e8a5: Waiting
8bdc3c3824b2: Pulling fs layer
8ecc5a745bba: Waiting
8bdc3c3824b2: Waiting
a283b6d5a882: Pulling fs layer
147c81485eb1: Pulling fs layer
a283b6d5a882: Waiting
5531e40d5e03: Pulling fs layer
147c81485eb1: Waiting
ed93207d7c4e: Pulling fs layer
5531e40d5e03: Waiting
4f4fb700ef54: Pulling fs layer
d471db3cd9d0: Pulling fs layer
ed93207d7c4e: Waiting
774b0b2d1978: Pulling fs layer
4f4fb700ef54: Waiting
bbf422704a9e: Pulling fs layer
d471db3cd9d0: Waiting
7d178f126a38: Pulling fs layer
1e25091b9328: Pulling fs layer
7d178f126a38: Waiting
d67b6f6334f3: Pulling fs layer
bbf422704a9e: Waiting
1e25091b9328: Waiting
7f797402a5ef: Pulling fs layer
d67b6f6334f3: Waiting
1e831c43891c: Pulling fs layer
bf9924230009: Pulling fs layer
7f797402a5ef: Waiting
0490692006cc: Pulling fs layer
bf9924230009: Waiting
1e831c43891c: Waiting
a588858338eb: Pulling fs layer
0490692006cc: Waiting
413fcd23a356: Pulling fs layer
9c4dd4fe9db2: Pulling fs layer
a588858338eb: Waiting
cd30e6adea74: Pulling fs layer
413fcd23a356: Waiting
0d2dd51da279: Pulling fs layer
9c4dd4fe9db2: Waiting
cd30e6adea74: Waiting
d25b20353d30: Pulling fs layer
b365cb9e89dd: Pulling fs layer
0d2dd51da279: Waiting
77e1b885a468: Pulling fs layer
d25b20353d30: Waiting
b365cb9e89dd: Waiting
82362fe94012: Pulling fs layer
77e1b885a468: Waiting
8b7060d3cb1b: Pulling fs layer
82362fe94012: Waiting
6973d8bafa03: Pulling fs layer
8b7060d3cb1b: Waiting
b469477ec8e8: Pulling fs layer
a293181b7a4c: Pulling fs layer
b469477ec8e8: Waiting
850e097d0b90: Pulling fs layer
c538ee1e2202: Pulling fs layer
a293181b7a4c: Waiting
6973d8bafa03: Waiting
850e097d0b90: Waiting
b96adbde1d0d: Verifying Checksum
b96adbde1d0d: Download complete
e55f176c7620: Verifying Checksum
e55f176c7620: Download complete
abac6300560e: Verifying Checksum
abac6300560e: Download complete
6aae0baf072d: Verifying Checksum
6aae0baf072d: Download complete
fd659cea9570: Verifying Checksum
fd659cea9570: Download complete
dc63a1660cd8: Verifying Checksum
dc63a1660cd8: Download complete
abac6300560e: Pull complete
b96adbde1d0d: Pull complete
e55f176c7620: Pull complete
dc63a1660cd8: Pull complete
6aae0baf072d: Pull complete
32dc6909cf8a: Download complete
50172bb3d767: Verifying Checksum
50172bb3d767: Download complete
966ac9463ee0: Verifying Checksum
966ac9463ee0: Download complete
0c8dcc9fc73b: Verifying Checksum
0c8dcc9fc73b: Download complete
59b9e3afc631: Verifying Checksum
59b9e3afc631: Download complete
4e804050eda8: Verifying Checksum
4e804050eda8: Download complete
3f2601492f49: Verifying Checksum
3f2601492f49: Download complete
8ecc5a745bba: Download complete
8bdc3c3824b2: Download complete
c964b169e8a5: Verifying Checksum
c964b169e8a5: Download complete
147c81485eb1: Download complete
a283b6d5a882: Verifying Checksum
a283b6d5a882: Download complete
ed93207d7c4e: Verifying Checksum
ed93207d7c4e: Download complete
bc4402dd237c: Verifying Checksum
bc4402dd237c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
5531e40d5e03: Download complete
774b0b2d1978: Download complete
d471db3cd9d0: Verifying Checksum
d471db3cd9d0: Download complete
bbf422704a9e: Verifying Checksum
bbf422704a9e: Download complete
7d178f126a38: Download complete
1e25091b9328: Download complete
d67b6f6334f3: Download complete
7f797402a5ef: Verifying Checksum
7f797402a5ef: Download complete
1e831c43891c: Verifying Checksum
1e831c43891c: Download complete
bf9924230009: Verifying Checksum
bf9924230009: Download complete
0490692006cc: Verifying Checksum
0490692006cc: Download complete
a588858338eb: Verifying Checksum
a588858338eb: Download complete
413fcd23a356: Verifying Checksum
413fcd23a356: Download complete
cd30e6adea74: Verifying Checksum
cd30e6adea74: Download complete
d25b20353d30: Verifying Checksum
d25b20353d30: Download complete
b365cb9e89dd: Verifying Checksum
b365cb9e89dd: Download complete
77e1b885a468: Verifying Checksum
77e1b885a468: Download complete
0d2dd51da279: Verifying Checksum
0d2dd51da279: Download complete
8b7060d3cb1b: Download complete
6973d8bafa03: Download complete
32dc6909cf8a: Pull complete
fd659cea9570: Pull complete
0c8dcc9fc73b: Pull complete
bc4402dd237c: Pull complete
50172bb3d767: Pull complete
966ac9463ee0: Pull complete
59b9e3afc631: Pull complete
4e804050eda8: Pull complete
3f2601492f49: Pull complete
c964b169e8a5: Pull complete
8ecc5a745bba: Pull complete
8bdc3c3824b2: Pull complete
a283b6d5a882: Pull complete
147c81485eb1: Pull complete
5531e40d5e03: Pull complete
ed93207d7c4e: Pull complete
4f4fb700ef54: Pull complete
d471db3cd9d0: Pull complete
774b0b2d1978: Pull complete
bbf422704a9e: Pull complete
7d178f126a38: Pull complete
1e25091b9328: Pull complete
d67b6f6334f3: Pull complete
7f797402a5ef: Pull complete
1e831c43891c: Pull complete
bf9924230009: Pull complete
0490692006cc: Pull complete
a588858338eb: Pull complete
413fcd23a356: Pull complete
82362fe94012: Verifying Checksum
82362fe94012: Download complete
a293181b7a4c: Download complete
850e097d0b90: Verifying Checksum
850e097d0b90: Download complete
c538ee1e2202: Verifying Checksum
c538ee1e2202: Download complete
9c4dd4fe9db2: Verifying Checksum
9c4dd4fe9db2: Download complete
b469477ec8e8: Verifying Checksum
b469477ec8e8: Download complete
9c4dd4fe9db2: Pull complete
cd30e6adea74: Pull complete
0d2dd51da279: Pull complete
d25b20353d30: Pull complete
b365cb9e89dd: Pull complete
77e1b885a468: Pull complete
82362fe94012: Pull complete
8b7060d3cb1b: Pull complete
6973d8bafa03: Pull complete
b469477ec8e8: Pull complete
a293181b7a4c: Pull complete
850e097d0b90: Pull complete
c538ee1e2202: Pull complete
Digest: sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
Status: Downloaded newer image for ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
2026-04-30 01:45.22 ---> using "a51eb1c0f7b987f3ca6e3149601ec686e27d375d8c2eeaee094a8dd8212b9ef1" 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-04-30 01:45.22 ---> using "44a8e54f959335547e5b1b837c1bc50450ce2bd28ae57f21a47f6fb9fd4b7c38" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-30 01:45.22 ---> using "af0885461842b4c97be5c9e5b26b32d568fe49bea8532f2ebcf90b119bbe2e67" 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=x86_64 os=linux os-distribution=debian os-version=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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-04-30 01:45.22 ---> using "0a6de5578cd980a542883eb673a4f5fa03c27ea90b683d73838584ecd29af67a" 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-04-30 01:45.22 ---> using "ba5b6aeef2003bbdd9dbd9552d644e7f7c5194a69678f82deb09ab690d2bc75f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:45.36 ---> saved as "e21d92d7aa2707539442e19c4ce63a36a716507b0ddb8133b7cb8a35bef9d56b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:45.56 ---> saved as "9f0fc32b3813c950d4d2bf178b721889d652852ff76639ea2e8c166b14bf5a8c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-1404.50.pdiff [527 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-1404.50.pdiff [527 kB]
- Fetched 834 kB in 1s (617 kB/s)
- Reading package lists...
- 
2026-04-30 01:45.58 ---> saved as "277892802c8643817a5f4f82b02c7e2b8217362d2d60ffe3f6928aaf5d26226b"

/home/opam: (run (shell "opam pin add -k version -yn dyn.3.23.0~alpha2 3.23.0~alpha2"))
dyn is now pinned to version 3.23.0~alpha2
2026-04-30 01:45.59 ---> saved as "5a3f71307add924eeb0f0236af4c366d3975747388c7a9e948068091245bc1d7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dyn.3.23.0~alpha2;\
                        \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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dyn.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dyn.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
  - install dune     3.23.0~alpha2          [required by dyn]
  - install dyn      3.23.0~alpha2 (pinned)
  - install ordering 3.23.0~alpha2          [required by dyn]
  - install pp       2.0.0                  [required by dyn]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, dyn.3.23.0~alpha2, ordering.3.23.0~alpha2  (cached)
-> retrieved pp.2.0.0  (cached)
-> installed dune.3.23.0~alpha2
-> installed pp.2.0.0
-> installed ordering.3.23.0~alpha2
-> installed dyn.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:46.37 ---> saved as "ef88e5b0b3a377b396b5600571585066498e6ab19a42194e6eb7bba6a2e2ee59"
Job succeeded
2026-04-30 01:47.19: Job succeeded