(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 opensuse-tumbleweed-ocaml-5.3/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:opensuse-tumbleweed-ocaml-5.3@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-5.3@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc-cvc5.1.3.0-1-473c4e5e91f30596dff4115afc922c6579592316" 2025-09-06 22:43.56: Using OBuilder spec: ((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc) (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 \"\\\"opensuse-tumbleweed\\\"\"; 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.57: Got resource from pool OCluster Building on asteria.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:opensuse-tumbleweed-ocaml-5.3@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc) Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc' locally docker.io/ocaml/opam@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc: Pulling from ocaml/opam 2b054191f142: Pulling fs layer 52d8bea04853: Pulling fs layer 64e17e83b342: Pulling fs layer 50d2e8a30cb6: Pulling fs layer 98d733abde7f: Pulling fs layer 52d8bea04853: Waiting 56564489e5f4: Pulling fs layer 50d2e8a30cb6: Waiting 98d733abde7f: Waiting 19b55b619891: Pulling fs layer 69e4c22339b7: Pulling fs layer 56564489e5f4: Waiting 19b55b619891: Waiting 52d8bea04853: Verifying Checksum 52d8bea04853: Download complete 64e17e83b342: Verifying Checksum 64e17e83b342: Download complete 50d2e8a30cb6: Download complete 56564489e5f4: Download complete 19b55b619891: Verifying Checksum 19b55b619891: Download complete 69e4c22339b7: Verifying Checksum 69e4c22339b7: Download complete 98d733abde7f: Verifying Checksum 98d733abde7f: Download complete 2b054191f142: Verifying Checksum 2b054191f142: Download complete 2b054191f142: Pull complete 52d8bea04853: Pull complete 64e17e83b342: Pull complete 50d2e8a30cb6: Pull complete 98d733abde7f: Pull complete 56564489e5f4: Pull complete 19b55b619891: Pull complete 69e4c22339b7: Pull complete Digest: sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc Status: Downloaded newer image for ocaml/opam@sha256:a63c854fcee2fb3fb006a214b182946f9ec8f5f72594c346c07fb7142311cebc 2025-09-06 22:44.11 ---> using "5548c2b4fb7398844dba0d1626b2f7c7f2cff2f54ec9d6c626255735c620aa22" 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.11 ---> using "b3eb971a91d36d9eacbe941f6c775aa711f8fdf57a2f68de638809b98dbc4788" 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-09-06 22:44.11 ---> using "e212ca5e44615ad36304929e9e4ee8ac82d4c4acbb8390f6d38870974510f63d" 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=opensuse-tumbleweed os-version=20250828 # 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 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # 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 2025-09-06 22:44.11 ---> using "bd8b79354022199b0d1481516aab480f87364e7b07a259c50e7d0d2e9f96dd5d" 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.11 ---> using "5e4bb57684777abac44932eb1637a9027f962e28b8d0fd021d74c651f6a1477b" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-06 22:44.21 ---> saved as "c453342f77877d1b61152b722f2262a3465ad6ab06c0a5a8482992073e57a88a" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-06 22:44.38 ---> saved as "b5387ca24f79ee47a6f0b6f9970a5079c14417ff69c29bbd0a7351c643b8ec3a" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'openSUSE-Tumbleweed-Update' is up to date. - Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [... - Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss. - gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key - . - .......done] - Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done] - Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [... - Looking for gpg keys in repository openSUSE-Tumbleweed-Oss. - gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key - ........ - ......... - ......... - .......... - .......... - .......... - .......... - done] - Building repository 'openSUSE-Tumbleweed-Oss' cache [.. - ..done] - All repositories have been refreshed. 2025-09-06 22:44.53 ---> saved as "f4c1ab4a5b555027d500fc9d99900ed74d14b72ec92717af477d98713f8f8884" /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.54 ---> saved as "0007bc8c58fd83690db29040f321dc5c0182695db8e025fa49f53cc81eeae051" /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 \"\\\"opensuse-tumbleweed\\\"\"; 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-python-3 depends on the unavailable system package 'python3'. 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 "\"opensuse-tumbleweed\""; 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.07: Job failed: Failed: Build failed 2025-09-06 22:45.07: Log analysis: 2025-09-06 22:45.07: >>> No solution found, exiting (score = 100) 2025-09-06 22:45.07: [SKIP] Package not available