- github
- ocaml
- opam-repository
- 89a6ae
- distributions,opensuse-16.0-ocaml-4.14,stdune.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.42: New job: build stdune.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
on opensuse-16.0-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:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
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 stdune.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall stdune.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 "\"opensuse-16.0\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'stdune.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:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73-stdune.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.42: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73)
(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 stdune.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.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 \"\\\"opensuse-16.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'stdune.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:46.13: Waiting for worker…
2026-04-30 01:48.08: 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:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73' locally
docker.io/ocaml/opam@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73: Pulling from ocaml/opam
64cfa2a65095: Already exists
4f3f07fb8dca: Pulling fs layer
f06a30c69b2b: Pulling fs layer
cb58d6759551: Pulling fs layer
4f3f07fb8dca: Waiting
f06a30c69b2b: Waiting
e4c7ece8beda: Pulling fs layer
cb58d6759551: Waiting
7e24921366d8: Pulling fs layer
e4c7ece8beda: Waiting
139bc6893a21: Pulling fs layer
7e24921366d8: Waiting
8f8ec5fe1131: Pulling fs layer
139bc6893a21: Waiting
167aa6b24f51: Pulling fs layer
8f8ec5fe1131: Waiting
2b32eb3952f5: Pulling fs layer
167aa6b24f51: Waiting
bb1d96150594: Pulling fs layer
2b32eb3952f5: Waiting
2a97cc066d6c: Pulling fs layer
32ec1521ea5a: Pulling fs layer
fa7a1b253e93: Pulling fs layer
bb1d96150594: Waiting
ad8491c454c1: Pulling fs layer
2a97cc066d6c: Waiting
32ec1521ea5a: Waiting
aab7fb461c8c: Pulling fs layer
fa7a1b253e93: Waiting
ad8491c454c1: Waiting
13249f94528f: Pulling fs layer
aab7fb461c8c: Waiting
e87bb5430a74: Pulling fs layer
13249f94528f: Waiting
f268b0bbc31b: Pulling fs layer
4f4fb700ef54: Pulling fs layer
e87bb5430a74: Waiting
f268b0bbc31b: Waiting
56aafea665c0: Pulling fs layer
4f4fb700ef54: Waiting
ea5c29f7d2aa: Pulling fs layer
48ee49b1d4d1: Pulling fs layer
56aafea665c0: Waiting
49b6d1ef095a: Pulling fs layer
ea5c29f7d2aa: Waiting
48ee49b1d4d1: Waiting
1f915ffb050d: Pulling fs layer
49b6d1ef095a: Waiting
0d353b61202c: Pulling fs layer
1f915ffb050d: Waiting
c9d513a4982c: Pulling fs layer
0d353b61202c: Waiting
cff4c3dc8ddb: Pulling fs layer
cff4c3dc8ddb: Waiting
aaa6a82df3b1: Pulling fs layer
9424019dac11: Pulling fs layer
aaa6a82df3b1: Waiting
c9d513a4982c: Waiting
4972a8bf32a4: Pulling fs layer
5b8604bd9f48: Pulling fs layer
4972a8bf32a4: Waiting
9424019dac11: Waiting
f1f95405e27a: Pulling fs layer
251bb517e544: Pulling fs layer
5b8604bd9f48: Waiting
f1f95405e27a: Waiting
69633f8038e0: Pulling fs layer
7c5097f2d758: Pulling fs layer
69633f8038e0: Waiting
251bb517e544: Waiting
6eb236992af8: Pulling fs layer
7c5097f2d758: Waiting
e86f58322566: Pulling fs layer
6eb236992af8: Waiting
967279cb9fce: Pulling fs layer
cbb963c8cb04: Pulling fs layer
e86f58322566: Waiting
967279cb9fce: Waiting
3b3ea200b6be: Pulling fs layer
d415d410b0fc: Pulling fs layer
3b3ea200b6be: Waiting
a790f4e8c42a: Pulling fs layer
d415d410b0fc: Waiting
a790f4e8c42a: Waiting
4f3f07fb8dca: Download complete
4f3f07fb8dca: Pull complete
f06a30c69b2b: Verifying Checksum
f06a30c69b2b: Download complete
f06a30c69b2b: Pull complete
e4c7ece8beda: Verifying Checksum
e4c7ece8beda: Download complete
7e24921366d8: Verifying Checksum
7e24921366d8: Download complete
139bc6893a21: Verifying Checksum
139bc6893a21: Download complete
8f8ec5fe1131: Verifying Checksum
8f8ec5fe1131: Download complete
167aa6b24f51: Verifying Checksum
167aa6b24f51: Download complete
2b32eb3952f5: Verifying Checksum
2b32eb3952f5: Download complete
bb1d96150594: Verifying Checksum
bb1d96150594: Download complete
2a97cc066d6c: Download complete
32ec1521ea5a: Verifying Checksum
32ec1521ea5a: Download complete
fa7a1b253e93: Verifying Checksum
fa7a1b253e93: Download complete
ad8491c454c1: Verifying Checksum
ad8491c454c1: Download complete
13249f94528f: Verifying Checksum
13249f94528f: Download complete
aab7fb461c8c: Download complete
e87bb5430a74: Verifying Checksum
e87bb5430a74: Download complete
f268b0bbc31b: Verifying Checksum
f268b0bbc31b: Download complete
4f4fb700ef54: Download complete
ea5c29f7d2aa: Verifying Checksum
ea5c29f7d2aa: Download complete
56aafea665c0: Verifying Checksum
56aafea665c0: Download complete
48ee49b1d4d1: Download complete
1f915ffb050d: Download complete
49b6d1ef095a: Download complete
c9d513a4982c: Verifying Checksum
c9d513a4982c: Download complete
0d353b61202c: Verifying Checksum
0d353b61202c: Download complete
cff4c3dc8ddb: Verifying Checksum
cff4c3dc8ddb: Download complete
aaa6a82df3b1: Verifying Checksum
aaa6a82df3b1: Download complete
9424019dac11: Verifying Checksum
9424019dac11: Download complete
4972a8bf32a4: Download complete
5b8604bd9f48: Download complete
251bb517e544: Verifying Checksum
251bb517e544: Download complete
69633f8038e0: Verifying Checksum
69633f8038e0: Download complete
7c5097f2d758: Download complete
6eb236992af8: Verifying Checksum
6eb236992af8: Download complete
e86f58322566: Download complete
f1f95405e27a: Verifying Checksum
f1f95405e27a: Download complete
cbb963c8cb04: Verifying Checksum
cbb963c8cb04: Download complete
3b3ea200b6be: Download complete
d415d410b0fc: Verifying Checksum
d415d410b0fc: Download complete
a790f4e8c42a: Download complete
967279cb9fce: Verifying Checksum
967279cb9fce: Download complete
cb58d6759551: Verifying Checksum
cb58d6759551: Download complete
cb58d6759551: Pull complete
e4c7ece8beda: Pull complete
7e24921366d8: Pull complete
139bc6893a21: Pull complete
8f8ec5fe1131: Pull complete
167aa6b24f51: Pull complete
2b32eb3952f5: Pull complete
bb1d96150594: Pull complete
2a97cc066d6c: Pull complete
32ec1521ea5a: Pull complete
fa7a1b253e93: Pull complete
ad8491c454c1: Pull complete
aab7fb461c8c: Pull complete
13249f94528f: Pull complete
e87bb5430a74: Pull complete
f268b0bbc31b: Pull complete
4f4fb700ef54: Pull complete
56aafea665c0: Pull complete
ea5c29f7d2aa: Pull complete
48ee49b1d4d1: Pull complete
49b6d1ef095a: Pull complete
1f915ffb050d: Pull complete
0d353b61202c: Pull complete
c9d513a4982c: Pull complete
cff4c3dc8ddb: Pull complete
aaa6a82df3b1: Pull complete
9424019dac11: Pull complete
4972a8bf32a4: Pull complete
5b8604bd9f48: Pull complete
f1f95405e27a: Pull complete
251bb517e544: Pull complete
69633f8038e0: Pull complete
7c5097f2d758: Pull complete
6eb236992af8: Pull complete
e86f58322566: Pull complete
967279cb9fce: Pull complete
cbb963c8cb04: Pull complete
3b3ea200b6be: Pull complete
d415d410b0fc: Pull complete
a790f4e8c42a: Pull complete
Digest: sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
Status: Downloaded newer image for ocaml/opam@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
2026-04-30 01:49.01 ---> using "3a3ed2032c6c943362881e9762a8f24cc5a05653abf32a1a636d3df57fe930e7" 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:49.01 ---> using "7cbc7b1e712b06c46e947272fa012a2fdc4f85185a5640b2b5702db6986cb568" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-30 01:49.01 ---> using "c3e8aaa00d3d844e587dd7758cd657920f9e02717fe65538e8687671e0cae027" 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=opensuse-leap os-version=16.0
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (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:49.01 ---> using "ee8096c5edfd20b0c28ab4e9dc580b22e5765fb112806e97fc9c17ad12690ea3" 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:49.01 ---> using "74c4b8a0e180ef8ddc2a2e95cdaef651d17750d6f74b69d4f1dba89b346ab363" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:49.39 ---> saved as "15ba43b988358d420f7bfb2b5f947ed9bf796f8e9ca461c42b068d30e0ee97ca"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:49.57 ---> saved as "a12d630dfb10b03151fa776f81ceb6c0e7a4bcd73632f1d22ed66f7cc32e50a9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
-
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
-
- Those additional keys are usually used to sign packages shipped by the repository. In order to
- validate those packages upon download and installation the new keys will be imported into the rpm
- database.
-
- New:
- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
- Key Algorithm: RSA 4096
- Key Created: Wed May 10 14:46:12 2023
- Key Expires: Sun May 9 14:46:12 2027
- Rpm Name: gpg-pubkey-25db7ae0-645bae34
-
- The repository metadata introducing the new keys have been signed and validated by the trusted
- key:
-
- Repository: repo-oss (16.0)
- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>
- Key Algorithm: RSA 4096
- Key Created: Mon Jun 20 14:03:14 2022
- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 50 days)
- Rpm Name: gpg-pubkey-29b700a4-62b07e22
-
- .
- .
- ..........
- .........
- ...........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- ..done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-30 01:50.20 ---> saved as "b6462e694e7cbd74cad90e8508f2a4b6db3a1c367f53c0c37ea2c08761703ea8"
/home/opam: (run (shell "opam pin add -k version -yn stdune.3.23.0~alpha2 3.23.0~alpha2"))
stdune is now pinned to version 3.23.0~alpha2
2026-04-30 01:50.22 ---> saved as "689e8d185e5015b362f03a3a7d2ce5f5bc94c77b5048cae5e2a81ebddfd7b440"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.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 \"\\\"opensuse-16.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'stdune.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"))
stdune.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install csexp 1.5.2 [required by stdune]
- install dune 3.23.0~alpha2 [required by stdune]
- install dyn 3.23.0~alpha2 [required by stdune]
- install fs-io 3.23.0~alpha2 [required by stdune]
- install ordering 3.23.0~alpha2 [required by stdune]
- install pp 2.0.0 [required by stdune]
- install stdune 3.23.0~alpha2 (pinned)
- install top-closure 3.23.0~alpha2 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.23.0~alpha2, dyn.3.23.0~alpha2, fs-io.3.23.0~alpha2, ordering.3.23.0~alpha2, stdune.3.23.0~alpha2, top-closure.3.23.0~alpha2 (cached)
-> retrieved pp.2.0.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 top-closure.3.23.0~alpha2
-> installed dyn.3.23.0~alpha2
-> installed stdune.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:51.09 ---> saved as "40c97bed32d3d3bbf9d52eff100ac4150ce08a609a13d6e5a86617dd50a909e6"
Job succeeded
2026-04-30 01:51.22: Job succeeded