(for PR #27768)
2025-04-16 21:23.01: New job: build bitwuzla-cxx.0.7.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27768/head (55a47416d532dc829d9111297970934a21a1b1c4) on debian-12-ocaml-4.09/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/27768/head" && git reset --hard 55a47416 git fetch origin master git merge --no-edit d1cbf81c2da41aacd8925bea031fdc109945f711 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.09@sha256:bbe73e5f35f65a16a4784c99cf52527bcff1c7a148c4b94bb6a9aed4a86397a4 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 bitwuzla-cxx.0.7.0 0.7.0 RUN opam reinstall bitwuzla-cxx.0.7.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-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'bitwuzla-cxx.0.7.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-04-16 21:23.01: Using cache hint "ocaml/opam:debian-12-ocaml-4.09@sha256:bbe73e5f35f65a16a4784c99cf52527bcff1c7a148c4b94bb6a9aed4a86397a4-bitwuzla-cxx.0.7.0-55a47416d532dc829d9111297970934a21a1b1c4" 2025-04-16 21:23.01: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.09@sha256:bbe73e5f35f65a16a4784c99cf52527bcff1c7a148c4b94bb6a9aed4a86397a4) (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 bitwuzla-cxx.0.7.0 0.7.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall bitwuzla-cxx.0.7.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-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\" != 'bitwuzla-cxx.0.7.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-04-16 21:23.01: Waiting for resource in pool OCluster 2025-04-16 21:23.01: Waiting for worker… 2025-04-16 21:23.01: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at 9f229a5dd8 Merge commit '705d832ff386ef99bd0ac35a4a72cd99ca094acd' HEAD is now at d1cbf81c2d Merge pull request #27767 from toots/opam-publish-ffmpeg.1.2.4 Updating d1cbf81c2d..55a47416d5 Fast-forward packages/bitwuzla-cxx/bitwuzla-cxx.0.7.0/opam | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 packages/bitwuzla-cxx/bitwuzla-cxx.0.7.0/opam (from ocaml/opam:debian-12-ocaml-4.09@sha256:bbe73e5f35f65a16a4784c99cf52527bcff1c7a148c4b94bb6a9aed4a86397a4) 2025-04-16 21:23.07 ---> using "98de31f3051ed091238b712d17eca9b914a940edaa5363288f031792135740da" 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-04-16 21:23.07 ---> using "cf52d9700ce9f0f7ebd02f11d50684295252e4e943440347b9e3229334087be3" 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 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. [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-04-16 21:23.07 ---> using "d1e8624536bab6000f94fcd80880e6c95d788eff61c8c7e1c08f54bbdb27262a" 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=12 # 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.09 # invariant ["ocaml-base-compiler" {= "4.09.1"}] # compiler-packages ocaml-base-compiler.4.09.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.09/lib/ocaml/stublibs:/home/opam/.opam/4.09/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.09.1 2025-04-16 21:23.07 ---> using "de2007c2df69b74ca2a3b8d1a8fb9ad715f301316e4879b3c9a68ab16a02a5d0" 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-04-16 21:23.07 ---> using "7e1d8e613d4c43d408582ba3e83d444b3bc2e50c9331cef7798adde4f12d0977" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-16 21:23.21 ---> saved as "474fd62213ca20c85cfe6496da65f8b1591788d0a18bc53a7f8a42b82e6f2fa7" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-16 21:23.43 ---> saved as "cc656da36e97de0c653ac0f0bfd1bce68d2e22c5cc858b94c5580cac95852147" /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 amd64 Packages [254 kB] - Fetched 357 kB in 0s (849 kB/s) - Reading package lists... 2025-04-16 21:23.45 ---> saved as "1d89529ce74dadae472334489e4a18982d3e82e0a2615f5dc175584ff8d8cd65" /home/opam: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.7.0 0.7.0")) bitwuzla-cxx is now pinned to version 0.7.0 2025-04-16 21:23.45 ---> saved as "c0cce8355b956e75e28e5c9cc2258ca9b4c0089dba0af6bdda5b3de326de7ec1" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall bitwuzla-cxx.0.7.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-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\" != 'bitwuzla-cxx.0.7.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) bitwuzla-cxx.0.7.0 is not installed. Install it? [y/n] y * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.09.1 - bitwuzla-cxx >= 0.7.0 -> ocaml >= 4.12 -> dkml-base-compiler You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.09.1 - bitwuzla-cxx >= 0.7.0 -> ocaml >= 4.12 -> ocaml-variants < 5.4.1~ * Missing dependency: - bitwuzla-cxx >= 0.7.0 -> ocaml >= 4.12 -> ocaml-variants < 4.12.1~ -> xenbigarray unknown package * Missing dependency: - bitwuzla-cxx >= 0.7.0 -> ocaml >= 4.12 -> ocaml-variants < 4.12.1~ -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - bitwuzla-cxx >= 0.7.0 -> ocaml >= 4.12 -> ocaml-variants < 5.2.1~ -> system-msvc unmet availability conditions: 'os = "win32"' No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall bitwuzla-cxx.0.7.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-12\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'bitwuzla-cxx.0.7.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-04-16 21:24.02: Job failed: Failed: Build failed 2025-04-16 21:24.02: Log analysis: 2025-04-16 21:24.02: >>> No solution found, exiting (score = 100) 2025-04-16 21:24.02: [SKIP] Package not available