(not at the head of any monitored branch or PR)
2026-01-21 02:11.33: New job: build ezcurl-lwt.0.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29257/head (5720f8c41eb99e52378cf7bf7157c99e53482286)
                              on opensuse-16.0-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:opensuse-16.0-ocaml-5.4@sha256:5b2b8620c1c2a6bf0c4bd8d36c47db4cc60c788c9629eae846fec43735957a0d
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 "\"opensuse-16.0\""; 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.33: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:5b2b8620c1c2a6bf0c4bd8d36c47db4cc60c788c9629eae846fec43735957a0d-ezcurl-lwt.0.3-5720f8c41eb99e52378cf7bf7157c99e53482286"
2026-01-21 02:11.33: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:5b2b8620c1c2a6bf0c4bd8d36c47db4cc60c788c9629eae846fec43735957a0d)
 (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 \"\\\"opensuse-16.0\\\"\"; 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.33: Waiting for resource in pool OCluster
2026-01-21 02:11.35: Waiting for worker…
2026-01-21 02:11.36: 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:opensuse-16.0-ocaml-5.4@sha256:5b2b8620c1c2a6bf0c4bd8d36c47db4cc60c788c9629eae846fec43735957a0d)
2026-01-21 02:13.01 ---> saved as "2848e7da5ccce98499baf9565508ed4f87b08bc24f943a8e4a05fb667dd20b4d"

/: (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.01 ---> saved as "5e05e5990dfc61b3789286fbaf0c0020cef22afcc7cb5efdf6aacce85d4f1058"

/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-01-21 02:13.21 ---> saved as "4b0001f75b983e312c44ec10b15896c4a689d1dff60e12209c7238bafa797be3"

/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=16.0
# 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:13.22 ---> saved as "d3d3107f9d088fc0b3fc1308e64eaea69503f89bd3d991f63636693f98d4f0c4"

/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.32 ---> saved as "46793482abd7fd75e636f308897e470f407e55637e5d37c61e93fa71aa78f0fd"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 02:13.42 ---> saved as "18757a55863cef8d425374093e498de603c605048c7990cd4102f3fb6d376ffb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 02:14.00 ---> saved as "793c1d99caed426ba20c9c6c6aecec9ef4f9e0351d912b00d49604b493328e3e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- ...
- ...........
- .done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-01-21 02:14.08 ---> saved as "bd650a6d6e6019e8262082fd415726f0f6d7dc21cf561b2bb8399c358c2928e7"

/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.09 ---> saved as "536872a803c941a2e34e3ee644aa84a88a21d9a8c940cd7c82354442f5e5d007"

/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 \"\\\"opensuse-16.0\\\"\"; 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:
    libcurl-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" "libcurl-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 16 NEW packages are going to be installed:
-   keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcrypto56 libcurl-devel libidn2-devel libnghttp2-devel libpsl-devel libressl-devel libssh-devel libssl59 libtls32 libverto-devel libzstd-devel
- 
- 16 new packages to install.
- 
- Package download size:     2.4 MiB
- 
- Package install size change:
-               |       5.9 MiB  required by packages that will be installed
-      5.9 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: keyutils-devel-1.6.3-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libidn2-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpsl-devel-0.21.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libssh-devel-0.11.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libverto-devel-0.3.2-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libcom_err-devel-1.47.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libnghttp2-devel-1.64.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcrypto56-4.1.0-bp160.1.1.x86_64.rpm [done]
- .
- Preloading: libtls32-4.1.0-bp160.1.1.x86_64.rpm [done]
- .
- Preloading: libressl-devel-4.1.0-bp160.1.1.x86_64.rpm [done]
- .
- Preloading: krb5-devel-1.21.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcurl-devel-8.14.1-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libssl59-4.1.0-bp160.1.1.x86_64.rpm [done]
- .
- 
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: keyutils-devel-1.6.3-160000.3.2.x86_64 (repo-oss (16.0)) (1/16),  17.0 KiB    
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/16), 263.6 KiB    
- Retrieving: libcom_err-devel-1.47.0-160000.3.2.x86_64 (repo-oss (16.0)) (3/16),  84.4 KiB    
- Retrieving: libcrypto56-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (4/16), 709.4 KiB    
- Retrieving: libidn2-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (5/16),  67.7 KiB    
- Retrieving: libnghttp2-devel-1.64.0-160000.2.2.x86_64 (repo-oss (16.0)) (6/16), 114.9 KiB    
- Retrieving: libpsl-devel-0.21.5-160000.3.2.x86_64 (repo-oss (16.0)) (7/16),  31.9 KiB    
- Retrieving: libssh-devel-0.11.2-160000.2.2.x86_64 (repo-oss (16.0)) (8/16),  71.5 KiB    
- Retrieving: libverto-devel-0.3.2-160000.2.2.x86_64 (repo-oss (16.0)) (9/16),  14.9 KiB    
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (10/16),  79.5 KiB    
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (11/16),  37.7 KiB    
- Retrieving: libssl59-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (12/16), 186.9 KiB    
- Retrieving: krb5-devel-1.21.3-160000.2.2.x86_64 (repo-oss (16.0)) (13/16), 196.7 KiB    
- Retrieving: libtls32-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (14/16),  71.3 KiB    
- Retrieving: libressl-devel-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (15/16), 216.5 KiB    
- Retrieving: libcurl-devel-8.14.1-160000.4.1.x86_64 (repo-oss (16.0)) (16/16), 344.1 KiB    
- 
- Checking for file conflicts: [..done]
- ( 1/16) Installing: keyutils-devel-1.6.3-160000.3.2.x86_64 [..done]
- ( 2/16) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 3/16) Installing: libcom_err-devel-1.47.0-160000.3.2.x86_64 [..done]
- ( 4/16) Installing: libcrypto56-4.1.0-bp160.1.1.x86_64 [..done]
- ( 5/16) Installing: libidn2-devel-2.3.8-160000.2.2.x86_64 [..done]
- ( 6/16) Installing: libnghttp2-devel-1.64.0-160000.2.2.x86_64 [..done]
- ( 7/16) Installing: libpsl-devel-0.21.5-160000.3.2.x86_64 [..done]
- ( 8/16) Installing: libssh-devel-0.11.2-160000.2.2.x86_64 [..done]
- ( 9/16) Installing: libverto-devel-0.3.2-160000.2.2.x86_64 [..done]
- (10/16) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]
- (11/16) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- (12/16) Installing: libssl59-4.1.0-bp160.1.1.x86_64 [..done]
- (13/16) Installing: krb5-devel-1.21.3-160000.2.2.x86_64 [..done]
- (14/16) Installing: libtls32-4.1.0-bp160.1.1.x86_64 [..done]
- (15/16) Installing: libressl-devel-4.1.0-bp160.1.1.x86_64 [..done]
- (16/16) Installing: libcurl-devel-8.14.1-160000.4.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> 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)
-> 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 02:15.06 ---> saved as "60a2f104747f8a48e543aa550ec34d28fdf0be232b4778bb62bd14d85a029180"
Job succeeded
2026-01-21 02:15.24: Job succeeded