(for PR #29807)
2026-04-27 09:15.47: New job: build ppx_bin_there.0.2.1a2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29807/head (e0fe0e5778da777992e8690ed4faab031f74f9af)
on debian-13-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29807/head" && git reset --hard e0fe0e57
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
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 ppx_bin_there.0.2.1a2 0.2.1a2
RUN opam reinstall ppx_bin_there.0.2.1a2; \
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" != 'ppx_bin_there.0.2.1a2' && 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-27 09:15.47: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981)
(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 ppx_bin_there.0.2.1a2 0.2.1a2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_bin_there.0.2.1a2;\
\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\" != 'ppx_bin_there.0.2.1a2' && 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-27 09:15.47: Waiting for resource in pool OCluster
2026-04-27 09:15.48: Waiting for worker…
2026-04-27 09:15.48: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
Updating files: 31% (5952/18862)
Updating files: 32% (6036/18862)
Updating files: 33% (6225/18862)
Updating files: 34% (6414/18862)
Updating files: 35% (6602/18862)
Updating files: 36% (6791/18862)
Updating files: 37% (6979/18862)
Updating files: 38% (7168/18862)
Updating files: 39% (7357/18862)
Updating files: 40% (7545/18862)
Updating files: 41% (7734/18862)
Updating files: 42% (7923/18862)
Updating files: 43% (8111/18862)
Updating files: 44% (8300/18862)
Updating files: 45% (8488/18862)
Updating files: 46% (8677/18862)
Updating files: 47% (8866/18862)
Updating files: 48% (9054/18862)
Updating files: 49% (9243/18862)
Updating files: 50% (9431/18862)
Updating files: 51% (9620/18862)
Updating files: 52% (9809/18862)
Updating files: 53% (9997/18862)
Updating files: 54% (10186/18862)
Updating files: 55% (10375/18862)
Updating files: 56% (10563/18862)
Updating files: 57% (10752/18862)
Updating files: 58% (10940/18862)
Updating files: 59% (11129/18862)
Updating files: 60% (11318/18862)
Updating files: 61% (11506/18862)
Updating files: 62% (11695/18862)
Updating files: 63% (11884/18862)
Updating files: 64% (12072/18862)
Updating files: 65% (12261/18862)
Updating files: 65% (12368/18862)
Updating files: 66% (12449/18862)
Updating files: 67% (12638/18862)
Updating files: 68% (12827/18862)
Updating files: 69% (13015/18862)
Updating files: 70% (13204/18862)
Updating files: 71% (13393/18862)
Updating files: 72% (13581/18862)
Updating files: 73% (13770/18862)
Updating files: 74% (13958/18862)
Updating files: 75% (14147/18862)
Updating files: 76% (14336/18862)
Updating files: 77% (14524/18862)
Updating files: 78% (14713/18862)
Updating files: 79% (14901/18862)
Updating files: 80% (15090/18862)
Updating files: 81% (15279/18862)
Updating files: 82% (15467/18862)
Updating files: 83% (15656/18862)
Updating files: 84% (15845/18862)
Updating files: 85% (16033/18862)
Updating files: 86% (16222/18862)
Updating files: 87% (16410/18862)
Updating files: 88% (16599/18862)
Updating files: 89% (16788/18862)
Updating files: 90% (16976/18862)
Updating files: 90% (17160/18862)
Updating files: 91% (17165/18862)
Updating files: 92% (17354/18862)
Updating files: 93% (17542/18862)
Updating files: 94% (17731/18862)
Updating files: 95% (17919/18862)
Updating files: 96% (18108/18862)
Updating files: 97% (18297/18862)
Updating files: 98% (18485/18862)
Updating files: 99% (18674/18862)
Updating files: 100% (18862/18862)
Updating files: 100% (18862/18862), done.
HEAD is now at d05139b478 [new release] nats-client (2 packages) (0.0.9)
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Updating d5058a91d4..e0fe0e5778
Fast-forward
packages/bin_there/bin_there.0.2.1a2/opam | 30 +++++++++++++++++++++++
packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam | 30 +++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100644 packages/bin_there/bin_there.0.2.1a2/opam
create mode 100644 packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981' locally
docker.io/ocaml/opam@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981: Pulling from ocaml/opam
912041a7b9f6: Pulling fs layer
384913182f58: Pulling fs layer
e7afd92310f2: Pulling fs layer
4c463b0e2a83: Pulling fs layer
414acffd690a: Pulling fs layer
e9fe6906cc38: Pulling fs layer
de3b3e62a756: Pulling fs layer
4c463b0e2a83: Waiting
414acffd690a: Waiting
3099becd7ce0: Pulling fs layer
e9fe6906cc38: Waiting
de3b3e62a756: Waiting
070a3c5c3800: Pulling fs layer
0a1f5b6ab287: Pulling fs layer
3099becd7ce0: Waiting
070a3c5c3800: Waiting
9c0a2ac17ad8: Pulling fs layer
0a1f5b6ab287: Waiting
bd2582e07236: Pulling fs layer
97e17cd4d04c: Pulling fs layer
9c0a2ac17ad8: Waiting
f448a6398a51: Pulling fs layer
97e17cd4d04c: Waiting
457e4400863c: Pulling fs layer
f448a6398a51: Waiting
fca49b31ca13: Pulling fs layer
14e2b0fb3b32: Pulling fs layer
fca49b31ca13: Waiting
3274c4c203d0: Pulling fs layer
c94da4bc4f13: Pulling fs layer
3274c4c203d0: Waiting
b0b816efbd05: Pulling fs layer
c94da4bc4f13: Waiting
dd657d165857: Pulling fs layer
4f4fb700ef54: Pulling fs layer
b0b816efbd05: Waiting
dd657d165857: Waiting
1939844c1e42: Pulling fs layer
a12f397df222: Pulling fs layer
61a60d8f7b0a: Pulling fs layer
1939844c1e42: Waiting
27115b0e59d9: Pulling fs layer
a12f397df222: Waiting
ee225e26bcf0: Pulling fs layer
27115b0e59d9: Waiting
05b5a741b2da: Pulling fs layer
ee225e26bcf0: Waiting
82107d8efc45: Pulling fs layer
dcf25205b3b2: Pulling fs layer
05b5a741b2da: Waiting
82107d8efc45: Waiting
dd1d2b63e706: Pulling fs layer
89f96c977b1d: Pulling fs layer
dcf25205b3b2: Waiting
64836cc68637: Pulling fs layer
dd1d2b63e706: Waiting
89f96c977b1d: Waiting
05682ec10158: Pulling fs layer
64836cc68637: Waiting
bb5304ad554a: Pulling fs layer
05682ec10158: Waiting
bdeefdd5c13a: Pulling fs layer
bb5304ad554a: Waiting
8fc5309d3aa8: Pulling fs layer
bdeefdd5c13a: Waiting
587f1186af6b: Pulling fs layer
8fc5309d3aa8: Waiting
baa1f11944d3: Pulling fs layer
587f1186af6b: Waiting
0c53051b4d52: Pulling fs layer
baa1f11944d3: Waiting
9e4c409346b6: Pulling fs layer
63f3735f26e9: Pulling fs layer
9e4c409346b6: Waiting
0c53051b4d52: Waiting
63f3735f26e9: Waiting
d83dffd5b939: Pulling fs layer
ab7b906a152e: Pulling fs layer
d83dffd5b939: Waiting
5bed40dbb244: Pulling fs layer
235b11023dc5: Pulling fs layer
ab7b906a152e: Waiting
5bed40dbb244: Waiting
b948046d8c24: Pulling fs layer
235b11023dc5: Waiting
b948046d8c24: Waiting
e7afd92310f2: Verifying Checksum
e7afd92310f2: Download complete
384913182f58: Verifying Checksum
384913182f58: Download complete
414acffd690a: Verifying Checksum
414acffd690a: Download complete
4c463b0e2a83: Verifying Checksum
4c463b0e2a83: Download complete
912041a7b9f6: Verifying Checksum
912041a7b9f6: Download complete
de3b3e62a756: Download complete
3099becd7ce0: Verifying Checksum
3099becd7ce0: Download complete
070a3c5c3800: Verifying Checksum
070a3c5c3800: Download complete
0a1f5b6ab287: Verifying Checksum
0a1f5b6ab287: Download complete
9c0a2ac17ad8: Verifying Checksum
9c0a2ac17ad8: Download complete
bd2582e07236: Verifying Checksum
bd2582e07236: Download complete
e9fe6906cc38: Verifying Checksum
e9fe6906cc38: Download complete
f448a6398a51: Verifying Checksum
f448a6398a51: Download complete
97e17cd4d04c: Verifying Checksum
97e17cd4d04c: Download complete
457e4400863c: Verifying Checksum
457e4400863c: Download complete
fca49b31ca13: Verifying Checksum
fca49b31ca13: Download complete
14e2b0fb3b32: Verifying Checksum
14e2b0fb3b32: Download complete
3274c4c203d0: Verifying Checksum
3274c4c203d0: Download complete
b0b816efbd05: Verifying Checksum
b0b816efbd05: Download complete
c94da4bc4f13: Download complete
dd657d165857: Verifying Checksum
dd657d165857: Download complete
4f4fb700ef54: Download complete
1939844c1e42: Verifying Checksum
1939844c1e42: Download complete
a12f397df222: Verifying Checksum
a12f397df222: Download complete
61a60d8f7b0a: Verifying Checksum
61a60d8f7b0a: Download complete
27115b0e59d9: Verifying Checksum
27115b0e59d9: Download complete
ee225e26bcf0: Verifying Checksum
ee225e26bcf0: Download complete
05b5a741b2da: Verifying Checksum
05b5a741b2da: Download complete
82107d8efc45: Verifying Checksum
82107d8efc45: Download complete
dcf25205b3b2: Verifying Checksum
dcf25205b3b2: Download complete
dd1d2b63e706: Verifying Checksum
dd1d2b63e706: Download complete
89f96c977b1d: Verifying Checksum
89f96c977b1d: Download complete
64836cc68637: Verifying Checksum
64836cc68637: Download complete
05682ec10158: Verifying Checksum
05682ec10158: Download complete
bdeefdd5c13a: Verifying Checksum
bdeefdd5c13a: Download complete
587f1186af6b: Verifying Checksum
587f1186af6b: Download complete
baa1f11944d3: Verifying Checksum
baa1f11944d3: Download complete
0c53051b4d52: Verifying Checksum
0c53051b4d52: Download complete
912041a7b9f6: Pull complete
9e4c409346b6: Verifying Checksum
9e4c409346b6: Download complete
384913182f58: Pull complete
e7afd92310f2: Pull complete
63f3735f26e9: Verifying Checksum
63f3735f26e9: Download complete
d83dffd5b939: Download complete
bb5304ad554a: Download complete
8fc5309d3aa8: Verifying Checksum
8fc5309d3aa8: Download complete
4c463b0e2a83: Pull complete
5bed40dbb244: Download complete
235b11023dc5: Verifying Checksum
235b11023dc5: Download complete
414acffd690a: Pull complete
b948046d8c24: Download complete
ab7b906a152e: Verifying Checksum
ab7b906a152e: Download complete
e9fe6906cc38: Pull complete
de3b3e62a756: Pull complete
3099becd7ce0: Pull complete
070a3c5c3800: Pull complete
0a1f5b6ab287: Pull complete
9c0a2ac17ad8: Pull complete
bd2582e07236: Pull complete
97e17cd4d04c: Pull complete
f448a6398a51: Pull complete
457e4400863c: Pull complete
fca49b31ca13: Pull complete
14e2b0fb3b32: Pull complete
3274c4c203d0: Pull complete
c94da4bc4f13: Pull complete
b0b816efbd05: Pull complete
dd657d165857: Pull complete
4f4fb700ef54: Pull complete
1939844c1e42: Pull complete
a12f397df222: Pull complete
61a60d8f7b0a: Pull complete
27115b0e59d9: Pull complete
ee225e26bcf0: Pull complete
05b5a741b2da: Pull complete
82107d8efc45: Pull complete
dcf25205b3b2: Pull complete
dd1d2b63e706: Pull complete
89f96c977b1d: Pull complete
64836cc68637: Pull complete
05682ec10158: Pull complete
bb5304ad554a: Pull complete
bdeefdd5c13a: Pull complete
8fc5309d3aa8: Pull complete
587f1186af6b: Pull complete
baa1f11944d3: Pull complete
0c53051b4d52: Pull complete
9e4c409346b6: Pull complete
63f3735f26e9: Pull complete
d83dffd5b939: Pull complete
ab7b906a152e: Pull complete
5bed40dbb244: Pull complete
235b11023dc5: Pull complete
b948046d8c24: Pull complete
Digest: sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
Status: Downloaded newer image for ocaml/opam@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
2026-04-27 09:15.56 ---> using "fedff45d71f4e2a7219b04789e723fe5dc928d6bd0c027a3b2fc4ad43336df83" 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-27 09:15.56 ---> using "6673f2a7048d940a912ef48e0517cfd0a32d1336b1acaffa227db13ecf444162" 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.
Continue? [Y/n] y
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.
[NOTE] The 'jobs' option was reset, its value was 79 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=79 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 09:15.56 ---> using "676ef6ff497bb8677fcd33f3d7e6a7dd36459a47f61409ab8e3e5e1b8af06a26" 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=arm64 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 15
# 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-27 09:15.56 ---> using "1a3abb48806c22754a0c5cef9c5caf541ab0c299f47e37cd482507d61b9f087b" 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-27 09:15.56 ---> using "afa94398c3620d87569ab7433d07e79001fd40da7a2fc3519140008f6f03a198" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:16.16 ---> saved as "48102b8a837ae3839d6c3e617c487c9cab4f362dff1c59021375443b13f6699c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:17.12 ---> saved as "63fec36f1daccfac574ada58a2e4ca4a10a31cb62f6a12c969140303d2ee5ac2"
/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 arm64 Packages [126 kB]
- Fetched 217 kB in 0s (698 kB/s)
- Reading package lists...
-
2026-04-27 09:17.15 ---> saved as "c6a423b4a183b3944245c10643d37a9d6984aea770192eb0630ee11557ec2fb1"
/home/opam: (run (shell "opam pin add -k version -yn ppx_bin_there.0.2.1a2 0.2.1a2"))
ppx_bin_there is now pinned to version 0.2.1a2
2026-04-27 09:17.16 ---> saved as "a4271a884e2f2ede2452e9605803330f9fbdddd95c974ece41d7dc70f51dc693"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_bin_there.0.2.1a2;\
\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\" != 'ppx_bin_there.0.2.1a2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_bin_there.0.2.1a2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install bin_there 0.2.1a2 [required by ppx_bin_there]
- install dune 3.22.2 [required by ppx_bin_there]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ppx_bin_there 0.2.1a2 (pinned)
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by ppx_bin_there]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bin_there.0.2.1a2 (https://gitlab.com/api/v4/projects/81089450/packages/generic/bin_there/0.2.1a2/bin_there-0.2.1a2.tar.gz)
-> retrieved dune.3.22.2 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ppx_bin_there.0.2.1a2 (https://gitlab.com/api/v4/projects/81089450/packages/generic/ppx_bin_there/0.2.1a2/ppx_bin_there-0.2.1a2.tar.gz)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.22.2
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed bin_there.0.2.1a2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_bin_there.0.2.1a2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-27 09:19.13 ---> saved as "0f664a8a0fc8eeded1cd686077a9921cc8daae68cf912348c00637b3c081a066"
Job succeeded
2026-04-27 09:19.33: Job succeeded