(for PR #28567)
2025-09-30 09:54.42: New job: build dokeysto_camltc.4.0.2, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28567/head (e22c968edefeb1f5a8de95b7b69691d06a3cc244) on debian-13-ocaml-5.3-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/28567/head" && git reset --hard e22c968e git fetch origin master git merge --no-edit dfe27d924d3f2d9d3045aa994e54a6172a669ecb cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3-no-flat-float-array@sha256:0a9f5fdc6d4d373a23a517d46e5abd20bd8c55b5396b419f83214c906685f2b6 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 dokeysto_camltc.4.0.2 4.0.2 RUN opam reinstall dokeysto_camltc.4.0.2; \ 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" != 'dokeysto_camltc.4.0.2' && 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-09-30 09:54.42: Using cache hint "ocaml/opam:debian-13-ocaml-5.3-no-flat-float-array@sha256:0a9f5fdc6d4d373a23a517d46e5abd20bd8c55b5396b419f83214c906685f2b6-dokeysto_camltc.4.0.2-e22c968edefeb1f5a8de95b7b69691d06a3cc244" 2025-09-30 09:54.42: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3-no-flat-float-array@sha256:0a9f5fdc6d4d373a23a517d46e5abd20bd8c55b5396b419f83214c906685f2b6) (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 dokeysto_camltc.4.0.2 4.0.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall dokeysto_camltc.4.0.2;\ \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\" != 'dokeysto_camltc.4.0.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-30 09:54.42: Waiting for resource in pool OCluster 2025-09-30 09:54.43: Waiting for worker… 2025-09-30 09:54.45: Got resource from pool OCluster Building on phoebe All commits already cached HEAD is now at dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch Merge made by the 'ort' strategy. packages/dokeysto/dokeysto.4.0.2/opam | 28 +++++++++++++++++++++ .../dokeysto_camltc/dokeysto_camltc.4.0.2/opam | 28 +++++++++++++++++++++ packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam | 29 ++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 packages/dokeysto/dokeysto.4.0.2/opam create mode 100644 packages/dokeysto_camltc/dokeysto_camltc.4.0.2/opam create mode 100644 packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam (from ocaml/opam:debian-13-ocaml-5.3-no-flat-float-array@sha256:0a9f5fdc6d4d373a23a517d46e5abd20bd8c55b5396b419f83214c906685f2b6) 2025-09-30 09:56.56 ---> using "0304beb4c3993f0d53c6d99d8b6f0552e02026568df3cb12d61ccb2fcb82e15f" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-09-30 09:56.56 ---> using "bffb6637367758db1a27cb75704cfc99fa268f9e6c7baf824d9e2a065e7944c0" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-30 09:56.56 ---> using "5e25a49c25ab9863aa07ae857f11426f3b6d0ac9b8c0a62f3dd8ca5dee5493b3" 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.4.1 # 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 5.3 # invariant ["ocaml-variants" {= "5.3.0+options"}] # compiler-packages ocaml-compiler.5.3.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.3.0+options # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # 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+options+no-flat-float-array 2025-09-30 09:56.56 ---> using "5591716e7203dde4610ddf054ee66838ae4ca2636d9719f94ca807e1920d56a8" 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-09-30 09:56.56 ---> using "fdfc976200f0c2cfbdd542be7d5d261d5057b14fe9a5e1a95d70bf54359110e2" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-30 09:57.27 ---> saved as "97e7e8c29654dbc7bd438d614e41fd54fdbf2769ed446ab8f553276a1cc06fad" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-30 09:57.50 ---> saved as "c970a3d87a9ea3f00fd626dcc55bd35cf2fb7b1bc2b67fe35b751af526cfd1fc" /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 [47.7 kB] - Fetched 138 kB in 0s (1213 kB/s) - Reading package lists... - 2025-09-30 09:57.52 ---> saved as "ffa89afbe4bbb4cb6b61f769a13213ca038d5dd2ce97f6c3cf7ba2e12216292b" /home/opam: (run (shell "opam pin add -k version -yn dokeysto_camltc.4.0.2 4.0.2")) dokeysto_camltc is now pinned to version 4.0.2 2025-09-30 09:57.52 ---> saved as "69dbba0c217af1d4caf7cf262f6715b694b29c8de078963d1ae13c6e8ef05225" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall dokeysto_camltc.4.0.2;\ \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\" != 'dokeysto_camltc.4.0.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) dokeysto_camltc.4.0.2 is not installed. Install it? [Y/n] y * Incompatible packages: - (invariant) -> ocaml-variants = 5.3.0+options - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> dkml-base-compiler You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-variants = 5.3.0+options - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0 | = 3.09.1 | = 3.09.2 | = 3.09.3 | = 3.10.0 | = 3.10.1 | = 3.10.2 | = 3.11.0 | = 3.11.1 | = 3.11.2 | = 3.12.0 | = 3.12.1 | = 4.00.0 | = 4.00.1 | = 4.01.0 | = 4.02.0 | = 4.02.1 | = 4.02.2 | = 4.02.3 | = 4.03.0 | = 4.04.0 | = 4.04.1 | = 4.04.2 | = 4.05.0 | = 4.06.0 | = 4.06.1 | = 4.07.0 | = 4.07.1 | = 4.08.0 | = 4.08.1 | = 4.09.0 | = 4.09.1 | = 4.10.0 | = 4.10.1 | = 4.10.2 | = 4.11.0 | = 4.11.1 | = 4.11.2 | >= 4.12.0~) * Missing dependency: - dokeysto_camltc >= 4.0.2 -> camltc >= 0.9.8 -> ocaml < 5.0 -> ocaml-base-compiler (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2 | = 4.09.2 | = 4.10.3 | = 4.11.3) | ocaml-system >= 4.02.4 | ocaml-variants < 4.11.4~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.3.0+options No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall dokeysto_camltc.4.0.2; 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" != 'dokeysto_camltc.4.0.2' && 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-09-30 09:58.14: Job failed: Failed: Build failed 2025-09-30 09:58.14: Log analysis: 2025-09-30 09:58.14: >>> No solution found, exiting (score = 100) 2025-09-30 09:58.14: [SKIP] Package not available