Build:
- 0
2025-09-18 09:51.45: New job: test oplsr.5.0.1 with dune.3.12.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28542/head (94ae65678b1f98854907785aa1107fabdeec47d2) on debian-13-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/28542/head" && git reset --hard 94ae6567 git fetch origin master git merge --no-edit 151ffce963e54519dd5d1280848f631d38db358e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc 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 dune.3.12.1 3.12.1 RUN opam reinstall dune.3.12.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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'dune.3.12.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN opam reinstall oplsr.5.0.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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'oplsr.5.0.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN (opam reinstall --with-test oplsr.5.0.1) || true RUN opam reinstall --with-test --verbose oplsr.5.0.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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'oplsr.5.0.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-09-18 09:51.45: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc-dune.3.12.1-oplsr.5.0.1-94ae65678b1f98854907785aa1107fabdeec47d2" 2025-09-18 09:51.45: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) (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 dune.3.12.1 3.12.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall dune.3.12.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'dune.3.12.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall oplsr.5.0.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'oplsr.5.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (network host) (shell "(opam reinstall --with-test oplsr.5.0.1) || true")) (run (shell "opam reinstall --with-test --verbose oplsr.5.0.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'oplsr.5.0.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-09-18 09:51.45: Waiting for resource in pool OCluster 2025-09-18 15:49.49: Waiting for worker… 2025-09-18 15:53.20: Got resource from pool OCluster Building on eumache All commits already cached Updating files: 74% (13691/18275) Updating files: 75% (13707/18275) Updating files: 76% (13889/18275) Updating files: 77% (14072/18275) Updating files: 78% (14255/18275) Updating files: 79% (14438/18275) Updating files: 80% (14620/18275) Updating files: 81% (14803/18275) Updating files: 82% (14986/18275) Updating files: 83% (15169/18275) Updating files: 84% (15351/18275) Updating files: 85% (15534/18275) Updating files: 86% (15717/18275) Updating files: 87% (15900/18275) Updating files: 88% (16082/18275) Updating files: 89% (16265/18275) Updating files: 90% (16448/18275) Updating files: 91% (16631/18275) Updating files: 92% (16813/18275) Updating files: 93% (16996/18275) Updating files: 94% (17179/18275) Updating files: 95% (17362/18275) Updating files: 96% (17544/18275) Updating files: 97% (17727/18275) Updating files: 98% (17910/18275) Updating files: 99% (18093/18275) Updating files: 100% (18275/18275) Updating files: 100% (18275/18275), done. HEAD is now at 151ffce963 Merge pull request #28412 from andersfugmann/release-ocaml-protoc-plugin-6.2.0 Updating 151ffce963..94ae65678b Fast-forward packages/dune/dune.3.12.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc' locally docker.io/ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc: Pulling from ocaml/opam 15b1d8a5ff03: Already exists 4d5eb3ed0208: Already exists b44e00377829: Already exists 93018e586176: Already exists 587e432a29e2: Already exists cdf304204754: Already exists a444cfe202e3: Already exists 964991c828c0: Already exists a94458d90f79: Already exists e972c69afbc9: Already exists 3997d62e9de2: Already exists d78ea61f72f9: Already exists c68a1176424c: Already exists 63495b383f1a: Already exists aa1a6204320d: Already exists 187b2023e0b3: Already exists 4787e66ddf43: Already exists 973a552bac2d: Already exists 8ad831d15267: Already exists a8377bc33a29: Already exists 84a002321686: Already exists 4f4fb700ef54: Already exists 5d52c4f201d6: Already exists 68ef19bc296a: Already exists 1cda2aa0af1b: Already exists 769f31bcfe07: Already exists b1d715eb0b34: Already exists 6b92d559de80: Already exists 1552f16d9075: Already exists 7a69328970da: Already exists e66b1fc86e6f: Already exists b14737f10b30: Already exists 4b7cf33f8dea: Already exists 0499d18bfcaa: Already exists fb0e4a52e51b: Already exists af1ea896d29c: Already exists cff41317f198: Already exists fbb90a49a8ca: Already exists 2f7f155032eb: Already exists 02f68e1ce660: Already exists ecccefc40725: Pulling fs layer b3c55c49d7c7: Pulling fs layer 086c23210c52: Pulling fs layer be64ebf82eb2: Pulling fs layer 086c23210c52: Waiting be64ebf82eb2: Waiting b3c55c49d7c7: Verifying Checksum b3c55c49d7c7: Download complete 086c23210c52: Verifying Checksum 086c23210c52: Download complete be64ebf82eb2: Download complete ecccefc40725: Verifying Checksum ecccefc40725: Download complete ecccefc40725: Pull complete b3c55c49d7c7: Pull complete 086c23210c52: Pull complete be64ebf82eb2: Pull complete Digest: sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc Status: Downloaded newer image for ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc 2025-09-18 15:53.23 ---> using "f2c15438f4e8107ac42e1adfbd29c5c483ff0e5aaf05ff1291b0b30470c339be" 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-09-18 15:53.23 ---> using "8e4815ff6b482deb2badd55f707e4331a2daf52d1f97e062604f979853124597" 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 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-09-18 15:53.23 ---> using "0309994c25db3359b71c182dd526d9cd4b87f08f6fd345755107482f61709ee3" 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.1 # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=13 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # 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-09-18 15:53.23 ---> using "01960dce876bd083c0e115ca8b857f355a6f4a5b1589bc70acef12378d72e36e" 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-09-18 15:53.23 ---> using "88d8ec224acefa159471a25872197bf5efdd28e8b95159888107feac1f31a583" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-18 15:53.24 ---> using "cb2103c25b21ee4e1c59329d950656d40b52719523d4f917d56f5ec814fa100f" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-18 15:53.24 ---> using "a05965c65de41c6eff3032a5634279c228b5ac3eb5b903c6c68c60936ca1d1a4" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.4 kB] - Fetched 131 kB in 0s (384 kB/s) - Reading package lists... - 2025-09-18 15:53.24 ---> using "38023c57e0f91a1fd554d35e557178fc24782f93a8ea1da4e25d2c03340933a9" from cache /home/opam: (run (shell "opam pin add -k version -yn dune.3.12.1 3.12.1")) dune is now pinned to version 3.12.1 2025-09-18 15:53.24 ---> using "cb7452ac8f079a11102b292cd8b4ab7a95bf7ca7b6ff4bcfee9ec005ec60d9fe" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall dune.3.12.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'dune.3.12.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) dune.3.12.1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 1 package - install dune 3.12.1 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.12.1 (cached) -> installed dune.3.12.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:53.24 ---> using "3636cd7fb69dfe196588ca0977383ce2de3c796811a263630e34d36c7ce41c8d" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall oplsr.5.0.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'oplsr.5.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) oplsr.5.0.1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 12 packages - install batteries 3.9.0 [required by oplsr] - install camlp-streams 5.0.1 [required by batteries] - install conf-autoconf 0.2 [required by cpu] - install conf-r 1.0.0 [required by oplsr] - install cpm 12.2.0 [required by oplsr] - install cpu 2.0.0 [required by parany] - install dolog 4.0.0 [required by oplsr] - install minicli 5.0.2 [required by oplsr] - install num 1.6 [required by batteries] - install ocamlfind 1.9.8 [required by batteries] - install oplsr 5.0.1 - install parany 10.0.2 [required by oplsr] The following system packages will first need to be installed: autoconf r-base-core <><> 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" "autoconf" "r-base-core" - Preconfiguring packages ... - Selecting previously unselected package libdbus-1-3: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 ... 20622 files and directories currently installed.) - Preparing to unpack .../000-libdbus-1-3_1.16.2-2_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.16.2-2) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../001-dbus-bin_1.16.2-2_amd64.deb ... - Unpacking dbus-bin (1.16.2-2) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../002-dbus-session-bus-common_1.16.2-2_all.deb ... - Unpacking dbus-session-bus-common (1.16.2-2) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../003-dbus-daemon_1.16.2-2_amd64.deb ... - Unpacking dbus-daemon (1.16.2-2) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../004-dbus-system-bus-common_1.16.2-2_all.deb ... - Unpacking dbus-system-bus-common (1.16.2-2) ... - Selecting previously unselected package dbus. - Preparing to unpack .../005-dbus_1.16.2-2_amd64.deb ... - Unpacking dbus (1.16.2-2) ... - Selecting previously unselected package readline-common. - Preparing to unpack .../006-readline-common_8.2-6_all.deb ... - Unpacking readline-common (8.2-6) ... - Selecting previously unselected package sensible-utils. - Preparing to unpack .../007-sensible-utils_0.0.25_all.deb ... - Unpacking sensible-utils (0.0.25) ... - Selecting previously unselected package libtext-charwidth-perl:amd64. - Preparing to unpack .../008-libtext-charwidth-perl_0.04-11+b4_amd64.deb ... - Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ... - Selecting previously unselected package libtext-wrapi18n-perl. - Preparing to unpack .../009-libtext-wrapi18n-perl_0.06-10_all.deb ... - Unpacking libtext-wrapi18n-perl (0.06-10) ... - Selecting previously unselected package ucf. - Preparing to unpack .../010-ucf_3.0052_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0052) ... - Selecting previously unselected package m4. - Preparing to unpack .../011-m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../012-autoconf_2.72-3.1_all.deb ... - Unpacking autoconf (2.72-3.1) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../013-autotools-dev_20240727.1_all.deb ... - Unpacking autotools-dev (20240727.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../014-automake_1%3a1.17-4_all.deb ... - Unpacking automake (1:1.17-4) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../015-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package libpng16-16t64:amd64. - Preparing to unpack .../016-libpng16-16t64_1.6.48-1_amd64.deb ... - Unpacking libpng16-16t64:amd64 (1.6.48-1) ... - Selecting previously unselected package libfreetype6:amd64. - Preparing to unpack .../017-libfreetype6_2.13.3+dfsg-1_amd64.deb ... - Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../018-fonts-dejavu-mono_2.37-8_all.deb ... - Unpacking fonts-dejavu-mono (2.37-8) ... - Selecting previously unselected package fonts-dejavu-core. - Preparing to unpack .../019-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../020-fontconfig-config_2.15.0-2.3_amd64.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1:amd64. - Preparing to unpack .../021-libfontconfig1_2.15.0-2.3_amd64.deb ... - Unpacking libfontconfig1:amd64 (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../022-fontconfig_2.15.0-2.3_amd64.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../023-libgfortran5_14.2.0-19_amd64.deb ... - Unpacking libgfortran5:amd64 (14.2.0-19) ... - Selecting previously unselected package libgfortran-14-dev:amd64. - Preparing to unpack .../024-libgfortran-14-dev_14.2.0-19_amd64.deb ... - Unpacking libgfortran-14-dev:amd64 (14.2.0-19) ... - Selecting previously unselected package gfortran-14-x86-64-linux-gnu. - Preparing to unpack .../025-gfortran-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ... - Unpacking gfortran-14-x86-64-linux-gnu (14.2.0-19) ... - Selecting previously unselected package gfortran-14. - Preparing to unpack .../026-gfortran-14_14.2.0-19_amd64.deb ... - Unpacking gfortran-14 (14.2.0-19) ... - Selecting previously unselected package gfortran-x86-64-linux-gnu. - Preparing to unpack .../027-gfortran-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ... - Unpacking gfortran-x86-64-linux-gnu (4:14.2.0-1) ... - Selecting previously unselected package gfortran. - Preparing to unpack .../028-gfortran_4%3a14.2.0-1_amd64.deb ... - Unpacking gfortran (4:14.2.0-1) ... - Selecting previously unselected package libicu76:amd64. - Preparing to unpack .../029-libicu76_76.1-4_amd64.deb ... - Unpacking libicu76:amd64 (76.1-4) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../030-icu-devtools_76.1-4_amd64.deb ... - Unpacking icu-devtools (76.1-4) ... - Selecting previously unselected package libauthen-sasl-perl. - Preparing to unpack .../031-libauthen-sasl-perl_2.1700-1_all.deb ... - Unpacking libauthen-sasl-perl (2.1700-1) ... - Selecting previously unselected package libblas3:amd64. - Preparing to unpack .../032-libblas3_3.12.1-6_amd64.deb ... - Unpacking libblas3:amd64 (3.12.1-6) ... - Selecting previously unselected package libblas-dev:amd64. - Preparing to unpack .../033-libblas-dev_3.12.1-6_amd64.deb ... - Unpacking libblas-dev:amd64 (3.12.1-6) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../034-libbz2-dev_1.0.8-6_amd64.deb ... - Unpacking libbz2-dev:amd64 (1.0.8-6) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../035-libpixman-1-0_0.44.0-3_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../036-libxcb-render0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../037-libxcb-shm0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../038-libxrender1_1%3a0.9.12-1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.12-1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../039-libcairo2_1.18.4-1+b1_amd64.deb ... - Unpacking libcairo2:amd64 (1.18.4-1+b1) ... - Selecting previously unselected package libclone-perl:amd64. - Preparing to unpack .../040-libclone-perl_0.47-1+b1_amd64.deb ... - Unpacking libclone-perl:amd64 (0.47-1+b1) ... - Selecting previously unselected package libdata-dump-perl. - Preparing to unpack .../041-libdata-dump-perl_1.25-1_all.deb ... - Unpacking libdata-dump-perl (1.25-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../042-libdatrie1_0.2.13-3+b1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-3+b1) ... - Selecting previously unselected package libdeflate0:amd64. - Preparing to unpack .../043-libdeflate0_1.23-2_amd64.deb ... - Unpacking libdeflate0:amd64 (1.23-2) ... - Selecting previously unselected package libdeflate-dev:amd64. - Preparing to unpack .../044-libdeflate-dev_1.23-2_amd64.deb ... - Unpacking libdeflate-dev:amd64 (1.23-2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../045-libdrm-common_2.4.124-2_all.deb ... - Unpacking libdrm-common (2.4.124-2) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../046-libdrm2_2.4.124-2_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.124-2) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../047-libdrm-amdgpu1_2.4.124-2_amd64.deb ... - Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ... - Selecting previously unselected package libpciaccess0:amd64. - Preparing to unpack .../048-libpciaccess0_0.17-3+b3_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.17-3+b3) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../049-libdrm-intel1_2.4.124-2_amd64.deb ... - Unpacking libdrm-intel1:amd64 (2.4.124-2) ... - Selecting previously unselected package libwayland-server0:amd64. - Preparing to unpack .../050-libwayland-server0_1.23.1-3_amd64.deb ... - Unpacking libwayland-server0:amd64 (1.23.1-3) ... - Selecting previously unselected package libelf1t64:amd64. - Preparing to unpack .../051-libelf1t64_0.192-4_amd64.deb ... - Unpacking libelf1t64:amd64 (0.192-4) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../052-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../053-libz3-4_4.13.3-1_amd64.deb ... - Unpacking libz3-4:amd64 (4.13.3-1) ... - Selecting previously unselected package libllvm19:amd64. - Preparing to unpack .../054-libllvm19_1%3a19.1.7-3+b1_amd64.deb ... - Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../055-libsensors-config_1%3a3.6.2-2_all.deb ... - Unpacking libsensors-config (1:3.6.2-2) ... - Selecting previously unselected package libsensors5:amd64. - Preparing to unpack .../056-libsensors5_1%3a3.6.2-2_amd64.deb ... - Unpacking libsensors5:amd64 (1:3.6.2-2) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../057-libx11-xcb1_2%3a1.8.12-1_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.8.12-1) ... - Selecting previously unselected package libxcb-dri3-0:amd64. - Preparing to unpack .../058-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../059-libxcb-present0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-randr0:amd64. - Preparing to unpack .../060-libxcb-randr0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../061-libxcb-sync1_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../062-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../063-libxshmfence1_1.3.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:amd64. - Preparing to unpack .../064-mesa-libgallium_25.0.7-2_amd64.deb ... - Unpacking mesa-libgallium:amd64 (25.0.7-2) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../065-libgbm1_25.0.7-2_amd64.deb ... - Unpacking libgbm1:amd64 (25.0.7-2) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../066-libwayland-client0_1.23.1-3_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.23.1-3) ... - Selecting previously unselected package libegl-mesa0:amd64. - Preparing to unpack .../067-libegl-mesa0_25.0.7-2_amd64.deb ... - Unpacking libegl-mesa0:amd64 (25.0.7-2) ... - Selecting previously unselected package libencode-locale-perl. - Preparing to unpack .../068-libencode-locale-perl_1.05-3_all.deb ... - Unpacking libencode-locale-perl (1.05-3) ... - Selecting previously unselected package libipc-system-simple-perl. - Preparing to unpack .../069-libipc-system-simple-perl_1.30-2_all.deb ... - Unpacking libipc-system-simple-perl (1.30-2) ... - Selecting previously unselected package libfile-basedir-perl. - Preparing to unpack .../070-libfile-basedir-perl_0.09-2_all.deb ... - Unpacking libfile-basedir-perl (0.09-2) ... - Selecting previously unselected package liburi-perl. - Preparing to unpack .../071-liburi-perl_5.30-1_all.deb ... - Unpacking liburi-perl (5.30-1) ... - Selecting previously unselected package libfile-desktopentry-perl. - Preparing to unpack .../072-libfile-desktopentry-perl_0.22-3_all.deb ... - Unpacking libfile-desktopentry-perl (0.22-3) ... - Selecting previously unselected package libtimedate-perl. - Preparing to unpack .../073-libtimedate-perl_2.3300-2_all.deb ... - Unpacking libtimedate-perl (2.3300-2) ... - Selecting previously unselected package libhttp-date-perl. - Preparing to unpack .../074-libhttp-date-perl_6.06-1_all.deb ... - Unpacking libhttp-date-perl (6.06-1) ... - Selecting previously unselected package libfile-listing-perl. - Preparing to unpack .../075-libfile-listing-perl_6.16-1_all.deb ... - Unpacking libfile-listing-perl (6.16-1) ... - Selecting previously unselected package libglib2.0-0t64:amd64. - Preparing to unpack .../076-libglib2.0-0t64_2.84.4-3~deb13u1_amd64.deb ... - Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../077-shared-mime-info_2.4-5+b2_amd64.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package libfile-mimeinfo-perl. - Preparing to unpack .../078-libfile-mimeinfo-perl_0.35-1_all.deb ... - Unpacking libfile-mimeinfo-perl (0.35-1) ... - Selecting previously unselected package libfont-afm-perl. - Preparing to unpack .../079-libfont-afm-perl_1.20-4_all.deb ... - Unpacking libfont-afm-perl (1.20-4) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../080-libfribidi0_1.0.16-1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.16-1) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../081-libglvnd0_1.7.0-1+b2_amd64.deb ... - Unpacking libglvnd0:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../082-libxcb-glx0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../083-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ... - Selecting previously unselected package libvulkan1:amd64. - Preparing to unpack .../084-libvulkan1_1.4.309.0-1_amd64.deb ... - Unpacking libvulkan1:amd64 (1.4.309.0-1) ... - Selecting previously unselected package libgl1-mesa-dri:amd64. - Preparing to unpack .../085-libgl1-mesa-dri_25.0.7-2_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (25.0.7-2) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../086-libglx-mesa0_25.0.7-2_amd64.deb ... - Unpacking libglx-mesa0:amd64 (25.0.7-2) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../087-libglx0_1.7.0-1+b2_amd64.deb ... - Unpacking libglx0:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../088-libgl1_1.7.0-1+b2_amd64.deb ... - Unpacking libgl1:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package libgles2:amd64. - Preparing to unpack .../089-libgles2_1.7.0-1+b2_amd64.deb ... - Unpacking libgles2:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../090-libglib2.0-data_2.84.4-3~deb13u1_all.deb ... - Unpacking libglib2.0-data (2.84.4-3~deb13u1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../091-libgraphite2-3_1.3.14-2+b1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../092-libharfbuzz0b_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libhtml-tagset-perl. - Preparing to unpack .../093-libhtml-tagset-perl_3.24-1_all.deb ... - Unpacking libhtml-tagset-perl (3.24-1) ... - Selecting previously unselected package libhtml-parser-perl:amd64. - Preparing to unpack .../094-libhtml-parser-perl_3.83-1+b2_amd64.deb ... - Unpacking libhtml-parser-perl:amd64 (3.83-1+b2) ... - Selecting previously unselected package libio-html-perl. - Preparing to unpack .../095-libio-html-perl_1.004-3_all.deb ... - Unpacking libio-html-perl (1.004-3) ... - Selecting previously unselected package liblwp-mediatypes-perl. - Preparing to unpack .../096-liblwp-mediatypes-perl_6.04-2_all.deb ... - Unpacking liblwp-mediatypes-perl (6.04-2) ... - Selecting previously unselected package libhttp-message-perl. - Preparing to unpack .../097-libhttp-message-perl_7.00-2_all.deb ... - Unpacking libhttp-message-perl (7.00-2) ... - Selecting previously unselected package libhtml-form-perl. - Preparing to unpack .../098-libhtml-form-perl_6.12-1_all.deb ... - Unpacking libhtml-form-perl (6.12-1) ... - Selecting previously unselected package libhtml-tree-perl. - Preparing to unpack .../099-libhtml-tree-perl_5.07-3_all.deb ... - Unpacking libhtml-tree-perl (5.07-3) ... - Selecting previously unselected package libhtml-format-perl. - Preparing to unpack .../100-libhtml-format-perl_2.16-2_all.deb ... - Unpacking libhtml-format-perl (2.16-2) ... - Selecting previously unselected package libhttp-cookies-perl. - Preparing to unpack .../101-libhttp-cookies-perl_6.11-1_all.deb ... - Unpacking libhttp-cookies-perl (6.11-1) ... - Selecting previously unselected package libhttp-daemon-perl. - Preparing to unpack .../102-libhttp-daemon-perl_6.16-1_all.deb ... - Unpacking libhttp-daemon-perl (6.16-1) ... - Selecting previously unselected package libhttp-negotiate-perl. - Preparing to unpack .../103-libhttp-negotiate-perl_6.01-2_all.deb ... - Unpacking libhttp-negotiate-perl (6.01-2) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../104-x11-common_1%3a7.7+24_all.deb ... - Unpacking x11-common (1:7.7+24) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../105-libice6_2%3a1.1.1-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.1.1-1) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../106-libicu-dev_76.1-4_amd64.deb ... - Unpacking libicu-dev:amd64 (76.1-4) ... - Selecting previously unselected package libio-compress-brotli-perl. - Preparing to unpack .../107-libio-compress-brotli-perl_0.004001-2+b3_amd64.deb ... - Unpacking libio-compress-brotli-perl (0.004001-2+b3) ... - Selecting previously unselected package perl-openssl-defaults:amd64. - Preparing to unpack .../108-perl-openssl-defaults_7+b2_amd64.deb ... - Unpacking perl-openssl-defaults:amd64 (7+b2) ... - Selecting previously unselected package libnet-ssleay-perl:amd64. - Preparing to unpack .../109-libnet-ssleay-perl_1.94-3_amd64.deb ... - Unpacking libnet-ssleay-perl:amd64 (1.94-3) ... - Selecting previously unselected package libio-socket-ssl-perl. - Preparing to unpack .../110-libio-socket-ssl-perl_2.089-1_all.deb ... - Unpacking libio-socket-ssl-perl (2.089-1) ... - Selecting previously unselected package libio-stringy-perl. - Preparing to unpack .../111-libio-stringy-perl_2.113-2_all.deb ... - Unpacking libio-stringy-perl (2.113-2) ... - Selecting previously unselected package libjbig0:amd64. - Preparing to unpack .../112-libjbig0_2.1-6.1+b2_amd64.deb ... - Unpacking libjbig0:amd64 (2.1-6.1+b2) ... - Selecting previously unselected package libjpeg62-turbo:amd64. - Preparing to unpack .../113-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ... - Selecting previously unselected package libjpeg62-turbo-dev:amd64. - Preparing to unpack .../114-libjpeg62-turbo-dev_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ... - Selecting previously unselected package libjpeg-dev:amd64. - Preparing to unpack .../115-libjpeg-dev_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg-dev:amd64 (1:2.1.5-4) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../116-liblapack3_3.12.1-6_amd64.deb ... - Unpacking liblapack3:amd64 (3.12.1-6) ... - Selecting previously unselected package liblapack-dev:amd64. - Preparing to unpack .../117-liblapack-dev_3.12.1-6_amd64.deb ... - Unpacking liblapack-dev:amd64 (3.12.1-6) ... - Selecting previously unselected package liblerc4:amd64. - Preparing to unpack .../118-liblerc4_4.0.0+ds-5_amd64.deb ... - Unpacking liblerc4:amd64 (4.0.0+ds-5) ... - Selecting previously unselected package libnet-http-perl. - Preparing to unpack .../119-libnet-http-perl_6.23-1_all.deb ... - Unpacking libnet-http-perl (6.23-1) ... - Selecting previously unselected package libtry-tiny-perl. - Preparing to unpack .../120-libtry-tiny-perl_0.32-1_all.deb ... - Unpacking libtry-tiny-perl (0.32-1) ... - Selecting previously unselected package libwww-robotrules-perl. - Preparing to unpack .../121-libwww-robotrules-perl_6.02-1_all.deb ... - Unpacking libwww-robotrules-perl (6.02-1) ... - Selecting previously unselected package libwww-perl. - Preparing to unpack .../122-libwww-perl_6.78-1_all.deb ... - Unpacking libwww-perl (6.78-1) ... - Selecting previously unselected package liblwp-protocol-https-perl. - Preparing to unpack .../123-liblwp-protocol-https-perl_6.14-1_all.deb ... - Unpacking liblwp-protocol-https-perl (6.14-1) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../124-liblzma-dev_5.8.1-1_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.8.1-1) ... - Selecting previously unselected package libnet-smtp-ssl-perl. - Preparing to unpack .../125-libnet-smtp-ssl-perl_1.04-2_all.deb ... - Unpacking libnet-smtp-ssl-perl (1.04-2) ... - Selecting previously unselected package libmailtools-perl. - Preparing to unpack .../126-libmailtools-perl_2.22-1_all.deb ... - Unpacking libmailtools-perl (2.22-1) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../127-libncurses6_6.5+20250216-2_amd64.deb ... - Unpacking libncurses6:amd64 (6.5+20250216-2) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../128-libncurses-dev_6.5+20250216-2_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.5+20250216-2) ... - Selecting previously unselected package libxml-parser-perl. - Preparing to unpack .../129-libxml-parser-perl_2.47-1+b3_amd64.deb ... - Unpacking libxml-parser-perl (2.47-1+b3) ... - Selecting previously unselected package libxml-twig-perl. - Preparing to unpack .../130-libxml-twig-perl_1%3a3.52-3_all.deb ... - Unpacking libxml-twig-perl (1:3.52-3) ... - Selecting previously unselected package libnet-dbus-perl. - Preparing to unpack .../131-libnet-dbus-perl_1.2.0-2+b3_amd64.deb ... - Unpacking libnet-dbus-perl (1.2.0-2+b3) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../132-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../133-libthai0_0.1.29-2+b1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-2+b1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../134-libpango-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../135-libpangoft2-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../136-libpangocairo-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libpaper2:amd64. - Preparing to unpack .../137-libpaper2_2.2.5-0.3+b2_amd64.deb ... - Unpacking libpaper2:amd64 (2.2.5-0.3+b2) ... - Selecting previously unselected package libpaper-utils. - Preparing to unpack .../138-libpaper-utils_2.2.5-0.3+b2_amd64.deb ... - Unpacking libpaper-utils (2.2.5-0.3+b2) ... - Selecting previously unselected package libpcre2-16-0:amd64. - Preparing to unpack .../139-libpcre2-16-0_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../140-libpcre2-32-0_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../141-libpcre2-posix3_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../142-libpcre2-dev_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../143-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../144-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../145-libpng-dev_1.6.48-1_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.48-1) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../146-libpng-tools_1.6.48-1_amd64.deb ... - Unpacking libpng-tools (1.6.48-1) ... - Selecting previously unselected package libreadline8t64:amd64. - Preparing to unpack .../147-libreadline8t64_8.2-6_amd64.deb ... - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:amd64 (8.2-6) ... - Selecting previously unselected package libreadline-dev:amd64. - Preparing to unpack .../148-libreadline-dev_8.2-6_amd64.deb ... - Unpacking libreadline-dev:amd64 (8.2-6) ... - Selecting previously unselected package libsharpyuv0:amd64. - Preparing to unpack .../149-libsharpyuv0_1.5.0-0.1_amd64.deb ... - Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../150-libsm6_2%3a1.2.6-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.6-1) ... - Selecting previously unselected package libtcl8.6:amd64. - Preparing to unpack .../151-libtcl8.6_8.6.16+dfsg-1_amd64.deb ... - Unpacking libtcl8.6:amd64 (8.6.16+dfsg-1) ... - Selecting previously unselected package libtext-iconv-perl:amd64. - Preparing to unpack .../152-libtext-iconv-perl_1.7-8+b4_amd64.deb ... - Unpacking libtext-iconv-perl:amd64 (1.7-8+b4) ... - Selecting previously unselected package libtie-ixhash-perl. - Preparing to unpack .../153-libtie-ixhash-perl_1.23-4_all.deb ... - Unpacking libtie-ixhash-perl (1.23-4) ... - Selecting previously unselected package libwebp7:amd64. - Preparing to unpack .../154-libwebp7_1.5.0-0.1_amd64.deb ... - Unpacking libwebp7:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libtiff6:amd64. - Preparing to unpack .../155-libtiff6_4.7.0-3_amd64.deb ... - Unpacking libtiff6:amd64 (4.7.0-3) ... - Selecting previously unselected package libtirpc-common. - Preparing to unpack .../156-libtirpc-common_1.3.6+ds-1_all.deb ... - Unpacking libtirpc-common (1.3.6+ds-1) ... - Selecting previously unselected package libtirpc3t64:amd64. - Preparing to unpack .../157-libtirpc3t64_1.3.6+ds-1_amd64.deb ... - Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64' - Unpacking libtirpc3t64:amd64 (1.3.6+ds-1) ... - Selecting previously unselected package libtirpc-dev:amd64. - Preparing to unpack .../158-libtirpc-dev_1.3.6+ds-1_amd64.deb ... - Unpacking libtirpc-dev:amd64 (1.3.6+ds-1) ... - Selecting previously unselected package libxft2:amd64. - Preparing to unpack .../159-libxft2_2.3.6-1+b4_amd64.deb ... - Unpacking libxft2:amd64 (2.3.6-1+b4) ... - Selecting previously unselected package libxss1:amd64. - Preparing to unpack .../160-libxss1_1%3a1.2.3-1+b3_amd64.deb ... - Unpacking libxss1:amd64 (1:1.2.3-1+b3) ... - Selecting previously unselected package libtk8.6:amd64. - Preparing to unpack .../161-libtk8.6_8.6.16-1_amd64.deb ... - Unpacking libtk8.6:amd64 (8.6.16-1) ... - Selecting previously unselected package libx11-protocol-perl. - Preparing to unpack .../162-libx11-protocol-perl_0.56-9_all.deb ... - Unpacking libx11-protocol-perl (0.56-9) ... - Selecting previously unselected package libxt6t64:amd64. - Preparing to unpack .../163-libxt6t64_1%3a1.2.1-1.2+b2_amd64.deb ... - Unpacking libxt6t64:amd64 (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libxmu6:amd64. - Preparing to unpack .../164-libxmu6_2%3a1.1.3-3+b4_amd64.deb ... - Unpacking libxmu6:amd64 (2:1.1.3-3+b4) ... - Selecting previously unselected package libxpm4:amd64. - Preparing to unpack .../165-libxpm4_1%3a3.5.17-1+b3_amd64.deb ... - Unpacking libxpm4:amd64 (1:3.5.17-1+b3) ... - Selecting previously unselected package libxaw7:amd64. - Preparing to unpack .../166-libxaw7_2%3a1.0.16-1_amd64.deb ... - Unpacking libxaw7:amd64 (2:1.0.16-1) ... - Selecting previously unselected package libxcb-shape0:amd64. - Preparing to unpack .../167-libxcb-shape0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shape0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcomposite1:amd64. - Preparing to unpack .../168-libxcomposite1_1%3a0.4.6-1_amd64.deb ... - Unpacking libxcomposite1:amd64 (1:0.4.6-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../169-libxfixes3_1%3a6.0.0-2+b4_amd64.deb ... - Unpacking libxfixes3:amd64 (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../170-libxcursor1_1%3a1.2.3-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../171-libxi6_2%3a1.8.2-1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8.2-1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../172-libxinerama1_2%3a1.1.4-3+b4_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3+b4) ... - Selecting previously unselected package libxkbfile1:amd64. - Preparing to unpack .../173-libxkbfile1_1%3a1.1.0-1+b4_amd64.deb ... - Unpacking libxkbfile1:amd64 (1:1.1.0-1+b4) ... - Selecting previously unselected package libxml-xpathengine-perl. - Preparing to unpack .../174-libxml-xpathengine-perl_0.14-2_all.deb ... - Unpacking libxml-xpathengine-perl (0.14-2) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../175-libxrandr2_2%3a1.5.4-1+b3_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.4-1+b3) ... - Selecting previously unselected package libxtst6:amd64. - Preparing to unpack .../176-libxtst6_2%3a1.2.5-1_amd64.deb ... - Unpacking libxtst6:amd64 (2:1.2.5-1) ... - Selecting previously unselected package libxv1:amd64. - Preparing to unpack .../177-libxv1_2%3a1.0.11-1.1+b3_amd64.deb ... - Unpacking libxv1:amd64 (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxxf86dga1:amd64. - Preparing to unpack .../178-libxxf86dga1_2%3a1.1.5-1+b3_amd64.deb ... - Unpacking libxxf86dga1:amd64 (2:1.1.5-1+b3) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../179-libzstd-dev_1.5.7+dfsg-1_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ... - Selecting previously unselected package luit. - Preparing to unpack .../180-luit_2.0.20240910-1_amd64.deb ... - Adding 'diversion of /usr/bin/luit to /usr/bin/luit.x11-utils by luit' - Adding 'diversion of /usr/share/man/man1/luit.1.gz to /usr/share/man/man1/luit.x11-utils.1.gz by luit' - Unpacking luit (2.0.20240910-1) ... - Selecting previously unselected package mesa-vulkan-drivers:amd64. - Preparing to unpack .../181-mesa-vulkan-drivers_25.0.7-2_amd64.deb ... - Unpacking mesa-vulkan-drivers:amd64 (25.0.7-2) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../182-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../183-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package zip. - Preparing to unpack .../184-zip_3.0-15_amd64.deb ... - Unpacking zip (3.0-15) ... - Selecting previously unselected package xdg-utils. - Preparing to unpack .../185-xdg-utils_1.2.1-2_all.deb ... - Unpacking xdg-utils (1.2.1-2) ... - Selecting previously unselected package r-base-core. - Preparing to unpack .../186-r-base-core_4.5.0-3_amd64.deb ... - Unpacking r-base-core (4.5.0-3) ... - Selecting previously unselected package r-base-dev. - Preparing to unpack .../187-r-base-dev_4.5.0-3_all.deb ... - Unpacking r-base-dev (4.5.0-3) ... - Selecting previously unselected package r-cran-boot. - Preparing to unpack .../188-r-cran-boot_1.3-31-1_all.deb ... - Unpacking r-cran-boot (1.3-31-1) ... - Selecting previously unselected package r-cran-mass. - Preparing to unpack .../189-r-cran-mass_7.3-65-1_amd64.deb ... - Unpacking r-cran-mass (7.3-65-1) ... - Selecting previously unselected package r-cran-class. - Preparing to unpack .../190-r-cran-class_7.3-23-1_amd64.deb ... - Unpacking r-cran-class (7.3-23-1) ... - Selecting previously unselected package r-cran-cluster. - Preparing to unpack .../191-r-cran-cluster_2.1.8.1-1_amd64.deb ... - Unpacking r-cran-cluster (2.1.8.1-1) ... - Selecting previously unselected package r-cran-codetools. - Preparing to unpack .../192-r-cran-codetools_0.2-20-1_all.deb ... - Unpacking r-cran-codetools (0.2-20-1) ... - Selecting previously unselected package r-cran-foreign. - Preparing to unpack .../193-r-cran-foreign_0.8.90-1_amd64.deb ... - Unpacking r-cran-foreign (0.8.90-1) ... - Selecting previously unselected package r-cran-kernsmooth. - Preparing to unpack .../194-r-cran-kernsmooth_2.23-26-1_amd64.deb ... - Unpacking r-cran-kernsmooth (2.23-26-1) ... - Selecting previously unselected package r-cran-lattice. - Preparing to unpack .../195-r-cran-lattice_0.22-7-1_amd64.deb ... - Unpacking r-cran-lattice (0.22-7-1) ... - Selecting previously unselected package r-cran-matrix. - Preparing to unpack .../196-r-cran-matrix_1.7-3-1_amd64.deb ... - Unpacking r-cran-matrix (1.7-3-1) ... - Selecting previously unselected package r-cran-nlme. - Preparing to unpack .../197-r-cran-nlme_3.1.168-1_amd64.deb ... - Unpacking r-cran-nlme (3.1.168-1) ... - Selecting previously unselected package r-cran-mgcv. - Preparing to unpack .../198-r-cran-mgcv_1.9-3-1_amd64.deb ... - Unpacking r-cran-mgcv (1.9-3-1) ... - Selecting previously unselected package r-cran-nnet. - Preparing to unpack .../199-r-cran-nnet_7.3-20-1_amd64.deb ... - Unpacking r-cran-nnet (7.3-20-1) ... - Selecting previously unselected package r-cran-survival. - Preparing to unpack .../200-r-cran-survival_3.8-3-1_amd64.deb ... - Unpacking r-cran-survival (3.8-3-1) ... - Selecting previously unselected package r-cran-rpart. - Preparing to unpack .../201-r-cran-rpart_4.1.24-1_amd64.deb ... - Unpacking r-cran-rpart (4.1.24-1) ... - Selecting previously unselected package r-cran-spatial. - Preparing to unpack .../202-r-cran-spatial_7.3-18-1_amd64.deb ... - Unpacking r-cran-spatial (7.3-18-1) ... - Selecting previously unselected package r-doc-html. - Preparing to unpack .../203-r-doc-html_4.5.0-3_all.deb ... - Unpacking r-doc-html (4.5.0-3) ... - Selecting previously unselected package r-recommended. - Preparing to unpack .../204-r-recommended_4.5.0-3_all.deb ... - Unpacking r-recommended (4.5.0-3) ... - Selecting previously unselected package x11-utils. - Preparing to unpack .../205-x11-utils_7.7+7_amd64.deb ... - Unpacking x11-utils (7.7+7) ... - Selecting previously unselected package x11-xserver-utils. - Preparing to unpack .../206-x11-xserver-utils_7.7+11_amd64.deb ... - Unpacking x11-xserver-utils (7.7+11) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../207-xdg-user-dirs_0.18-2_amd64.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Selecting previously unselected package libegl1:amd64. - Preparing to unpack .../208-libegl1_1.7.0-1+b2_amd64.deb ... - Unpacking libegl1:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package zutty. - Preparing to unpack .../209-zutty_0.16.2.20241020+dfsg1-1_amd64.deb ... - Unpacking zutty (0.16.2.20241020+dfsg1-1) ... - Setting up libtext-iconv-perl:amd64 (1.7-8+b4) ... - Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ... - Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ... - Setting up libpixman-1-0:amd64 (0.44.0-3) ... - Setting up libtext-charwidth-perl:amd64 (0.04-11+b4) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libsharpyuv0:amd64 (1.5.0-0.1) ... - Setting up libwayland-server0:amd64 (1.23.1-3) ... - Setting up libx11-xcb1:amd64 (2:1.8.12-1) ... - Setting up libpciaccess0:amd64 (0.17-3+b3) ... - Setting up luit (2.0.20240910-1) ... - Setting up libtie-ixhash-perl (1.23-4) ... - Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ... - Setting up liblerc4:amd64 (4.0.0+ds-5) ... - Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ... - Setting up libxpm4:amd64 (1:3.5.17-1+b3) ... - Setting up r-doc-html (4.5.0-3) ... - Setting up libxi6:amd64 (2:1.8.2-1) ... - Setting up libfont-afm-perl (1.20-4) ... - Setting up libxrender1:amd64 (1:0.9.12-1) ... - Setting up libdatrie1:amd64 (0.2.13-3+b1) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libxcb-render0:amd64 (1.17.0-2+b1) ... - Setting up libclone-perl:amd64 (0.47-1+b1) ... - Setting up libglvnd0:amd64 (1.7.0-1+b2) ... - Setting up libio-stringy-perl (2.113-2) ... - Setting up libtirpc-common (1.3.6+ds-1) ... - Setting up libhtml-tagset-perl (3.24-1) ... - Setting up libauthen-sasl-perl (2.1700-1) ... - Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ... - Setting up liblwp-mediatypes-perl (6.04-2) ... - Setting up libxcb-shape0:amd64 (1.17.0-2+b1) ... - Setting up x11-common (1:7.7+24) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up libtry-tiny-perl (0.32-1) ... - Setting up libsensors-config (1:3.6.2-2) ... - Setting up libxxf86dga1:amd64 (2:1.1.5-1+b3) ... - Setting up libdeflate0:amd64 (1.23-2) ... - Setting up perl-openssl-defaults:amd64 (7+b2) ... - Setting up m4 (1.4.19-8) ... - Setting up libencode-locale-perl (1.05-3) ... - Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ... - Setting up libtext-wrapi18n-perl (0.06-10) ... - Setting up libjbig0:amd64 (2.1-6.1+b2) ... - Setting up libpcre2-16-0:amd64 (10.46-1~deb13u1) ... - Setting up libelf1t64:amd64 (0.192-4) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ... - Setting up libxcb-present0:amd64 (1.17.0-2+b1) ... - Setting up zip (3.0-15) ... - Setting up autotools-dev (20240727.1) ... - Setting up libz3-4:amd64 (4.13.3-1) ... - Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ... - Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u1) ... - No schema files found: doing nothing. - Setting up libblas3:amd64 (3.12.1-6) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode - Setting up libglib2.0-data (2.84.4-3~deb13u1) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgles2:amd64 (1.7.0-1+b2) ... - Setting up libjpeg62-turbo:amd64 (1:2.1.5-4) ... - Setting up libdata-dump-perl (1.25-1) ... - Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ... - Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ... - Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ... - Setting up libipc-system-simple-perl (1.30-2) ... - Setting up libxml-xpathengine-perl (0.14-2) ... - Setting up libncurses6:amd64 (6.5+20250216-2) ... - Setting up libdbus-1-3:amd64 (1.16.2-2) ... - Setting up libio-compress-brotli-perl (0.004001-2+b3) ... - Setting up libfribidi0:amd64 (1.0.16-1) ... - Setting up libxinerama1:amd64 (2:1.1.4-3+b4) ... - Setting up libxv1:amd64 (2:1.0.11-1.1+b3) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:amd64 (1.6.48-1) ... - Setting up libio-html-perl (1.004-3) ... - Setting up libxrandr2:amd64 (2:1.5.4-1+b3) ... - Setting up libtcl8.6:amd64 (8.6.16+dfsg-1) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libsensors5:amd64 (1:3.6.2-2) ... - Setting up libgfortran5:amd64 (14.2.0-19) ... - Setting up libvulkan1:amd64 (1.4.309.0-1) ... - Setting up autoconf (2.72-3.1) ... - Setting up libwebp7:amd64 (1.5.0-0.1) ... - Setting up libtimedate-perl (2.3300-2) ... - Setting up liblzma-dev:amd64 (5.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:amd64 (10.46-1~deb13u1) ... - Setting up sensible-utils (0.0.25) ... - Setting up libxshmfence1:amd64 (1.3.3-1) ... - Setting up libtiff6:amd64 (4.7.0-3) ... - Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ... - Setting up dbus-session-bus-common (1.16.2-2) ... - Setting up libthai-data (0.1.29-2) ... - Setting up libxss1:amd64 (1:1.2.3-1+b3) ... - Setting up libicu76:amd64 (76.1-4) ... - Setting up libxkbfile1:amd64 (1:1.1.0-1+b4) ... - Setting up libpaper2:amd64 (2.2.5-0.3+b2) ... - Setting up dbus-system-bus-common (1.16.2-2) ... - Setting up libdeflate-dev:amd64 (1.23-2) ... - Setting up libdrm-common (2.4.124-2) ... - Setting up libxcomposite1:amd64 (1:0.4.6-1) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Setting up xdg-utils (1.2.1-2) ... - update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode - Setting up liburi-perl (5.30-1) ... - Setting up dbus-bin (1.16.2-2) ... - Setting up libx11-protocol-perl (0.56-9) ... - Setting up libblas-dev:amd64 (3.12.1-6) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode - Setting up libbz2-dev:amd64 (1.0.8-6) ... - Setting up libwayland-client0:amd64 (1.23.1-3) ... - Setting up libnet-ssleay-perl:amd64 (1.94-3) ... - Setting up automake (1:1.17-4) ... - update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode - Setting up libgfortran-14-dev:amd64 (14.2.0-19) ... - Setting up libllvm19:amd64 (1:19.1.7-3+b1) ... - Setting up libice6:amd64 (2:1.1.1-1) ... - Setting up libhttp-date-perl (6.06-1) ... - Setting up liblapack3:amd64 (3.12.1-6) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode - Setting up libncurses-dev:amd64 (6.5+20250216-2) ... - Setting up libfile-basedir-perl (0.09-2) ... - Setting up libfile-listing-perl (6.16-1) ... - Setting up libpcre2-dev:amd64 (10.46-1~deb13u1) ... - Setting up libtirpc3t64:amd64 (1.3.6+ds-1) ... - Setting up libpng-tools (1.6.48-1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libxtst6:amd64 (2:1.2.5-1) ... - Setting up libxcursor1:amd64 (1:1.2.3-1) ... - Setting up libpng-dev:amd64 (1.6.48-1) ... - Setting up libjpeg-dev:amd64 (1:2.1.5-4) ... - Setting up libnet-http-perl (6.23-1) ... - Setting up dbus-daemon (1.16.2-2) ... - Setting up libpaper-utils (2.2.5-0.3+b2) ... - Setting up gfortran-14-x86-64-linux-gnu (14.2.0-19) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up libthai0:amd64 (0.1.29-2+b1) ... - Setting up libtirpc-dev:amd64 (1.3.6+ds-1) ... - Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ... - Setting up dbus (1.16.2-2) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.4-5+b2) ... - Setting up liblapack-dev:amd64 (3.12.1-6) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode - Setting up icu-devtools (76.1-4) ... - Setting up ucf (3.0052) ... - Setting up libfile-desktopentry-perl (0.22-3) ... - Setting up libreadline8t64:amd64 (8.2-6) ... - Setting up libwww-robotrules-perl (6.02-1) ... - Setting up libdrm2:amd64 (2.4.124-2) ... - Setting up libhtml-parser-perl:amd64 (3.83-1+b2) ... - Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ... - Setting up libfontconfig1:amd64 (2.15.0-2.3) ... - Setting up gfortran-14 (14.2.0-19) ... - Setting up libsm6:amd64 (2:1.2.6-1) ... - Setting up libicu-dev:amd64 (76.1-4) ... - Setting up libio-socket-ssl-perl (2.089-1) ... - Setting up libhttp-message-perl (7.00-2) ... - Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ... - Setting up libhtml-form-perl (6.12-1) ... - Setting up mesa-vulkan-drivers:amd64 (25.0.7-2) ... - Setting up libfile-mimeinfo-perl (0.35-1) ... - Setting up libhttp-negotiate-perl (6.01-2) ... - Setting up fontconfig (2.15.0-2.3) ... - Regenerating fonts cache... - done. - Setting up libxft2:amd64 (2.3.6-1+b4) ... - Setting up libhttp-cookies-perl (6.11-1) ... - Setting up libhtml-tree-perl (5.07-3) ... - Setting up libtk8.6:amd64 (8.6.16-1) ... - Setting up libpango-1.0-0:amd64 (1.56.3-1) ... - Setting up libdrm-intel1:amd64 (2.4.124-2) ... - Setting up libhtml-format-perl (2.16-2) ... - Setting up libreadline-dev:amd64 (8.2-6) ... - Setting up gfortran-x86-64-linux-gnu (4:14.2.0-1) ... - Setting up gfortran (4:14.2.0-1) ... - update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode - update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode - Setting up libcairo2:amd64 (1.18.4-1+b1) ... - Setting up libnet-smtp-ssl-perl (1.04-2) ... - Setting up libmailtools-perl (2.22-1) ... - Setting up libxt6t64:amd64 (1:1.2.1-1.2+b2) ... - Setting up libhttp-daemon-perl (6.16-1) ... - Setting up libpangoft2-1.0-0:amd64 (1.56.3-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.56.3-1) ... - Setting up mesa-libgallium:amd64 (25.0.7-2) ... - Setting up libxmu6:amd64 (2:1.1.3-3+b4) ... - Setting up libgbm1:amd64 (25.0.7-2) ... - Setting up libgl1-mesa-dri:amd64 (25.0.7-2) ... - Setting up libxaw7:amd64 (2:1.0.16-1) ... - Setting up x11-xserver-utils (7.7+11) ... - Setting up libegl-mesa0:amd64 (25.0.7-2) ... - Setting up r-base-core (4.5.0-3) ... - Creating config file /etc/R/Renviron with new version - Setting up r-cran-lattice (0.22-7-1) ... - Setting up r-cran-nlme (3.1.168-1) ... - Setting up r-cran-cluster (2.1.8.1-1) ... - Setting up libegl1:amd64 (1.7.0-1+b2) ... - Setting up r-cran-nnet (7.3-20-1) ... - Setting up r-cran-codetools (0.2-20-1) ... - Setting up r-cran-boot (1.3-31-1) ... - Setting up libglx-mesa0:amd64 (25.0.7-2) ... - Setting up r-base-dev (4.5.0-3) ... - Setting up libglx0:amd64 (1.7.0-1+b2) ... - Setting up r-cran-spatial (7.3-18-1) ... - Setting up r-cran-mass (7.3-65-1) ... - Setting up r-cran-foreign (0.8.90-1) ... - Setting up libgl1:amd64 (1.7.0-1+b2) ... - Setting up r-cran-matrix (1.7-3-1) ... - Setting up r-cran-kernsmooth (2.23-26-1) ... - Setting up zutty (0.16.2.20241020+dfsg1-1) ... - update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode - Setting up r-cran-mgcv (1.9-3-1) ... - Setting up x11-utils (7.7+7) ... - Setting up r-cran-class (7.3-23-1) ... - Setting up r-cran-survival (3.8-3-1) ... - Setting up r-cran-rpart (4.1.24-1) ... - Setting up r-recommended (4.5.0-3) ... - Setting up liblwp-protocol-https-perl (6.14-1) ... - Setting up libwww-perl (6.78-1) ... - Setting up libxml-parser-perl (2.47-1+b3) ... - Setting up libxml-twig-perl (1:3.52-3) ... - Setting up libnet-dbus-perl (1.2.0-2+b3) ... - Processing triggers for libc-bin (2.41-12) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved batteries.3.9.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved conf-r.1.0.0 (cached) -> retrieved cpm.12.2.0 (cached) -> retrieved cpu.2.0.0 (cached) -> retrieved dolog.4.0.0 (cached) -> retrieved minicli.5.0.2 (cached) -> retrieved num.1.6 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-autoconf.0.2 -> retrieved oplsr.5.0.1 (https://opam.ocaml.org/cache) -> retrieved parany.10.0.2 (cached) -> installed dolog.4.0.0 -> installed minicli.5.0.2 -> installed camlp-streams.5.0.1 -> installed conf-r.1.0.0 -> installed num.1.6 -> installed cpu.2.0.0 -> installed parany.10.0.2 -> installed ocamlfind.1.9.8 -> installed batteries.3.9.0 -> installed cpm.12.2.0 -> installed oplsr.5.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:54.33 ---> saved as "cc8930fd984129160a035cdfc4aa8b77f779904abb63e8df04eb82c0fda67fe7" /home/opam: (run (network host) (shell "(opam reinstall --with-test oplsr.5.0.1) || true")) The following actions will be performed: === recompile 1 package - recompile oplsr 5.0.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved oplsr.5.0.1 (https://opam.ocaml.org/cache) -> removed oplsr.5.0.1 -> installed oplsr.5.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:54.41 ---> saved as "983a82bb46a4442b5b429ce6ae4894d8186540df2487f0dd751f6d586ee1fa3c" /home/opam: (run (shell "opam reinstall --with-test --verbose oplsr.5.0.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'oplsr.5.0.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: === recompile 1 package - recompile oplsr 5.0.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [oplsr.5.0.1: extract] -> retrieved oplsr.5.0.1 (cached) Processing 2/4: [oplsr: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "oplsr" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oplsr.5.0.1) -> compiled oplsr.5.0.1 -> removed oplsr.5.0.1 -> installed oplsr.5.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:54.48 ---> saved as "e417cf166fb1e6f7da91113edf90ee0bbde496696698d002685fb5a5dbe76b99" Job succeeded 2025-09-18 15:54.57: Job succeeded