Building on x86-bm-c7.sw.ocaml.org (from ocaml/opam:debian-unstable) Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam 830d517e9694: Pulling fs layer 830d517e9694: Verifying Checksum 830d517e9694: Download complete 830d517e9694: Pull complete Digest: sha256:cec2f0e8c7952d08707bb137ad70496f36042347d86e7816156bf70445a74f7f Status: Downloaded newer image for ocaml/opam:debian-unstable 2025-04-13 09:14.19 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (env CI true) /: (env OPAM_HEALTH_CHECK_CI true) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-04-13 09:14.19 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 34a3fc46c301a891122df75c17fef6b5358bd68f")) 2025-04-13 09:14.19 ---> using "6aace7ddb0315e05dcea0f25d12f96ff9dc8f85c2b8f9361b598fcff4c0fa3d6" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) 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. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2025-04-13 09:14.19 ---> using "3cfa94ba527bfa92001171dcb06fce65200e4089b0ad9cb2bcb38c055ef8ccd4" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam switch create --repositories=default '5.3' '5.3.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-compiler.5.3.0 (cached) -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env --switch=5.3) 2025-04-13 09:14.19 ---> using "85170c7051c45444c4d443c67f8d25c7f33918a6e1d37397bf18f6282365d95c" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian unstable InRelease - Reading package lists... 2025-04-13 09:14.19 ---> using "5255d35dc9ff9e993cbd455c6499ad562c24bcf2a0442c988c2163254b9e1a05" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin add -k version dune $(opam show -f version dune)")) dune is now pinned to version 3.18.0 The following actions will be performed: === install 1 package - install dune 3.18.0 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.18.0 (cached) -> installed dune.3.18.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-13 09:14.19 ---> using "b25e04dc6b57b5e83a1b7a423cdaa0d29d4dc5698afddb33afca39f8192e1c94" from cache /: (env DUNE_CACHE enabled) /: (env DUNE_CACHE_TRANSPORT direct) /: (env DUNE_CACHE_DUPLICATION copy) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "curl -fsSL https://get.dune.build/install | sh")) #=#=# ##O#-# 0.1% # 1.4% #### 5.8% ######### 12.7% ################################### 48.6% #################################################################### 94.7% ######################################################################## 100.0% dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell) export PATH="/home/opam/.local/bin:$PATH" To get started, run: dune --help 2025-04-13 09:14.19 ---> using "1e311de0362a4cf8bc60a1ded16f4c6ffe1f37cccf83f29d6446fccb548016cc" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "mkdir /tmp/sexp && cd /tmp/sexp && opam switch create ./ ocaml-base-compiler.5.2.1 --no-install && opam install -y sexp && cd -")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.2.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-base-compiler.5.2.1 (cached) -> installed ocaml-base-compiler.5.2.1 -> installed ocaml-config.3 -> installed ocaml.5.2.1 -> installed base-domains.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env) The following actions will be performed: === install 101 packages - install angstrom 0.16.1 [required by jsonaf] - install async v0.17.0 [required by sexp] - install async_kernel v0.17.0 [required by async] - install async_log v0.17.0 [required by async] - install async_rpc_kernel v0.17.0 [required by async] - install async_unix v0.17.0 [required by async] - install base v0.17.1 [required by jsonaf, sexp_select] - install base_bigstring v0.17.0 [required by core] - install base_quickcheck v0.17.0 [required by core] - install bigstringaf 0.10.0 [required by angstrom, faraday] - install bin_prot v0.17.0 [required by core] - install capitalization v0.17.0 [required by ppx_string_conv] - install conf-g++ 1.0 [required by re2] - install core v0.17.1 [required by sexp] - install core_kernel v0.17.0 [required by sexp] - install core_unix v0.17.0 [required by sexp] - install csexp 1.5.2 [required by dune-configurator] - install cstruct 6.2.0 [required by async_unix] - install csvfields v0.17.0 [required by sexp] - install dune 3.18.0 [required by sexp] - install dune-configurator 3.18.0 [required by bigstringaf] - install expect_test_helpers_core v0.17.0 [required by core_unix] - install faraday 0.8.2 [required by jsonaf] - install fieldslib v0.17.0 [required by core] - install fmt 0.10.0 [required by cstruct] - install gel v0.17.0 [required by async_rpc_kernel] - install int_repr v0.17.0 [required by core_kernel] - install jane-street-headers v0.17.0 [required by core] - install jane_rope v0.17.0 [required by re2] - install jsonaf v0.17.0 [required by sexp] - install jst-config v0.17.0 [required by shell] - install num 1.5-1 [required by csvfields] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - install ocamlbuild 0.16.1 [required by uutf] - install ocamlfind 1.9.8 [required by uutf] - install parsexp v0.17.0 [required by sexplib] - install ppx_assert v0.17.0 [required by core] - install ppx_base v0.17.0 [required by core] - install ppx_bench v0.17.0 [required by ppx_jane] - install ppx_bin_prot v0.17.0 [required by ppx_jane] - install ppx_cold v0.17.0 [required by ppx_base] - install ppx_compare v0.17.0 [required by ppx_diff] - install ppx_custom_printf v0.17.0 [required by ppx_jane] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_diff v0.17.0 [required by core] - install ppx_disable_unused_warnings v0.17.0 [required by ppx_jane] - install ppx_enumerate v0.17.0 [required by ppx_diff] - install ppx_expect v0.17.2 [required by ppx_jane] - install ppx_fields_conv v0.17.0 [required by ppx_jane] - install ppx_fixed_literal v0.17.0 [required by ppx_jane] - install ppx_globalize v0.17.0 [required by ppx_base] - install ppx_hash v0.17.0 [required by core] - install ppx_here v0.17.0 [required by ppx_jane] - install ppx_ignore_instrumentation v0.17.0 [required by ppx_jane] - install ppx_inline_test v0.17.0 [required by core] - install ppx_jane v0.17.0 [required by sexp] - install ppx_let v0.17.0 [required by ppx_jane] - install ppx_log v0.17.0 [required by ppx_jane] - install ppx_module_timer v0.17.0 [required by ppx_jane] - install ppx_optcomp v0.17.0 [required by core_kernel, core, async_unix] - install ppx_optional v0.17.0 [required by ppx_jane] - install ppx_pipebang v0.17.0 [required by ppx_jane] - install ppx_sexp_conv v0.17.0 [required by core] - install ppx_sexp_message v0.17.0 [required by core] - install ppx_sexp_value v0.17.0 [required by ppx_jane] - install ppx_stable v0.17.0 [required by ppx_jane] - install ppx_stable_witness v0.17.0 [required by ppx_jane] - install ppx_string v0.17.0 [required by ppx_jane] - install ppx_string_conv v0.17.0 [required by ppx_jane] - install ppx_tydi v0.17.0 [required by ppx_jane] - install ppx_typerep_conv v0.17.0 [required by ppx_jane] - install ppx_variants_conv v0.17.0 [required by ppx_jane] - install ppxlib 0.35.0 [required by ppx_diff] - install ppxlib_jane v0.17.0 [required by ppx_diff] - install protocol_version_header v0.17.0 [required by async_rpc_kernel] - install re 1.12.0 [required by expect_test_helpers_core] - install re2 v0.17.0 [required by sexp] - install regex_parser_intf v0.17.0 [required by re2] - install seq base [required by re] - install sexp v0.17.0 - install sexp_diff v0.17.0 [required by sexp] - install sexp_macro v0.17.0 [required by sexp] - install sexp_pretty v0.17.0 [required by sexp] - install sexp_select v0.17.0 [required by sexp] - install sexplib v0.17.0 [required by sexp] - install sexplib0 v0.17.0 [required by base] - install shell v0.17.0 [required by sexp] - install spawn v0.17.0 [required by shell] - install splittable_random v0.17.0 [required by core] - install stdio v0.17.0 [required by core] - install stdlib-shims 0.3.0 [required by ppxlib] - install textutils v0.17.0 [required by async, shell] - install time_now v0.17.0 [required by core] - install timezone v0.17.0 [required by async_log] - install topkg 1.0.8 [required by uutf] - install typerep v0.17.1 [required by core] - install uopt v0.17.0 [required by core_kernel] - install uutf 1.0.4 [required by textutils] - install variantslib v0.17.0 [required by core] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved async.v0.17.0 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved async_kernel.v0.17.0 (cached) -> retrieved async_log.v0.17.0 (cached) -> retrieved async_rpc_kernel.v0.17.0 (cached) -> retrieved async_unix.v0.17.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved base_bigstring.v0.17.0 (cached) -> retrieved base_quickcheck.v0.17.0 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bin_prot.v0.17.0 (cached) -> retrieved capitalization.v0.17.0 (cached) -> installed conf-g++.1.0 -> retrieved core.v0.17.1 (cached) -> retrieved core_kernel.v0.17.0 (cached) -> retrieved core_unix.v0.17.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved csvfields.v0.17.0 (cached) -> retrieved expect_test_helpers_core.v0.17.0 (cached) -> retrieved faraday.0.8.2 (cached) -> retrieved fieldslib.v0.17.0 (cached) -> retrieved gel.v0.17.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved int_repr.v0.17.0 (cached) -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jane_rope.v0.17.0 (cached) -> retrieved jsonaf.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_assert.v0.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_bench.v0.17.0 (cached) -> retrieved ppx_bin_prot.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_custom_printf.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_disable_unused_warnings.v0.17.0 (cached) -> retrieved ppx_diff.v0.17.0 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_fields_conv.v0.17.0 (cached) -> retrieved ppx_expect.v0.17.2 (cached) -> retrieved ppx_fixed_literal.v0.17.0 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_ignore_instrumentation.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_jane.v0.17.0 (cached) -> retrieved ppx_let.v0.17.0 (cached) -> retrieved ppx_log.v0.17.0 (cached) -> retrieved ppx_module_timer.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_optional.v0.17.0 (cached) -> retrieved ppx_pipebang.v0.17.0 (cached) -> retrieved ppx_sexp_message.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached) -> installed num.1.5-1 -> retrieved ppx_sexp_value.v0.17.0 (cached) -> retrieved ppx_stable.v0.17.0 (cached) -> retrieved ppx_stable_witness.v0.17.0 (cached) -> retrieved ppx_string.v0.17.0 (cached) -> retrieved ppx_string_conv.v0.17.0 (cached) -> retrieved ppx_tydi.v0.17.0 (cached) -> retrieved ppx_typerep_conv.v0.17.0 (cached) -> retrieved ppx_variants_conv.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.0 (cached) -> retrieved protocol_version_header.v0.17.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved re2.v0.17.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved regex_parser_intf.v0.17.0 (cached) -> retrieved sexp_diff.v0.17.0 (cached) -> retrieved sexp.v0.17.0 (cached) -> retrieved sexp_macro.v0.17.0 (cached) -> retrieved sexp_pretty.v0.17.0 (cached) -> retrieved sexp_select.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved shell.v0.17.0 (cached) -> retrieved spawn.v0.17.0 (cached) -> retrieved splittable_random.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved textutils.v0.17.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved timezone.v0.17.0 (cached) -> retrieved typerep.v0.17.1 (cached) -> retrieved uopt.v0.17.0 (cached) -> retrieved variantslib.v0.17.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed dune.3.18.0 -> installed jane-street-headers.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed spawn.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.18.0 -> installed parsexp.v0.17.0 -> installed bigstringaf.0.10.0 -> installed faraday.0.8.2 -> installed sexplib.v0.17.0 -> installed angstrom.0.16.1 -> installed base.v0.17.1 -> installed fieldslib.v0.17.0 -> installed variantslib.v0.17.0 -> installed regex_parser_intf.v0.17.0 -> installed stdio.v0.17.0 -> installed typerep.v0.17.1 -> installed ppxlib.0.35.0 -> installed ppxlib_jane.v0.17.0 -> installed ppx_optcomp.v0.17.0 -> installed ppx_tydi.v0.17.0 -> installed ppx_disable_unused_warnings.v0.17.0 -> installed ppx_cold.v0.17.0 -> installed ppx_stable_witness.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_variants_conv.v0.17.0 -> installed ppx_typerep_conv.v0.17.0 -> installed ppx_fields_conv.v0.17.0 -> installed ppx_stable.v0.17.0 -> installed ppx_ignore_instrumentation.v0.17.0 -> installed ppx_pipebang.v0.17.0 -> installed ppx_fixed_literal.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_optional.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_let.v0.17.0 -> installed ppx_hash.v0.17.0 -> installed ppx_sexp_value.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_sexp_message.v0.17.0 -> installed ppx_custom_printf.v0.17.0 -> installed ppx_base.v0.17.0 -> installed capitalization.v0.17.0 -> installed jst-config.v0.17.0 -> installed sexp_pretty.v0.17.0 -> installed bin_prot.v0.17.0 -> installed ppx_string.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_bin_prot.v0.17.0 -> installed ppx_module_timer.v0.17.0 -> installed ppx_string_conv.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_bench.v0.17.0 -> installed ppx_expect.v0.17.2 -> installed splittable_random.v0.17.0 -> installed base_quickcheck.v0.17.0 -> installed ppx_log.v0.17.0 -> installed ppx_jane.v0.17.0 -> installed uopt.v0.17.0 -> installed jane_rope.v0.17.0 -> installed gel.v0.17.0 -> installed jsonaf.v0.17.0 -> installed int_repr.v0.17.0 -> installed base_bigstring.v0.17.0 -> installed ppx_diff.v0.17.0 -> installed core.v0.17.1 -> installed csvfields.v0.17.0 -> installed protocol_version_header.v0.17.0 -> installed sexp_diff.v0.17.0 -> installed timezone.v0.17.0 -> installed expect_test_helpers_core.v0.17.0 -> installed core_kernel.v0.17.0 -> installed sexp_select.v0.17.0 -> installed async_kernel.v0.17.0 -> installed core_unix.v0.17.0 -> installed textutils.v0.17.0 -> installed async_rpc_kernel.v0.17.0 -> installed shell.v0.17.0 -> installed async_unix.v0.17.0 -> installed async_log.v0.17.0 -> installed async.v0.17.0 -> installed sexp_macro.v0.17.0 -> installed re2.v0.17.0 -> installed sexp.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) / 2025-04-13 09:14.19 ---> using "95d2bcbff24f258ba133e219dae1c524984b747ce96bdae346dd7a1157eb767a" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "PLACE=$(mktemp -d) && cd $PLACE && echo '(lang dune 3.17)\ \n(package\ \n (name dummy)\ \n (allow_empty true)\ \n (depends (ocaml (= 5.3.0))))' > dune-project && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Solution for dune.lock: - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 2025-04-13 09:14.19 ---> using "669eef4eb142fdb84229ce69e8814ebbd826ed332c1bacd859d632f84e513ccf" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "cd $HOME && opam source orsvm_e1071.4.0.0 && cd orsvm_e1071.4.0.0 && if [ -f opam ]; then mv opam orsvm_e1071.opam; fi && echo orsvm_e1071 >> /tmp/packages-in-repo && for opam in *.opam; do echo ${opam%.opam} >> /tmp/packages-in-repo; done && sed -n 's/(name \\(.*\\))/\\1/p' < dune-project | sed 's/^[[:blank:]]*//;s/[[:blank:]]*$//' >> /tmp/packages-in-repo && while read package ; do opam show --raw ${package}.4.0.0 > ${package}.opam; done < /tmp/packages-in-repo && opam install ./ --depext-only --with-test --with-doc && opam install --dry-run --with-test ./orsvm_e1071.opam | sed -nE 's/(.*)- install ([^[:blank:]]*)(.*)/\\2/p' > /tmp/packages-via-opam && for opam in *.opam; do rm $opam; echo ${opam%.opam} >> /tmp/packages-locally-available; done && opam show --raw orsvm_e1071.4.0.0 > orsvm_e1071.opam && /tmp/sexp/_opam/bin/sexp change '(try (rewrite (package @X) OPAM-HEALTH-CHECK-DROP))' < dune-project | grep -v OPAM-HEALTH-CHECK-DROP > dune-project-new && mv dune-project-new dune-project && echo '(lang dune 3.17)\ \n(lock_dir\ \n (repositories overlay default))\ \n\ \n(repository\ \n (name default)\ \n (url \"file:///home/opam/opam-repository\"))\ \n\ \n\ \n' > dune-workspace && echo orsvm_e1071 >> /tmp/packages-to-build && while read package ; do if grep --quiet $package /tmp/packages-via-opam ; then echo $package >> /tmp/packages-to-build ; fi ; done < /tmp/packages-locally-available && while read package ; do opam show --raw $package > $package.opam; done < /tmp/packages-to-build && while read package ; do if [ ! -f ${package}.opam ]; then echo \"opam-version: \\\"2.0\\\"\" > ${package}.opam; fi; done < /tmp/packages-locally-available && paste -s -d , /tmp/packages-to-build > /tmp/packages-for-dune && PATH=$HOME/.local/bin:$PATH dune pkg lock || (echo \"opam-health-check: Solve failed\" && exit 1) && grep -v dependency_hash dune.lock/lock.dune > /tmp/lock.dune && mv /tmp/lock.dune dune.lock/lock.dune && PATH=$HOME/.local/bin:$PATH dune build --release --only-packages $(cat /tmp/packages-for-dune) || (echo \"opam-health-check: Build failed\" && exit 1)")) Successfully extracted to /home/opam/orsvm_e1071.4.0.0 The following system packages will first need to be installed: r-base-core <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "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 ... 19596 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.24_all.deb ... - Unpacking sensible-utils (0.0.24) ... - 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.0051_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0051) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../011-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 .../012-libpng16-16t64_1.6.47-1.1_amd64.deb ... - Unpacking libpng16-16t64:amd64 (1.6.47-1.1) ... - Selecting previously unselected package libfreetype6:amd64. - Preparing to unpack .../013-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 .../014-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 .../015-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../016-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 .../017-libfontconfig1_2.15.0-2.3_amd64.deb ... - Unpacking libfontconfig1:amd64 (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../018-fontconfig_2.15.0-2.3_amd64.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../019-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 .../020-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 .../021-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 .../022-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 .../023-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 .../024-gfortran_4%3a14.2.0-1_amd64.deb ... - Unpacking gfortran (4:14.2.0-1) ... - Selecting previously unselected package libicu76:amd64. - Preparing to unpack .../025-libicu76_76.1-3_amd64.deb ... - Unpacking libicu76:amd64 (76.1-3) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../026-icu-devtools_76.1-3_amd64.deb ... - Unpacking icu-devtools (76.1-3) ... - Selecting previously unselected package libauthen-sasl-perl. - Preparing to unpack .../027-libauthen-sasl-perl_2.1700-1_all.deb ... - Unpacking libauthen-sasl-perl (2.1700-1) ... - Selecting previously unselected package libblas3:amd64. - Preparing to unpack .../028-libblas3_3.12.1-2_amd64.deb ... - Unpacking libblas3:amd64 (3.12.1-2) ... - Selecting previously unselected package libblas-dev:amd64. - Preparing to unpack .../029-libblas-dev_3.12.1-2_amd64.deb ... - Unpacking libblas-dev:amd64 (3.12.1-2) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../030-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 .../031-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 .../032-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 .../033-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 .../034-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 .../035-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 .../036-libclone-perl_0.47-1+b1_amd64.deb ... - Unpacking libclone-perl:amd64 (0.47-1+b1) ... - Selecting previously unselected package libcurl4t64:amd64. - Preparing to unpack .../037-libcurl4t64_8.13.0-1_amd64.deb ... - Unpacking libcurl4t64:amd64 (8.13.0-1) ... - Selecting previously unselected package libdata-dump-perl. - Preparing to unpack .../038-libdata-dump-perl_1.25-1_all.deb ... - Unpacking libdata-dump-perl (1.25-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../039-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 .../040-libdeflate0_1.23-2_amd64.deb ... - Unpacking libdeflate0:amd64 (1.23-2) ... - Selecting previously unselected package libdeflate-dev:amd64. - Preparing to unpack .../041-libdeflate-dev_1.23-2_amd64.deb ... - Unpacking libdeflate-dev:amd64 (1.23-2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../042-libdrm-common_2.4.124-2_all.deb ... - Unpacking libdrm-common (2.4.124-2) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../043-libdrm2_2.4.124-2_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.124-2) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../044-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 .../045-libpciaccess0_0.17-3+b3_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.17-3+b3) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../046-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 .../047-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 .../048-libelf1t64_0.192-4_amd64.deb ... - Unpacking libelf1t64:amd64 (0.192-4) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../049-libxml2_2.12.7+dfsg+really2.9.14-0.4_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../050-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 .../051-libllvm19_1%3a19.1.7-3_amd64.deb ... - Unpacking libllvm19:amd64 (1:19.1.7-3) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../052-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 .../053-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 .../054-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 .../055-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 .../056-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 .../057-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 .../058-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 .../059-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 .../060-libxshmfence1_1.3.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:amd64. - Preparing to unpack .../061-mesa-libgallium_25.0.3-1_amd64.deb ... - Unpacking mesa-libgallium:amd64 (25.0.3-1) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../062-libgbm1_25.0.3-1_amd64.deb ... - Unpacking libgbm1:amd64 (25.0.3-1) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../063-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 .../064-libegl-mesa0_25.0.3-1_amd64.deb ... - Unpacking libegl-mesa0:amd64 (25.0.3-1) ... - Selecting previously unselected package libencode-locale-perl. - Preparing to unpack .../065-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 .../066-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 .../067-libfile-basedir-perl_0.09-2_all.deb ... - Unpacking libfile-basedir-perl (0.09-2) ... - Selecting previously unselected package liburi-perl. - Preparing to unpack .../068-liburi-perl_5.30-1_all.deb ... - Unpacking liburi-perl (5.30-1) ... - Selecting previously unselected package libfile-desktopentry-perl. - Preparing to unpack .../069-libfile-desktopentry-perl_0.22-3_all.deb ... - Unpacking libfile-desktopentry-perl (0.22-3) ... - Selecting previously unselected package libtimedate-perl. - Preparing to unpack .../070-libtimedate-perl_2.3300-2_all.deb ... - Unpacking libtimedate-perl (2.3300-2) ... - Selecting previously unselected package libhttp-date-perl. - Preparing to unpack .../071-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 .../072-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 .../073-libglib2.0-0t64_2.84.1-1_amd64.deb ... - Unpacking libglib2.0-0t64:amd64 (2.84.1-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../074-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 .../075-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 .../076-libfont-afm-perl_1.20-4_all.deb ... - Unpacking libfont-afm-perl (1.20-4) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../077-libfribidi0_1.0.16-1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.16-1) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../078-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 .../079-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 .../080-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 .../081-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 .../082-libgl1-mesa-dri_25.0.3-1_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (25.0.3-1) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../083-libglx-mesa0_25.0.3-1_amd64.deb ... - Unpacking libglx-mesa0:amd64 (25.0.3-1) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../084-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 .../085-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 .../086-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 .../087-libglib2.0-data_2.84.1-1_all.deb ... - Unpacking libglib2.0-data (2.84.1-1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../088-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 .../089-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 .../090-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 .../091-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 .../092-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 .../093-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 .../094-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 .../095-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 .../096-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 .../097-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 .../098-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 .../099-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 .../100-libhttp-negotiate-perl_6.01-2_all.deb ... - Unpacking libhttp-negotiate-perl (6.01-2) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../101-x11-common_1%3a7.7+24_all.deb ... - Unpacking x11-common (1:7.7+24) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../102-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 .../103-libicu-dev_76.1-3_amd64.deb ... - Unpacking libicu-dev:amd64 (76.1-3) ... - Selecting previously unselected package libio-compress-brotli-perl. - Preparing to unpack .../104-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 .../105-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 .../106-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 .../107-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 .../108-libio-stringy-perl_2.113-2_all.deb ... - Unpacking libio-stringy-perl (2.113-2) ... - Selecting previously unselected package libjbig0:amd64. - Preparing to unpack .../109-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 .../110-libjpeg62-turbo_1%3a2.1.5-3.1_amd64.deb ... - Unpacking libjpeg62-turbo:amd64 (1:2.1.5-3.1) ... - Selecting previously unselected package libjpeg62-turbo-dev:amd64. - Preparing to unpack .../111-libjpeg62-turbo-dev_1%3a2.1.5-3.1_amd64.deb ... - Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-3.1) ... - Selecting previously unselected package libjpeg-dev:amd64. - Preparing to unpack .../112-libjpeg-dev_1%3a2.1.5-3.1_amd64.deb ... - Unpacking libjpeg-dev:amd64 (1:2.1.5-3.1) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../113-liblapack3_3.12.1-2_amd64.deb ... - Unpacking liblapack3:amd64 (3.12.1-2) ... - Selecting previously unselected package liblapack-dev:amd64. - Preparing to unpack .../114-liblapack-dev_3.12.1-2_amd64.deb ... - Unpacking liblapack-dev:amd64 (3.12.1-2) ... - Selecting previously unselected package liblerc4:amd64. - Preparing to unpack .../115-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 .../116-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 .../117-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 .../118-libwww-robotrules-perl_6.02-1_all.deb ... - Unpacking libwww-robotrules-perl (6.02-1) ... - Selecting previously unselected package libwww-perl. - Preparing to unpack .../119-libwww-perl_6.78-1_all.deb ... - Unpacking libwww-perl (6.78-1) ... - Selecting previously unselected package liblwp-protocol-https-perl. - Preparing to unpack .../120-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 .../121-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 .../122-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 .../123-libmailtools-perl_2.22-1_all.deb ... - Unpacking libmailtools-perl (2.22-1) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../124-libncurses6_6.5+20250216-2_amd64.deb ... - Unpacking libncurses6:amd64 (6.5+20250216-2) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../125-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 .../126-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 .../127-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 .../128-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 .../129-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../130-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 .../131-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 .../132-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 .../133-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 .../134-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 .../135-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 .../136-libpcre2-16-0_10.45-1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../137-libpcre2-32-0_10.45-1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../138-libpcre2-posix3_10.45-1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.45-1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../139-libpcre2-dev_10.45-1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.45-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../140-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../141-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 .../142-libpng-dev_1.6.47-1.1_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.47-1.1) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../143-libpng-tools_1.6.47-1.1_amd64.deb ... - Unpacking libpng-tools (1.6.47-1.1) ... - Selecting previously unselected package libreadline8t64:amd64. - Preparing to unpack .../144-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 .../145-libreadline-dev_8.2-6_amd64.deb ... - Unpacking libreadline-dev:amd64 (8.2-6) ... - Selecting previously unselected package libsharpyuv0:amd64. - Preparing to unpack .../146-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 .../147-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 .../148-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 .../149-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 .../150-libtie-ixhash-perl_1.23-4_all.deb ... - Unpacking libtie-ixhash-perl (1.23-4) ... - Selecting previously unselected package libwebp7:amd64. - Preparing to unpack .../151-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 .../152-libtiff6_4.7.0-3_amd64.deb ... - Unpacking libtiff6:amd64 (4.7.0-3) ... - Selecting previously unselected package libtirpc-common. - Preparing to unpack .../153-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 .../154-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 .../155-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 .../156-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 .../157-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 .../158-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 .../159-libx11-protocol-perl_0.56-9_all.deb ... - Unpacking libx11-protocol-perl (0.56-9) ... - Selecting previously unselected package libxt6t64:amd64. - Preparing to unpack .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-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 .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-libxml-xpathengine-perl_0.14-2_all.deb ... - Unpacking libxml-xpathengine-perl (0.14-2) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../172-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 .../173-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 .../174-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 .../175-libxxf86dga1_2%3a1.1.5-1+b3_amd64.deb ... - Unpacking libxxf86dga1:amd64 (2:1.1.5-1+b3) ... - Selecting previously unselected package luit. - Preparing to unpack .../176-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 .../177-mesa-vulkan-drivers_25.0.3-1_amd64.deb ... - Unpacking mesa-vulkan-drivers:amd64 (25.0.3-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../178-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../179-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package zip. - Preparing to unpack .../180-zip_3.0-14_amd64.deb ... - Unpacking zip (3.0-14) ... - Selecting previously unselected package xdg-utils. - Preparing to unpack .../181-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 .../182-r-base-core_4.5.0-1_amd64.deb ... - Unpacking r-base-core (4.5.0-1) ... - Selecting previously unselected package r-base-dev. - Preparing to unpack .../183-r-base-dev_4.5.0-1_all.deb ... - Unpacking r-base-dev (4.5.0-1) ... - Selecting previously unselected package r-cran-boot. - Preparing to unpack .../184-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 .../185-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 .../186-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 .../187-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 .../188-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 .../189-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 .../190-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 .../191-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 .../192-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 .../193-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 .../194-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 .../195-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 .../196-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 .../197-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 .../198-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 .../199-r-doc-html_4.5.0-1_all.deb ... - Unpacking r-doc-html (4.5.0-1) ... - Selecting previously unselected package r-recommended. - Preparing to unpack .../200-r-recommended_4.5.0-1_all.deb ... - Unpacking r-recommended (4.5.0-1) ... - Selecting previously unselected package x11-utils. - Preparing to unpack .../201-x11-utils_7.7+7_amd64.deb ... - Unpacking x11-utils (7.7+7) ... - Selecting previously unselected package x11-xserver-utils. - Preparing to unpack .../202-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 .../203-xdg-user-dirs_0.18-2_amd64.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Selecting previously unselected package libegl1:amd64. - Preparing to unpack .../204-libegl1_1.7.0-1+b2_amd64.deb ... - Unpacking libegl1:amd64 (1.7.0-1+b2) ... - Selecting previously unselected package zutty. - Preparing to unpack .../205-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 libxpm4:amd64 (1:3.5.17-1+b3) ... - Setting up r-doc-html (4.5.0-1) ... - 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 libcurl4t64:amd64 (8.13.0-1) ... - 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 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.45-1) ... - 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-14) ... - Setting up libz3-4:amd64 (4.13.3-1) ... - Setting up libpcre2-32-0:amd64 (10.45-1) ... - Setting up libglib2.0-0t64:amd64 (2.84.1-1) ... - No schema files found: doing nothing. - Setting up libblas3:amd64 (3.12.1-2) ... - 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.1-1) ... - 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-3.1) ... - Setting up libdata-dump-perl (1.25-1) ... - Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-3.1) ... - 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.47-1.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 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.45-1) ... - Setting up sensible-utils (0.0.24) ... - 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-3) ... - 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-0.4) ... - 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-2) ... - 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 libgfortran-14-dev:amd64 (14.2.0-19) ... - Setting up libllvm19:amd64 (1:19.1.7-3) ... - Setting up libice6:amd64 (2:1.1.1-1) ... - Setting up libhttp-date-perl (6.06-1) ... - Setting up liblapack3:amd64 (3.12.1-2) ... - 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.45-1) ... - Setting up libtirpc3t64:amd64 (1.3.6+ds-1) ... - Setting up libpng-tools (1.6.47-1.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.47-1.1) ... - Setting up libjpeg-dev:amd64 (1:2.1.5-3.1) ... - 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-2) ... - 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-3) ... - Setting up ucf (3.0051) ... - 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-3) ... - 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.3-1) ... - 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.3-1) ... - Setting up libxmu6:amd64 (2:1.1.3-3+b4) ... - Setting up libgbm1:amd64 (25.0.3-1) ... - Setting up libgl1-mesa-dri:amd64 (25.0.3-1) ... - Setting up libxaw7:amd64 (2:1.0.16-1) ... - Setting up x11-xserver-utils (7.7+11) ... - Setting up libegl-mesa0:amd64 (25.0.3-1) ... - Setting up r-base-core (4.5.0-1) ... - 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.3-1) ... - Setting up r-base-dev (4.5.0-1) ... - 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-1) ... - 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-6) ... Solution for dune.lock: - base-bigarray.base - base-unix.base - batteries.3.9.0 - camlp-streams.5.0.1 - conf-r.1.0.0 - cpm.12.2.0 - csexp.1.5.2 - dolog.6.0.0 - dune-configurator.3.18.0 - minicli.5.0.2 - num.1.5-1 - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 - ocamlfind.1.9.8+dune - parmap.1.2.5 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 Building base-unix.base Building base-bigarray.base Building ocaml-config.3 Building ocaml.5.3.0 Downloading csexp.1.5.2 Building csexp.1.5.2 Downloading dune-configurator.3.18.0 Building dune-configurator.3.18.0 Downloading parmap.1.2.5 Building parmap.1.2.5 Downloading minicli.5.0.2 Building minicli.5.0.2 Downloading dolog.6.0.0 Building dolog.6.0.0 Downloading camlp-streams.5.0.1 Downloading ocamlfind.1.9.8+dune Building camlp-streams.5.0.1 Building ocamlfind.1.9.8+dune Downloading num.1.5-1 Building num.1.5-1 Downloading batteries.3.9.0 Building batteries.3.9.0 Downloading cpm.12.2.0 Building cpm.12.2.0 Building conf-r.1.0.0 2025-04-13 09:15.32 ---> saved as "e8d060f9d8e826376117b9bbb7136d0aee9ea3e9eafb7bbf0c288d6a9e5a1126" Job succeeded