- github
- ocaml
- opam-repository
- 118a69
- extras,x86_32-ocaml-4.14,stdune.3.22.0~alpha0
(not at the head of any monitored branch or PR)
2026-03-02 18:35.34: New job: build stdune.3.22.0~alpha0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
on debian-13-ocaml-4.14/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall stdune.3.22.0~alpha0; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'stdune.3.22.0~alpha0' && 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-03-02 18:35.34: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f-stdune.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.34: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f)
(shell /usr/bin/linux32 /bin/sh -c)
(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.22.0~alpha0 3.22.0~alpha0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.3.22.0~alpha0;\
\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-13\\\"\"; 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.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-02 18:35.34: Waiting for resource in pool OCluster
2026-03-02 19:16.11: Waiting for worker…
2026-03-02 19:18.29: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha0/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha0/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha0/opam | 40 ++++++++++++
.../dune-build-info.3.22.0~alpha0/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha0/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha0/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha0/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha0/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha0/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha0/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha0/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha0/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha0/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha0/opam | 39 +++++++++++
18 files changed, 797 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f' locally
docker.io/ocaml/opam@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f: Pulling from ocaml/opam
cdaf5c618b8f: Pulling fs layer
c1a615363caf: Pulling fs layer
a8f56f0059e5: Pulling fs layer
80a1e0f07d29: Pulling fs layer
7bbfa2987327: Pulling fs layer
14ca8091c580: Pulling fs layer
7f2504e6520f: Pulling fs layer
cfbce0f6d427: Pulling fs layer
fccc5c1ba02c: Pulling fs layer
24bbb160b3dd: Pulling fs layer
ce375bd507f6: Pulling fs layer
88cd209b74cf: Pulling fs layer
500f56891952: Pulling fs layer
80a1e0f07d29: Waiting
ca5e3ffa6cd0: Pulling fs layer
9270e18817be: Pulling fs layer
b213756101e6: Pulling fs layer
7bbfa2987327: Waiting
14ca8091c580: Waiting
fccc5c1ba02c: Waiting
7f2504e6520f: Waiting
bed7140c81e8: Pulling fs layer
cfbce0f6d427: Waiting
e28ef66121fc: Pulling fs layer
ca5e3ffa6cd0: Waiting
24bbb160b3dd: Waiting
ff8920d62e7f: Pulling fs layer
9270e18817be: Waiting
5e562ea1891f: Pulling fs layer
500f56891952: Waiting
7275dcbac151: Pulling fs layer
ce375bd507f6: Waiting
07bd3528aa77: Pulling fs layer
88cd209b74cf: Waiting
4f4fb700ef54: Pulling fs layer
ff8920d62e7f: Waiting
fa6fa6e0acc5: Pulling fs layer
b213756101e6: Waiting
bed7140c81e8: Waiting
e28ef66121fc: Waiting
4758b7d97b72: Pulling fs layer
5e562ea1891f: Waiting
7486d1cfd362: Pulling fs layer
7275dcbac151: Waiting
5613f782110f: Pulling fs layer
07bd3528aa77: Waiting
927d4090d99d: Pulling fs layer
fa6fa6e0acc5: Waiting
4f4fb700ef54: Waiting
3074ab8bcf23: Pulling fs layer
4758b7d97b72: Waiting
6d52591e746d: Pulling fs layer
f0d2fdb4dcc7: Pulling fs layer
927d4090d99d: Waiting
7851c194e060: Pulling fs layer
3074ab8bcf23: Waiting
5613f782110f: Waiting
7486d1cfd362: Waiting
6d52591e746d: Waiting
a7cfeb92803c: Pulling fs layer
f0d2fdb4dcc7: Waiting
ae498c93e561: Pulling fs layer
7851c194e060: Waiting
a7cfeb92803c: Waiting
4dff19323af7: Pulling fs layer
e6c6e1f0a4a2: Pulling fs layer
a9ad8ab93313: Pulling fs layer
9ab738dd8af8: Pulling fs layer
ae498c93e561: Waiting
4dff19323af7: Waiting
e6c6e1f0a4a2: Waiting
516e26f933ca: Pulling fs layer
a9ad8ab93313: Waiting
c130e159b638: Pulling fs layer
9ab738dd8af8: Waiting
516e26f933ca: Waiting
53637150fccc: Pulling fs layer
03f2a35919f6: Pulling fs layer
c130e159b638: Waiting
53637150fccc: Waiting
922e07d321fc: Pulling fs layer
03f2a35919f6: Waiting
f70807e90612: Pulling fs layer
922e07d321fc: Waiting
ffc0ad787c00: Pulling fs layer
f70807e90612: Waiting
ffc0ad787c00: Waiting
a8f56f0059e5: Verifying Checksum
a8f56f0059e5: Download complete
c1a615363caf: Download complete
7bbfa2987327: Download complete
cdaf5c618b8f: Download complete
80a1e0f07d29: Verifying Checksum
80a1e0f07d29: Download complete
7f2504e6520f: Verifying Checksum
7f2504e6520f: Download complete
fccc5c1ba02c: Verifying Checksum
fccc5c1ba02c: Download complete
cfbce0f6d427: Verifying Checksum
cfbce0f6d427: Download complete
24bbb160b3dd: Verifying Checksum
24bbb160b3dd: Download complete
88cd209b74cf: Verifying Checksum
88cd209b74cf: Download complete
500f56891952: Verifying Checksum
500f56891952: Download complete
ce375bd507f6: Verifying Checksum
ce375bd507f6: Download complete
9270e18817be: Verifying Checksum
9270e18817be: Download complete
ca5e3ffa6cd0: Verifying Checksum
ca5e3ffa6cd0: Download complete
b213756101e6: Verifying Checksum
b213756101e6: Download complete
bed7140c81e8: Verifying Checksum
bed7140c81e8: Download complete
14ca8091c580: Verifying Checksum
14ca8091c580: Download complete
ff8920d62e7f: Verifying Checksum
ff8920d62e7f: Download complete
e28ef66121fc: Verifying Checksum
e28ef66121fc: Download complete
5e562ea1891f: Verifying Checksum
5e562ea1891f: Download complete
7275dcbac151: Verifying Checksum
7275dcbac151: Download complete
07bd3528aa77: Verifying Checksum
07bd3528aa77: Download complete
4f4fb700ef54: Download complete
fa6fa6e0acc5: Verifying Checksum
fa6fa6e0acc5: Download complete
4758b7d97b72: Verifying Checksum
4758b7d97b72: Download complete
7486d1cfd362: Verifying Checksum
7486d1cfd362: Download complete
5613f782110f: Verifying Checksum
5613f782110f: Download complete
cdaf5c618b8f: Pull complete
927d4090d99d: Verifying Checksum
927d4090d99d: Download complete
c1a615363caf: Pull complete
a8f56f0059e5: Pull complete
3074ab8bcf23: Verifying Checksum
3074ab8bcf23: Download complete
6d52591e746d: Verifying Checksum
6d52591e746d: Download complete
f0d2fdb4dcc7: Verifying Checksum
ae498c93e561: Verifying Checksum
ae498c93e561: Download complete
7851c194e060: Verifying Checksum
7851c194e060: Download complete
a7cfeb92803c: Verifying Checksum
a7cfeb92803c: Download complete
80a1e0f07d29: Pull complete
7bbfa2987327: Pull complete
4dff19323af7: Verifying Checksum
4dff19323af7: Download complete
a9ad8ab93313: Download complete
516e26f933ca: Verifying Checksum
516e26f933ca: Download complete
c130e159b638: Verifying Checksum
c130e159b638: Download complete
53637150fccc: Download complete
9ab738dd8af8: Verifying Checksum
9ab738dd8af8: Download complete
922e07d321fc: Verifying Checksum
922e07d321fc: Download complete
e6c6e1f0a4a2: Verifying Checksum
e6c6e1f0a4a2: Download complete
f70807e90612: Download complete
ffc0ad787c00: Verifying Checksum
ffc0ad787c00: Download complete
03f2a35919f6: Verifying Checksum
14ca8091c580: Pull complete
7f2504e6520f: Pull complete
cfbce0f6d427: Pull complete
fccc5c1ba02c: Pull complete
24bbb160b3dd: Pull complete
ce375bd507f6: Pull complete
88cd209b74cf: Pull complete
500f56891952: Pull complete
ca5e3ffa6cd0: Pull complete
9270e18817be: Pull complete
b213756101e6: Pull complete
bed7140c81e8: Pull complete
e28ef66121fc: Pull complete
ff8920d62e7f: Pull complete
5e562ea1891f: Pull complete
7275dcbac151: Pull complete
07bd3528aa77: Pull complete
4f4fb700ef54: Pull complete
fa6fa6e0acc5: Pull complete
4758b7d97b72: Pull complete
7486d1cfd362: Pull complete
5613f782110f: Pull complete
927d4090d99d: Pull complete
3074ab8bcf23: Pull complete
6d52591e746d: Pull complete
f0d2fdb4dcc7: Pull complete
7851c194e060: Pull complete
a7cfeb92803c: Pull complete
ae498c93e561: Pull complete
4dff19323af7: Pull complete
e6c6e1f0a4a2: Pull complete
a9ad8ab93313: Pull complete
9ab738dd8af8: Pull complete
516e26f933ca: Pull complete
c130e159b638: Pull complete
53637150fccc: Pull complete
03f2a35919f6: Pull complete
922e07d321fc: Pull complete
f70807e90612: Pull complete
ffc0ad787c00: Pull complete
Digest: sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f
Status: Downloaded newer image for ocaml/opam@sha256:8f29e44ba7f0155cac0fa6f0115e43b0c927e47b721cc1d8c50623b273a9f05f
2026-03-02 19:22.27 ---> saved as "41c4dc427f116e0f76cf3845b4f793302644d2da21df0249d00b64a8214f5980"
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-02 19:22.28 ---> saved as "8c6c4cf63a76fa50b451050581297b3900dfa61fd86ceedf7cf9cb32b1dc639c"
/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-03-02 19:23.00 ---> saved as "55910ff8bb0dcd1812fc946f8e5b52afc91a879e03f3531c4bb172ed1ee5065c"
/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.0
# self-upgrade no
# system arch=x86_32 os=linux os-distribution=debian os-version=13
# 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.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, 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.2
2026-03-02 19:23.01 ---> saved as "f1faec1d7b040b333bef694304059509d555c6b68c6ba9c75eadc71cde9bfefd"
/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-03-02 19:23.13 ---> saved as "737d91b1ac4bfa44e21b35b9980d56e61c5a48a3043a361669c0720fc583c342"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-02 19:23.56 ---> saved as "27d93d24a5301dc9f37ba48722034ed500039d91a08494a8f96b0acd751dc168"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-02 19:24.27 ---> saved as "f033c8a227afef0f195a694cbf8767c7aea1b3911e026ccad56786217eba7e0e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [103 kB]
- Fetched 194 kB in 0s (1501 kB/s)
- Reading package lists...
2026-03-02 19:24.28 ---> saved as "296740db7110a3573ddcd8d112fd5de81d9258ba77c6c5f67ddbb19b119f5859"
/home/opam: (run (shell "opam pin add -k version -yn stdune.3.22.0~alpha0 3.22.0~alpha0"))
stdune is now pinned to version 3.22.0~alpha0
2026-03-02 19:24.29 ---> saved as "d13172ab774472e110ce4fade07435e45e51d235a4b059a79fc21a9d916195cf"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdune.3.22.0~alpha0;\
\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-13\\\"\"; 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.22.0~alpha0' && 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.22.0~alpha0 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.22.0~alpha0 [required by stdune]
- install dyn 3.22.0~alpha0 [required by stdune]
- install fs-io 3.22.0~alpha0 [required by stdune]
- install ordering 3.22.0~alpha0 [required by stdune]
- install pp 2.0.0 [required by stdune]
- install stdune 3.22.0~alpha0 (pinned)
- install top-closure 3.22.0~alpha0 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.22.0~alpha0, dyn.3.22.0~alpha0, fs-io.3.22.0~alpha0, ordering.3.22.0~alpha0, stdune.3.22.0~alpha0, top-closure.3.22.0~alpha0 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.22.0~alpha0
-> installed csexp.1.5.2
-> installed fs-io.3.22.0~alpha0
-> installed ordering.3.22.0~alpha0
-> installed pp.2.0.0
-> installed top-closure.3.22.0~alpha0
-> installed dyn.3.22.0~alpha0
-> installed stdune.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 19:25.32 ---> saved as "d0afcfe709a39b1f3597e323d625fdb86ab3b05e7e7d042c07b6c66562592595"
Job succeeded
2026-03-02 19:25.45: Job succeeded