- github
- ocaml
- opam-repository
- e4a40d
- extras,ppc64-ocaml-4.14,curl_lwt.0.10.0
(not at the head of any monitored branch or PR)
2026-02-18 11:18.33: New job: build curl_lwt.0.10.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29421/head (e4a40d9efaf0f57348f6edf811dc5513cf04e4c6)
on debian-13-ocaml-4.14/ppc64le
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29421/head" && git reset --hard e4a40d9e
git fetch origin master
git merge --no-edit b5f07b3c26f80aa84f0fc82453a61b2bbb4b1ee0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:0cc8aa469cbceb1adce0c39287172de4953aa7711b3e554a56a9e83ae8537409
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 curl_lwt.0.10.0 0.10.0
RUN opam reinstall curl_lwt.0.10.0; \
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" != 'curl_lwt.0.10.0' && 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-02-18 11:18.33: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:0cc8aa469cbceb1adce0c39287172de4953aa7711b3e554a56a9e83ae8537409-curl_lwt.0.10.0-e4a40d9efaf0f57348f6edf811dc5513cf04e4c6"
2026-02-18 11:18.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:0cc8aa469cbceb1adce0c39287172de4953aa7711b3e554a56a9e83ae8537409)
(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 curl_lwt.0.10.0 0.10.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall curl_lwt.0.10.0;\
\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\" != 'curl_lwt.0.10.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-18 11:18.33: Waiting for resource in pool OCluster
2026-02-18 11:18.33: Waiting for worker…
2026-02-18 11:18.33: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at 8f0f545a1d [new release] qcow (4 packages) (0.13.0)
HEAD is now at b5f07b3c26 Merge pull request #29408 from Octachron/release_OCaml_5.4.1_and_4.14.3
Updating b5f07b3c26..e4a40d9efa
Fast-forward
packages/curl_lwt/curl_lwt.0.10.0/opam | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:0cc8aa469cbceb1adce0c39287172de4953aa7711b3e554a56a9e83ae8537409)
2026-02-18 11:18.38 ---> using "fc7559eb6f94c594e56820f76c710b97ee792e73d207f582fc77275af4f15610" 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-02-18 11:18.38 ---> using "98ba756a9233fb85af6aa73ef999081296ea5196eca2cc1d3df1123b1dd1f9c1" 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
2026-02-18 11:18.38 ---> using "ab338ebef953d6624d122abf506973319dc211504471f140c25c46b0b4a1c697" 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.0
# self-upgrade no
# system arch=ppc64 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 175
# 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-02-18 11:18.38 ---> using "a6d2dd33f3bdfff218f197c93fd2c7165a2d1729fa76f3c8b28b2b67a417dd85" 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-02-18 11:18.38 ---> using "8d61c10032e63eedc091db3d131eedbb86ce1e7547e7ff7798b989c9176fcfe9" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-18 11:21.49 ---> saved as "52756aa72ef2c3ccede6b396fa6be5aa721c37ef79ebda89a1f5a7a75a9e78b0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-18 11:22.08 ---> saved as "f0df1347db325565fcf976dff71e587cd0faa45de166fded4ca8bf1d26233420"
/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 ppc64el Packages [102 kB]
- Fetched 192 kB in 0s (1364 kB/s)
- Reading package lists...
2026-02-18 11:22.09 ---> saved as "63cd25b9a146ea9fe36d4fcf13094a4e0c4f9b91c5f523bb5026da17ffaba291"
/home/opam: (run (shell "opam pin add -k version -yn curl_lwt.0.10.0 0.10.0"))
curl_lwt is now pinned to version 0.10.0
2026-02-18 11:22.09 ---> saved as "e0e3782ce47fec8feff5be5674cc6fa8e27e6ff43c2788ddacf020df5b18f001"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall curl_lwt.0.10.0;\
\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\" != 'curl_lwt.0.10.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
curl_lwt.0.10.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install base-bytes base [required by ocplib-endian]
- install conf-libcurl 2 [required by curl]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by curl_lwt]
- install curl_lwt 0.10.0 (pinned)
- install dune 3.21.1 [required by curl_lwt]
- install dune-configurator 3.21.1 [required by curl, lwt]
- install lwt 6.1.0 [required by curl_lwt]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
The following system packages will first need to be installed:
libcurl4-gnutls-dev
<><> 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" "libcurl4-gnutls-dev"
- Selecting previously unselected package comerr-dev:ppc64el.
- (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 ... 20598 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b7_ppc64el.deb ...
- Unpacking comerr-dev:ppc64el (2.1-1.47.2-3+b7) ...
- Selecting previously unselected package libgssrpc4t64:ppc64el.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_ppc64el.deb ...
- Unpacking libgssrpc4t64:ppc64el (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:ppc64el.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_ppc64el.deb ...
- Unpacking libkadm5clnt-mit12:ppc64el (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:ppc64el.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_ppc64el.deb ...
- Unpacking libkdb5-10t64:ppc64el (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:ppc64el.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_ppc64el.deb ...
- Unpacking libkadm5srv-mit12:ppc64el (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:ppc64el.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_ppc64el.deb ...
- Unpacking krb5-multidev:ppc64el (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:ppc64el.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_ppc64el.deb ...
- Unpacking libbrotli-dev:ppc64el (1.1.0-2+b7) ...
- Selecting previously unselected package libevent-2.1-7t64:ppc64el.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_ppc64el.deb ...
- Unpacking libevent-2.1-7t64:ppc64el (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:ppc64el.
- Preparing to unpack .../08-libunbound8_1.22.0-2+deb13u1_ppc64el.deb ...
- Unpacking libunbound8:ppc64el (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:ppc64el.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3+deb13u1_ppc64el.deb ...
- Unpacking libgnutls-dane0t64:ppc64el (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libgnutls-openssl27t64:ppc64el.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3+deb13u1_ppc64el.deb ...
- Unpacking libgnutls-openssl27t64:ppc64el (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libidn2-dev:ppc64el.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_ppc64el.deb ...
- Unpacking libidn2-dev:ppc64el (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:ppc64el.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_ppc64el.deb ...
- Unpacking libp11-kit-dev:ppc64el (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:ppc64el.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_ppc64el.deb ...
- Unpacking libtasn1-6-dev:ppc64el (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:ppc64el.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:ppc64el.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_ppc64el.deb ...
- Unpacking nettle-dev:ppc64el (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:ppc64el.
- Preparing to unpack .../17-libgnutls28-dev_3.8.9-3+deb13u1_ppc64el.deb ...
- Unpacking libgnutls28-dev:ppc64el (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libkrb5-dev:ppc64el.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_ppc64el.deb ...
- Unpacking libkrb5-dev:ppc64el (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:ppc64el.
- Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1_ppc64el.deb ...
- Unpacking libldap-dev:ppc64el (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../22-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:ppc64el.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1_ppc64el.deb ...
- Unpacking libnghttp2-dev:ppc64el (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:ppc64el.
- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_ppc64el.deb ...
- Unpacking libnghttp3-dev:ppc64el (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:ppc64el.
- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_ppc64el.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:ppc64el (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:ppc64el.
- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_ppc64el.deb ...
- Unpacking libngtcp2-dev:ppc64el (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:ppc64el.
- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_ppc64el.deb ...
- Unpacking libpsl-dev:ppc64el (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:ppc64el.
- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_ppc64el.deb ...
- Unpacking librtmp-dev:ppc64el (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:ppc64el.
- Preparing to unpack .../30-libssl-dev_3.5.4-1~deb13u2_ppc64el.deb ...
- Unpacking libssl-dev:ppc64el (3.5.4-1~deb13u2) ...
- Selecting previously unselected package libssh2-1-dev:ppc64el.
- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_ppc64el.deb ...
- Unpacking libssh2-1-dev:ppc64el (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:ppc64el.
- Preparing to unpack .../32-libzstd-dev_1.5.7+dfsg-1_ppc64el.deb ...
- Unpacking libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:ppc64el.
- Preparing to unpack .../33-libcurl4-gnutls-dev_8.14.1-2+deb13u2_ppc64el.deb ...
- Unpacking libcurl4-gnutls-dev:ppc64el (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../34-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Setting up libgnutls-openssl27t64:ppc64el (3.8.9-3+deb13u1) ...
- Setting up libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:ppc64el (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:ppc64el (1.11.0-1) ...
- Setting up libngtcp2-dev:ppc64el (1.11.0-1) ...
- Setting up libpsl-dev:ppc64el (0.21.2-1.1+b1) ...
- Setting up libunbound8:ppc64el (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:ppc64el (3.8.9-3+deb13u1) ...
- Setting up libgssrpc4t64:ppc64el (1.21.3-5) ...
- Setting up libldap-dev:ppc64el (2.6.10+dfsg-1) ...
- Setting up comerr-dev:ppc64el (2.1-1.47.2-3+b7) ...
- Setting up libssl-dev:ppc64el (3.5.4-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:ppc64el (2.3.8-2) ...
- Setting up libnghttp3-dev:ppc64el (1.8.0-1) ...
- Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:ppc64el (4.20.0-2) ...
- Setting up libbrotli-dev:ppc64el (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:ppc64el (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:ppc64el (1.21.3-5) ...
- Setting up libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:ppc64el (3.10.1-1) ...
- Setting up libkdb5-10t64:ppc64el (1.21.3-5) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up libssh2-1-dev:ppc64el (1.11.1-1) ...
- Setting up libkadm5srv-mit12:ppc64el (1.21.3-5) ...
- Setting up krb5-multidev:ppc64el (1.21.3-5) ...
- Setting up libgnutls28-dev:ppc64el (3.8.9-3+deb13u1) ...
- Setting up libnghttp2-dev:ppc64el (1.64.0-1.1) ...
- Setting up libkrb5-dev:ppc64el (1.21.3-5) ...
- Setting up librtmp-dev:ppc64el (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:ppc64el (8.14.1-2+deb13u2) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved curl.0.10.0, curl_lwt.0.10.0 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved lwt.6.1.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed curl.0.10.0
-> installed lwt.6.1.0
-> installed curl_lwt.0.10.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-18 11:22.49 ---> saved as "1d1ed8594f7a011a27b3e81d79acc784afdcf72500d957273b683709cd1efba5"
Job succeeded
2026-02-18 11:23.01: Job succeeded