(for PR #29257)
2026-01-21 02:11.34: New job: build ezcurl-lwt.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29257/head (5720f8c41eb99e52378cf7bf7157c99e53482286)
on archlinux-ocaml-4.14/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:archlinux-ocaml-4.14@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434
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 "\"archlinux\""; 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 02:11.34: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434-ezcurl-lwt.0.3-5720f8c41eb99e52378cf7bf7157c99e53482286"
2026-01-21 02:11.34: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434)
(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 \"\\\"archlinux\\\"\"; 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 02:11.34: Waiting for resource in pool OCluster
2026-01-21 02:11.35: Waiting for worker…
2026-01-21 02:13.39: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 91% (17563/19235)
Updating files: 92% (17697/19235)
Updating files: 93% (17889/19235)
Updating files: 94% (18081/19235)
Updating files: 95% (18274/19235)
Updating files: 96% (18466/19235)
Updating files: 97% (18658/19235)
Updating files: 98% (18851/19235)
Updating files: 99% (19043/19235)
Updating files: 100% (19235/19235)
Updating files: 100% (19235/19235), done.
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:archlinux-ocaml-4.14@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434' locally
docker.io/ocaml/opam@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434: Pulling from ocaml/opam
0085e6dc1230: Already exists
1bd25e74f055: Already exists
f80dfd131ff5: Already exists
dd443457de84: Already exists
40520384357c: Already exists
20cb13837c2b: Already exists
Digest: sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434
Status: Downloaded newer image for ocaml/opam@sha256:dcfa7c735edf3ea659d1e81aecc3320af03af28871311c0cf414ddc14c4c2434
2026-01-21 02:13.41 ---> using "8304b0faf2ad5be6b149274ceebe6b312868e0124191bcff859577a4ebedb3a2" 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:13.41 ---> using "b9cc76d5c5e6ba8ee9552676153cfca58f963943406f027ca4deab5150d0dc43" 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
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches
2026-01-21 02:13.41 ---> using "40e1d4788698e002243038f44b167a62075ed4bed3800e356970963de2c7f693" 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=arch os-version=20260111.0.480139
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (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-01-21 02:13.41 ---> using "82c623e199775ccd18489beb65f5abbbde3df6d8b39a3d0de237074cd9be4fc1" 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:13.41 ---> using "3aa673d53df54d555006bd6a966ffbe6820f2913a2afc2eea7bae3acb6ff7ddf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 02:13.49 ---> saved as "428f6fe285dcd0ad6b3ad4828becac13a8756edd2607b88c504ad6aadf78451f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 02:14.11 ---> saved as "749e459bbfde256d430a527f6e6e7c2dcc85cb487d7ffab53bbe82630d5c5a58"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-01-21 02:14.12 ---> saved as "e06fb8fc7107279f52ed0bd267251ee19f599c8987242d220bc1f7d0810044a8"
/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 02:14.13 ---> saved as "f130665ce16697153d4348f742b708f19b0630d5a4d9b1281b0738cdea00851b"
/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 \"\\\"archlinux\\\"\"; 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:
=== recompile 2 packages
↻ ocaml 4.14.2 [upstream or system changes]
↻ opam-depext 1.2.3 [uses ocaml]
=== install 12 packages
∗ base-bytes base [required by ocplib-endian]
∗ conf-libcurl 2 [required by ocurl]
∗ cppo 1.8.0 [required by lwt]
∗ csexp 1.5.2 [required by dune-configurator]
∗ dune 3.21.0 [required by ezcurl-lwt]
∗ dune-configurator 3.21.0 [required by lwt]
∗ ezcurl 0.3 [required by ezcurl-lwt]
∗ ezcurl-lwt 0.3 (pinned)
∗ lwt 5.9.2 [required by ezcurl-lwt]
∗ ocamlfind 1.9.8 [required by ocurl]
∗ ocplib-endian 1.2 [required by lwt]
∗ ocurl 0.9.2 [required by ezcurl]
<><> 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 (cached)
⬇ retrieved lwt.5.9.2 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ocurl.0.9.2 (cached)
⬇ retrieved opam-depext.1.2.3 (cached)
⊘ removed opam-depext.1.2.3
⊘ removed ocaml.4.14.2
∗ installed ocaml.4.14.2
∗ installed opam-depext.1.2.3
∗ 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.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-21 02:15.31 ---> saved as "b0fef8b0401a85d6b6d5ff53d115f9969c8e9e79560c1ea647bcf75c470eac21"
Job succeeded
2026-01-21 02:15.37: Job succeeded