Build:
  1. 0
2025-05-31 21:29.18: New job: build cohttp-connpool-eio.0.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27972/head (b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0)
                              on debian-12-ocaml-5.3/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27972/head" && git reset --hard b74273c0
git fetch origin master
git merge --no-edit f96c4f16cc7eb44c5c16b7fcaf148546c8a18eba
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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-connpool-eio.0.1 0.1
RUN opam reinstall cohttp-connpool-eio.0.1; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'cohttp-connpool-eio.0.1' && 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-05-31 21:29.18: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc-cohttp-connpool-eio.0.1-b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0"
2025-05-31 21:29.18: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc)
 (shell /usr/bin/linux32 /bin/sh -c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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-connpool-eio.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall cohttp-connpool-eio.0.1;\
             \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-12\\\"\"; 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-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-31 21:29.18: Waiting for resource in pool OCluster
2025-05-31 21:29.18: Waiting for worker…
2025-05-31 21:29.19: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  87% (20313/23172)
Updating files:  88% (20392/23172)
Updating files:  89% (20624/23172)
Updating files:  90% (20855/23172)
Updating files:  91% (21087/23172)
Updating files:  92% (21319/23172)
Updating files:  93% (21550/23172)
Updating files:  94% (21782/23172)
Updating files:  95% (22014/23172)
Updating files:  96% (22246/23172)
Updating files:  97% (22477/23172)
Updating files:  98% (22709/23172)
Updating files:  99% (22941/23172)
Updating files: 100% (23172/23172)
Updating files: 100% (23172/23172), done.
HEAD is now at f96c4f16cc Merge pull request #27909 from let-def/release-lwd-v0.4
Updating f96c4f16cc..b74273c0b3
Fast-forward
 .../cohttp-connpool-eio.0.1/opam                   | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 packages/cohttp-connpool-eio/cohttp-connpool-eio.0.1/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc' locally
docker.io/ocaml/opam@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc: Pulling from ocaml/opam
d8a3139fe908: Pulling fs layer
d8a3139fe908: Verifying Checksum
d8a3139fe908: Download complete
d8a3139fe908: Pull complete
Digest: sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc
Status: Downloaded newer image for ocaml/opam@sha256:3572bc468d64f0ff0ca1b2cb44be6c216c831e5e674eb1f65f4781df79554afc
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-05-31 21:29.46 ---> using "9c83916b0e9946549606be57f1d78d91efab218772f892233ba143f800201e9b" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-31 21:29.46 ---> using "041d4bc4ecc05935cbc1d8d4e8388b247a5aec55653aaf2799adca0fd86a3b81" 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 development 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
2025-05-31 21:29.46 ---> using "9e2de8d453e0e1643f4b240f64bd34e18837e879ca3b8e7648274c9757be3588" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_32 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0+bytecode-only
2025-05-31 21:29.46 ---> using "40c4b6781f44c3fccac244673f28bd3ebf197345eef7af9c90a7e5c65e8e7c6d" 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/"))
2025-05-31 21:29.46 ---> using "3b64289e8d24b51c61307e3deca6e5e46b9777946e579145493a8c23ecd5e16c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-31 21:29.53 ---> saved as "7663b313c7ab955628ad3651f1ba358b7a5d52a97e089da86af7f632d5574447"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-31 21:30.33 ---> saved as "0a9ede8e6f8b4a18b441ff0d332c5b8a4eacf58fdf20de07028b769a4d542c57"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [258 kB]
- Fetched 361 kB in 0s (873 kB/s)
- Reading package lists...
- 
2025-05-31 21:30.34 ---> saved as "552f16c121909c183be44af391a475297f5bcfafb4e7b3cb616eb0388efde144"

/home/opam: (run (shell "opam pin add -k version -yn cohttp-connpool-eio.0.1 0.1"))
cohttp-connpool-eio is now pinned to version 0.1
2025-05-31 21:30.35 ---> saved as "b45070e158379b1015746d738c9aadf93c33f7e048e6908828f3a33251a71711"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall cohttp-connpool-eio.0.1;\
                        \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-12\\\"\"; 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-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
cohttp-connpool-eio.0.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 38 packages
  - install angstrom            0.16.1       [required by uri]
  - install base                v0.16.4      [required by ppx_sexp_conv]
  - install base64              3.5.1        [required by cohttp]
  - install bigstringaf         0.10.0       [required by eio]
  - install cohttp              6.1.0        [required by cohttp-eio]
  - install cohttp-connpool-eio 0.1 (pinned)
  - install cohttp-eio          6.1.0        [required by cohttp-connpool-eio]
  - install csexp               1.5.2        [required by dune-configurator]
  - install cstruct             6.2.0        [required by eio]
  - install domain-local-await  1.0.1        [required by eio]
  - install dune                3.19.0       [required by cohttp-connpool-eio]
  - install dune-configurator   3.19.0       [required by base]
  - install eio                 1.2          [required by cohttp-eio]
  - install fmt                 0.10.0       [required by cohttp-eio]
  - install hmap                0.8.1        [required by eio]
  - install http                6.1.0        [required by cohttp-eio]
  - install logs                0.8.0        [required by cohttp-connpool-eio]
  - install lwt-dllist          1.1.0        [required by eio]
  - install mtime               2.1.0        [required by eio]
  - install ocaml-compiler-libs v0.17.0      [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0        [required by angstrom]
  - install ocamlbuild          0.16.1       [required by ptime]
  - install ocamlfind           1.9.8        [required by ptime]
  - install optint              0.3.0        [required by eio]
  - install ppx_derivers        1.2.1        [required by ppxlib]
  - install ppx_sexp_conv       v0.16.0      [required by cohttp]
  - install ppxlib              0.35.0       [required by ppx_sexp_conv]
  - install psq                 0.2.1        [required by eio]
  - install ptime               1.2.0        [required by cohttp-eio]
  - install re                  1.12.0       [required by cohttp]
  - install seq                 base         [required by re, psq]
  - install sexplib0            v0.16.0      [required by cohttp]
  - install stdlib-shims        0.3.0        [required by ppxlib]
  - install stringext           1.6.0        [required by cohttp]
  - install thread-table        1.0.0        [required by domain-local-await]
  - install topkg               1.0.8        [required by ptime]
  - install uri                 4.4.0        [required by cohttp-eio]
  - install uri-sexp            4.4.0        [required by cohttp]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cohttp.6.1.0, cohttp-eio.6.1.0, http.6.1.0  (cached)
-> retrieved cohttp-connpool-eio.0.1  (https://github.com/lthms/cohttp-connpool-eio/releases/download/0.1/cohttp-connpool-eio-0.1.tbz)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0  (cached)
-> retrieved eio.1.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed logs.0.8.0
-> installed dune.3.19.0
-> installed ppx_derivers.1.2.1
-> installed lwt-dllist.1.1.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed http.6.1.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.19.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed eio.1.2
-> installed uri.4.4.0
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed cohttp.6.1.0
-> installed cohttp-eio.6.1.0
-> installed cohttp-connpool-eio.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-31 21:34.37 ---> saved as "a10d56ad8193edeac7fe0528187faf2bcdb258f6c08a8c694db414d15705dabf"
Job succeeded
2025-05-31 21:34.47: Job succeeded