Build:
- 0
2026-01-13 04:52.05: New job: build markdown_monolith.0.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29218/head (7cc188286c252047a59d304d3f06f2a5479b2750)
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/29218/head" && git reset --hard 7cc18828
git fetch origin master
git merge --no-edit 1c361fac36225534ee877701522e296785f9a9db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e
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 markdown_monolith.0.1.1 0.1.1
RUN opam reinstall markdown_monolith.0.1.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" != 'markdown_monolith.0.1.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-01-13 04:52.05: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e-markdown_monolith.0.1.1-7cc188286c252047a59d304d3f06f2a5479b2750"
2026-01-13 04:52.05: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e)
(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 markdown_monolith.0.1.1 0.1.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall markdown_monolith.0.1.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\" != 'markdown_monolith.0.1.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-01-13 04:52.05: Waiting for resource in pool OCluster
2026-01-13 20:04.59: Waiting for worker…
2026-01-13 20:07.51: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 1c361fac36 Merge pull request #29210 from dinosaure/release-miou-v0.5.1
Updating 1c361fac36..7cc188286c
Fast-forward
.../markdown_monolith/markdown_monolith.0.1.1/opam | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 packages/markdown_monolith/markdown_monolith.0.1.1/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e' locally
docker.io/ocaml/opam@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e: Pulling from ocaml/opam
bda279763dd4: Already exists
3c0ad83811e0: Already exists
993a24bb2a91: Already exists
2361a40c83ee: Already exists
eb940a926d29: Already exists
706b78ba2c28: Already exists
8d31a58854d5: Already exists
88ff135c9e24: Already exists
20b7fd69972e: Already exists
de3ebe8e9aa0: Already exists
a3d2c9773717: Already exists
5e9f2456efd2: Already exists
75590365950e: Already exists
c77c8680ed71: Already exists
47e6b543e314: Already exists
e2884a169069: Already exists
fa121332de89: Already exists
28995ffe8f0e: Already exists
28995ffe8f0e: Already exists
4f4fb700ef54: Already exists
4f9440c5ea6c: Already exists
3888436df689: Already exists
7d6a7e5eeb4b: Already exists
70c75d201502: Already exists
d7fc77799b19: Already exists
769c169e20e5: Already exists
384c31d15508: Already exists
2ab704f88309: Already exists
ba5471b75ac5: Already exists
8a397a786bf2: Already exists
d0efcce756ae: Already exists
c550c123b37a: Already exists
6b2dc5f63275: Already exists
a2abff838657: Already exists
b64a70232a2d: Already exists
b3f01f597b41: Already exists
5d8330d550d8: Already exists
bc391a03af1f: Already exists
7c1b08c573c8: Already exists
7c6876ae0e45: Already exists
1b02ca60eb9e: Already exists
5cd2941e22cf: Already exists
58801b6ee8b3: Already exists
f8a036148965: Already exists
dfb0fe3de6b9: Already exists
Digest: sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e
Status: Downloaded newer image for ocaml/opam@sha256:d264460107c6d3e2f8985a5d118e650e094a56cfa6e08e5863583cb27018057e
2026-01-13 20:08.28 ---> saved as "28b3298281fb409c07f0d4d506c2c35a70f345c5fce05d1013d4fc371b3d3230"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-13 20:08.28 ---> saved as "373900a96601762f71b34f48e27d67b9936e6d0abf8cc865c9eb428547b83d0a"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-13 20:08.56 ---> saved as "13ae9f9bf1ea4fc88b67ab95a632ad2fe580a934f060fcaf311ada5a15d09751"
/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_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.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
2026-01-13 20:08.57 ---> saved as "8ed9c6ea164d6f4d7bd44bdeb55ead526408768bfa795dddf59d41d13c65f254"
/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-01-13 20:09.06 ---> saved as "ba2a0663b7e5cb5c2c99fd288205214e76e4d6d8cb93d6f38590fb9ef9b5b745"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-13 20:09.16 ---> saved as "2e08db4094a81a840f4cd3c1febe6059eeb3ef708a035a23975f01d7a4beee1c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-13 20:09.36 ---> saved as "86bbe8aa291ac21e193e45501c5aea9c6df55e5e0e3bade1e56379e20c4a75aa"
/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]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .....
- .......
- .......done]
- Building repository 'Main Update Repository' cache [....done]
- 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-01-13 20:10.35 ---> saved as "b0cd37401ab3a7ae89ebb92454b2c50d8a3ec1c67e0a11b869e43876b97cafca"
/home/opam: (run (shell "opam pin add -k version -yn markdown_monolith.0.1.1 0.1.1"))
markdown_monolith is now pinned to version 0.1.1
2026-01-13 20:10.36 ---> saved as "5ef6fd8ff1a0ca4c6c3861af6be75bc158cd6d8dc416c6505d31571ea4417c85"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall markdown_monolith.0.1.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\" != 'markdown_monolith.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
markdown_monolith.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 69 packages
- install angstrom 0.16.1 [required by uri]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by conduit]
- install base v0.17.3 [required by ppx_sexp_conv]
- install base-bytes base [required by ocplib-endian]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install bos 0.2.1 [required by ca-certs]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install cmarkit 0.4.0 [required by markdown_monolith]
- install cmdliner 2.1.0 [required by markdown_monolith]
- install cohttp 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 6.2.1 [required by markdown_monolith]
- install conduit 8.0.0 [required by conduit-lwt]
- install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
- install conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-libssl 4 [required by ssl]
- install conf-pkg-config 4 [required by conf-libssl]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install digestif 1.3.0 [required by ca-certs]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.20.2 [required by markdown_monolith]
- install dune-configurator 3.20.2 [required by mirage-crypto, lwt, base, ssl]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install fmt 0.11.0 [required by cohttp-lwt-unix]
- install fpath 0.7.3 [required by ca-certs]
- install gmap 0.3.0 [required by x509]
- install http 6.2.1 [required by cohttp-lwt-unix]
- install ipaddr 5.6.1 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install ipaddr-sexp 5.6.1 [required by conduit-lwt-unix]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by cohttp-lwt-unix]
- install lwt 6.0.0 [required by markdown_monolith]
- install lwt_ssl 1.2.0 [required by markdown_monolith]
- install macaddr 5.6.1 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install markdown_monolith 0.1.1 (pinned)
- install mirage-crypto 2.0.2 [required by ca-certs]
- install mirage-crypto-ec 2.0.2 [required by x509]
- install mirage-crypto-pk 2.0.2 [required by x509]
- install mirage-crypto-rng 2.0.2 [required by x509]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by cmarkit]
- install ocamlfind 1.9.8 [required by cmarkit]
- install ocplib-endian 1.2 [required by lwt]
- install ohex 0.2.0 [required by ca-certs]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_sexp_conv v0.17.1 [required by cohttp-lwt-unix]
- install ppxlib 0.37.0 [required by ppx_sexp_conv]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install ptime 1.2.0 [required by ca-certs]
- install re 1.14.0 [required by cohttp]
- install rresult 0.7.0 [required by bos]
- install sexplib0 v0.17.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install ssl 0.7.0 [required by lwt_ssl]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install topkg 1.1.1 [required by cmarkit]
- install uri 4.4.0 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install uri-sexp 4.4.0 [required by cohttp]
- install x509 1.0.6 [required by ca-certs]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel libopenssl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "gmp-devel" "libopenssl-devel"
- Loading repository data...
- Warning: Repository 'Update Repository (Non-Oss)' metadata expired since 2026-01-08 15:51:18 UTC.
-
- Warning: Repository metadata expired: Check if 'autorefresh' is turned on (zypper lr), otherwise
- manually refresh the repository (zypper ref). If this does not solve the issue, it could be that
- you are using a broken mirror or the server has actually discontinued to support the repository.
-
- Reading installed packages...
- Resolving package dependencies...
-
- The following 5 NEW packages are going to be installed:
- gmp-devel jitterentropy-devel libgmpxx4 libopenssl-3-devel libopenssl-devel
-
- 5 new packages to install.
-
- Package download size: 2.6 MiB
-
- Package install size change:
- | 8.6 MiB required by packages that will be installed
- 8.6 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/5), 17.1 KiB
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [....done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/5), 2.2 MiB
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [.done]
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (3/5), 29.5 KiB
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64.rpm [.....
- ...done]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/5), 377.6 KiB
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.
- .done (51.3 KiB/s)]
- Retrieving: libopenssl-devel-3.1.4-150600.2.1.noarch (Main Repository) (5/5), 26.6 KiB
- Retrieving: libopenssl-devel-3.1.4-150600.2.1.noarch.rpm [.done]
-
- Checking for file conflicts: [....
- .done]
- (1/5) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [.
- .done]
- (2/5) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [....done]
- (3/5) Installing: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 [..done]
- (4/5) Installing: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64 [..done]
- (5/5) Installing: libopenssl-devel-3.1.4-150600.2.1.noarch [.
- .done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved cmarkit.0.4.0 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libssl.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-libssl.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.0.0 (cached)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved markdown_monolith.0.1.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed cmarkit.0.4.0
-> installed dune.3.20.2
-> installed duration.0.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed macaddr.5.6.1
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.1
-> installed digestif.1.3.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed mirage-crypto.2.0.2
-> installed kdf.1.0.0
-> installed uri.4.4.0
-> installed lwt.6.0.0
-> installed lwt_ssl.1.2.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.2
-> installed mirage-crypto-pk.2.0.2
-> installed base.v0.17.3
-> installed bos.0.2.1
-> installed mirage-crypto-ec.2.0.2
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed ipaddr-sexp.5.6.1
-> installed uri-sexp.4.4.0
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed markdown_monolith.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 20:12.31 ---> saved as "ab8863a96872cdd6248c40f48d459d97cec37067d16b8d004acf53a20b79555a"
Job succeeded
2026-01-13 20:12.37: Job succeeded