(for PR #26907)
2024-11-18 13:43.58: New job: build apron.v0.9.12, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe) on debian-12-ocaml-4.06/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/26907/head" && git reset --hard b6229f0d git fetch origin master git merge --no-edit a6cd5e92975350b992cb58b4351df6fceefc8144 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMSOLVERTIMEOUT="1000" 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 apron.v0.9.12 v0.9.12 RUN opam reinstall apron.v0.9.12; \ 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" != 'apron.v0.9.12' && 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 . 2024-11-18 13:43.58: Using cache hint "ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e-apron.v0.9.12-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe" 2024-11-18 13:43.58: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMSOLVERTIMEOUT 1000) (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 apron.v0.9.12 v0.9.12")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall apron.v0.9.12;\ \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\" != 'apron.v0.9.12' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2024-11-18 13:43.58: Waiting for resource in pool OCluster 2024-11-18 13:44.00: Waiting for worker… 2024-11-18 13:45.45: Got resource from pool OCluster Building on x86-bm-c16.sw.ocaml.org All commits already cached Updating files: 81% (26784/32679) Updating files: 82% (26797/32679) Updating files: 83% (27124/32679) Updating files: 84% (27451/32679) Updating files: 85% (27778/32679) Updating files: 86% (28104/32679) Updating files: 87% (28431/32679) Updating files: 88% (28758/32679) Updating files: 89% (29085/32679) Updating files: 90% (29412/32679) Updating files: 91% (29738/32679) Updating files: 92% (30065/32679) Updating files: 93% (30392/32679) Updating files: 94% (30719/32679) Updating files: 95% (31046/32679) Updating files: 96% (31372/32679) Updating files: 97% (31699/32679) Updating files: 98% (32026/32679) Updating files: 99% (32353/32679) Updating files: 100% (32679/32679) Updating files: 100% (32679/32679), done. HEAD is now at a6cd5e9297 Merge pull request #26892 from recoules/release-bitwuzla-cxx-0.6.1 Merge made by the 'ort' strategy. packages/apron/apron.0.9.14/opam | 5 ++++- packages/apron/apron.v0.9.12/opam | 5 ++++- packages/apron/apron.v0.9.14/opam | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) (from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e) 2024-11-18 13:45.48 ---> using "f6eb4f51f70b84746bd8d1a1930abb0e03e397e88e59411193d56b07ab2febc9" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2024-11-18 13:45.48 ---> using "5d26d5f465baa4afb77be788c6b623cd44cc49ff71f641fe5329261d17d2e66d" 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 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] synchronised from file:///home/opam/opam-repository 2024-11-18 13:45.48 ---> using "e5af297e1fd80f6fadf1ca9d8d9c5e2c5ab73df822223af88525fa7f9d3392e8" from cache /home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-125-generic The OCaml toplevel, version 4.06.1 2.4.0~alpha1~dev 2024-11-18 13:45.48 ---> using "5612f78d140f58036944e632382efb4feabe193128b54d19ed97a138c8f990f8" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMSOLVERTIMEOUT 1000) /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/")) 2024-11-18 13:45.48 ---> using "e54c7959c5d610f6a19720eb4a2983e3af3e76154984e16c78f4d890db714854" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2024-11-18 13:45.57 ---> saved as "4f4893933023201928630812dbd88d1d4afb022a89063e6d448ae148304163e4" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2024-11-18 13:46.54 ---> saved as "7887861deafb8873541ee3358b9373874533e4332fd6c7aad3aa0587ca8bce93" /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 [204 kB] - Fetched 307 kB in 0s (1278 kB/s) - Reading package lists... 2024-11-18 13:46.55 ---> saved as "b5b283cefd2e30682540027de07485d8462c5e14e33d8396f9d44a81de2fddb4" /home/opam: (run (shell "opam pin add -k version -yn apron.v0.9.12 v0.9.12")) apron is now pinned to version v0.9.12 2024-11-18 13:46.56 ---> saved as "1edd475f61f90e65e73419981c98e534909bcab831c98ea936de10f15eb39e88" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall apron.v0.9.12;\ \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\" != 'apron.v0.9.12' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) apron.v0.9.12 is not installed. Install it? [y/n] y The following actions will be performed: === install 13 packages - install apron v0.9.12 (pinned) - install bigarray-compat 1.1.0 [required by mlgmpidl] - install camlidl 1.12 [required by apron] - install conf-findutils 1 [required by ez-conf-lib] - install conf-gmp-paths 1 [required by mlgmpidl] - install conf-mpfr-paths 1 [required by mlgmpidl] - install conf-perl 2 [required by apron] - install dune 3.16.1 [required by bigarray-compat] - install ez-conf-lib 2 [required by conf-gmp-paths, conf-mpfr-paths] - install mlgmpidl 1.3.0 [required by apron] - install ocamlbuild 0.14.3 [required by apron] - install ocamlfind 1.9.6 [required by apron] - install ocamlfind-secondary 1.9.6 [required by dune] The following system packages will first need to be installed: libgmp-dev libmpfr-dev <><> 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" "libmpfr-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (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 ... 18745 files and directories currently installed.) - Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libmpfr-dev:amd64. - Preparing to unpack .../libmpfr-dev_4.2.0-1_amd64.deb ... - Unpacking libmpfr-dev:amd64 (4.2.0-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up libmpfr-dev:amd64 (4.2.0-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved apron.v0.9.12 (https://github.com/antoinemine/apron/archive/v0.9.12.tar.gz) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved camlidl.1.12 (cached) -> installed conf-findutils.1 -> retrieved conf-gmp-paths.1 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-paths/test-gmp.c) -> retrieved conf-mpfr-paths.1 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-mpfr-paths/test-mpfr.c) -> installed conf-perl.2 -> retrieved dune.3.16.1 (cached) -> installed camlidl.1.12 -> retrieved ez-conf-lib.2 (https://github.com/nberth/ez-conf-lib/archive/2.tar.gz) -> installed ez-conf-lib.2 -> installed conf-gmp-paths.1 -> installed conf-mpfr-paths.1 -> retrieved mlgmpidl.1.3.0 (https://github.com/nberth/mlgmpidl/archive/1.3.0.tar.gz) -> retrieved ocamlbuild.0.14.3 (cached) -> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.14.3 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.16.1 -> installed bigarray-compat.1.1.0 -> installed mlgmpidl.1.3.0 -> installed apron.v0.9.12 Done. <><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><> => header file found in /usr/include => library file found in /usr/lib/x86_64-linux-gnu <><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><> => header file found in /usr/include/x86_64-linux-gnu => library file found in /usr/lib/x86_64-linux-gnu # To update the current shell environment, run: eval $(opam env) 2024-11-18 13:48.30 ---> saved as "9b39bf3f0e7589dd599fa1acdffa7138e715b29f71191a7bcf5cddc49cb6ea62" Job succeeded 2024-11-18 13:48.39: Job succeeded