(for PR #27642)
2025-03-21 14:45.00: New job: build conf-rust-llvm.1, lower-bounds, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27642/head (883443dcb74125770863632551853b048843182a) on debian-12-ocaml-4.14/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/27642/head" && git reset --hard 883443dc git fetch origin master git merge --no-edit acfb0e6e94791a9b9e37b7555da3519d7d358fee cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /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 conf-rust-llvm.1 1 RUN opam reinstall conf-rust-llvm.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" != 'conf-rust-llvm.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 ENV OPAMCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]" RUN opam reinstall conf-rust-llvm.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" != 'conf-rust-llvm.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-03-21 14:45.00: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3-conf-rust-llvm.1-883443dcb74125770863632551853b048843182a" 2025-03-21 14:45.00: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3) (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 "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 conf-rust-llvm.1 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-rust-llvm.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\" != 'conf-rust-llvm.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (env OPAMCRITERIA +removed,+count[version-lag,solution]) (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-rust-llvm.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\" != 'conf-rust-llvm.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-03-21 14:45.00: Waiting for resource in pool OCluster 2025-03-21 14:45.00: Waiting for worker… 2025-03-21 14:45.18: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at acfb0e6e94 Merge pull request #27652 from barbot/opam-publish-boltzgen.0.9.5 Merge made by the 'ort' strategy. packages/conf-rust-llvm/conf-rust-llvm.1/opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (from ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3) 2025-03-21 14:45.27 ---> using "9582c6c8b9c91424f622a6106359e0ce49baed82ab75b8561afa6800b4ec68e5" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-03-21 14:45.27 ---> using "b9f76094e0201918116a11bcca0aa37d4ab337cb93c53afcb25464d4f62f8f77" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-03-21 14:45.27 ---> using "af24c7952b77adfc8ec86e352a8994c2e1ed66aef76aa945579b125adb45294d" 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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79) # 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 (local), 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-03-21 14:45.27 ---> using "02a703b1c3f6c35c8cbcf29c767236d436bb31434e85b9f878ed7172616fcfcd" 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-03-21 14:45.27 ---> using "469f92ee976af1e9942f9cc0bd20eba8d8963b3e307dcd31e3957191af5b46c5" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-21 14:45.33 ---> saved as "8734f06d8364aa17294065f2d59810e3991116da8d03e3c839294375f6b626f2" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-21 14:46.16 ---> saved as "136bc339c11171134d532bfc0541ffb07715e66718889f4653b6e0434060b85b" /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 [249 kB] - Fetched 353 kB in 1s (236 kB/s) - Reading package lists... - 2025-03-21 14:46.18 ---> saved as "4a1d81ee91895134cd6b59abad1c56bf9b9c8b0c55df96d5038f8a00e10e20ca" /home/opam: (run (shell "opam pin add -k version -yn conf-rust-llvm.1 1")) conf-rust-llvm is now pinned to version 1 2025-03-21 14:46.22 ---> saved as "ea2108b3fe86386781353b5c3d532a6088268b0934252ff62a13dd36aa977713" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-rust-llvm.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\" != 'conf-rust-llvm.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-rust-llvm.1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 6 packages - install conf-bash 1 [required by conf-llvm] - install conf-lld 1 [required by conf-rust-llvm] - install conf-llvm 16 [required by conf-rust-llvm] - install conf-rust 0.1 [required by conf-rust-llvm] - install conf-rust-llvm 1 (pinned) - install conf-which 1 [required by conf-rust-llvm] The following system packages will first need to be installed: cargo libzstd-dev lld llvm-16-dev zlib1g-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" "cargo" "libzstd-dev" "lld" "llvm-16-dev" "zlib1g-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpipeline1: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 .../libpipeline1_1.5.7-1_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.7-1) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ... - Unpacking binfmt-support (2.2.2-2) ... - Selecting previously unselected package libpython3.11-minimal:amd64. - Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Setting up python3.11-minimal (3.11.2-6+deb12u5) ... - 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 ... 19074 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.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:amd64. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (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 ... 19484 files and directories currently installed.) - Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package libhttp-parser2.9:amd64. - Preparing to unpack .../01-libhttp-parser2.9_2.9.4-5_amd64.deb ... - Unpacking libhttp-parser2.9:amd64 (2.9.4-5) ... - Selecting previously unselected package libmbedcrypto7:amd64. - Preparing to unpack .../02-libmbedcrypto7_2.28.3-1_amd64.deb ... - Unpacking libmbedcrypto7:amd64 (2.28.3-1) ... - Selecting previously unselected package libmbedx509-1:amd64. - Preparing to unpack .../03-libmbedx509-1_2.28.3-1_amd64.deb ... - Unpacking libmbedx509-1:amd64 (2.28.3-1) ... - Selecting previously unselected package libmbedtls14:amd64. - Preparing to unpack .../04-libmbedtls14_2.28.3-1_amd64.deb ... - Unpacking libmbedtls14:amd64 (2.28.3-1) ... - Selecting previously unselected package libgit2-1.5:amd64. - Preparing to unpack .../05-libgit2-1.5_1.5.1+ds-1+deb12u1_amd64.deb ... - Unpacking libgit2-1.5:amd64 (1.5.1+ds-1+deb12u1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../06-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../07-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../08-libz3-4_4.8.12-3.1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.12-3.1) ... - Selecting previously unselected package libllvm14:amd64. - Preparing to unpack .../09-libllvm14_1%3a14.0.6-12_amd64.deb ... - Unpacking libllvm14:amd64 (1:14.0.6-12) ... - Selecting previously unselected package libstd-rust-1.63:amd64. - Preparing to unpack .../10-libstd-rust-1.63_1.63.0+dfsg1-2_amd64.deb ... - Unpacking libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ... - Selecting previously unselected package libstd-rust-dev:amd64. - Preparing to unpack .../11-libstd-rust-dev_1.63.0+dfsg1-2_amd64.deb ... - Unpacking libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ... - Selecting previously unselected package rustc. - Preparing to unpack .../12-rustc_1.63.0+dfsg1-2_amd64.deb ... - Unpacking rustc (1.63.0+dfsg1-2) ... - Selecting previously unselected package cargo. - Preparing to unpack .../13-cargo_0.66.0+ds1-1_amd64.deb ... - Unpacking cargo (0.66.0+ds1-1) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../14-icu-devtools_72.1-3_amd64.deb ... - Unpacking icu-devtools (72.1-3) ... - Selecting previously unselected package libclang-cpp14. - Preparing to unpack .../15-libclang-cpp14_1%3a14.0.6-12_amd64.deb ... - Unpacking libclang-cpp14 (1:14.0.6-12) ... - Selecting previously unselected package libllvm16:amd64. - Preparing to unpack .../16-libllvm16_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking libllvm16:amd64 (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package libclang-cpp16. - Preparing to unpack .../17-libclang-cpp16_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking libclang-cpp16 (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package libnspr4:amd64. - Preparing to unpack .../18-libnspr4_2%3a4.35-1_amd64.deb ... - Unpacking libnspr4:amd64 (2:4.35-1) ... - Selecting previously unselected package libnss3:amd64. - Preparing to unpack .../19-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ... - Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ... - Selecting previously unselected package nss-plugin-pem:amd64. - Preparing to unpack .../20-nss-plugin-pem_1.0.8+1-1_amd64.deb ... - Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ... - Selecting previously unselected package libcurl3-nss:amd64. - Preparing to unpack .../21-libcurl3-nss_7.88.1-10+deb12u12_amd64.deb ... - Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u12) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../22-libffi-dev_3.4.4-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.4-1) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../23-libicu-dev_72.1-3_amd64.deb ... - Unpacking libicu-dev:amd64 (72.1-3) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../24-libncurses6_6.4-4_amd64.deb ... - Unpacking libncurses6:amd64 (6.4-4) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../25-libncurses-dev_6.4-4_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.4-4) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../26-libpfm4_4.13.0-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.13.0-1) ... - Selecting previously unselected package libtinfo-dev:amd64. - Preparing to unpack .../27-libtinfo-dev_6.4-4_amd64.deb ... - Unpacking libtinfo-dev:amd64 (6.4-4) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../28-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../29-libyaml-0-2_0.2.5-1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.5-1) ... - Selecting previously unselected package libz3-dev:amd64. - Preparing to unpack .../30-libz3-dev_4.8.12-3.1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.12-3.1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../31-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Selecting previously unselected package lld-14. - Preparing to unpack .../32-lld-14_1%3a14.0.6-12_amd64.deb ... - Unpacking lld-14 (1:14.0.6-12) ... - Selecting previously unselected package lld:amd64. - Preparing to unpack .../33-lld_1%3a14.0-55.7~deb12u1_amd64.deb ... - Unpacking lld:amd64 (1:14.0-55.7~deb12u1) ... - Selecting previously unselected package llvm-14-runtime. - Preparing to unpack .../34-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ... - Unpacking llvm-14-runtime (1:14.0.6-12) ... - Selecting previously unselected package llvm-14-linker-tools. - Preparing to unpack .../35-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ... - Unpacking llvm-14-linker-tools (1:14.0.6-12) ... - Selecting previously unselected package llvm-14. - Preparing to unpack .../36-llvm-14_1%3a14.0.6-12_amd64.deb ... - Unpacking llvm-14 (1:14.0.6-12) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../37-python3-pkg-resources_66.1.1-1+deb12u1_all.deb ... - Unpacking python3-pkg-resources (66.1.1-1+deb12u1) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../38-python3-pygments_2.14.0+dfsg-1_all.deb ... - Unpacking python3-pygments (2.14.0+dfsg-1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../39-python3-yaml_6.0-3+b2_amd64.deb ... - Unpacking python3-yaml (6.0-3+b2) ... - Selecting previously unselected package llvm-14-tools. - Preparing to unpack .../40-llvm-14-tools_1%3a14.0.6-12_amd64.deb ... - Unpacking llvm-14-tools (1:14.0.6-12) ... - Selecting previously unselected package llvm-14-dev. - Preparing to unpack .../41-llvm-14-dev_1%3a14.0.6-12_amd64.deb ... - Unpacking llvm-14-dev (1:14.0.6-12) ... - Selecting previously unselected package llvm-16-runtime. - Preparing to unpack .../42-llvm-16-runtime_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking llvm-16-runtime (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package llvm-16-linker-tools. - Preparing to unpack .../43-llvm-16-linker-tools_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking llvm-16-linker-tools (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package llvm-16. - Preparing to unpack .../44-llvm-16_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking llvm-16 (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package llvm-16-tools. - Preparing to unpack .../45-llvm-16-tools_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking llvm-16-tools (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package llvm-16-dev. - Preparing to unpack .../46-llvm-16-dev_1%3a16.0.6-15~deb12u1_amd64.deb ... - Unpacking llvm-16-dev (1:16.0.6-15~deb12u1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../47-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up media-types (10.0.0) ... - Setting up libpipeline1:amd64 (1.5.7-1) ... - Setting up libicu72:amd64 (72.1-3) ... - Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Setting up libyaml-0-2:amd64 (0.2.5-1) ... - Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Setting up libffi-dev:amd64 (3.4.4-1) ... - Setting up libz3-4:amd64 (4.8.12-3.1) ... - Setting up libpfm4:amd64 (4.13.0-1) ... - Setting up libmbedcrypto7:amd64 (2.28.3-1) ... - Setting up libnspr4:amd64 (2:4.35-1) ... - Setting up libncurses6:amd64 (6.4-4) ... - Setting up binfmt-support (2.2.2-2) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up icu-devtools (72.1-3) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libicu-dev:amd64 (72.1-3) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up libhttp-parser2.9:amd64 (2.9.4-5) ... - Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up libz3-dev:amd64 (4.8.12-3.1) ... - Setting up python3.11 (3.11.2-6+deb12u5) ... - Setting up libncurses-dev:amd64 (6.4-4) ... - Setting up libmbedx509-1:amd64 (2.28.3-1) ... - Setting up libmbedtls14:amd64 (2.28.3-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 libnss3:amd64 (2:3.87.1-1+deb12u1) ... - Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up libllvm14:amd64 (1:14.0.6-12) ... - Setting up libllvm16:amd64 (1:16.0.6-15~deb12u1) ... - Setting up llvm-14-linker-tools (1:14.0.6-12) ... - Setting up libgit2-1.5:amd64 (1.5.1+ds-1+deb12u1) ... - Setting up python3-pkg-resources (66.1.1-1+deb12u1) ... - Setting up libtinfo-dev:amd64 (6.4-4) ... - Setting up libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ... - Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ... - Setting up llvm-16-runtime (1:16.0.6-15~deb12u1) ... - Setting up python3-yaml (6.0-3+b2) ... - Setting up llvm-16-linker-tools (1:16.0.6-15~deb12u1) ... - Setting up libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ... - Setting up python3-pygments (2.14.0+dfsg-1) ... - Setting up llvm-14-runtime (1:14.0.6-12) ... - Setting up libclang-cpp14 (1:14.0.6-12) ... - Setting up lld-14 (1:14.0.6-12) ... - Setting up rustc (1.63.0+dfsg1-2) ... - Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u12) ... - Setting up libclang-cpp16 (1:16.0.6-15~deb12u1) ... - Setting up llvm-16 (1:16.0.6-15~deb12u1) ... - Setting up llvm-14 (1:14.0.6-12) ... - Setting up llvm-14-tools (1:14.0.6-12) ... - Setting up lld:amd64 (1:14.0-55.7~deb12u1) ... - Setting up llvm-16-tools (1:16.0.6-15~deb12u1) ... - Setting up cargo (0.66.0+ds1-1) ... - Setting up llvm-14-dev (1:14.0.6-12) ... - Setting up llvm-16-dev (1:16.0.6-15~deb12u1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-llvm.16 (cached) -> installed conf-bash.1 -> installed conf-lld.1 -> installed conf-which.1 -> installed conf-llvm.16 -> installed conf-rust.0.1 -> installed conf-rust-llvm.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-21 14:47.48 ---> saved as "cfb4ed93e560f5552d59c977cc0a0579f75bd0adcdf329b054097e77e7b248bb" /home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-rust-llvm.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\" != 'conf-rust-llvm.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === downgrade 1 package - downgrade conf-llvm 16 to 13.0.0 [required by conf-rust-llvm] === recompile 1 package - recompile conf-rust-llvm 1 (pinned) The following system packages will first need to be installed: llvm-13-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" "llvm-13-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libllvm13: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 ... 26676 files and directories currently installed.) - Preparing to unpack .../0-libllvm13_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking libllvm13:amd64 (1:13.0.1-11+b2) ... - Selecting previously unselected package libclang-cpp13. - Preparing to unpack .../1-libclang-cpp13_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking libclang-cpp13 (1:13.0.1-11+b2) ... - Selecting previously unselected package llvm-13-runtime. - Preparing to unpack .../2-llvm-13-runtime_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking llvm-13-runtime (1:13.0.1-11+b2) ... - Selecting previously unselected package llvm-13-linker-tools. - Preparing to unpack .../3-llvm-13-linker-tools_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking llvm-13-linker-tools (1:13.0.1-11+b2) ... - Selecting previously unselected package llvm-13. - Preparing to unpack .../4-llvm-13_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking llvm-13 (1:13.0.1-11+b2) ... - Selecting previously unselected package llvm-13-tools. - Preparing to unpack .../5-llvm-13-tools_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking llvm-13-tools (1:13.0.1-11+b2) ... - Selecting previously unselected package llvm-13-dev. - Preparing to unpack .../6-llvm-13-dev_1%3a13.0.1-11+b2_amd64.deb ... - Unpacking llvm-13-dev (1:13.0.1-11+b2) ... - Setting up libllvm13:amd64 (1:13.0.1-11+b2) ... - Setting up llvm-13-runtime (1:13.0.1-11+b2) ... - Setting up llvm-13-linker-tools (1:13.0.1-11+b2) ... - Setting up llvm-13-tools (1:13.0.1-11+b2) ... - Setting up libclang-cpp13 (1:13.0.1-11+b2) ... - Setting up llvm-13 (1:13.0.1-11+b2) ... - Setting up llvm-13-dev (1:13.0.1-11+b2) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-llvm.13.0.0 (cached) -> removed conf-rust-llvm.1 -> removed conf-llvm.16 -> installed conf-llvm.13.0.0 -> installed conf-rust-llvm.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-21 14:48.05 ---> saved as "742faec6c965a543b4be3182286b33e8cc5cf855d2f137e9d8529b398b6b33f2" Job succeeded 2025-03-21 14:48.13: Job succeeded