(for PR #29027)

2025-12-06 22:13.30: New job: build cohttp-bench.6.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29027/head (1943a08a49bd8ad146df90b1b6fce4343775819f)
                              on debian-13-ocaml-4.14-no-flat-float-array/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/29027/head" && git reset --hard 1943a08a
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
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 cohttp-bench.6.2.0 6.2.0
RUN opam reinstall cohttp-bench.6.2.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" != 'cohttp-bench.6.2.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 .

2025-12-06 22:13.30: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7-cohttp-bench.6.2.0-1943a08a49bd8ad146df90b1b6fce4343775819f"
2025-12-06 22:13.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7)
 (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 cohttp-bench.6.2.0 6.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall cohttp-bench.6.2.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\" != 'cohttp-bench.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-06 22:13.30: Waiting for resource in pool OCluster
2025-12-06 22:39.30: Waiting for worker…
2025-12-06 22:42.12: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  67% (12817/18994)
Updating files:  68% (12916/18994)
Updating files:  69% (13106/18994)
Updating files:  70% (13296/18994)
Updating files:  71% (13486/18994)
Updating files:  72% (13676/18994)
Updating files:  73% (13866/18994)
Updating files:  74% (14056/18994)
Updating files:  75% (14246/18994)
Updating files:  76% (14436/18994)
Updating files:  77% (14626/18994)
Updating files:  78% (14816/18994)
Updating files:  79% (15006/18994)
Updating files:  80% (15196/18994)
Updating files:  81% (15386/18994)
Updating files:  82% (15576/18994)
Updating files:  83% (15766/18994)
Updating files:  84% (15955/18994)
Updating files:  85% (16145/18994)
Updating files:  86% (16335/18994)
Updating files:  87% (16525/18994)
Updating files:  88% (16715/18994)
Updating files:  89% (16905/18994)
Updating files:  90% (17095/18994)
Updating files:  91% (17285/18994)
Updating files:  92% (17475/18994)
Updating files:  93% (17665/18994)
Updating files:  94% (17855/18994)
Updating files:  95% (18045/18994)
Updating files:  96% (18235/18994)
Updating files:  97% (18425/18994)
Updating files:  98% (18615/18994)
Updating files:  99% (18805/18994)
Updating files: 100% (18994/18994)
Updating files: 100% (18994/18994), done.
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Merge made by the 'ort' strategy.
 packages/cohttp-async/cohttp-async.6.2.0/opam      | 74 +++++++++++++++++++++
 packages/cohttp-bench/cohttp-bench.6.2.0/opam      | 62 ++++++++++++++++++
 .../cohttp-curl-async/cohttp-curl-async.6.2.0/opam | 63 ++++++++++++++++++
 .../cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam     | 63 ++++++++++++++++++
 packages/cohttp-curl/cohttp-curl.6.2.0/opam        | 51 +++++++++++++++
 packages/cohttp-eio/cohttp-eio.6.2.0/opam          | 64 ++++++++++++++++++
 .../cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam     | 63 ++++++++++++++++++
 .../cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam     | 70 ++++++++++++++++++++
 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam          | 63 ++++++++++++++++++
 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam    | 70 ++++++++++++++++++++
 .../cohttp-server-lwt-unix.6.2.0/opam              | 57 ++++++++++++++++
 packages/cohttp-top/cohttp-top.6.2.0/opam          | 54 +++++++++++++++
 packages/cohttp/cohttp.6.2.0/opam                  | 76 ++++++++++++++++++++++
 packages/http/http.6.2.0/opam                      | 60 +++++++++++++++++
 14 files changed, 890 insertions(+)
 create mode 100644 packages/cohttp-async/cohttp-async.6.2.0/opam
 create mode 100644 packages/cohttp-bench/cohttp-bench.6.2.0/opam
 create mode 100644 packages/cohttp-curl-async/cohttp-curl-async.6.2.0/opam
 create mode 100644 packages/cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam
 create mode 100644 packages/cohttp-curl/cohttp-curl.6.2.0/opam
 create mode 100644 packages/cohttp-eio/cohttp-eio.6.2.0/opam
 create mode 100644 packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam
 create mode 100644 packages/cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam
 create mode 100644 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam
 create mode 100644 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam
 create mode 100644 packages/cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.2.0/opam
 create mode 100644 packages/cohttp-top/cohttp-top.6.2.0/opam
 create mode 100644 packages/cohttp/cohttp.6.2.0/opam
 create mode 100644 packages/http/http.6.2.0/opam

(from ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-no-flat-float-array@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7' locally
docker.io/ocaml/opam@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
f40653bbd569: Already exists
7810c66e401b: Already exists
d941667067ac: Already exists
6e099de50dbd: Already exists
45940f4cdce1: Already exists
cbbdea3b6efd: Already exists
4c34326b882a: Already exists
d8a1b7be7128: Already exists
b30719ba72c1: Already exists
eb031d51ba4a: Already exists
a59529ec7b26: Already exists
1049e4f3b9e4: Already exists
e2ab32c77566: Already exists
f6ef7bc31988: Already exists
28c3b5beaa3f: Already exists
83ebb7ec29e3: Already exists
186714418599: Already exists
5045c0de4fc9: Already exists
3312ff3bfd69: Already exists
335847f13b00: Already exists
4f4fb700ef54: Already exists
b7958021acdb: Already exists
d92ce1afae3a: Already exists
7842835bd039: Already exists
3a60e5befc90: Already exists
7efeca794a8f: Already exists
efc7f994cef1: Already exists
ba91afca1a0a: Already exists
8216b6db35fa: Already exists
229184d6690a: Already exists
40e4db8e45e7: Already exists
12fb3f269d42: Already exists
c0196b69a0ef: Already exists
b731bd241e4b: Already exists
53512a47261a: Already exists
b1be3290ddde: Already exists
fe5803a9f63d: Already exists
5cf61ec03f01: Already exists
d44c5e23965f: Already exists
ab3c23248bf1: Pulling fs layer
aa0a8df075a4: Pulling fs layer
0cd38b78c75e: Pulling fs layer
62c0153826cf: Pulling fs layer
62c0153826cf: Waiting
aa0a8df075a4: Verifying Checksum
aa0a8df075a4: Download complete
0cd38b78c75e: Verifying Checksum
0cd38b78c75e: Download complete
62c0153826cf: Verifying Checksum
62c0153826cf: Download complete
ab3c23248bf1: Verifying Checksum
ab3c23248bf1: Download complete
ab3c23248bf1: Pull complete
aa0a8df075a4: Pull complete
0cd38b78c75e: Pull complete
62c0153826cf: Pull complete
Digest: sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
Status: Downloaded newer image for ocaml/opam@sha256:6a4c14d6c1e98eda1f523ff4edd8a5178b35f64eec940d9dd4243ede72f4f1d7
2025-12-06 22:42.41 ---> saved as "28e1e729397f8e13689441b2305f2f6f7fb6f711774796f107568f213c653be0"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-06 22:42.41 ---> saved as "49d175224d5dab248552413e2803fce045d731109c4cbd65fc68243b4ec782f9"

/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
2025-12-06 22:43.10 ---> saved as "7f8e052d2b6074421e2c9b876716dd82da4fdf6aaec15f46b6d6f7e41752bbbb"

/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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-no-flat-float-array"]
# compiler-packages    ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.4.14.2+options
# 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+options+no-flat-float-array
2025-12-06 22:43.10 ---> saved as "1ab090ba7412aa1477ef22abb2eb51b04c494e3edd9f485e2ea2e030d923b066"

/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/"))
2025-12-06 22:43.25 ---> saved as "bf844409a06bd97b865a9d035a03f828a6cec17dad0307d2a058f123832dfc60"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-06 22:43.33 ---> saved as "44d358280fcc0dc56756b91aadc9f6d65b61b6d3d714b624c9849fbf305bf35e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-06 22:43.53 ---> saved as "ad4a504efbdf51d9749d46b7a833fc2c9c21a5d913ad6ede09a0d931a42f37a7"

/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 amd64 Packages [81.6 kB]
- Fetched 172 kB in 0s (1311 kB/s)
- Reading package lists...
- 
2025-12-06 22:43.55 ---> saved as "49a150205bebbd1fba3f6e668950a0938e5096f359137a82b7ce0523a4f678fe"

/home/opam: (run (shell "opam pin add -k version -yn cohttp-bench.6.2.0 6.2.0"))
cohttp-bench is now pinned to version 6.2.0
2025-12-06 22:43.56 ---> saved as "e241e9cf8e913e933c2ef96a1db26cfceb483fa3616eff08af3f449070638c27"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall cohttp-bench.6.2.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\" != 'cohttp-bench.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
cohttp-bench.6.2.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-no-flat-float-array -> ocaml-option-no-flat-float-array -> ocaml-variants >= 4.12.0~
    - cohttp-bench >= 6.2.0 -> eio >= 0.12
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-no-flat-float-array -> ocaml-option-no-flat-float-array
    - cohttp-bench >= 6.2.0 -> eio >= 0.12 -> ocaml >= 5.1.0 -> ocaml-base-compiler >= 5.1.0~ -> ocaml-options-vanilla
  * Missing dependency:
    - cohttp-bench >= 6.2.0 -> eio >= 0.12 -> ocaml >= 5.1.0 -> dkml-base-compiler >= 5.4.1~ | ocaml-base-compiler >= 5.4.1~ | ocaml-system >= 5.4.1~ | ocaml-variants >= 5.4.1~
    no matching version
    no matching version
    no matching version
    not available because the package is pinned to version 4.14.2+options

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall cohttp-bench.6.2.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" != 'cohttp-bench.6.2.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-12-06 22:44.25: Job failed: Failed: Build failed
2025-12-06 22:44.25: Log analysis:
2025-12-06 22:44.25: >>> 
No solution found, exiting
 (score = 100)
2025-12-06 22:44.25: [SKIP] Package not available