(for PR #28291)
2025-10-17 13:54.22: New job: build archive.3.7.2+6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312)
on debian-testing-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/28291/head" && git reset --hard 3e46e7fd
git fetch origin master
git merge --no-edit 5bf570252bd9fee71938b828ca0b86573c1e3355
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359
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 archive.3.7.2+6 3.7.2+6
RUN opam reinstall archive.3.7.2+6; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'archive.3.7.2+6' && 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 .
2025-10-17 13:54.22: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312"
2025-10-17 13:54.22: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359)
(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 archive.3.7.2+6 3.7.2+6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall archive.3.7.2+6;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'archive.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-10-17 13:54.22: Connecting to build cluster…
2025-10-17 13:54.22: Waiting for resource in pool OCluster
2025-10-17 14:08.18: Waiting for worker…
2025-10-17 14:10.46: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 5bf570252b Merge pull request #28700 from drjdn/opam-publish-p5scm.0.5.0
Merge made by the 'ort' strategy.
packages/archive-lwt/archive-lwt.3.7.2+6/opam | 52 ++++++++++++++++++++
packages/archive/archive.3.7.2+6/opam | 69 +++++++++++++++++++++++++++
2 files changed, 121 insertions(+)
create mode 100644 packages/archive-lwt/archive-lwt.3.7.2+6/opam
create mode 100644 packages/archive/archive.3.7.2+6/opam
(from ocaml/opam:debian-testing-ocaml-5.4@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359' locally
docker.io/ocaml/opam@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359: Pulling from ocaml/opam
e53bf7ab07ea: Already exists
40e83fd03a64: Already exists
3acc4d2a68a3: Already exists
5b42b9559bc8: Already exists
638cc70cd4c9: Already exists
0f2ece377762: Already exists
d5a0c2fc7bee: Already exists
3972d94ac4a1: Already exists
7f2380dd5d83: Already exists
ccb2e4972165: Already exists
06b72e45c926: Already exists
6e326f3ebcbf: Already exists
1ed93e22d455: Already exists
632d8c92cdde: Already exists
6a8565a9e443: Already exists
c059a4cbd7b9: Already exists
3a00fdc9e291: Already exists
a0b62589bd38: Already exists
65d69ef7ccbb: Already exists
bca1fd5341ba: Already exists
34b9849c2772: Already exists
4f4fb700ef54: Already exists
d8d3d0744e38: Already exists
788c7ce0e0e5: Already exists
f5491c406cef: Already exists
704bb14c9120: Already exists
ab6a8381ad56: Already exists
ab17158c7049: Already exists
181308c36661: Already exists
dc1e99141a78: Already exists
4c38358a39a0: Already exists
ecd00ba12154: Already exists
130264e00ffb: Already exists
f5d3e0233be6: Already exists
a650dfb6a4bc: Already exists
6172af6d7fc2: Already exists
aa2fc4d6f7cc: Already exists
428e07980479: Already exists
2d89bd9e273e: Already exists
054b98ff0ed8: Already exists
d2463d805491: Pulling fs layer
d235edda5ef8: Pulling fs layer
11e7dc7d979b: Pulling fs layer
030694252337: Pulling fs layer
d2463d805491: Waiting
6144aba2efc2: Pulling fs layer
163e9cbfe9bf: Pulling fs layer
37b76bb0c815: Pulling fs layer
d235edda5ef8: Waiting
030694252337: Waiting
6144aba2efc2: Waiting
11e7dc7d979b: Waiting
37b76bb0c815: Waiting
d2463d805491: Verifying Checksum
d2463d805491: Download complete
d2463d805491: Pull complete
d235edda5ef8: Download complete
d235edda5ef8: Pull complete
11e7dc7d979b: Verifying Checksum
11e7dc7d979b: Download complete
11e7dc7d979b: Pull complete
6144aba2efc2: Verifying Checksum
6144aba2efc2: Download complete
163e9cbfe9bf: Verifying Checksum
163e9cbfe9bf: Download complete
37b76bb0c815: Verifying Checksum
37b76bb0c815: Download complete
030694252337: Verifying Checksum
030694252337: Download complete
030694252337: Pull complete
6144aba2efc2: Pull complete
163e9cbfe9bf: Pull complete
37b76bb0c815: Pull complete
Digest: sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359
Status: Downloaded newer image for ocaml/opam@sha256:4e657be0131438aaad03fbcc19ff8b51db062c1e209ef4f2ee4eb93648b16359
2025-10-17 14:10.49 ---> using "294c85adc29eec8143dde5bdc8bb2409c991a7ebb0dfcd1cc060488ee11fc210" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-10-17 14:10.49 ---> using "248a98cfed5b205bfc9311d9dd81eceb20bb320557feb4197ed6d3aa68ff0586" 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
2025-10-17 14:10.49 ---> using "864f9a2f6b738e199c498c76194ba4947b78cc60975c5d73b6731038ac41b6e7" 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.4.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-10-17 14:10.49 ---> using "8460c8edaf1bd14b62aa7ddbbd56c55241895a8020daf918ecd6500f4c08e567" 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/"))
2025-10-17 14:10.49 ---> using "d96654ed53bd08f03aaefdc5041df1b8982374c606aac7c11fcb83310651f3c3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-10-17 14:10.50 ---> using "f3e78a63ce74a415458433263ce82586a492dbf219d5be8924e79874f8a81af5" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-17 14:10.54 ---> saved as "f4dbec9b4fa2e2772339cf0e43eb66c7d43a60b353db4e3afd2a4b7c9dc0909f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [147 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2025-10-17-0808.00-F-2025-10-11-1407.05.pdiff [310 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2025-10-17-0808.00-F-2025-10-11-1407.05.pdiff [310 kB]
- Fetched 609 kB in 3s (230 kB/s)
- Reading package lists...
-
2025-10-17 14:10.58 ---> saved as "d14c5dd1559f83e23b22d4b7dea71c8deeddc0fb2b528ae2b98df4626213f138"
/home/opam: (run (shell "opam pin add -k version -yn archive.3.7.2+6 3.7.2+6"))
archive is now pinned to version 3.7.2+6
2025-10-17 14:10.59 ---> saved as "a0dd01b30a98cad2810a5bacfac12dac918150724c6bf3bd6658db6c85ff06f2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall archive.3.7.2+6;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'archive.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
archive.3.7.2+6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install archive 3.7.2+6 (pinned)
- install conf-pkg-config 4 [required by archive]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by archive]
- install dune-configurator 3.20.2 [required by archive]
- install fileutils 0.6.6 [required by archive]
The following system packages will first need to be installed:
libarchive-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libarchive-dev" "pkg-config"
- Selecting previously unselected package bzip2-doc.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20820 files and directories currently installed.)
- Preparing to unpack .../00-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b3_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Selecting previously unselected package libattr1-dev:amd64.
- Preparing to unpack .../02-libattr1-dev_1%3a2.5.2-3_amd64.deb ...
- Unpacking libattr1-dev:amd64 (1:2.5.2-3) ...
- Selecting previously unselected package libacl1-dev:amd64.
- Preparing to unpack .../03-libacl1-dev_2.3.2-2+b1_amd64.deb ...
- Unpacking libacl1-dev:amd64 (2.3.2-2+b1) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../04-libxml2-16_2.14.6+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.14.6+dfsg-0.1) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../05-libarchive13t64_3.7.4-4+b1_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-4+b1) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../06-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libext2fs2t64:amd64.
- Preparing to unpack .../07-libext2fs2t64_1.47.2-3+b3_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64'
- Unpacking libext2fs2t64:amd64 (1.47.2-3+b3) ...
- Selecting previously unselected package libext2fs-dev.
- Preparing to unpack .../08-libext2fs-dev_1.47.2-3+b3_amd64.deb ...
- Unpacking libext2fs-dev (1.47.2-3+b3) ...
- Selecting previously unselected package libxxhash-dev:amd64.
- Preparing to unpack .../09-libxxhash-dev_0.8.3-2_amd64.deb ...
- Unpacking libxxhash-dev:amd64 (0.8.3-2) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../10-liblz4-dev_1.10.0-4_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.10.0-4) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../11-liblzma-dev_5.8.1-2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.8.1-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../12-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../13-libxml2-dev_2.14.6+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.14.6+dfsg-0.1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../16-nettle-dev_3.10.2-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.2-1) ...
- Selecting previously unselected package libarchive-dev:amd64.
- Preparing to unpack .../17-libarchive-dev_3.7.4-4+b1_amd64.deb ...
- Unpacking libarchive-dev:amd64 (3.7.4-4+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../18-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../19-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../20-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../21-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libattr1-dev:amd64 (1:2.5.2-3) ...
- Setting up libxml2-16:amd64 (2.14.6+dfsg-0.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3+b3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libxxhash-dev:amd64 (0.8.3-2) ...
- Setting up liblzma-dev:amd64 (5.8.1-2) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libext2fs2t64:amd64 (1.47.2-3+b3) ...
- Setting up libext2fs-dev (1.47.2-3+b3) ...
- Setting up libarchive13t64:amd64 (3.7.4-4+b1) ...
- Setting up libacl1-dev:amd64 (2.3.2-2+b1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- Setting up nettle-dev:amd64 (3.10.2-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libxml2-dev:amd64 (2.14.6+dfsg-0.1) ...
- Setting up liblz4-dev:amd64 (1.10.0-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libarchive-dev:amd64 (3.7.4-4+b1) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved archive.3.7.2+6 (https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed fileutils.0.6.6
-> installed dune-configurator.3.20.2
-> installed archive.3.7.2+6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-17 14:11.41 ---> saved as "b0b67d226932552ae3270bf10a58d111aa498debf4ff78f83e52266eed8eddfe"
Job succeeded
2025-10-17 14:11.46: Job succeeded