- github
- ocaml
- opam-repository
- 89a6ae
- distributions,opensuse-16.0-ocaml-5.4,dune-glob.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build dune-glob.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-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:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
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-glob.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dune-glob.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" != 'dune-glob.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:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5-dune-glob.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5)
(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-glob.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-glob.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\" != 'dune-glob.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:40.06: Waiting for worker…
2026-04-30 01:42.12: 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-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5' locally
docker.io/ocaml/opam@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
4f3f07fb8dca: Pulling fs layer
f06a30c69b2b: Pulling fs layer
cb58d6759551: Pulling fs layer
e4c7ece8beda: Pulling fs layer
7e24921366d8: Pulling fs layer
139bc6893a21: Pulling fs layer
8f8ec5fe1131: Pulling fs layer
cb58d6759551: Waiting
167aa6b24f51: Pulling fs layer
2b32eb3952f5: Pulling fs layer
bb1d96150594: Pulling fs layer
2a97cc066d6c: Pulling fs layer
e4c7ece8beda: Waiting
139bc6893a21: Waiting
32ec1521ea5a: Pulling fs layer
167aa6b24f51: Waiting
7e24921366d8: Waiting
bb1d96150594: Waiting
fa7a1b253e93: Pulling fs layer
8f8ec5fe1131: Waiting
ad8491c454c1: Pulling fs layer
2b32eb3952f5: Waiting
32ec1521ea5a: Waiting
aab7fb461c8c: Pulling fs layer
fa7a1b253e93: Waiting
2a97cc066d6c: Waiting
13249f94528f: Pulling fs layer
ad8491c454c1: Waiting
e87bb5430a74: Pulling fs layer
aab7fb461c8c: Waiting
f268b0bbc31b: Pulling fs layer
13249f94528f: Waiting
e87bb5430a74: Waiting
4f4fb700ef54: Pulling fs layer
f268b0bbc31b: Waiting
56aafea665c0: Pulling fs layer
4f4fb700ef54: Waiting
ea5c29f7d2aa: Pulling fs layer
48ee49b1d4d1: Pulling fs layer
56aafea665c0: Waiting
49b6d1ef095a: Pulling fs layer
1f915ffb050d: Pulling fs layer
48ee49b1d4d1: Waiting
49b6d1ef095a: Waiting
0d353b61202c: Pulling fs layer
1f915ffb050d: Waiting
c9d513a4982c: Pulling fs layer
0d353b61202c: Waiting
cff4c3dc8ddb: Pulling fs layer
c9d513a4982c: Waiting
aaa6a82df3b1: Pulling fs layer
9424019dac11: Pulling fs layer
4972a8bf32a4: Pulling fs layer
cff4c3dc8ddb: Waiting
5b8604bd9f48: Pulling fs layer
4972a8bf32a4: Waiting
f1f95405e27a: Pulling fs layer
5b8604bd9f48: Waiting
9424019dac11: Waiting
251bb517e544: Pulling fs layer
f1f95405e27a: Waiting
69633f8038e0: Pulling fs layer
7c5097f2d758: Pulling fs layer
6eb236992af8: Pulling fs layer
69633f8038e0: Waiting
251bb517e544: Waiting
e86f58322566: Pulling fs layer
7c5097f2d758: Waiting
6eb236992af8: Waiting
1b44479fa51f: Pulling fs layer
a2cf736cba9f: Pulling fs layer
e86f58322566: Waiting
b3c1ae0fe506: Pulling fs layer
c4d966bdc561: Pulling fs layer
1b44479fa51f: Waiting
b3c1ae0fe506: Waiting
37e80c8a1df6: Pulling fs layer
a2cf736cba9f: Waiting
c4d966bdc561: Waiting
0c8ce8faecc1: Pulling fs layer
4bcf920e9718: Pulling fs layer
37e80c8a1df6: Waiting
0c8ce8faecc1: Waiting
4bcf920e9718: Waiting
4f3f07fb8dca: Download complete
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
e4c7ece8beda: Verifying Checksum
e4c7ece8beda: Download complete
cb58d6759551: Verifying Checksum
cb58d6759551: Download complete
64cfa2a65095: Pull complete
4f3f07fb8dca: Pull complete
139bc6893a21: Verifying Checksum
139bc6893a21: Download complete
7e24921366d8: Download complete
8f8ec5fe1131: Verifying Checksum
8f8ec5fe1131: Download complete
2b32eb3952f5: Verifying Checksum
2b32eb3952f5: Download complete
167aa6b24f51: Verifying Checksum
167aa6b24f51: Download complete
2a97cc066d6c: Verifying Checksum
2a97cc066d6c: Download complete
32ec1521ea5a: Verifying Checksum
32ec1521ea5a: Download complete
bb1d96150594: Verifying Checksum
bb1d96150594: Download complete
fa7a1b253e93: Verifying Checksum
fa7a1b253e93: Download complete
aab7fb461c8c: Verifying Checksum
aab7fb461c8c: Download complete
ad8491c454c1: Verifying Checksum
ad8491c454c1: Download complete
13249f94528f: Verifying Checksum
13249f94528f: Download complete
e87bb5430a74: Verifying Checksum
e87bb5430a74: Download complete
f268b0bbc31b: Verifying Checksum
f268b0bbc31b: Download complete
56aafea665c0: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f06a30c69b2b: Verifying Checksum
f06a30c69b2b: Download complete
ea5c29f7d2aa: Verifying Checksum
ea5c29f7d2aa: Download complete
48ee49b1d4d1: Verifying Checksum
48ee49b1d4d1: Download complete
49b6d1ef095a: Verifying Checksum
49b6d1ef095a: Download complete
1f915ffb050d: 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: Verifying Checksum
4972a8bf32a4: Download complete
5b8604bd9f48: Download complete
251bb517e544: Download complete
7c5097f2d758: Verifying Checksum
7c5097f2d758: Download complete
e86f58322566: Verifying Checksum
e86f58322566: Download complete
1b44479fa51f: Verifying Checksum
1b44479fa51f: Download complete
a2cf736cba9f: Verifying Checksum
a2cf736cba9f: Download complete
f06a30c69b2b: Pull complete
b3c1ae0fe506: Verifying Checksum
b3c1ae0fe506: Download complete
69633f8038e0: Verifying Checksum
69633f8038e0: Download complete
37e80c8a1df6: Download complete
0c8ce8faecc1: Download complete
4bcf920e9718: Download complete
c4d966bdc561: Verifying Checksum
c4d966bdc561: Download complete
f1f95405e27a: Verifying Checksum
f1f95405e27a: 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
1b44479fa51f: Pull complete
a2cf736cba9f: Pull complete
b3c1ae0fe506: Pull complete
c4d966bdc561: Pull complete
37e80c8a1df6: Pull complete
0c8ce8faecc1: Pull complete
4bcf920e9718: Pull complete
Digest: sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
Status: Downloaded newer image for ocaml/opam@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
2026-04-30 01:43.58 ---> using "8496ad28ccade24a20c9c288cd6b00954ac8058649ffc3c0770f493e69fd8896" 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:43.58 ---> using "73182c463ae880de896cf568c53c046a091d5d9d1ad1a04c9cca7a4723d86b9e" 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:43.58 ---> using "777f38f1c661a83f95cb55a52d10aefeb269b5e9d1c5287d063b6f43c11b3025" 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 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:43.58 ---> using "11b601bf0e1a0e5ee8e0e0adf31e6b559697c101c6da43113d65d5d1589f0eac" 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:43.58 ---> using "bc34e9575fddbbd2525d0911384d238eb56b795122798d6f8ea4a12743af0061" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:44.02 ---> saved as "2bd604d0f88e8c240c1750e9df746662632cd248ee75c10a2556042bfd3b783b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:44.20 ---> saved as "26757b91a7ec0766d0d34cfd02240e24dff506661c12a0af7d9e4c3500745f03"
/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:44.35 ---> saved as "1ead9b4b81e6ba62a3c4482a98af150411a861449fce1f6d68759092c3493de9"
/home/opam: (run (shell "opam pin add -k version -yn dune-glob.3.23.0~alpha2 3.23.0~alpha2"))
dune-glob is now pinned to version 3.23.0~alpha2
2026-04-30 01:44.36 ---> saved as "c385a479fa1cde3ec9ff2b09b71a7d63418268b339111b2774e68782ae408100"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-glob.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\" != 'dune-glob.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-glob.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
- install csexp 1.5.2 [required by stdune]
- install dune 3.23.0~alpha2 [required by dune-glob]
- install dune-glob 3.23.0~alpha2 (pinned)
- install dyn 3.23.0~alpha2 [required by dune-glob]
- install fs-io 3.23.0~alpha2 [required by stdune]
- install ordering 3.23.0~alpha2 [required by dune-glob]
- install pp 2.0.0 [required by dyn, stdune]
- install re 1.14.0 [required by dune-glob]
- install stdune 3.23.0~alpha2 [required by dune-glob]
- install top-closure 3.23.0~alpha2 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.23.0~alpha2, dune-glob.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)
-> 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 dyn.3.23.0~alpha2
-> installed stdune.3.23.0~alpha2
-> installed dune-glob.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:45.27 ---> saved as "cf2cefc2ce6037f2ee55e977a97bbc43b0fbef1a4ca35874bb012a3ba83b3488"
Job succeeded
2026-04-30 01:45.42: Job succeeded