Build:
- 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-testing-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/27972/head" && git reset --hard b74273c0 git fetch origin master git merge --no-edit f96c4f16cc7eb44c5c16b7fcaf148546c8a18eba cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247 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-testing\""; 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-testing-ocaml-4.14@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247-cohttp-connpool-eio.0.1-b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0" 2025-05-31 21:29.18: Using OBuilder spec: ((from ocaml/opam:debian-testing-ocaml-4.14@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247) (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-testing\\\"\"; 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-c8.sw.ocaml.org All commits already cached 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-testing-ocaml-4.14@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247) Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247' locally docker.io/ocaml/opam@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247: Pulling from ocaml/opam 8e0da0ee1cda: Pulling fs layer 6788533f9095: Pulling fs layer 77d0e79a1612: Pulling fs layer 9e6d4df7eb69: Pulling fs layer 1d46f6698c66: Pulling fs layer 9e6d4df7eb69: Waiting 77d0e79a1612: Download complete 9e6d4df7eb69: Download complete 1d46f6698c66: Verifying Checksum 1d46f6698c66: Download complete 6788533f9095: Verifying Checksum 6788533f9095: Download complete 8e0da0ee1cda: Download complete 8e0da0ee1cda: Pull complete 6788533f9095: Pull complete 77d0e79a1612: Pull complete 9e6d4df7eb69: Pull complete 1d46f6698c66: Pull complete Digest: sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247 Status: Downloaded newer image for ocaml/opam@sha256:bc38826827a5f39b18b1546a5f680760aef982d4146b8980b7ea75ccb13ac247 2025-05-31 21:29.41 ---> using "aa86296e3307be992c20f84f9dd4222a9fb7780af48d264299b7a17f393dedb0" from cache /: (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.41 ---> using "e666753fb3b7beb2cef8a927bb59d0cc642131590e1f79d87b4f94828462ead4" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-31 21:30.14 ---> saved as "00ef3dadf5fe419b74eb59801f51bf4d1328b825e7fffe7d6f5d0a5b8557f38c" /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_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 31 # repositories 1 (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 2025-05-31 21:30.15 ---> saved as "e8a6c9a1115ab751e535ba5977774429a3829d31448d4767e1a1e3cfb16e7192" /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:30.21 ---> saved as "7480fc79b82f80c14827f2f5938cc8bf47b6031412d02d199bc2e6a26f2f69d5" /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-31 21:30.29 ---> saved as "f9c001dabeaaa77ed7520c20bf86e047475c5d4b884ce6d7c9ea49ca28fcdbd7" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-31 21:31.05 ---> saved as "cf235fe9f494c0ed87816630c53e69b96cf8694409bea322dc589570930fe900" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian testing InRelease [178 kB] - Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB] - Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB] - Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-25-1404.09.pdiff [33 B] - Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-25-2006.15.pdiff [2381 B] - Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-0208.45.pdiff [4299 B] - Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-1404.29.pdiff [950 B] - Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-2004.08.pdiff [832 B] - Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-27-0204.11.pdiff [56.5 kB] - Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-27-1422.37.pdiff [55.6 kB] - Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-0204.07.pdiff [10.2 kB] - Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-0857.12.pdiff [6129 B] - Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-2007.42.pdiff [699 B] - Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-0204.34.pdiff [5818 B] - Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-1404.44.pdiff [687 B] - Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-2016.03.pdiff [4314 B] - Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-30-0208.01.pdiff [22.5 kB] - Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-30-2017.38.pdiff [523 B] - Get:20 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-31-0204.04.pdiff [11.1 kB] - Get:21 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-31-0804.24.pdiff [1053 B] - Get:22 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-31-1406.38.pdiff [2228 B] - Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-31-2012.32.pdiff [3925 B] - Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-31-2012.32.pdiff [3925 B] - Fetched 494 kB in 2s (294 kB/s) - Reading package lists... - 2025-05-31 21:31.08 ---> saved as "42d50563b4ab62202986ae0c9d879e1df8221f19a5049e494113681a744ebe1b" /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:31.08 ---> saved as "e27a394b284048be21c4e6eb72d915f3db165fd91f0d429c697640626a79fada" /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-testing\\\"\"; 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 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.14.2 - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml-variants (= 4.06.1+multicore | >= 4.10.0+multicore & < 4.10.0+musl+flambda | >= 4.12.0+domains & < 4.12.0+options | = 4.14.0+domains) You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.14.2 - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ * Missing dependency: - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ -> xenbigarray unknown package * Missing dependency: - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-variants >= 5.0.1~ -> system-msvc unmet availability conditions: 'os = "win32"' No solution found, exiting "/usr/bin/env" "bash" "-c" "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-testing\""; 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" failed with exit status 20 2025-05-31 21:31.42: Job failed: Failed: Build failed 2025-05-31 21:31.42: Log analysis: 2025-05-31 21:31.42: >>> No solution found, exiting (score = 100) 2025-05-31 21:31.42: [SKIP] Package not available