(for PR #25002)
2025-02-10 15:07.56: New job: build llvm.16.0.6+nnp+fix-homebrew, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/25002/head (4d9fad21a5bc93fd3b1cd19733ce12ee7f259505) on debian-11-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/25002/head" && git reset --hard 4d9fad21 git fetch origin master git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09 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 llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew RUN opam reinstall llvm.16.0.6+nnp+fix-homebrew; \ 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-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'llvm.16.0.6+nnp+fix-homebrew' && 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-02-10 15:07.56: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09-llvm.16.0.6+nnp+fix-homebrew-4d9fad21a5bc93fd3b1cd19733ce12ee7f259505" 2025-02-10 15:07.56: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09) (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 llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall llvm.16.0.6+nnp+fix-homebrew;\ \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-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'llvm.16.0.6+nnp+fix-homebrew' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-02-10 15:07.56: Waiting for resource in pool OCluster 2025-02-10 17:18.14: Waiting for worker… 2025-02-10 17:21.23: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 87% (20430/23304) Updating files: 88% (20508/23304) Updating files: 89% (20741/23304) Updating files: 90% (20974/23304) Updating files: 91% (21207/23304) Updating files: 92% (21440/23304) Updating files: 93% (21673/23304) Updating files: 94% (21906/23304) Updating files: 95% (22139/23304) Updating files: 96% (22372/23304) Updating files: 97% (22605/23304) Updating files: 98% (22838/23304) Updating files: 99% (23071/23304) Updating files: 100% (23304/23304) Updating files: 100% (23304/23304), done. HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1 Merge made by the 'ort' strategy. packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam (from ocaml/opam:debian-11-ocaml-4.14@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09) Unable to find image 'ocaml/opam:debian-11-ocaml-4.14@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09' locally docker.io/ocaml/opam@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09: Pulling from ocaml/opam 9c4f379ca888: Pulling fs layer 9c4f379ca888: Verifying Checksum 9c4f379ca888: Download complete 9c4f379ca888: Pull complete Digest: sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09 Status: Downloaded newer image for ocaml/opam@sha256:8f93c0daf47f50efed5d22c0efaf9da28b541a5e5c7b1646f84b7a25dec58a09 2025-02-10 17:21.26 ---> using "5b38a3bb3f2f4e1b86587a8a7e2aa1762bd163cdbe50d9ea2c10d3052e9fb959" 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-02-10 17:21.26 ---> using "2e8203e4166286de252d7c751676bf72537443d7b2d525dc895d739286f38692" 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 31 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=31 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-10 17:21.26 ---> using "cc3b47517a34f6ea8de90621c3f7933c4efb2db2465a205a2a4011727f97b659" 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 (747e73667ad9d054b0f736be205c0013e1bec087) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=11 # 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-02-10 17:21.26 ---> using "9afb3235729085248d90bf1e06936e57263f850483d6a680ea804a348906ec94" 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-02-10 17:21.26 ---> using "cf2e1377f1ff5377dd43f1d7dfb3eae09316c6c37849799afe368a8a731d6800" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-10 17:21.34 ---> saved as "2099b655cab60c19a1720c2ad0c872d01dc2328526661472ee0ff1467fa7cb43" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-10 17:22.18 ---> saved as "d663d235dc23a9b405506ecc37e0b4cac381da065207afd29a43fafad62d3713" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [344 kB] - Fetched 415 kB in 0s (856 kB/s) - Reading package lists... 2025-02-10 17:22.20 ---> saved as "fe194f9fddabe96cd5bb2f375635623d771020726fec6557ef2f7ba4196469b4" /home/opam: (run (shell "opam pin add -k version -yn llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew")) llvm is now pinned to version 16.0.6+nnp+fix-homebrew 2025-02-10 17:22.22 ---> saved as "7eb8a818fc31ccc37a47215ac85054bffba7cb9bbd3ac8d40db5033887706862" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall llvm.16.0.6+nnp+fix-homebrew;\ \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-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'llvm.16.0.6+nnp+fix-homebrew' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) llvm.16.0.6+nnp+fix-homebrew is not installed. Install it? [Y/n] y The following actions will be performed: === install 11 packages - install bigarray-compat 1.1.0 [required by ctypes] - install conf-bash 1 [required by conf-llvm] - install conf-llvm 16 [required by llvm] - install conf-pkg-config 4 [required by llvm] - install csexp 1.5.2 [required by dune-configurator] - install ctypes 0.23.0 [required by llvm] - install dune 3.17.2 [required by llvm] - install dune-configurator 3.17.2 [required by ctypes] - install integers 0.7.0 [required by ctypes] - install llvm 16.0.6+nnp+fix-homebrew (pinned) - install stdlib-shims 0.3.0 [required by integers] The following system packages will first need to be installed: libzstd-dev llvm-16-dev pkg-config 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" "libzstd-dev" "llvm-16-dev" "pkg-config" "zlib1g-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.9-minimal: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 ... 18339 files and directories currently installed.) - Preparing to unpack .../libpython3.9-minimal_3.9.2-1+deb11u2_amd64.deb ... - Unpacking libpython3.9-minimal:amd64 (3.9.2-1+deb11u2) ... - Selecting previously unselected package python3.9-minimal. - Preparing to unpack .../python3.9-minimal_3.9.2-1+deb11u2_amd64.deb ... - Unpacking python3.9-minimal (3.9.2-1+deb11u2) ... - Setting up libpython3.9-minimal:amd64 (3.9.2-1+deb11u2) ... - Setting up python3.9-minimal (3.9.2-1+deb11u2) ... - 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 ... 18624 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... - Unpacking python3-minimal (3.9.2-3) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_4.0.0_all.deb ... - Unpacking media-types (4.0.0) ... - Selecting previously unselected package libmpdec3:amd64. - Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... - Unpacking libmpdec3:amd64 (2.5.1-1) ... - Selecting previously unselected package libpython3.9-stdlib:amd64. - Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+deb11u2_amd64.deb ... - Unpacking libpython3.9-stdlib:amd64 (3.9.2-1+deb11u2) ... - Selecting previously unselected package python3.9. - Preparing to unpack .../4-python3.9_3.9.2-1+deb11u2_amd64.deb ... - Unpacking python3.9 (3.9.2-1+deb11u2) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up python3-minimal (3.9.2-3) ... - 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 ... 19021 files and directories currently installed.) - Preparing to unpack .../00-python3_3.9.2-3_amd64.deb ... - Unpacking python3 (3.9.2-3) ... - Selecting previously unselected package libpipeline1:amd64. - Preparing to unpack .../01-libpipeline1_1.5.3-1_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.3-1) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../02-binfmt-support_2.2.1-1+deb11u1_amd64.deb ... - Unpacking binfmt-support (2.2.1-1+deb11u1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../03-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../04-icu-devtools_67.1-7_amd64.deb ... - Unpacking icu-devtools (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../05-libxml2_2.9.10+dfsg-6.7+deb11u5_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u5) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../06-libz3-4_4.8.10-1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.10-1) ... - Selecting previously unselected package libllvm16:amd64. - Preparing to unpack .../07-libllvm16_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking libllvm16:amd64 (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package libclang-cpp16. - Preparing to unpack .../08-libclang-cpp16_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking libclang-cpp16 (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../09-libffi-dev_3.3-6_amd64.deb ... - Unpacking libffi-dev:amd64 (3.3-6) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../10-libglib2.0-0_2.66.8-1+deb11u5_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../11-libglib2.0-data_2.66.8-1+deb11u5_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u5) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../12-libicu-dev_67.1-7_amd64.deb ... - Unpacking libicu-dev:amd64 (67.1-7) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../13-libncurses-dev_6.2+20201114-2+deb11u2_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.2+20201114-2+deb11u2) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../14-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../15-libxml2-dev_2.9.10+dfsg-6.7+deb11u5_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.10+dfsg-6.7+deb11u5) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../16-libyaml-0-2_0.2.2-1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.2-1) ... - Selecting previously unselected package libz3-dev:amd64. - Preparing to unpack .../17-libz3-dev_4.8.10-1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.10-1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../18-libzstd-dev_1.4.8+dfsg-2.1_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.4.8+dfsg-2.1) ... - Selecting previously unselected package llvm-16-runtime. - Preparing to unpack .../19-llvm-16-runtime_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking llvm-16-runtime (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package llvm-16-linker-tools. - Preparing to unpack .../20-llvm-16-linker-tools_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking llvm-16-linker-tools (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package llvm-16. - Preparing to unpack .../21-llvm-16_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking llvm-16 (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../22-python3-pkg-resources_52.0.0-4+deb11u1_all.deb ... - Unpacking python3-pkg-resources (52.0.0-4+deb11u1) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../23-python3-pygments_2.7.1+dfsg-2.1_all.deb ... - Unpacking python3-pygments (2.7.1+dfsg-2.1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../24-python3-yaml_5.3.1-5_amd64.deb ... - Unpacking python3-yaml (5.3.1-5) ... - Selecting previously unselected package llvm-16-tools. - Preparing to unpack .../25-llvm-16-tools_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking llvm-16-tools (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package llvm-16-dev. - Preparing to unpack .../26-llvm-16-dev_1%3a16.0.6-15~deb11u2_amd64.deb ... - Unpacking llvm-16-dev (1:16.0.6-15~deb11u2) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../27-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../28-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../29-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../30-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Setting up media-types (4.0.0) ... - Setting up libpipeline1:amd64 (1.5.3-1) ... - Setting up libncurses-dev:amd64 (6.2+20201114-2+deb11u2) ... - Setting up libzstd-dev:amd64 (1.4.8+dfsg-2.1) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libyaml-0-2:amd64 (0.2.2-1) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - No schema files found: doing nothing. - Setting up libffi-dev:amd64 (3.3-6) ... - Setting up libz3-4:amd64 (4.8.10-1) ... - Setting up libglib2.0-data (2.66.8-1+deb11u5) ... - Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... - Setting up binfmt-support (2.2.1-1+deb11u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up icu-devtools (67.1-7) ... - Setting up pkg-config (0.29.2-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Setting up libmpdec3:amd64 (2.5.1-1) ... - Setting up libicu-dev:amd64 (67.1-7) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u5) ... - Setting up libpython3.9-stdlib:amd64 (3.9.2-1+deb11u2) ... - Setting up libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up libz3-dev:amd64 (4.8.10-1) ... - Setting up libxml2-dev:amd64 (2.9.10+dfsg-6.7+deb11u5) ... - Setting up shared-mime-info (2.0-1) ... - Setting up libllvm16:amd64 (1:16.0.6-15~deb11u2) ... - Setting up python3.9 (3.9.2-1+deb11u2) ... - Setting up llvm-16-runtime (1:16.0.6-15~deb11u2) ... - Setting up python3 (3.9.2-3) ... - running python rtupdate hooks for python3.9... - running python post-rtupdate hooks for python3.9... - Setting up llvm-16-linker-tools (1:16.0.6-15~deb11u2) ... - Setting up libclang-cpp16 (1:16.0.6-15~deb11u2) ... - Setting up llvm-16 (1:16.0.6-15~deb11u2) ... - Setting up python3-pkg-resources (52.0.0-4+deb11u1) ... - Setting up python3-yaml (5.3.1-5) ... - Setting up python3-pygments (2.7.1+dfsg-2.1) ... - Setting up llvm-16-tools (1:16.0.6-15~deb11u2) ... - Setting up llvm-16-dev (1:16.0.6-15~deb11u2) ... - Processing triggers for libc-bin (2.31-13+deb11u11) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved conf-llvm.16 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0 (cached) -> installed conf-bash.1 -> installed conf-pkg-config.4 -> installed conf-llvm.16 -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved llvm.16.0.6+nnp+fix-homebrew (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed dune.3.17.2 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed integers.0.7.0 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed llvm.16.0.6+nnp+fix-homebrew Done. # To update the current shell environment, run: eval $(opam env) 2025-02-10 17:23.52 ---> saved as "a62cf2cd46241f63241117dee630bd421ee817fa676792b3b5cf138f85d2d88f" Job succeeded 2025-02-10 17:23.57: Job succeeded