(not at the head of any monitored branch or PR)
2026-04-30 01:38.42: New job: build ocamlc-loc.3.23.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
                              on ubuntu-24.04-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:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
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 ocamlc-loc.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall ocamlc-loc.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocamlc-loc.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.42: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ocamlc-loc.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.42: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
 (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 ocamlc-loc.3.23.0~alpha2 3.23.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocamlc-loc.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocamlc-loc.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.42: Waiting for resource in pool OCluster
2026-04-30 01:45.06: Waiting for worker…
2026-04-30 01:47.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  96% (18186/18887)
Updating files:  97% (18321/18887)
Updating files:  98% (18510/18887)
Updating files:  99% (18699/18887)
Updating files: 100% (18887/18887)
Updating files: 100% (18887/18887), done.
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:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locally
docker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opam
b40150c1c271: Already exists
5635dddaaf61: Pulling fs layer
0a6d5f853ae3: Pulling fs layer
799f202be4df: Pulling fs layer
5635dddaaf61: Waiting
0a6d5f853ae3: Waiting
b903f564077a: Pulling fs layer
b903f564077a: Waiting
6c1d10b3d08f: Pulling fs layer
799f202be4df: Waiting
5f5807185d05: Pulling fs layer
6c1d10b3d08f: Waiting
070c54c49939: Pulling fs layer
c74f78aa4319: Pulling fs layer
070c54c49939: Waiting
08f490e2d1d6: Pulling fs layer
c74f78aa4319: Waiting
90f22d77deb3: Pulling fs layer
08f490e2d1d6: Waiting
7934f3d64cde: Pulling fs layer
90f22d77deb3: Waiting
c9675ca4ea04: Pulling fs layer
2d56e81bc648: Pulling fs layer
7934f3d64cde: Waiting
747607799543: Pulling fs layer
620bc2c277c5: Pulling fs layer
747607799543: Waiting
bd268c40989e: Pulling fs layer
620bc2c277c5: Waiting
bd268c40989e: Waiting
52dd6f008393: Pulling fs layer
1ac04842be81: Pulling fs layer
e50d59eb16a8: Pulling fs layer
1ac04842be81: Waiting
5dcb466db21c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
e50d59eb16a8: Waiting
5dcb466db21c: Waiting
155ed5167872: Pulling fs layer
0d0ddeec4e9f: Pulling fs layer
4f4fb700ef54: Waiting
11a59e72671d: Pulling fs layer
0d0ddeec4e9f: Waiting
f5e116e6aaf6: Pulling fs layer
11a59e72671d: Waiting
95c72a92d56a: Pulling fs layer
711d037d18c7: Pulling fs layer
100470c8287d: Pulling fs layer
f5e116e6aaf6: Waiting
711d037d18c7: Waiting
95c72a92d56a: Waiting
76c9f10ccc79: Pulling fs layer
100470c8287d: Waiting
18a3f6bf5510: Pulling fs layer
964c51b347ff: Pulling fs layer
76c9f10ccc79: Waiting
18a3f6bf5510: Waiting
4020793ba1b6: Pulling fs layer
964c51b347ff: Waiting
ff88a2087566: Pulling fs layer
4020793ba1b6: Waiting
1599e1710bd3: Pulling fs layer
ff88a2087566: Waiting
e9e27cfec680: Pulling fs layer
1599e1710bd3: Waiting
ed5bd70fe984: Pulling fs layer
e9e27cfec680: Waiting
ff9f18578fd4: Pulling fs layer
ed5bd70fe984: Waiting
290bf7c7792f: Pulling fs layer
1be1bd893fc7: Pulling fs layer
290bf7c7792f: Waiting
ff9f18578fd4: Waiting
1be1bd893fc7: Waiting
7482771bd187: Pulling fs layer
901ff5f800f2: Pulling fs layer
7482771bd187: Waiting
42231f02769a: Pulling fs layer
901ff5f800f2: Waiting
450229835c85: Pulling fs layer
42231f02769a: Waiting
450229835c85: Waiting
5635dddaaf61: Verifying Checksum
5635dddaaf61: Download complete
5635dddaaf61: Pull complete
0a6d5f853ae3: Download complete
0a6d5f853ae3: Pull complete
b903f564077a: Verifying Checksum
b903f564077a: Download complete
799f202be4df: Verifying Checksum
799f202be4df: Download complete
799f202be4df: Pull complete
b903f564077a: Pull complete
6c1d10b3d08f: Verifying Checksum
6c1d10b3d08f: Download complete
070c54c49939: Verifying Checksum
070c54c49939: Download complete
5f5807185d05: Verifying Checksum
5f5807185d05: Download complete
08f490e2d1d6: Verifying Checksum
08f490e2d1d6: Download complete
c74f78aa4319: Verifying Checksum
c74f78aa4319: Download complete
90f22d77deb3: Verifying Checksum
90f22d77deb3: Download complete
7934f3d64cde: Verifying Checksum
7934f3d64cde: Download complete
c9675ca4ea04: Verifying Checksum
c9675ca4ea04: Download complete
747607799543: Verifying Checksum
747607799543: Download complete
2d56e81bc648: Verifying Checksum
620bc2c277c5: Verifying Checksum
620bc2c277c5: Download complete
bd268c40989e: Download complete
52dd6f008393: Verifying Checksum
52dd6f008393: Download complete
1ac04842be81: Verifying Checksum
1ac04842be81: Download complete
5dcb466db21c: Verifying Checksum
5dcb466db21c: Download complete
e50d59eb16a8: Verifying Checksum
e50d59eb16a8: Download complete
4f4fb700ef54: Download complete
155ed5167872: Verifying Checksum
155ed5167872: Download complete
0d0ddeec4e9f: Verifying Checksum
0d0ddeec4e9f: Download complete
11a59e72671d: Verifying Checksum
f5e116e6aaf6: Verifying Checksum
f5e116e6aaf6: Download complete
95c72a92d56a: Verifying Checksum
95c72a92d56a: Download complete
711d037d18c7: Verifying Checksum
711d037d18c7: Download complete
100470c8287d: Verifying Checksum
100470c8287d: Download complete
76c9f10ccc79: Download complete
18a3f6bf5510: Verifying Checksum
18a3f6bf5510: Download complete
964c51b347ff: Verifying Checksum
964c51b347ff: Download complete
4020793ba1b6: Download complete
ff88a2087566: Download complete
e9e27cfec680: Download complete
ff9f18578fd4: Verifying Checksum
ff9f18578fd4: Download complete
290bf7c7792f: Download complete
1be1bd893fc7: Verifying Checksum
1be1bd893fc7: Download complete
6c1d10b3d08f: Pull complete
5f5807185d05: Pull complete
070c54c49939: Pull complete
c74f78aa4319: Pull complete
08f490e2d1d6: Pull complete
90f22d77deb3: Pull complete
7934f3d64cde: Pull complete
c9675ca4ea04: Pull complete
2d56e81bc648: Pull complete
747607799543: Pull complete
620bc2c277c5: Pull complete
bd268c40989e: Pull complete
7482771bd187: Verifying Checksum
7482771bd187: Download complete
901ff5f800f2: Download complete
1599e1710bd3: Verifying Checksum
1599e1710bd3: Download complete
450229835c85: Verifying Checksum
450229835c85: Download complete
42231f02769a: Download complete
ed5bd70fe984: Verifying Checksum
ed5bd70fe984: Download complete
52dd6f008393: Pull complete
1ac04842be81: Pull complete
e50d59eb16a8: Pull complete
5dcb466db21c: Pull complete
4f4fb700ef54: Pull complete
155ed5167872: Pull complete
0d0ddeec4e9f: Pull complete
11a59e72671d: Pull complete
f5e116e6aaf6: Pull complete
95c72a92d56a: Pull complete
711d037d18c7: Pull complete
100470c8287d: Pull complete
76c9f10ccc79: Pull complete
18a3f6bf5510: Pull complete
964c51b347ff: Pull complete
4020793ba1b6: Pull complete
ff88a2087566: Pull complete
1599e1710bd3: Pull complete
e9e27cfec680: Pull complete
ed5bd70fe984: Pull complete
ff9f18578fd4: Pull complete
290bf7c7792f: Pull complete
1be1bd893fc7: Pull complete
7482771bd187: Pull complete
901ff5f800f2: Pull complete
42231f02769a: Pull complete
450229835c85: Pull complete
Digest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
2026-04-30 01:47.26 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" 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:47.26 ---> using "52da5577534c0294d367877b7a2fd7dea7d9c71b334a1a397546783bcf503b40" 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-04-30 01:47.26 ---> using "f2fc4814e74d1f9de3a744560e03fbe0635bb9533bbf304be0c244c0cdbc01b7" 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=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# 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:47.26 ---> using "d48db15afd2d87a42ea875e5bc44309b075c51acc9502199a2bce2f3538c6249" 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:47.26 ---> using "e1f208f8307a2852923652171d48c8edfc2bdd1fa7f746e48f814f627aef7c06" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3491 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3737 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2355 kB]
- Fetched 15.6 MB in 9s (1718 kB/s)
- Reading package lists...
- 
2026-04-30 01:48.07 ---> saved as "8f6a63c261003dab931c1b1240112222197864c87dbcc7d01e8bc4f7bdfd1ddf"

/home/opam: (run (shell "opam pin add -k version -yn ocamlc-loc.3.23.0~alpha2 3.23.0~alpha2"))
ocamlc-loc is now pinned to version 3.23.0~alpha2
2026-04-30 01:48.08 ---> saved as "b269022b6e111e9135afaa1cdbc003a97f0dc12fa5e1317fbf90a56dea040df7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocamlc-loc.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocamlc-loc.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"))
ocamlc-loc.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install dune       3.23.0~alpha2          [required by ocamlc-loc]
  - install dyn        3.23.0~alpha2          [required by ocamlc-loc]
  - install ocamlc-loc 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, ocamlc-loc.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
-> installed ocamlc-loc.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:48.55 ---> saved as "938dcd45ef68bc1036d6b95d43bb9a4bc461d28df7e507082e9273acb7862c96"
Job succeeded
2026-04-30 01:49.12: Job succeeded