Build:
- 0
2026-04-26 10:23.01: New job: build uspf.0.2.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29803/head (b7a3f5cd92941768cd0707b7c1df7d96e45d9a8c)
on opensuse-15.6-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/29803/head" && git reset --hard b7a3f5cd
git fetch origin master
git merge --no-edit 9e0a49a82187f4efe4f6beb9e9796cee116f8dcf
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
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 uspf.0.2.1 0.2.1
RUN opam reinstall uspf.0.2.1; \
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-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'uspf.0.2.1' && 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-26 10:23.01: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034-uspf.0.2.1-b7a3f5cd92941768cd0707b7c1df7d96e45d9a8c"
2026-04-26 10:23.01: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034)
(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 uspf.0.2.1 0.2.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall uspf.0.2.1;\
\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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'uspf.0.2.1' && 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-26 10:23.01: Waiting for resource in pool OCluster
2026-04-26 10:23.02: Waiting for worker…
2026-04-26 10:23.03: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 9e0a49a821 Merge pull request #29800 from jmid/revert-compiler-shim-commit
Updating 9e0a49a821..b7a3f5cd92
Fast-forward
packages/uspf-lwt/uspf-lwt.0.2.1/opam | 34 +++++++++++++++++++++++
packages/uspf-mirage/uspf-mirage.0.2.1/opam | 34 +++++++++++++++++++++++
packages/uspf/uspf.0.2.1/opam | 42 +++++++++++++++++++++++++++++
3 files changed, 110 insertions(+)
create mode 100644 packages/uspf-lwt/uspf-lwt.0.2.1/opam
create mode 100644 packages/uspf-mirage/uspf-mirage.0.2.1/opam
create mode 100644 packages/uspf/uspf.0.2.1/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034' locally
docker.io/ocaml/opam@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034: Pulling from ocaml/opam
90c02a347c3c: Pulling fs layer
8897514220d6: Pulling fs layer
a195e4a07731: Pulling fs layer
8897514220d6: Waiting
9e93f31a934e: Pulling fs layer
90c02a347c3c: Waiting
a195e4a07731: Waiting
842744d5ae39: Pulling fs layer
9e93f31a934e: Waiting
f04b9f922eed: Pulling fs layer
842744d5ae39: Waiting
969aa3db0971: Pulling fs layer
f04b9f922eed: Waiting
27b14d4974c2: Pulling fs layer
969aa3db0971: Waiting
1f4d296ad520: Pulling fs layer
27b14d4974c2: Waiting
373319111c57: Pulling fs layer
1f4d296ad520: Waiting
0931421d11a5: Pulling fs layer
373319111c57: Waiting
bac2bd2e2773: Pulling fs layer
0931421d11a5: Waiting
822b5a990337: Pulling fs layer
bac2bd2e2773: Waiting
822b5a990337: Waiting
c0c039fa3692: Pulling fs layer
27669e07f7fc: Pulling fs layer
c0c039fa3692: Waiting
f081d6795393: Pulling fs layer
27669e07f7fc: Waiting
2bf880486993: Pulling fs layer
2bf880486993: Waiting
6ddcdc43733e: Pulling fs layer
6ddcdc43733e: Waiting
4f4fb700ef54: Pulling fs layer
04b7f8e07bbc: Pulling fs layer
4f4fb700ef54: Waiting
7a3549425286: Pulling fs layer
04b7f8e07bbc: Waiting
24751b267d5d: Pulling fs layer
7a3549425286: Waiting
26d9a744b963: Pulling fs layer
24751b267d5d: Waiting
8855125bac96: Pulling fs layer
26d9a744b963: Waiting
b9f417896137: Pulling fs layer
8855125bac96: Waiting
e3853bf34c11: Pulling fs layer
b9f417896137: Waiting
89b27a242ce6: Pulling fs layer
e3853bf34c11: Waiting
7645daa3e9be: Pulling fs layer
89b27a242ce6: Waiting
997ce5787a5b: Pulling fs layer
7645daa3e9be: Waiting
8d7542bace95: Pulling fs layer
997ce5787a5b: Waiting
18651218d3da: Pulling fs layer
cc730d3a9d34: Pulling fs layer
8d7542bace95: Waiting
18651218d3da: Waiting
44a113e0d08a: Pulling fs layer
4c75100000de: Pulling fs layer
cc730d3a9d34: Waiting
44a113e0d08a: Waiting
5fbb2e9fd522: Pulling fs layer
688c0821aaf4: Pulling fs layer
5fbb2e9fd522: Waiting
4c75100000de: Waiting
526eb4067e02: Pulling fs layer
688c0821aaf4: Waiting
6573da08bbcb: Pulling fs layer
526eb4067e02: Waiting
ff78e986e98a: Pulling fs layer
bfe394b1b904: Pulling fs layer
6573da08bbcb: Waiting
ff78e986e98a: Waiting
0816c28f2f9a: Pulling fs layer
bfe394b1b904: Waiting
c40754617d1c: Pulling fs layer
0816c28f2f9a: Waiting
c4b0dd2a33d9: Pulling fs layer
c40754617d1c: Waiting
3a1cc43624c0: Pulling fs layer
c4b0dd2a33d9: Waiting
3a1cc43624c0: Waiting
90c02a347c3c: Verifying Checksum
90c02a347c3c: Download complete
8897514220d6: Download complete
90c02a347c3c: Pull complete
8897514220d6: Pull complete
a195e4a07731: Verifying Checksum
a195e4a07731: Download complete
842744d5ae39: Verifying Checksum
842744d5ae39: Download complete
f04b9f922eed: Verifying Checksum
f04b9f922eed: Download complete
a195e4a07731: Pull complete
9e93f31a934e: Verifying Checksum
9e93f31a934e: Download complete
969aa3db0971: Verifying Checksum
969aa3db0971: Download complete
27b14d4974c2: Verifying Checksum
27b14d4974c2: Download complete
373319111c57: Verifying Checksum
373319111c57: Download complete
1f4d296ad520: Verifying Checksum
1f4d296ad520: Download complete
bac2bd2e2773: Verifying Checksum
bac2bd2e2773: Download complete
0931421d11a5: Verifying Checksum
0931421d11a5: Download complete
822b5a990337: Verifying Checksum
822b5a990337: Download complete
27669e07f7fc: Verifying Checksum
27669e07f7fc: Download complete
f081d6795393: Verifying Checksum
f081d6795393: Download complete
c0c039fa3692: Verifying Checksum
c0c039fa3692: Download complete
2bf880486993: Verifying Checksum
2bf880486993: Download complete
4f4fb700ef54: Download complete
6ddcdc43733e: Verifying Checksum
6ddcdc43733e: Download complete
04b7f8e07bbc: Verifying Checksum
04b7f8e07bbc: Download complete
7a3549425286: Download complete
24751b267d5d: Verifying Checksum
24751b267d5d: Download complete
26d9a744b963: Verifying Checksum
26d9a744b963: Download complete
8855125bac96: Verifying Checksum
b9f417896137: Download complete
e3853bf34c11: Download complete
7645daa3e9be: Verifying Checksum
7645daa3e9be: Download complete
89b27a242ce6: Download complete
997ce5787a5b: Download complete
8d7542bace95: Verifying Checksum
8d7542bace95: Download complete
18651218d3da: Verifying Checksum
18651218d3da: Download complete
44a113e0d08a: Verifying Checksum
44a113e0d08a: Download complete
5fbb2e9fd522: Verifying Checksum
5fbb2e9fd522: Download complete
688c0821aaf4: Download complete
526eb4067e02: Verifying Checksum
526eb4067e02: Download complete
6573da08bbcb: Download complete
ff78e986e98a: Verifying Checksum
ff78e986e98a: Download complete
9e93f31a934e: Pull complete
842744d5ae39: Pull complete
f04b9f922eed: Pull complete
bfe394b1b904: Verifying Checksum
bfe394b1b904: Download complete
969aa3db0971: Pull complete
4c75100000de: Verifying Checksum
4c75100000de: Download complete
27b14d4974c2: Pull complete
c40754617d1c: Verifying Checksum
c40754617d1c: Download complete
1f4d296ad520: Pull complete
373319111c57: Pull complete
c4b0dd2a33d9: Verifying Checksum
c4b0dd2a33d9: Download complete
0931421d11a5: Pull complete
3a1cc43624c0: Verifying Checksum
3a1cc43624c0: Download complete
cc730d3a9d34: Verifying Checksum
cc730d3a9d34: Download complete
bac2bd2e2773: Pull complete
822b5a990337: Pull complete
c0c039fa3692: Pull complete
27669e07f7fc: Pull complete
f081d6795393: Pull complete
2bf880486993: Pull complete
6ddcdc43733e: Pull complete
0816c28f2f9a: Verifying Checksum
0816c28f2f9a: Download complete
4f4fb700ef54: Pull complete
04b7f8e07bbc: Pull complete
7a3549425286: Pull complete
24751b267d5d: Pull complete
26d9a744b963: Pull complete
8855125bac96: Pull complete
b9f417896137: Pull complete
e3853bf34c11: Pull complete
89b27a242ce6: Pull complete
7645daa3e9be: Pull complete
997ce5787a5b: Pull complete
8d7542bace95: Pull complete
18651218d3da: Pull complete
cc730d3a9d34: Pull complete
44a113e0d08a: Pull complete
4c75100000de: Pull complete
5fbb2e9fd522: Pull complete
688c0821aaf4: Pull complete
526eb4067e02: Pull complete
6573da08bbcb: Pull complete
ff78e986e98a: Pull complete
bfe394b1b904: Pull complete
0816c28f2f9a: Pull complete
c40754617d1c: Pull complete
c4b0dd2a33d9: Pull complete
3a1cc43624c0: Pull complete
Digest: sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
Status: Downloaded newer image for ocaml/opam@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
2026-04-26 10:30.40 ---> saved as "836cbd75f3097640efba2469c991181f725dfc31b091a8691d582890a8705d53"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-26 10:30.40 ---> saved as "9dac4fffea1d3ab4375dc9747706c61d879eb5bfab88cb922906c0869f91f962"
/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-26 10:31.05 ---> saved as "a5dd36c8871897a0c9198a88a3de7a82074b007e710b264065fbbb5e1c2b216e"
/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=15.6
# 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.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-26 10:31.06 ---> saved as "f477a8dfdffc64bdf2a58c03c6fe65e89836b53c2b78d496bdbed76bc5b43f4e"
/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-26 10:31.13 ---> saved as "85d397d85879434a608db8d55ee8703be830180a07910f815bbd2462290a3958"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-26 10:31.21 ---> saved as "0ed6cf16c9d9ef11601bd72840128f90bd35999ab4a2a57f452a5aff737cc8df"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-26 10:31.39 ---> saved as "09b2acd3d58d259deab469a38166265f4f30005dc7099231c2173c761a02c736"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .........
- .......
- ...
- ........
- ......
- ........
- ......
- .......
- ........
- ........
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ........
- ............
- ..........
- .........
- .......
- ........
- ..........
- .........
- .......
- ....
- ........
- ..........
- .........
- .......
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- ........
- ........
- ........
- ......
- .
- .........
- ...........
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-26 10:33.11 ---> saved as "3480501c4d700c3492be3a450c78615dd1cb8d4275740d5284cdf49c38954e9e"
/home/opam: (run (shell "opam pin add -k version -yn uspf.0.2.1 0.2.1"))
uspf is now pinned to version 0.2.1
2026-04-26 10:33.12 ---> saved as "95a0ec08945a0b4b6b08cf74319d1499f978aaca952b948c57a1352e64f28015"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall uspf.0.2.1;\
\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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'uspf.0.2.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
uspf.0.2.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 packages
- install angstrom 0.16.1 [required by uspf]
- install base-bytes base [required by ocplib-endian]
- install base64 3.5.2 [required by dns, mrmime]
- install bigstringaf 0.10.0 [required by angstrom]
- install bstr 0.0.4 [required by mrmime]
- install coin 0.1.5 [required by rosetta]
- install colombe 0.13.0 [required by uspf]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install digestif 1.3.0 [required by mirage-crypto-rng]
- install dns 10.2.5 [required by uspf]
- install dns-client 10.2.5 [required by uspf]
- install domain-name 0.5.0 [required by uspf]
- install dune 3.22.2 [required by uspf]
- install dune-configurator 3.22.2 [required by bigstringaf, mirage-crypto-rng]
- install duration 0.3.1 [required by dns]
- install emile 1.1 [required by colombe, mrmime]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install fmt 0.11.0 [required by uspf]
- install gmap 0.3.0 [required by dns]
- install hmap 0.8.1 [required by uspf]
- install ipaddr 5.6.2 [required by uspf]
- install ke 0.6 [required by mrmime]
- install logs 0.10.0 [required by uspf]
- install lru 0.3.1 [required by dns]
- install lwt 6.1.1 [required by uspf]
- install macaddr 5.6.2 [required by ipaddr]
- install metrics 0.5.0 [required by dns]
- install mirage-crypto 2.1.0 [required by mirage-crypto-rng]
- install mirage-crypto-rng 2.1.0 [required by dns-client]
- install mrmime 0.7.2 [required by uspf]
- install mtime 2.1.0 [required by dns-client]
- install ocaml-syntax-shims 1.0.0 [required by angstrom, colombe]
- install ocamlbuild 0.16.1 [required by hmap]
- install ocamlfind 1.9.8 [required by hmap]
- install ocplib-endian 1.2 [required by lwt]
- install ohex 0.2.0 [required by dns]
- install pecu 0.7 [required by mrmime]
- install prettym 0.0.5 [required by mrmime]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by dns, mrmime]
- install randomconv 0.2.0 [required by dns-client]
- install rosetta 0.4.0 [required by mrmime]
- install seq base [required by psq]
- install topkg 1.1.1 [required by hmap]
- install unstrctrd 0.4 [required by mrmime]
- install uspf 0.2.1 (pinned)
- install uutf 1.0.4 [required by mrmime]
- install uuuu 0.4.0 [required by rosetta]
- install yuscii 0.3.0 [required by rosetta]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bstr.0.0.4 (cached)
-> retrieved coin.0.1.5 (cached)
-> retrieved colombe.0.13.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dns.10.2.5, dns-client.10.2.5 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mrmime.0.7.2 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved prettym.0.0.5 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved rosetta.0.4.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved topkg.1.1.1 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> retrieved uspf.0.2.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved uuuu.0.4.0 (cached)
-> retrieved yuscii.0.3.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.22.2
-> installed duration.0.3.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed bstr.0.0.4
-> installed coin.0.1.5
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed ke.0.6
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed pecu.0.7
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed uuuu.0.4.0
-> installed yuscii.0.3.0
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed rosetta.0.4.0
-> installed prettym.0.0.5
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed unstrctrd.0.4
-> installed mirage-crypto.2.1.0
-> installed emile.1.1
-> installed colombe.0.13.0
-> installed mrmime.0.7.2
-> installed lwt.6.1.1
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed dns.10.2.5
-> installed dns-client.10.2.5
-> installed uspf.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-26 10:34.01 ---> saved as "36cc1901b75a592e726d487953a7e3307ec15ec6604061094c757024af7f54d4"
Job succeeded
2026-04-26 10:34.09: Job succeeded