(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/s390x 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:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb 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:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb-z3.4.15.1-eb1839f6536e00144ff383f35c0878f9cb0c30a2" 2025-06-11 19:35.01: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb) (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 20:40.25: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached Updating files: 53% (12380/23240) Updating files: 54% (12550/23240) Updating files: 55% (12782/23240) Updating files: 56% (13015/23240) Updating files: 57% (13247/23240) Updating files: 58% (13480/23240) Updating files: 59% (13712/23240) Updating files: 60% (13944/23240) Updating files: 61% (14177/23240) Updating files: 62% (14409/23240) Updating files: 63% (14642/23240) Updating files: 64% (14874/23240) Updating files: 65% (15106/23240) Updating files: 66% (15339/23240) Updating files: 67% (15571/23240) Updating files: 68% (15804/23240) Updating files: 69% (16036/23240) Updating files: 70% (16268/23240) Updating files: 71% (16501/23240) Updating files: 72% (16733/23240) Updating files: 73% (16966/23240) Updating files: 74% (17198/23240) Updating files: 75% (17430/23240) Updating files: 76% (17663/23240) Updating files: 77% (17895/23240) Updating files: 78% (18128/23240) Updating files: 79% (18360/23240) Updating files: 80% (18592/23240) Updating files: 81% (18825/23240) Updating files: 82% (19057/23240) Updating files: 82% (19111/23240) Updating files: 83% (19290/23240) Updating files: 84% (19522/23240) Updating files: 85% (19754/23240) Updating files: 86% (19987/23240) Updating files: 87% (20219/23240) Updating files: 88% (20452/23240) Updating files: 89% (20684/23240) Updating files: 90% (20916/23240) Updating files: 91% (21149/23240) Updating files: 92% (21381/23240) Updating files: 93% (21614/23240) Updating files: 94% (21846/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 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:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb' locally docker.io/ocaml/opam@sha256:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb: Pulling from ocaml/opam Digest: sha256:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb Status: Downloaded newer image for ocaml/opam@sha256:4e856519a148d8f10d6aac4ab46804953b0ec3ddbdb5e567d316ca5ff02c62bb 2025-06-11 20:40.30 ---> using "70c56dc4275bec129a5a48d90d987c3a7a98be36648607f09368af0fc07ede84" 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 20:40.30 ---> using "8114f6480993414054df741fbd44787848ceece88c4ddf83bfff4c9709d26d7f" 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-06-11 20:40.30 ---> using "64c5305639f7b6512d9905682d35f88b5359357c6fd8ff7da614a2aa48f98180" 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=s390x 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 3 # 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 20:40.30 ---> using "070ce3c438a802865aff537ed97dfa4950683c56ed539312b7746eca76b76e79" 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 20:40.30 ---> using "2b5eb92fb2a9d2b7299d25bbc11a5627a55807427d4f348d6e5c3f0fc6bb8477" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-11 20:41.34 ---> saved as "2857bab54abbdc52c864bb2dd685f564ff54ed142d17e67991b89a8cbe5214bf" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-11 20:44.08 ---> saved as "737fc7b6aa1910d04fd9ebaa01a9611cb9ef22edbed46672abfd0c074ec53eb4" /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 s390x Packages [233 kB] - Fetched 337 kB in 1s (371 kB/s) - Reading package lists... - 2025-06-11 20:44.18 ---> saved as "c2a7e26c320fa6b97691c5d2f3754dbfc1e38aa187adcef18da3fd34de1f2b1a" /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 20:44.27 ---> saved as "263db61f4a86a367d8a6c9a070e9b6b00163546dfe352027706a4ed64d4d21af" /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:s390x. - (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 ... 18518 files and directories currently installed.) - Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_s390x.deb ... - Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_s390x.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... - Setting up libpython3.11-minimal:s390x (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 ... 18825 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_s390x.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:s390x. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_s390x.deb ... - Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u6_s390x.deb ... - Unpacking python3.11 (3.11.2-6+deb12u6) ... - Selecting previously unselected package libpython3-stdlib:s390x. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_s390x.deb ... - Unpacking libpython3-stdlib:s390x (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 ... 19235 files and directories currently installed.) - Preparing to unpack .../0-python3_3.11.2-1+b1_s390x.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package libgmpxx4ldbl:s390x. - Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_s390x.deb ... - Unpacking libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:s390x. - Preparing to unpack .../2-libgmp-dev_2%3a6.2.1+dfsg1-1.1_s390x.deb ... - Unpacking libgmp-dev:s390x (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:s390x. - Preparing to unpack .../3-libpkgconf3_1.8.1-1_s390x.deb ... - Unpacking libpkgconf3:s390x (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../4-pkgconf-bin_1.8.1-1_s390x.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:s390x. - Preparing to unpack .../5-pkgconf_1.8.1-1_s390x.deb ... - Unpacking pkgconf:s390x (1.8.1-1) ... - Selecting previously unselected package pkg-config:s390x. - Preparing to unpack .../6-pkg-config_1.8.1-1_s390x.deb ... - Unpacking pkg-config:s390x (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:s390x (3.11.2-6+deb12u6) ... - Setting up libpkgconf3:s390x (1.8.1-1) ... - Setting up libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libpython3-stdlib:s390x (3.11.2-1+b1) ... - Setting up python3.11 (3.11.2-6+deb12u6) ... - Setting up libgmp-dev:s390x (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:s390x (1.8.1-1) ... - Setting up pkg-config:s390x (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-gmp.5 -> installed conf-c++.1.0 -> installed conf-pkg-config.4 -> retrieved z3.4.15.1 (cached) -> installed conf-python-3.9.0.0 -> 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 21:10.43 ---> saved as "79ae1f1638454e5e79eacde3f2be00231eb0f74e784f650d89ac5c22907dc67f" Job succeeded 2025-06-11 21:11.00: Job succeeded