(not at the head of any monitored branch or PR)
2026-04-30 01:38.43: New job: build dune-action-plugin.3.23.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
                              on debian-12-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/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit 24c3efe52d0b736596aedf7facc049389fbda2b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
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 dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dune-action-plugin.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-action-plugin.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.43: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-dune-action-plugin.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.43: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
 (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 dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-action-plugin.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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-action-plugin.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.43: Waiting for resource in pool OCluster
2026-04-30 01:48.48: Waiting for worker…
2026-04-30 01:50.10: Got resource from pool OCluster
Building on asteria.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-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locally
docker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opam
db53381ee51f: Pulling fs layer
b3e2b48e921d: Pulling fs layer
e459b55aaa69: Pulling fs layer
0a156e8c6272: Pulling fs layer
e42408e5ffdf: Pulling fs layer
50bb2b3826ab: Pulling fs layer
4618d1f3d563: Pulling fs layer
efa196b04cec: Pulling fs layer
78007f9dbcde: Pulling fs layer
9eb9691d1780: Pulling fs layer
154d04bdbd49: Pulling fs layer
afab16d31797: Pulling fs layer
43546dfdea90: Pulling fs layer
c285e4bc2236: Pulling fs layer
9fa77dc95407: Pulling fs layer
f8dca9d30623: Pulling fs layer
a900254ad981: Pulling fs layer
9ec16dbccaf2: Pulling fs layer
d8bb652027f5: Pulling fs layer
d5a64739e55b: Pulling fs layer
8411aa5818e1: Pulling fs layer
c367703ffbfd: Pulling fs layer
4f4fb700ef54: Pulling fs layer
06ed83b93433: Pulling fs layer
e42408e5ffdf: Waiting
50bb2b3826ab: Waiting
e335f4621067: Pulling fs layer
78007f9dbcde: Waiting
936c44eb0cd5: Pulling fs layer
a900254ad981: Waiting
9ec16dbccaf2: Waiting
9eb9691d1780: Waiting
d8bb652027f5: Waiting
154d04bdbd49: Waiting
d5a64739e55b: Waiting
31c07354a88a: Pulling fs layer
afab16d31797: Waiting
9fa77dc95407: Waiting
43546dfdea90: Waiting
ed57764a58c9: Pulling fs layer
4618d1f3d563: Waiting
f8dca9d30623: Waiting
c285e4bc2236: Waiting
06ed83b93433: Waiting
8411aa5818e1: Waiting
936c44eb0cd5: Waiting
e335f4621067: Waiting
c367703ffbfd: Waiting
04ee923c5dd7: Pulling fs layer
31c07354a88a: Waiting
00d09ef45b27: Pulling fs layer
efa196b04cec: Waiting
ed57764a58c9: Waiting
4f4fb700ef54: Waiting
9d8c730b185a: Pulling fs layer
0a156e8c6272: Waiting
00d09ef45b27: Waiting
b1ca3f6b0b88: Pulling fs layer
9d8c730b185a: Waiting
e7959d77f2f9: Pulling fs layer
56d4d012630e: Pulling fs layer
b1ca3f6b0b88: Waiting
bfc1e2c4fe29: Pulling fs layer
56d4d012630e: Waiting
bd0dac824dd3: Pulling fs layer
04ee923c5dd7: Waiting
8534f767fb63: Pulling fs layer
43147bea5997: Pulling fs layer
bfc1e2c4fe29: Waiting
bd0dac824dd3: Waiting
61e1aff4c41d: Pulling fs layer
841b52120a5c: Pulling fs layer
d56e33f3c3f1: Pulling fs layer
d1ad66254d32: Pulling fs layer
61e1aff4c41d: Waiting
26aa6f0595b6: Pulling fs layer
d9866a05df42: Pulling fs layer
d06932c99024: Pulling fs layer
26aa6f0595b6: Waiting
d9866a05df42: Waiting
43147bea5997: Waiting
d06932c99024: Waiting
e7959d77f2f9: Waiting
d56e33f3c3f1: Waiting
841b52120a5c: Waiting
d1ad66254d32: Waiting
b3e2b48e921d: Download complete
e459b55aaa69: Verifying Checksum
e459b55aaa69: Download complete
e42408e5ffdf: Download complete
db53381ee51f: Verifying Checksum
db53381ee51f: Download complete
4618d1f3d563: Verifying Checksum
4618d1f3d563: Download complete
efa196b04cec: Verifying Checksum
efa196b04cec: Download complete
78007f9dbcde: Verifying Checksum
78007f9dbcde: Download complete
9eb9691d1780: Download complete
db53381ee51f: Pull complete
b3e2b48e921d: Pull complete
e459b55aaa69: Pull complete
154d04bdbd49: Verifying Checksum
154d04bdbd49: Download complete
0a156e8c6272: Verifying Checksum
0a156e8c6272: Download complete
0a156e8c6272: Pull complete
e42408e5ffdf: Pull complete
afab16d31797: Verifying Checksum
afab16d31797: Download complete
43546dfdea90: Verifying Checksum
43546dfdea90: Download complete
c285e4bc2236: Verifying Checksum
c285e4bc2236: Download complete
9fa77dc95407: Download complete
50bb2b3826ab: Verifying Checksum
50bb2b3826ab: Download complete
f8dca9d30623: Download complete
9ec16dbccaf2: Download complete
d8bb652027f5: Download complete
a900254ad981: Download complete
d5a64739e55b: Verifying Checksum
d5a64739e55b: Download complete
8411aa5818e1: Download complete
c367703ffbfd: Verifying Checksum
c367703ffbfd: Download complete
4f4fb700ef54: Download complete
06ed83b93433: Download complete
936c44eb0cd5: Download complete
31c07354a88a: Download complete
ed57764a58c9: Download complete
04ee923c5dd7: Download complete
00d09ef45b27: Verifying Checksum
00d09ef45b27: Download complete
e335f4621067: Verifying Checksum
e335f4621067: Download complete
9d8c730b185a: Verifying Checksum
9d8c730b185a: Download complete
e7959d77f2f9: Download complete
56d4d012630e: Verifying Checksum
56d4d012630e: Download complete
b1ca3f6b0b88: Verifying Checksum
b1ca3f6b0b88: Download complete
bfc1e2c4fe29: Verifying Checksum
bfc1e2c4fe29: Download complete
8534f767fb63: Verifying Checksum
8534f767fb63: Download complete
61e1aff4c41d: Download complete
841b52120a5c: Verifying Checksum
841b52120a5c: Download complete
d56e33f3c3f1: Verifying Checksum
d56e33f3c3f1: Download complete
50bb2b3826ab: Pull complete
4618d1f3d563: Pull complete
efa196b04cec: Pull complete
78007f9dbcde: Pull complete
9eb9691d1780: Pull complete
154d04bdbd49: Pull complete
afab16d31797: Pull complete
43546dfdea90: Pull complete
c285e4bc2236: Pull complete
9fa77dc95407: Pull complete
f8dca9d30623: Pull complete
a900254ad981: Pull complete
9ec16dbccaf2: Pull complete
d8bb652027f5: Pull complete
d5a64739e55b: Pull complete
8411aa5818e1: Pull complete
c367703ffbfd: Pull complete
4f4fb700ef54: Pull complete
06ed83b93433: Pull complete
e335f4621067: Pull complete
936c44eb0cd5: Pull complete
31c07354a88a: Pull complete
ed57764a58c9: Pull complete
04ee923c5dd7: Pull complete
00d09ef45b27: Pull complete
9d8c730b185a: Pull complete
b1ca3f6b0b88: Pull complete
e7959d77f2f9: Pull complete
56d4d012630e: Pull complete
bfc1e2c4fe29: Pull complete
d1ad66254d32: Verifying Checksum
d1ad66254d32: Download complete
26aa6f0595b6: Download complete
d9866a05df42: Download complete
d06932c99024: Verifying Checksum
d06932c99024: Download complete
bd0dac824dd3: Verifying Checksum
bd0dac824dd3: Download complete
43147bea5997: Verifying Checksum
43147bea5997: Download complete
bd0dac824dd3: Pull complete
8534f767fb63: Pull complete
43147bea5997: Pull complete
61e1aff4c41d: Pull complete
841b52120a5c: Pull complete
d56e33f3c3f1: Pull complete
d1ad66254d32: Pull complete
26aa6f0595b6: Pull complete
d9866a05df42: Pull complete
d06932c99024: Pull complete
Digest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
2026-04-30 01:54.42 ---> using "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0" 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:54.43 ---> using "6470f175bb0e3f1170b2ed6fb7db47d853f046698098593f7722de10ff829041" 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:54.43 ---> using "d8f6044a9a0faa0774938297779d7ea75e54aabf401b4c063694197197bf98e5" 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=12
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# 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.3
2026-04-30 01:54.44 ---> using "c7cc19f0aa775b85d16be5358d17d4b7178266bfe563dc141e04405fe74c3a12" 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:54.44 ---> using "604804a27271a2faa91f109bb47af5be0054dd87a13c6faf4679efc95bf1245d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:54.45 ---> using "8c327e465472048e89532f5ecd90258ac035303da15e02c1dcac1da43675173f" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:54.46 ---> using "65b7abf3e2aa384b21f913c3318241e1cd2761911c9bb5485872bc7024e9bc79" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [297 kB]
- Fetched 401 kB in 0s (860 kB/s)
- Reading package lists...
- 
2026-04-30 01:54.46 ---> using "cf1a41b922ca89d44b3ebb342d4a35c617108191535816c14bb01c2af86de872" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2"))
dune-action-plugin is now pinned to version 3.23.0~alpha2
2026-04-30 01:54.50 ---> saved as "966d9fb4d757498c10c00f912889e832d690cbe73aab473fbe9bb5f230120532"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-action-plugin.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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-action-plugin.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"))
dune-action-plugin.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
  - install csexp              1.5.2                  [required by dune-action-plugin]
  - install dune               3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-action-plugin 3.23.0~alpha2 (pinned)
  - install dune-glob          3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-private-libs  3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-rpc           3.23.0~alpha2          [required by dune-action-plugin]
  - install dyn                3.23.0~alpha2          [required by dune-private-libs, dune-glob, dune-rpc]
  - install fs-io              3.23.0~alpha2          [required by stdune]
  - install ocamlc-loc         3.23.0~alpha2          [required by dune-rpc]
  - install ordering           3.23.0~alpha2          [required by dune-glob, dune-rpc]
  - install pp                 2.0.0                  [required by dune-private-libs, dune-rpc]
  - install re                 1.14.0                 [required by dune-glob]
  - install stdune             3.23.0~alpha2          [required by dune-action-plugin]
  - install top-closure        3.23.0~alpha2          [required by stdune]
  - install xdg                3.23.0~alpha2          [required by dune-rpc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.23.0~alpha2, dune-action-plugin.3.23.0~alpha2, dune-glob.3.23.0~alpha2, dune-private-libs.3.23.0~alpha2, dune-rpc.3.23.0~alpha2, dyn.3.23.0~alpha2, fs-io.3.23.0~alpha2, ocamlc-loc.3.23.0~alpha2, ordering.3.23.0~alpha2, stdune.3.23.0~alpha2, top-closure.3.23.0~alpha2, xdg.3.23.0~alpha2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> installed dune.3.23.0~alpha2
-> installed csexp.1.5.2
-> installed fs-io.3.23.0~alpha2
-> installed ordering.3.23.0~alpha2
-> installed pp.2.0.0
-> installed re.1.14.0
-> installed top-closure.3.23.0~alpha2
-> installed xdg.3.23.0~alpha2
-> installed dyn.3.23.0~alpha2
-> installed ocamlc-loc.3.23.0~alpha2
-> installed stdune.3.23.0~alpha2
-> installed dune-glob.3.23.0~alpha2
-> installed dune-private-libs.3.23.0~alpha2
-> installed dune-rpc.3.23.0~alpha2
-> installed dune-action-plugin.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:55.57 ---> saved as "9b130a06393e0bba41a87b7c5f12fa7b0579c609f09765e2f776cf9bf2b589b9"
Job succeeded
2026-04-30 01:57.41: Job succeeded