- github
- ocaml
- opam-repository
- 89a6ae
- distributions,ubuntu-24.04-ocaml-5.4,dune-build-info.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.40: New job: build dune-build-info.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-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:ubuntu-24.04-ocaml-5.4@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64
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-build-info.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dune-build-info.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" != 'dune-build-info.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.40: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64-dune-build-info.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64)
(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-build-info.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-build-info.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\" != 'dune-build-info.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.40: Waiting for resource in pool OCluster
2026-04-30 01:38.58: Waiting for worker…
2026-04-30 01:41.21: 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:ubuntu-24.04-ocaml-5.4@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64' locally
docker.io/ocaml/opam@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64: Pulling from ocaml/opam
b40150c1c271: Pulling fs layer
5635dddaaf61: Pulling fs layer
0a6d5f853ae3: Pulling fs layer
799f202be4df: Pulling fs layer
b903f564077a: Pulling fs layer
6c1d10b3d08f: Pulling fs layer
5f5807185d05: Pulling fs layer
070c54c49939: Pulling fs layer
c74f78aa4319: Pulling fs layer
08f490e2d1d6: Pulling fs layer
799f202be4df: Waiting
90f22d77deb3: Pulling fs layer
b903f564077a: Waiting
7934f3d64cde: Pulling fs layer
6c1d10b3d08f: Waiting
070c54c49939: Waiting
c9675ca4ea04: Pulling fs layer
5f5807185d05: Waiting
2d56e81bc648: Pulling fs layer
c74f78aa4319: Waiting
747607799543: Pulling fs layer
90f22d77deb3: Waiting
620bc2c277c5: Pulling fs layer
08f490e2d1d6: Waiting
bd268c40989e: Pulling fs layer
7934f3d64cde: Waiting
2d56e81bc648: Waiting
52dd6f008393: Pulling fs layer
bd268c40989e: Waiting
c9675ca4ea04: Waiting
747607799543: Waiting
1ac04842be81: Pulling fs layer
52dd6f008393: Waiting
e50d59eb16a8: Pulling fs layer
620bc2c277c5: Waiting
5dcb466db21c: Pulling fs layer
1ac04842be81: Waiting
e50d59eb16a8: Waiting
4f4fb700ef54: Pulling fs layer
5dcb466db21c: Waiting
155ed5167872: Pulling fs layer
4f4fb700ef54: Waiting
0d0ddeec4e9f: Pulling fs layer
155ed5167872: Waiting
11a59e72671d: Pulling fs layer
f5e116e6aaf6: Pulling fs layer
0d0ddeec4e9f: Waiting
95c72a92d56a: Pulling fs layer
11a59e72671d: Waiting
f5e116e6aaf6: Waiting
711d037d18c7: Pulling fs layer
95c72a92d56a: Waiting
100470c8287d: Pulling fs layer
711d037d18c7: Waiting
76c9f10ccc79: Pulling fs layer
18a3f6bf5510: Pulling fs layer
100470c8287d: Waiting
76c9f10ccc79: Waiting
964c51b347ff: Pulling fs layer
4020793ba1b6: Pulling fs layer
964c51b347ff: Waiting
ff88a2087566: Pulling fs layer
4020793ba1b6: Waiting
1599e1710bd3: Pulling fs layer
ff88a2087566: Waiting
e9e27cfec680: Pulling fs layer
ed5bd70fe984: Pulling fs layer
1599e1710bd3: Waiting
ff9f18578fd4: Pulling fs layer
e9e27cfec680: Waiting
290bf7c7792f: Pulling fs layer
ed5bd70fe984: Waiting
ff9f18578fd4: Waiting
1be1bd893fc7: Pulling fs layer
290bf7c7792f: Waiting
4cf4012f712b: Pulling fs layer
1be1bd893fc7: Waiting
509ed7c5263a: Pulling fs layer
4cf4012f712b: Waiting
509ed7c5263a: Waiting
c00b999fe57c: Pulling fs layer
d417044efb58: Pulling fs layer
17ed1402802d: Pulling fs layer
d417044efb58: Waiting
0ec5f9bbc15e: Pulling fs layer
6ca7a00b2cd2: Pulling fs layer
17ed1402802d: Waiting
6ca7a00b2cd2: Waiting
0a6d5f853ae3: Verifying Checksum
0a6d5f853ae3: Download complete
5635dddaaf61: Download complete
b40150c1c271: Verifying Checksum
b40150c1c271: Download complete
b903f564077a: Download complete
799f202be4df: Verifying Checksum
799f202be4df: Download complete
5f5807185d05: Verifying Checksum
5f5807185d05: Download complete
070c54c49939: Verifying Checksum
070c54c49939: Download complete
08f490e2d1d6: Verifying Checksum
08f490e2d1d6: Download complete
c74f78aa4319: Verifying Checksum
c74f78aa4319: Download complete
b40150c1c271: Pull complete
5635dddaaf61: Pull complete
0a6d5f853ae3: Pull complete
90f22d77deb3: Verifying Checksum
90f22d77deb3: Download complete
7934f3d64cde: Verifying Checksum
7934f3d64cde: Download complete
6c1d10b3d08f: Verifying Checksum
6c1d10b3d08f: Download complete
c9675ca4ea04: Download complete
2d56e81bc648: Verifying Checksum
2d56e81bc648: Download complete
747607799543: Verifying Checksum
747607799543: Download complete
620bc2c277c5: Verifying Checksum
620bc2c277c5: Download complete
bd268c40989e: Verifying Checksum
bd268c40989e: Download complete
1ac04842be81: Download complete
e50d59eb16a8: Verifying Checksum
e50d59eb16a8: Download complete
5dcb466db21c: Verifying Checksum
5dcb466db21c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
155ed5167872: Verifying Checksum
155ed5167872: Download complete
0d0ddeec4e9f: Verifying Checksum
0d0ddeec4e9f: Download complete
11a59e72671d: Verifying Checksum
11a59e72671d: Download complete
f5e116e6aaf6: Download complete
799f202be4df: Pull complete
b903f564077a: Pull complete
95c72a92d56a: Verifying Checksum
95c72a92d56a: Download complete
711d037d18c7: Verifying Checksum
711d037d18c7: Download complete
100470c8287d: Download complete
76c9f10ccc79: Download complete
18a3f6bf5510: Verifying Checksum
18a3f6bf5510: Download complete
964c51b347ff: Verifying Checksum
964c51b347ff: Download complete
4020793ba1b6: Verifying Checksum
4020793ba1b6: Download complete
ff88a2087566: Verifying Checksum
ff88a2087566: Download complete
e9e27cfec680: Verifying Checksum
e9e27cfec680: Download complete
ff9f18578fd4: Verifying Checksum
ff9f18578fd4: Download complete
290bf7c7792f: Download complete
1be1bd893fc7: Download complete
4cf4012f712b: Verifying Checksum
4cf4012f712b: Download complete
509ed7c5263a: Verifying Checksum
509ed7c5263a: Download complete
c00b999fe57c: Verifying Checksum
c00b999fe57c: Download complete
d417044efb58: Verifying Checksum
d417044efb58: Download complete
17ed1402802d: Download complete
0ec5f9bbc15e: Download complete
6ca7a00b2cd2: Verifying Checksum
6ca7a00b2cd2: Download complete
1599e1710bd3: Verifying Checksum
1599e1710bd3: Download complete
ed5bd70fe984: Verifying Checksum
ed5bd70fe984: 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
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
4cf4012f712b: Pull complete
509ed7c5263a: Pull complete
c00b999fe57c: Pull complete
d417044efb58: Pull complete
17ed1402802d: Pull complete
0ec5f9bbc15e: Pull complete
6ca7a00b2cd2: Pull complete
Digest: sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64
Status: Downloaded newer image for ocaml/opam@sha256:240a222a7c5584df8f888e3df99be31ea76a8a0dd08228f6a5d51cddbffb1c64
2026-04-30 01:42.57 ---> using "f3f712b811f983906ff13128b09dc7d9aacafad24696bc58a0708b5a56258631" 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:42.57 ---> using "dbbf9dbe5c97e44fd908327764ed4686a028c9a67e97f7c632e95762e2c3ffb3" 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:42.57 ---> using "88e316424d843bce1b9e7419f3f06771ea6115aae7e4dceaf12aaa440a48258d" 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 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:42.57 ---> using "cbbe1ef988ed712fec3895919248657d18a1de1c9d9a32d5e7c702fd114d4d67" 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:42.57 ---> using "1d36fdc069dd71dcc105c057216703559a602e5b97488e0e6967d4cc354e7bda" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:42.59 ---> saved as "431e5e98806d61a295d5b0d6033ed7b0ef38865b18853c25efa97a04a1b12353"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:43.18 ---> saved as "4ba4f9dd2439e31a67cc608f461f8d4bb00bc80d66aae6f95c350d719b96f447"
/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]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3491 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2355 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3737 kB]
- Fetched 15.6 MB in 1s (17.3 MB/s)
- Reading package lists...
-
2026-04-30 01:43.21 ---> saved as "54e240adffa42cacfa0b8d6e2c78ef963f8a2c4c4bb99e1e3d52b3a13ccfd14f"
/home/opam: (run (shell "opam pin add -k version -yn dune-build-info.3.23.0~alpha2 3.23.0~alpha2"))
dune-build-info is now pinned to version 3.23.0~alpha2
2026-04-30 01:43.22 ---> saved as "28589f6f3e4ebeb84b52b391237ada42205f4f1aa8ba433232b8585dcb9ca63c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-build-info.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\" != 'dune-build-info.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-build-info.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.23.0~alpha2 [required by dune-build-info]
- install dune-build-info 3.23.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, dune-build-info.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed dune-build-info.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:43.58 ---> saved as "f4e19a12f4ec20288eaa18cb852272b44ff357df2cdfda92107d6076b16ea8b5"
Job succeeded
2026-04-30 01:44.11: Job succeeded