(for PR #28015)
2025-06-11 19:35.01: New job: build z3.4.15.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28015/head (eb1839f6536e00144ff383f35c0878f9cb0c30a2) on debian-12-ocaml-4.14/ppc64le To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28015/head" && git reset --hard eb1839f6 git fetch origin master git merge --no-edit 5d06e882dd4254efed3ed68bbc9e77273e592c83 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a 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 z3.4.15.1 4.15.1 RUN opam reinstall z3.4.15.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-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'z3.4.15.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-06-11 19:35.01: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a-z3.4.15.1-eb1839f6536e00144ff383f35c0878f9cb0c30a2" 2025-06-11 19:35.01: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a) (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 z3.4.15.1 4.15.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall z3.4.15.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-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\" != 'z3.4.15.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-06-11 19:35.01: Waiting for resource in pool OCluster 2025-06-11 19:35.01: Waiting for worker… 2025-06-11 19:35.01: Got resource from pool OCluster Building on scyleia.caelum.ci.dev Updating files: 94% (21893/23240) Updating files: 95% (22078/23240) Updating files: 96% (22311/23240) Updating files: 97% (22543/23240) Updating files: 98% (22776/23240) Updating files: 99% (23008/23240) Updating files: 100% (23240/23240) Updating files: 100% (23240/23240), done. HEAD is now at ab4b72c5a4 Merge commit '522d8ede4520e7dbd3cdb839384c7bf4c048db70' HEAD is now at 5d06e882dd Merge pull request #27999 from mbarbin/conf-hg Merge made by the 'ort' strategy. packages/z3/z3.4.15.1/opam | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 packages/z3/z3.4.15.1/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a' locally docker.io/ocaml/opam@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a: Pulling from ocaml/opam 996840ee3507: Already exists ee9a8af2a7ea: Already exists 4ca048e7bbe7: Already exists 31633a07e460: Already exists 4315786db56b: Already exists a6598f3205f9: Already exists 34e0d892dafa: Already exists 1186a513b1da: Already exists 9bd8d8b76943: Already exists 7016669b2c0f: Already exists b8f58781ef4f: Already exists 29350fa019d8: Already exists 1178d8bc1650: Already exists ac5bf51cb11f: Already exists 9b5a8362d361: Already exists 9b5a8362d361: Already exists b5bcce174082: Already exists 0bd37a71adbe: Already exists dab36f7bc7b4: Already exists ed1f103d763d: Already exists 4f4fb700ef54: Already exists 92bed594dc72: Already exists 4d1751d246ef: Already exists d8983c7eea77: Already exists 82c323b890bf: Already exists afda9558c731: Already exists f1df42dd1639: Already exists a324bcf96dc6: Already exists 5255b018b35d: Already exists a6bcc41b20e7: Already exists ce17426d065a: Already exists 0adcf64c49eb: Already exists c7e3ef48db78: Already exists afb9ef1685ec: Already exists fbda39219ff8: Already exists a002f0a7c957: Already exists 6a506a373e05: Already exists 0af459c94f77: Already exists 271aa99c86d1: Already exists b7dac11fdadf: Pulling fs layer ddebf2a8a5f9: Pulling fs layer 70d8ebcef9fe: Pulling fs layer bb2590ed14a7: Pulling fs layer bb2590ed14a7: Waiting 70d8ebcef9fe: Verifying Checksum 70d8ebcef9fe: Download complete ddebf2a8a5f9: Download complete bb2590ed14a7: Verifying Checksum bb2590ed14a7: Download complete b7dac11fdadf: Verifying Checksum b7dac11fdadf: Download complete b7dac11fdadf: Pull complete ddebf2a8a5f9: Pull complete 70d8ebcef9fe: Pull complete bb2590ed14a7: Pull complete Digest: sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a Status: Downloaded newer image for ocaml/opam@sha256:2ef807d17cd8723afd9d4ae2aecfd1178448501ffb5b5378b0da862937dfc54a 2025-06-11 19:35.07 ---> using "66c87fd71aac651c0285b264144cc03c9bc8fde4c7c6153fc277aa8f83485fba" 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-06-11 19:35.07 ---> using "9d7f37e406ebaa3d4443133f33fa94dbd42c93880dae61beb68678a7f75d3707" 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-11 19:35.07 ---> using "34fe0973ce6dbeea547c733a44f25751eff71e5750ee8bbc6f2bafe4add125e4" 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=ppc64 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 175 # 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-06-11 19:35.07 ---> using "754d85e4b1a4f8ce90dd6986d840e4210b8ca602d7dc89c80e4d5a1dc3491d03" 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-06-11 19:35.07 ---> using "64a009ca503995cd248537f8f1c0375a7ec627ae9d807475e9a6fff52cba2cbf" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-11 19:36.54 ---> saved as "871b4acd1289d8eae06161bc24d4234ff379abbbda696fd07e596cf0c52f82e8" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-11 19:37.16 ---> saved as "1ce406497c35be270b7934210b75a9bec9fce54043a608d06fa08844207af01b" /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 ppc64el Packages [253 kB] - Fetched 356 kB in 0s (859 kB/s) - Reading package lists... - 2025-06-11 19:37.17 ---> saved as "ff531c3001c36a28309e389207e25e66427561529ee0b75fe1c1133849963e2e" /home/opam: (run (shell "opam pin add -k version -yn z3.4.15.1 4.15.1")) z3 is now pinned to version 4.15.1 2025-06-11 19:37.18 ---> saved as "449f1fbe1e001c32d64e5cfd5d418fb9b4e39628f2ec66f8c0bef237b77ad1f0" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall z3.4.15.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-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\" != 'z3.4.15.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) z3.4.15.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 7 packages - install conf-c++ 1.0 [required by z3] - install conf-gmp 5 [required by zarith] - install conf-pkg-config 4 [required by zarith] - install conf-python-3 9.0.0 [required by z3] - install ocamlfind 1.9.8 [required by z3] - install z3 4.15.1 (pinned) - install zarith 1.14 [required by z3] The following system packages will first need to be installed: libgmp-dev pkg-config python3 python3-distutils <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "python3" "python3-distutils" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.11-minimal:ppc64el. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18687 files and directories currently installed.) - Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_ppc64el.deb ... - Unpacking libpython3.11-minimal:ppc64el (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_ppc64el.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... - Setting up libpython3.11-minimal:ppc64el (3.11.2-6+deb12u6) ... - Setting up python3.11-minimal (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18994 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_ppc64el.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:ppc64el. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_ppc64el.deb ... - Unpacking libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u6_ppc64el.deb ... - Unpacking python3.11 (3.11.2-6+deb12u6) ... - Selecting previously unselected package libpython3-stdlib:ppc64el. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_ppc64el.deb ... - Unpacking libpython3-stdlib:ppc64el (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19404 files and directories currently installed.) - Preparing to unpack .../0-python3_3.11.2-1+b1_ppc64el.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package libgmpxx4ldbl:ppc64el. - Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ... - Unpacking libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:ppc64el. - Preparing to unpack .../2-libgmp-dev_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ... - Unpacking libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:ppc64el. - Preparing to unpack .../3-libpkgconf3_1.8.1-1_ppc64el.deb ... - Unpacking libpkgconf3:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../4-pkgconf-bin_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:ppc64el. - Preparing to unpack .../5-pkgconf_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkg-config:ppc64el. - Preparing to unpack .../6-pkg-config_1.8.1-1_ppc64el.deb ... - Unpacking pkg-config:ppc64el (1.8.1-1) ... - Selecting previously unselected package python3-lib2to3. - Preparing to unpack .../7-python3-lib2to3_3.11.2-3_all.deb ... - Unpacking python3-lib2to3 (3.11.2-3) ... - Selecting previously unselected package python3-distutils. - Preparing to unpack .../8-python3-distutils_3.11.2-3_all.deb ... - Unpacking python3-distutils (3.11.2-3) ... - Setting up media-types (10.0.0) ... - Setting up libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u6) ... - Setting up libpkgconf3:ppc64el (1.8.1-1) ... - Setting up libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libpython3-stdlib:ppc64el (3.11.2-1+b1) ... - Setting up python3.11 (3.11.2-6+deb12u6) ... - Setting up libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up pkgconf:ppc64el (1.8.1-1) ... - Setting up pkg-config:ppc64el (1.8.1-1) ... - Setting up python3-lib2to3 (3.11.2-3) ... - Setting up python3-distutils (3.11.2-3) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-gmp.5 (cached) -> retrieved conf-python-3.9.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-c++.1.0 -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> installed conf-python-3.9.0.0 -> retrieved z3.4.15.1 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed zarith.1.14 -> installed z3.4.15.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-11 19:39.39 ---> saved as "424a9e09c3e6c7ecf405b424f5a2ae9720f4ce4761f210de3d0b7085fef15994" Job succeeded 2025-06-11 19:40.07: Job succeeded