(for PR #28419)
2025-09-06 22:43.56: New job: build cvc5.1.3.0-1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28419/head (473c4e5e91f30596dff4115afc922c6579592316) on debian-11-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/28419/head" && git reset --hard 473c4e5e git fetch origin master git merge --no-edit 9c3d4d2c450836918b2120fd23d975693579ae2e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:0ef09e1573e2b9cc677a85eddb38763b78e9a1688500c702e2bba5aac6bfe8cc 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 cvc5.1.3.0-1 1.3.0-1 RUN opam reinstall cvc5.1.3.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-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'cvc5.1.3.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-09-06 22:43.56: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:0ef09e1573e2b9cc677a85eddb38763b78e9a1688500c702e2bba5aac6bfe8cc-cvc5.1.3.0-1-473c4e5e91f30596dff4115afc922c6579592316" 2025-09-06 22:43.56: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:0ef09e1573e2b9cc677a85eddb38763b78e9a1688500c702e2bba5aac6bfe8cc) (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 cvc5.1.3.0-1 1.3.0-1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall cvc5.1.3.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-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'cvc5.1.3.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-09-06 22:43.56: Waiting for resource in pool OCluster 2025-09-06 22:43.56: Waiting for worker… 2025-09-06 22:43.58: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 9c3d4d2c45 Merge pull request #28453 from MisterDA/release-config-file-release-1.2.2 Merge made by the 'ort' strategy. packages/cvc5/cvc5.1.3.0-1/opam | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 packages/cvc5/cvc5.1.3.0-1/opam (from ocaml/opam:debian-11-ocaml-4.14@sha256:0ef09e1573e2b9cc677a85eddb38763b78e9a1688500c702e2bba5aac6bfe8cc) 2025-09-06 22:44.35 ---> using "8663dd0605f4128fc3089d11de012421732e9abfb20be34aaffa9ae6ff7b60be" 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-09-06 22:44.35 ---> using "6f04242d47a84558b9c59266ee58cb0efe3bafc34dd36e381ab16a74113d7a04" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-06 22:44.35 ---> using "bffd125c408dec62de34e44d5a2cdc0c365dc5a6d2f30615392ac64aa0b8f57a" 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_64 os=linux os-distribution=debian os-version=11 # 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 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-09-06 22:44.35 ---> using "3c4337497fec0b0613a72acf026ff185f916501343810ee12d0e4838d17bed06" 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-06 22:44.35 ---> using "2dba398716801037d8a550c579cc21a83e6994d94e6a54bbc511e01c80b98e34" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-06 22:44.40 ---> saved as "14fae9b010f56e6a2ef2f3fc8abd05f950d8efb90c6f3e6032c9c4cdaf045235" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-06 22:44.56 ---> saved as "d0d2982bf9f70130ed6cdd55e4f2d3d142b16d57ad7abbfe3f2aa15c0a9d0719" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Hit:3 http://deb.debian.org/debian bullseye-updates InRelease - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [394 kB] - Fetched 421 kB in 0s (1021 kB/s) - Reading package lists... 2025-09-06 22:44.57 ---> saved as "0e2adeab6dfd0ec45ca0ae572408ffde1c5240504eff54d72dd967dad49bf042" /home/opam: (run (shell "opam pin add -k version -yn cvc5.1.3.0-1 1.3.0-1")) cvc5 is now pinned to version 1.3.0-1 2025-09-06 22:44.57 ---> saved as "bf406f9236f0901b3436721e980f80f1caedfda0cfc9b3424f5ca5ba0f9a2843" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall cvc5.1.3.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-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'cvc5.1.3.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")) cvc5.1.3.0-1 is not installed. Install it? [y/n] y * Missing dependency: - cvc5 >= 1.3.0-1 -> conf-python3-tomli depends on the unavailable system package 'python3-tomli'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect. No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall cvc5.1.3.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-11\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'cvc5.1.3.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-09-06 22:45.06: Job failed: Failed: Build failed 2025-09-06 22:45.06: Log analysis: 2025-09-06 22:45.06: >>> No solution found, exiting (score = 100) 2025-09-06 22:45.06: [SKIP] Package not available