(for PR #29257)
2026-01-21 03:16.26: New job: test ezcurl-lwt.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29257/head (5720f8c41eb99e52378cf7bf7157c99e53482286)
on debian-13-ocaml-4.12/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/29257/head" && git reset --hard 5720f8c4
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:dbc88c4d537492942de2fc547ddaba47ca63c49ae12a822c3324119281d409cf
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 ezcurl-lwt.0.3 0.3
RUN opam reinstall ezcurl-lwt.0.3; \
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" != 'ezcurl-lwt.0.3' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test ezcurl-lwt.0.3) || true
RUN opam reinstall --with-test --verbose ezcurl-lwt.0.3; \
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" != 'ezcurl-lwt.0.3' && 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-21 03:16.26: Using cache hint "ocaml/opam:debian-13-ocaml-4.12@sha256:dbc88c4d537492942de2fc547ddaba47ca63c49ae12a822c3324119281d409cf-ezcurl-lwt.0.3-5720f8c41eb99e52378cf7bf7157c99e53482286"
2026-01-21 03:16.26: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:dbc88c4d537492942de2fc547ddaba47ca63c49ae12a822c3324119281d409cf)
(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 ezcurl-lwt.0.3 0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezcurl-lwt.0.3;\
\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\" != 'ezcurl-lwt.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test ezcurl-lwt.0.3) || true"))
(run (shell "opam reinstall --with-test --verbose ezcurl-lwt.0.3;\
\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\" != 'ezcurl-lwt.0.3' && 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-21 03:16.26: Waiting for resource in pool OCluster
2026-01-21 03:16.26: Waiting for worker…
2026-01-21 03:16.26: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Updating 10a02a697b..5720f8c41e
Fast-forward
packages/ezcurl-lwt/ezcurl-lwt.0.3/opam | 41 +++++++++++++++++++++++++++++++++
packages/ezcurl/ezcurl.0.3/opam | 39 +++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
create mode 100644 packages/ezcurl-lwt/ezcurl-lwt.0.3/opam
create mode 100644 packages/ezcurl/ezcurl.0.3/opam
(from ocaml/opam:debian-13-ocaml-4.12@sha256:dbc88c4d537492942de2fc547ddaba47ca63c49ae12a822c3324119281d409cf)
2026-01-21 03:16.30 ---> using "012370002659779075462aec3c8222d5245d2d9fdf8c7ff1153f690675db619a" 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-01-21 03:16.30 ---> using "f09a1e1e8169388343312d91401052ea908b77c146e3c9ecf26dfb97fa7c8deb" 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-21 03:16.30 ---> using "70443a5e8df9dd2eeae5897ac5f297dd4ac4ed93e30ccc9590b8b256d851aef7" 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=x86_64 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.12
# invariant ["ocaml-base-compiler" {= "4.12.1"}]
# compiler-packages ocaml-base-compiler.4.12.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.12/lib/ocaml/stublibs:/home/opam/.opam/4.12/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.12.1
2026-01-21 03:16.30 ---> using "0f304396a82debab524a28b405473e13e4c28dfc09f148eb54d660e0f78b5cf5" 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-01-21 03:16.30 ---> using "d7c5e3f3271e45e3d12546560e09b1b1f79ee199eb312dda88af697ced171cd7" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 03:16.31 ---> using "44347bfb862d86ace566bc8a6ab4b1fddd0d2f299d6af86c7f17657c9826ff87" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 03:16.31 ---> using "23efc23a6aee9321b1b875960083d3f4a0e33c5987ea126f0505beaf6a9594a3" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [96.3 kB]
- Fetched 9998 kB in 1s (10.7 MB/s)
- Reading package lists...
-
2026-01-21 03:16.31 ---> using "e266e9821fb753355391747332b9fec4438647b0b975f7879718dec01d34c844" from cache
/home/opam: (run (shell "opam pin add -k version -yn ezcurl-lwt.0.3 0.3"))
ezcurl-lwt is now pinned to version 0.3
2026-01-21 03:16.31 ---> using "141632adec9d8da9b72ee85e8de99ab50683428b50c353c82416335f2dd66589" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezcurl-lwt.0.3;\
\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\" != 'ezcurl-lwt.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ezcurl-lwt.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
- install base-bytes base [required by ocplib-endian]
- install conf-libcurl 2 [required by ocurl]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0 [required by ezcurl-lwt]
- install dune-configurator 3.21.0 [required by lwt]
- install ezcurl 0.3 [required by ezcurl-lwt]
- install ezcurl-lwt 0.3 (pinned)
- install lwt 5.9.2 [required by ezcurl-lwt]
- install ocamlfind 1.9.8 [required by ocurl]
- install ocplib-endian 1.2 [required by lwt]
- install ocurl 0.9.2 [required by ezcurl]
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"
- (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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../00-libcom-err2_1.47.2-3+b7_amd64.deb ...
- Unpacking libcom-err2:amd64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
- Selecting previously unselected package comerr-dev:amd64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b7_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b7) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../02-libgssrpc4t64_1.21.3-5_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../03-libkadm5clnt-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../04-libkdb5-10t64_1.21.3-5_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../05-libkadm5srv-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../06-krb5-multidev_1.21.3-5_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../07-libbrotli-dev_1.1.0-2+b7_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Preparing to unpack .../08-libgnutls30t64_3.8.9-3+deb13u1_amd64.deb ...
- Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u1) over (3.8.9-3) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../09-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../10-libunbound8_1.22.0-2+deb13u1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../11-libgnutls-dane0t64_3.8.9-3+deb13u1_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../12-libgnutls-openssl27t64_3.8.9-3+deb13u1_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../13-libidn2-dev_2.3.8-2_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../14-libp11-kit-dev_0.25.5-3_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../15-libtasn1-6-dev_4.20.0-2_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../16-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../17-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../18-nettle-dev_3.10.1-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../19-libgnutls28-dev_3.8.9-3+deb13u1_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../20-libkrb5-dev_1.21.3-5_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../21-libldap-dev_2.6.10+dfsg-1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../22-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../23-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../24-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../25-libnghttp2-dev_1.64.0-1.1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:amd64.
- Preparing to unpack .../26-libnghttp3-dev_1.8.0-1_amd64.deb ...
- Unpacking libnghttp3-dev:amd64 (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
- Preparing to unpack .../27-libngtcp2-crypto-gnutls-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:amd64.
- Preparing to unpack .../28-libngtcp2-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../29-libpsl-dev_0.21.2-1.1+b1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../30-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 librtmp-dev:amd64.
- Preparing to unpack .../31-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../32-libssl-dev_3.5.4-1~deb13u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.4-1~deb13u1) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../33-libssh2-1-dev_1.11.1-1_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../34-libzstd-dev_1.5.7+dfsg-1_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../35-libcurl4-gnutls-dev_8.14.1-2+deb13u2_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../36-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u1) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u1) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Setting up libcom-err2:amd64 (1.47.2-3+b7) ...
- Setting up libngtcp2-dev:amd64 (1.11.0-1) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Setting up libunbound8:amd64 (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-3+deb13u1) ...
- Setting up libgssrpc4t64:amd64 (1.21.3-5) ...
- Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3+b7) ...
- Setting up libssl-dev:amd64 (3.5.4-1~deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:amd64 (2.3.8-2) ...
- Setting up libnghttp3-dev:amd64 (1.8.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:amd64 (4.20.0-2) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up libkdb5-10t64:amd64 (1.21.3-5) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Setting up krb5-multidev:amd64 (1.21.3-5) ...
- Setting up libgnutls28-dev:amd64 (3.8.9-3+deb13u1) ...
- Setting up libnghttp2-dev:amd64 (1.64.0-1.1) ...
- Setting up libkrb5-dev:amd64 (1.21.3-5) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u2) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved ezcurl.0.3, ezcurl-lwt.0.3 (https://github.com/c-cube/ezcurl/releases/download/v0.3/ezcurl-0.3.tbz)
-> retrieved lwt.5.9.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed lwt.5.9.2
-> installed ocurl.0.9.2
-> installed ezcurl.0.3
-> installed ezcurl-lwt.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-21 03:16.31 ---> using "f5bd4888f0b3f8d57b16ba5f9363b55aec7b8b1b4ad01872192e74546a679296" from cache
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ezcurl-lwt.0.3) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ezcurl-lwt 0.3 (pinned)
=== install 12 packages
- install astring 0.8.5 [required by mdx]
- install camlp-streams 5.0.1 [required by mdx]
- install cmdliner 2.1.0 [required by mdx]
- install fmt 0.11.0 [required by mdx]
- install logs 0.8.0 [required by mdx]
- install mdx 2.5.1 [required by ezcurl-lwt]
- install ocaml-version 4.0.3 [required by mdx]
- install ocamlbuild 0.16.1 [required by fmt, astring, logs]
- install re 1.12.0 [required by mdx]
- install result 1.5 [required by mdx]
- install seq base [required by re]
- install topkg 1.1.1 [required by fmt, astring, logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> installed camlp-streams.5.0.1
-> retrieved logs.0.8.0 (https://opam.ocaml.org/cache)
-> retrieved mdx.2.5.1 (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.3 (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved re.1.12.0 (https://opam.ocaml.org/cache)
-> installed ocaml-version.4.0.3
-> retrieved result.1.5 (https://opam.ocaml.org/cache)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> installed result.1.5
-> installed re.1.12.0
-> installed cmdliner.2.1.0
-> removed ezcurl-lwt.0.3
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed mdx.2.5.1
[ERROR] The compilation of ezcurl-lwt.0.3 failed at "dune build -p ezcurl-lwt -j 255 @install @runtest".
#=== ERROR while compiling ezcurl-lwt.0.3 =====================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.12.1 | pinned(https://github.com/c-cube/ezcurl/releases/download/v0.3/ezcurl-0.3.tbz)
# path ~/.opam/4.12/.opam-switch/build/ezcurl-lwt.0.3
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ezcurl-lwt -j 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/ezcurl-lwt-7-9df76e.env
# output-file ~/.opam/log/ezcurl-lwt-7-9df76e.out
### output ###
# File "README.md", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/README.md.corrected
# diff --git a/_build/default/README.md b/_build/default/README.md.corrected
# index e73e485..6cee489 100644
# --- a/_build/default/README.md
# +++ b/_build/default/README.md.corrected
# @@ -33,11 +33,11 @@ val url : string = "https://curl.haxx.se/"
# # let res = Ezcurl.get ~url ();;
# ...
# # let content = match res with Ok c -> c | Error (_,s) -> failwith s;;
# -val content : string Ezcurl_core.response =
# -...
# +Exception: Failure "Could not resolve hostname".
#
# # content.Ezcurl.code;;
# -- : int = 200
# +Line 1, characters 1-8:
# +Error: Unbound value content
# ```
#
# It is also possible to create a client with `Ezcurl.make()` and re-use
# @@ -71,5 +71,5 @@ val urls : string list =
# ;;
# ...
# # codes;;
# -- : int list = [200; 200; 200]
# +Exception: Failure "oh no".
# ```
# (cd _build/default/test && ./basic_test.exe) > _build/default/test/basic_test.exe.output
# curl error: code `Could not resolve hostname` (Could not resolve hostname)
# curl error: code `Could not resolve hostname` (Could not resolve hostname)
# File "test/basic_test.expected", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/basic_test.expected _build/default/test/basic_test.exe.output
# diff --git a/_build/default/test/basic_test.expected b/_build/default/test/basic_test.exe.output
# index febe820..e69de29 100644
# --- a/_build/default/test/basic_test.expected
# +++ b/_build/default/test/basic_test.exe.output
# @@ -1,39 +0,0 @@
# -get: OK
# -body=```
# -version = 0.27.0
# -profile=conventional
# -margin=80
# -if-then-else=k-r
# -parens-ite=true
# -parens-tuple=multi-line-only
# -sequence-style=terminator
# -type-decl=sparse
# -break-cases=toplevel
# -cases-exp-indent=2
# -field-space=tight-decl
# -leading-nested-match-parens=true
# -module-item-spacing=compact
# -quiet=true
# -ocaml-version=4.08.0
# -
# -```
# -streaming get: OK
# -body=```
# -version = 0.27.0
# -profile=conventional
# -margin=80
# -if-then-else=k-r
# -parens-ite=true
# -parens-tuple=multi-line-only
# -sequence-style=terminator
# -type-decl=sparse
# -break-cases=toplevel
# -cases-exp-indent=2
# -field-space=tight-decl
# -leading-nested-match-parens=true
# -module-item-spacing=compact
# -quiet=true
# -ocaml-version=4.08.0
# -
# -```
# -same buf? true
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ezcurl-lwt 0.3
+-
+- The following changes have been performed
| - remove ezcurl-lwt 0.3
| - install astring 0.8.5
| - install camlp-streams 5.0.1
| - install cmdliner 2.1.0
| - install fmt 0.11.0
| - install logs 0.8.0
| - install mdx 2.5.1
| - install ocaml-version 4.0.3
| - install ocamlbuild 0.16.1
| - install re 1.12.0
| - install result 1.5
| - install seq base
| - install topkg 1.1.1
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.12/.opam-switch/backup/state-20260121021325.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-01-21 03:16.31 ---> using "24bf4106667450f1b8eaf6a3c62c94ba0ec398fa85b1396244c7bf1b44a7e3fa" from cache
/home/opam: (run (shell "opam reinstall --with-test --verbose ezcurl-lwt.0.3;\
\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\" != 'ezcurl-lwt.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ezcurl-lwt.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install ezcurl-lwt 0.3 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/3: [ezcurl-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ezcurl-lwt" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ezcurl-lwt.0.3)
- File "README.md", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/README.md.corrected
- diff --git a/_build/default/README.md b/_build/default/README.md.corrected
- index e73e485..6cee489 100644
- --- a/_build/default/README.md
- +++ b/_build/default/README.md.corrected
- @@ -33,11 +33,11 @@ val url : string = "https://curl.haxx.se/"
- # let res = Ezcurl.get ~url ();;
- ...
- # let content = match res with Ok c -> c | Error (_,s) -> failwith s;;
- -val content : string Ezcurl_core.response =
- -...
- +Exception: Failure "Could not resolve hostname".
-
- # content.Ezcurl.code;;
- -- : int = 200
- +Line 1, characters 1-8:
- +Error: Unbound value content
- ```
-
- It is also possible to create a client with `Ezcurl.make()` and re-use
- @@ -71,5 +71,5 @@ val urls : string list =
- ;;
- ...
- # codes;;
- -- : int list = [200; 200; 200]
- +Exception: Failure "oh no".
- ```
- (cd _build/default/test && ./basic_test.exe) > _build/default/test/basic_test.exe.output
- curl error: code `Could not resolve hostname` (Could not resolve hostname)
- curl error: code `Could not resolve hostname` (Could not resolve hostname)
- File "test/basic_test.expected", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/basic_test.expected _build/default/test/basic_test.exe.output
- diff --git a/_build/default/test/basic_test.expected b/_build/default/test/basic_test.exe.output
- index febe820..e69de29 100644
- --- a/_build/default/test/basic_test.expected
- +++ b/_build/default/test/basic_test.exe.output
- @@ -1,39 +0,0 @@
- -get: OK
- -body=```
- -version = 0.27.0
- -profile=conventional
- -margin=80
- -if-then-else=k-r
- -parens-ite=true
- -parens-tuple=multi-line-only
- -sequence-style=terminator
- -type-decl=sparse
- -break-cases=toplevel
- -cases-exp-indent=2
- -field-space=tight-decl
- -leading-nested-match-parens=true
- -module-item-spacing=compact
- -quiet=true
- -ocaml-version=4.08.0
- -
- -```
- -streaming get: OK
- -body=```
- -version = 0.27.0
- -profile=conventional
- -margin=80
- -if-then-else=k-r
- -parens-ite=true
- -parens-tuple=multi-line-only
- -sequence-style=terminator
- -type-decl=sparse
- -break-cases=toplevel
- -cases-exp-indent=2
- -field-space=tight-decl
- -leading-nested-match-parens=true
- -module-item-spacing=compact
- -quiet=true
- -ocaml-version=4.08.0
- -
- -```
- -same buf? true
[ERROR] The compilation of ezcurl-lwt.0.3 failed at "dune build -p ezcurl-lwt -j 255 @install @runtest".
#=== ERROR while compiling ezcurl-lwt.0.3 =====================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.12.1 | pinned(https://github.com/c-cube/ezcurl/releases/download/v0.3/ezcurl-0.3.tbz)
# path ~/.opam/4.12/.opam-switch/build/ezcurl-lwt.0.3
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ezcurl-lwt -j 255 @install @runtest
# exit-code 1
# env-file ~/.opam/log/ezcurl-lwt-7-3e9856.env
# output-file ~/.opam/log/ezcurl-lwt-7-3e9856.out
### output ###
# File "README.md", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/README.md.corrected
# diff --git a/_build/default/README.md b/_build/default/README.md.corrected
# index e73e485..6cee489 100644
# --- a/_build/default/README.md
# +++ b/_build/default/README.md.corrected
# @@ -33,11 +33,11 @@ val url : string = "https://curl.haxx.se/"
# # let res = Ezcurl.get ~url ();;
# ...
# # let content = match res with Ok c -> c | Error (_,s) -> failwith s;;
# -val content : string Ezcurl_core.response =
# -...
# +Exception: Failure "Could not resolve hostname".
#
# # content.Ezcurl.code;;
# -- : int = 200
# +Line 1, characters 1-8:
# +Error: Unbound value content
# ```
#
# It is also possible to create a client with `Ezcurl.make()` and re-use
# @@ -71,5 +71,5 @@ val urls : string list =
# ;;
# ...
# # codes;;
# -- : int list = [200; 200; 200]
# +Exception: Failure "oh no".
# ```
# (cd _build/default/test && ./basic_test.exe) > _build/default/test/basic_test.exe.output
# curl error: code `Could not resolve hostname` (Could not resolve hostname)
# curl error: code `Could not resolve hostname` (Could not resolve hostname)
# File "test/basic_test.expected", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/basic_test.expected _build/default/test/basic_test.exe.output
# diff --git a/_build/default/test/basic_test.expected b/_build/default/test/basic_test.exe.output
# index febe820..e69de29 100644
# --- a/_build/default/test/basic_test.expected
# +++ b/_build/default/test/basic_test.exe.output
# @@ -1,39 +0,0 @@
# -get: OK
# -body=```
# -version = 0.27.0
# -profile=conventional
# -margin=80
# -if-then-else=k-r
# -parens-ite=true
# -parens-tuple=multi-line-only
# -sequence-style=terminator
# -type-decl=sparse
# -break-cases=toplevel
# -cases-exp-indent=2
# -field-space=tight-decl
# -leading-nested-match-parens=true
# -module-item-spacing=compact
# -quiet=true
# -ocaml-version=4.08.0
# -
# -```
# -streaming get: OK
# -body=```
# -version = 0.27.0
# -profile=conventional
# -margin=80
# -if-then-else=k-r
# -parens-ite=true
# -parens-tuple=multi-line-only
# -sequence-style=terminator
# -type-decl=sparse
# -break-cases=toplevel
# -cases-exp-indent=2
# -field-space=tight-decl
# -leading-nested-match-parens=true
# -module-item-spacing=compact
# -quiet=true
# -ocaml-version=4.08.0
# -
# -```
# -same buf? true
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ezcurl-lwt 0.3
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose ezcurl-lwt.0.3' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose ezcurl-lwt.0.3;
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" != 'ezcurl-lwt.0.3' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-01-21 03:16.45: Job failed: Failed: Build failed
2026-01-21 03:16.45: Log analysis:
2026-01-21 03:16.45: >>>
[ERROR] The compilation of ezcurl-lwt.0.3 failed at "dune build -p ezcurl-lwt -j 255 @install @runtest".
(score = 20)
2026-01-21 03:16.45: >>>
[ERROR] The compilation of ezcurl-lwt.0.3 failed at "dune build -p ezcurl-lwt -j 255 @install @runtest".
(score = 20)
2026-01-21 03:16.45: The compilation of ezcurl-lwt.0.3 failed at "dune build -p ezcurl-lwt -j 255 @install @runtest".