(for PR #29257)
2026-01-21 02:11.34: New job: build ezcurl.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29257/head (5720f8c41eb99e52378cf7bf7157c99e53482286)
on centos-10-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/29257/head" && git reset --hard 5720f8c4
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0
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.0.3 0.3
RUN opam reinstall ezcurl.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 "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ezcurl.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 02:11.34: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0-ezcurl.0.3-5720f8c41eb99e52378cf7bf7157c99e53482286"
2026-01-21 02:11.34: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0)
(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.0.3 0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezcurl.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 \"\\\"centos-10\\\"\"; 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.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 02:11.34: Waiting for resource in pool OCluster
2026-01-21 02:11.35: Waiting for worker…
2026-01-21 02:11.38: Got resource from pool OCluster
Building on odawa.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:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0)
2026-01-21 02:14.26 ---> using "a8eedf93348ad63ddfde6541c40fc5d9d1eeedd4141bcb2a30da4688374d1e94" 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 02:14.26 ---> using "92e77c467c14e5fa7088294ab3a881294e793855b7fd75e0c02adf37f5360120" 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
[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 02:14.26 ---> using "0e301bb300f703eaeaf41ee92411abab3589e5ed985c86ab55d6e4d970452d9b" 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=centos os-version=10
# 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 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-21 02:14.26 ---> using "3ce4f500636b3e2bd697cce39a72a2a34661ded684d12bfcd163728807b4d0f3" 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 02:14.26 ---> using "6f545a46bedcdeeb9c47f268c5e20c799a1fd351b12697bfdb51d33230a18fe1" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 02:14.33 ---> saved as "8d2280d8343d867f1e4bc70347432f0487219d7b147e54513d1ab91519ff11c6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 02:14.55 ---> saved as "9ee29362574d0c3d1e214ee653bdcd890698625ec6bf9e9d72daf824a7a70755"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 35 kB/s | 14 kB 00:00
- CentOS Stream 10 - BaseOS 11 MB/s | 6.8 MB 00:00
- CentOS Stream 10 - AppStream 36 kB/s | 14 kB 00:00
- CentOS Stream 10 - AppStream 4.6 MB/s | 3.5 MB 00:00
- CentOS Stream 10 - CRB 39 kB/s | 14 kB 00:00
- CentOS Stream 10 - CRB 1.5 MB/s | 794 kB 00:00
- CentOS Stream 10 - Extras packages 45 kB/s | 16 kB 00:00
- Metadata cache created.
2026-01-21 02:15.01 ---> saved as "798263bdb0e7c9101867225e14c59445e9a89439d0cb09ba5bfb9b37c59198c9"
/home/opam: (run (shell "opam pin add -k version -yn ezcurl.0.3 0.3"))
ezcurl is now pinned to version 0.3
2026-01-21 02:15.02 ---> saved as "6cad705ecb7fe2105cd5dcb283e100bbc3714e10963f6c29df7279d622d34d7f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezcurl.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 \"\\\"centos-10\\\"\"; 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.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.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-libcurl 2 [required by ocurl]
- install dune 3.21.0 [required by ezcurl]
- install ezcurl 0.3 (pinned)
- install ocamlfind 1.9.8 [required by ocurl]
- install ocurl 0.9.2 [required by ezcurl]
The following system packages will first need to be installed:
libcurl-devel openssl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "libcurl-devel" "openssl-devel"
- Last metadata expiration check: 0:00:03 ago on Wed Jan 21 02:15:01 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- libcurl-devel x86_64 8.12.1-4.el10 appstream 946 k
- openssl-devel x86_64 1:3.5.1-6.el10 appstream 4.2 M
- Installing dependencies:
- brotli x86_64 1.1.0-7.el10 appstream 19 k
- brotli-devel x86_64 1.1.0-7.el10 appstream 34 k
- keyutils-libs-devel x86_64 1.6.3-5.el10 appstream 61 k
- krb5-devel x86_64 1.21.3-8.el10 appstream 145 k
- libcom_err-devel x86_64 1.47.1-5.el10 appstream 16 k
- libidn2-devel x86_64 2.3.7-3.el10 appstream 71 k
- libkadm5 x86_64 1.21.3-8.el10 baseos 77 k
- libnghttp2-devel x86_64 1.64.0-2.el10 appstream 57 k
- libpsl x86_64 0.21.5-6.el10 baseos 65 k
- libpsl-devel x86_64 0.21.5-6.el10 appstream 35 k
- libselinux-devel x86_64 3.9-3.el10 appstream 161 k
- libsepol-devel x86_64 3.9-1.el10 appstream 48 k
- libssh x86_64 0.11.1-3.el10 baseos 233 k
- libssh-config noarch 0.11.1-3.el10 baseos 8.4 k
- libssh-devel x86_64 0.11.1-3.el10 appstream 41 k
- libverto-devel x86_64 0.3.2-10.el10 appstream 15 k
- pcre2-devel x86_64 10.44-1.el10.3 appstream 532 k
- pcre2-utf16 x86_64 10.44-1.el10.3 appstream 227 k
- pcre2-utf32 x86_64 10.44-1.el10.3 appstream 215 k
- publicsuffix-list noarch 20240107-5.el10 appstream 88 k
- publicsuffix-list-dafsa noarch 20240107-5.el10 baseos 59 k
-
- Transaction Summary
- ================================================================================
- Install 23 Packages
-
- Total download size: 7.3 M
- Installed size: 12 M
- Downloading Packages:
- (1/23): libpsl-0.21.5-6.el10.x86_64.rpm 3.3 MB/s | 65 kB 00:00
- (2/23): libkadm5-1.21.3-8.el10.x86_64.rpm 3.7 MB/s | 77 kB 00:00
- (3/23): libssh-config-0.11.1-3.el10.noarch.rpm 1.5 MB/s | 8.4 kB 00:00
- (4/23): publicsuffix-list-dafsa-20240107-5.el10 8.7 MB/s | 59 kB 00:00
- (5/23): brotli-1.1.0-7.el10.x86_64.rpm 3.6 MB/s | 19 kB 00:00
- (6/23): libssh-0.11.1-3.el10.x86_64.rpm 7.2 MB/s | 233 kB 00:00
- (7/23): brotli-devel-1.1.0-7.el10.x86_64.rpm 6.1 MB/s | 34 kB 00:00
- (8/23): keyutils-libs-devel-1.6.3-5.el10.x86_64 10 MB/s | 61 kB 00:00
- (9/23): libcom_err-devel-1.47.1-5.el10.x86_64.r 3.1 MB/s | 16 kB 00:00
- (10/23): krb5-devel-1.21.3-8.el10.x86_64.rpm 13 MB/s | 145 kB 00:00
- (11/23): libidn2-devel-2.3.7-3.el10.x86_64.rpm 3.4 MB/s | 71 kB 00:00
- (12/23): libpsl-devel-0.21.5-6.el10.x86_64.rpm 6.1 MB/s | 35 kB 00:00
- (13/23): libnghttp2-devel-1.64.0-2.el10.x86_64. 2.3 MB/s | 57 kB 00:00
- (14/23): libcurl-devel-8.12.1-4.el10.x86_64.rpm 26 MB/s | 946 kB 00:00
- (15/23): libsepol-devel-3.9-1.el10.x86_64.rpm 7.4 MB/s | 48 kB 00:00
- (16/23): libselinux-devel-3.9-3.el10.x86_64.rpm 15 MB/s | 161 kB 00:00
- (17/23): libssh-devel-0.11.1-3.el10.x86_64.rpm 7.8 MB/s | 41 kB 00:00
- (18/23): libverto-devel-0.3.2-10.el10.x86_64.rp 2.8 MB/s | 15 kB 00:00
- (19/23): pcre2-utf16-10.44-1.el10.3.x86_64.rpm 11 MB/s | 227 kB 00:00
- (20/23): pcre2-devel-10.44-1.el10.3.x86_64.rpm 22 MB/s | 532 kB 00:00
- (21/23): publicsuffix-list-20240107-5.el10.noar 13 MB/s | 88 kB 00:00
- (22/23): pcre2-utf32-10.44-1.el10.3.x86_64.rpm 10 MB/s | 215 kB 00:00
- (23/23): openssl-devel-3.5.1-6.el10.x86_64.rpm 22 MB/s | 4.2 MB 00:00
- --------------------------------------------------------------------------------
- Total 11 MB/s | 7.3 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : publicsuffix-list-20240107-5.el10.noarch 1/23
- Installing : pcre2-utf32-10.44-1.el10.3.x86_64 2/23
- Installing : pcre2-utf16-10.44-1.el10.3.x86_64 3/23
- Installing : pcre2-devel-10.44-1.el10.3.x86_64 4/23
-
- Installing : openssl-devel-1:3.5.1-6.el10.x86_64 5/23
- Installing : libverto-devel-0.3.2-10.el10.x86_64 6/23
- Installing : libsepol-devel-3.9-1.el10.x86_64 7/23
- Installing : libselinux-devel-3.9-3.el10.x86_64 8/23
- Installing : libnghttp2-devel-1.64.0-2.el10.x86_64 9/23
- Installing : libidn2-devel-2.3.7-3.el10.x86_64 10/23
- Installing : libcom_err-devel-1.47.1-5.el10.x86_64 11/23
- Installing : keyutils-libs-devel-1.6.3-5.el10.x86_64 12/23
- Installing : brotli-1.1.0-7.el10.x86_64 13/23
- Installing : brotli-devel-1.1.0-7.el10.x86_64 14/23
- Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 15/23
- Installing : libpsl-0.21.5-6.el10.x86_64 16/23
- Installing : libpsl-devel-0.21.5-6.el10.x86_64 17/23
- Installing : libssh-config-0.11.1-3.el10.noarch 18/23
- Installing : libssh-0.11.1-3.el10.x86_64 19/23
- Installing : libssh-devel-0.11.1-3.el10.x86_64 20/23
- Installing : libkadm5-1.21.3-8.el10.x86_64 21/23
- Installing : krb5-devel-1.21.3-8.el10.x86_64 22/23
- Installing : libcurl-devel-8.12.1-4.el10.x86_64 23/23
- Running scriptlet: libcurl-devel-8.12.1-4.el10.x86_64 23/23
-
- Installed:
- brotli-1.1.0-7.el10.x86_64
- brotli-devel-1.1.0-7.el10.x86_64
- keyutils-libs-devel-1.6.3-5.el10.x86_64
- krb5-devel-1.21.3-8.el10.x86_64
- libcom_err-devel-1.47.1-5.el10.x86_64
- libcurl-devel-8.12.1-4.el10.x86_64
- libidn2-devel-2.3.7-3.el10.x86_64
- libkadm5-1.21.3-8.el10.x86_64
- libnghttp2-devel-1.64.0-2.el10.x86_64
- libpsl-0.21.5-6.el10.x86_64
- libpsl-devel-0.21.5-6.el10.x86_64
- libselinux-devel-3.9-3.el10.x86_64
- libsepol-devel-3.9-1.el10.x86_64
- libssh-0.11.1-3.el10.x86_64
- libssh-config-0.11.1-3.el10.noarch
- libssh-devel-0.11.1-3.el10.x86_64
- libverto-devel-0.3.2-10.el10.x86_64
- openssl-devel-1:3.5.1-6.el10.x86_64
- pcre2-devel-10.44-1.el10.3.x86_64
- pcre2-utf16-10.44-1.el10.3.x86_64
- pcre2-utf32-10.44-1.el10.3.x86_64
- publicsuffix-list-20240107-5.el10.noarch
- publicsuffix-list-dafsa-20240107-5.el10.noarch
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libcurl-devel" "openssl-devel"
- libcurl-devel-8.12.1-4.el10.x86_64
- openssl-devel-3.5.1-6.el10.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libcurl.2
-> retrieved dune.3.21.0 (cached)
-> retrieved ezcurl.0.3 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.21.0
-> installed ocurl.0.9.2
-> installed ezcurl.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-21 02:15.34 ---> saved as "c4af74dd4732c89f447533b5a9e3b70b9e5614a5317323663efa9361a24a336a"
Job succeeded
2026-01-21 02:15.44: Job succeeded