OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-c9.sw.ocaml.org

(from ocaml/opam:debian-unstable)
2025-03-23 00:14.43 ---> 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-03-23 00:14.43 ---> 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 acfb0e6e94791a9b9e37b7555da3519d7d358fee"))
2025-03-23 00:14.43 ---> using "502d32bf9d697342ef130fdfe20f142593588a73044bc955b7f00ff24c68b37f" 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-03-23 00:14.43 ---> using "75894aee8cc72a5a0ba1228629c7df6bf62c0d47009dbbad8a2d2e0d704e3ed5" 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-03-23 00:14.43 ---> using "38f5e954f37e9c26977532e1166498abf4cd807926153cf9060a4da54fd3e6d1" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
-   Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.1 MB]
- Fetched 10.4 MB in 1s (8440 kB/s)
- Reading package lists...
- 
2025-03-23 00:14.43 ---> using "3a0d672ac1dccc5d375ea146ff63c948cd3328bb61dd16918cd1881e6747c3b4" 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.17.2

The following actions will be performed:
=== install 1 package
  - install dune 3.17.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2  (cached)
-> installed dune.3.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-23 00:14.43 ---> using "cb036bbef0a97af57c567f5d2c39100c7366f4648ecf3f15752d00421da60a46" 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%
####                                                                       6.2%
#########                                                                 12.9%
#####################################                                     52.2%
######################################################################    98.2%
######################################################################## 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-03-23 00:14.43 ---> using "769fd898f10afb1c677a857275d9a3b8a10e6231bbdb3c086a09593235746ae0" 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  (https://github.com/ocaml/ocaml/releases/download/5.2.1/ocaml-5.2.1.tar.gz)
-> 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.17.2  [required by sexp]
  - install dune-configurator           3.17.2  [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  (https://github.com/janestreet/async/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved angstrom.0.16.1  (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
-> retrieved async_kernel.v0.17.0  (https://github.com/janestreet/async_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_log.v0.17.0  (https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_rpc_kernel.v0.17.0  (https://github.com/janestreet/async_rpc_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_unix.v0.17.0  (https://github.com/janestreet/async_unix/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved base.v0.17.1  (https://github.com/janestreet/base/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved base_bigstring.v0.17.0  (https://github.com/janestreet/base_bigstring/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved base_quickcheck.v0.17.0  (https://github.com/janestreet/base_quickcheck/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved bigstringaf.0.10.0  (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
-> installed conf-g++.1.0
-> retrieved capitalization.v0.17.0  (https://github.com/janestreet/capitalization/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved bin_prot.v0.17.0  (https://github.com/janestreet/bin_prot/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved core.v0.17.1  (https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved core_kernel.v0.17.0  (https://github.com/janestreet/core_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved core_unix.v0.17.0  (https://github.com/janestreet/core_unix/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved csvfields.v0.17.0  (https://github.com/janestreet/csvfields/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved expect_test_helpers_core.v0.17.0  (https://github.com/janestreet/expect_test_helpers_core/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved faraday.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved fieldslib.v0.17.0  (https://github.com/janestreet/fieldslib/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved gel.v0.17.0  (https://github.com/janestreet/gel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved fmt.0.10.0  (https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz)
-> retrieved jane-street-headers.v0.17.0  (https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved int_repr.v0.17.0  (https://github.com/janestreet/int_repr/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jane_rope.v0.17.0  (https://github.com/janestreet/jane_rope/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jsonaf.v0.17.0  (https://github.com/janestreet/jsonaf/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jst-config.v0.17.0  (https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved num.1.5-1  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved ocaml-compiler-libs.v0.17.0  (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ocamlbuild.0.16.1  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8  (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved parsexp.v0.17.0  (https://github.com/janestreet/parsexp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_assert.v0.17.0  (https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_base.v0.17.0  (https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_bench.v0.17.0  (https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_bin_prot.v0.17.0  (https://github.com/janestreet/ppx_bin_prot/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_cold.v0.17.0  (https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz)
-> installed num.1.5-1
-> retrieved ppx_compare.v0.17.0  (https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_custom_printf.v0.17.0  (https://github.com/janestreet/ppx_custom_printf/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> retrieved ppx_diff.v0.17.0  (https://github.com/janestreet/ppx_diff/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (https://github.com/janestreet/ppx_disable_unused_warnings/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_enumerate.v0.17.0  (https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_expect.v0.17.2  (https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved ppx_fields_conv.v0.17.0  (https://github.com/janestreet/ppx_fields_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_fixed_literal.v0.17.0  (https://github.com/janestreet/ppx_fixed_literal/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_globalize.v0.17.0  (https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_hash.v0.17.0  (https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_here.v0.17.0  (https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (https://github.com/janestreet/ppx_ignore_instrumentation/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_inline_test.v0.17.0  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_jane.v0.17.0  (https://github.com/janestreet/ppx_jane/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_let.v0.17.0  (https://github.com/janestreet/ppx_let/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_log.v0.17.0  (https://github.com/janestreet/ppx_log/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_module_timer.v0.17.0  (https://github.com/janestreet/ppx_module_timer/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_optional.v0.17.0  (https://github.com/janestreet/ppx_optional/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_optcomp.v0.17.0  (https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_pipebang.v0.17.0  (https://github.com/janestreet/ppx_pipebang/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocamlfind.1.9.8
-> retrieved ppx_sexp_conv.v0.17.0  (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_sexp_message.v0.17.0  (https://github.com/janestreet/ppx_sexp_message/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_sexp_value.v0.17.0  (https://github.com/janestreet/ppx_sexp_value/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_stable_witness.v0.17.0  (https://github.com/janestreet/ppx_stable_witness/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_stable.v0.17.0  (https://github.com/janestreet/ppx_stable/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_string.v0.17.0  (https://github.com/janestreet/ppx_string/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_string_conv.v0.17.0  (https://github.com/janestreet/ppx_string_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_tydi.v0.17.0  (https://github.com/janestreet/ppx_tydi/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_typerep_conv.v0.17.0  (https://github.com/janestreet/ppx_typerep_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_variants_conv.v0.17.0  (https://github.com/janestreet/ppx_variants_conv/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocamlbuild.0.16.1
-> retrieved ppxlib_jane.v0.17.0  (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppxlib.0.35.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
-> retrieved protocol_version_header.v0.17.0  (https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved re.1.12.0  (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved regex_parser_intf.v0.17.0  (https://github.com/janestreet/regex_parser_intf/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved re2.v0.17.0  (https://github.com/janestreet/re2/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved sexp_diff.v0.17.0  (https://github.com/janestreet/sexp_diff/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexp.v0.17.0  (https://github.com/janestreet/sexp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexp_macro.v0.17.0  (https://github.com/janestreet/sexp_macro/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexp_pretty.v0.17.0  (https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexp_select.v0.17.0  (https://github.com/janestreet/sexp_select/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexplib.v0.17.0  (https://github.com/janestreet/sexplib/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexplib0.v0.17.0  (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved shell.v0.17.0  (https://github.com/janestreet/shell/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved spawn.v0.17.0  (https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz)
-> retrieved splittable_random.v0.17.0  (https://github.com/janestreet/splittable_random/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdio.v0.17.0  (https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved time_now.v0.17.0  (https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved textutils.v0.17.0  (https://github.com/janestreet/textutils/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved topkg.1.0.8  (https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz)
-> retrieved timezone.v0.17.0  (https://github.com/janestreet/timezone/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved typerep.v0.17.1  (https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved uutf.1.0.4  (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> retrieved uopt.v0.17.0  (https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved variantslib.v0.17.0  (https://github.com/janestreet/variantslib/archive/refs/tags/v0.17.0.tar.gz)
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed dune.3.17.2
-> 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-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.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 parsexp.v0.17.0
-> installed dune-configurator.3.17.2
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.17.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed base.v0.17.1
-> installed variantslib.v0.17.0
-> installed fieldslib.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_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.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_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable.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 jst-config.v0.17.0
-> installed capitalization.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 int_repr.v0.17.0
-> installed jsonaf.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed protocol_version_header.v0.17.0
-> installed csvfields.v0.17.0
-> installed timezone.v0.17.0
-> installed sexp_diff.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 async_rpc_kernel.v0.17.0
-> installed textutils.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-03-23 00:14.43 ---> using "bce9fa48e01dc3000ca9a88cc217d746c226c4fc702d6c77452d5d123598bcb5" 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-03-23 00:14.43 ---> using "e8fb49cdba61ff0d4976abafa41a1c563ec9fbea6c0d14659957da9bb8110aca" 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 ocaml-r.0.6.0 && cd ocaml-r.0.6.0 && if [ -f opam ]; then mv opam ocaml-r.opam; fi && for opam in *.opam; do opam show --raw ${opam%.opam} > $opam; done && opam install ./ --depext-only --with-test --with-doc && opam install --dry-run --with-test ./ocaml-r.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 ocaml-r.0.6.0 > ocaml-r.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 ocaml-r >> /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 && 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 --profile=release --only-packages $(cat /tmp/packages-for-dune) || (echo \"opam-health-check: Build failed\" && exit 1)"))
Successfully extracted to /home/opam/ocaml-r.0.6.0

The following system packages will first need to be installed:
    pkg-config r-base-core r-mathlib

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" "r-base-core" "r-mathlib"
- Preconfiguring packages ...
- (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 ... 19688 files and directories currently installed.)
- Preparing to unpack .../ncurses-bin_6.5+20250216-2_amd64.deb ...
- Unpacking ncurses-bin (6.5+20250216-2) over (6.5+20250216-1) ...
- Setting up ncurses-bin (6.5+20250216-2) ...
- (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 ... 19688 files and directories currently installed.)
- Preparing to unpack .../ncurses-base_6.5+20250216-2_all.deb ...
- Unpacking ncurses-base (6.5+20250216-2) over (6.5+20250216-1) ...
- Setting up ncurses-base (6.5+20250216-2) ...
- 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 ... 19688 files and directories currently installed.)
- Preparing to unpack .../00-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 .../01-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 .../02-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 .../03-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 .../04-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 .../05-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Preparing to unpack .../06-libcc1-0_14.2.0-19_amd64.deb ...
- Unpacking libcc1-0:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../07-libgomp1_14.2.0-19_amd64.deb ...
- Unpacking libgomp1:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../08-libitm1_14.2.0-19_amd64.deb ...
- Unpacking libitm1:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../09-libatomic1_14.2.0-19_amd64.deb ...
- Unpacking libatomic1:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../10-libasan8_14.2.0-19_amd64.deb ...
- Unpacking libasan8:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../11-liblsan0_14.2.0-19_amd64.deb ...
- Unpacking liblsan0:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../12-libtsan2_14.2.0-19_amd64.deb ...
- Unpacking libtsan2:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../13-libubsan1_14.2.0-19_amd64.deb ...
- Unpacking libubsan1:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../14-libhwasan0_14.2.0-19_amd64.deb ...
- Unpacking libhwasan0:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../15-libquadmath0_14.2.0-19_amd64.deb ...
- Unpacking libquadmath0:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../16-gcc-14-base_14.2.0-19_amd64.deb ...
- Unpacking gcc-14-base:amd64 (14.2.0-19) over (14.2.0-17) ...
- Setting up gcc-14-base:amd64 (14.2.0-19) ...
- (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 ... 19769 files and directories currently installed.)
- Preparing to unpack .../libstdc++6_14.2.0-19_amd64.deb ...
- Unpacking libstdc++6:amd64 (14.2.0-19) over (14.2.0-17) ...
- Setting up libstdc++6:amd64 (14.2.0-19) ...
- (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 ... 19769 files and directories currently installed.)
- Preparing to unpack .../0-gcc-14_14.2.0-19_amd64.deb ...
- Unpacking gcc-14 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../1-g++-14_14.2.0-19_amd64.deb ...
- Unpacking g++-14 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../2-g++-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
- Unpacking g++-14-x86-64-linux-gnu (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../3-libstdc++-14-dev_14.2.0-19_amd64.deb ...
- Unpacking libstdc++-14-dev:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../4-libgcc-14-dev_14.2.0-19_amd64.deb ...
- Unpacking libgcc-14-dev:amd64 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../5-gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
- Unpacking gcc-14-x86-64-linux-gnu (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../6-cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
- Unpacking cpp-14-x86-64-linux-gnu (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../7-cpp-14_14.2.0-19_amd64.deb ...
- Unpacking cpp-14 (14.2.0-19) over (14.2.0-17) ...
- Preparing to unpack .../8-libgcc-s1_14.2.0-19_amd64.deb ...
- Unpacking libgcc-s1:amd64 (14.2.0-19) over (14.2.0-17) ...
- Setting up libgcc-s1:amd64 (14.2.0-19) ...
- (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 ... 19769 files and directories currently installed.)
- Preparing to unpack .../libncursesw6_6.5+20250216-2_amd64.deb ...
- Unpacking libncursesw6:amd64 (6.5+20250216-2) over (6.5+20250216-1) ...
- Preparing to unpack .../libtinfo6_6.5+20250216-2_amd64.deb ...
- Unpacking libtinfo6:amd64 (6.5+20250216-2) over (6.5+20250216-1) ...
- Setting up libtinfo6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package sensible-utils.
- (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 ... 19769 files and directories currently installed.)
- Preparing to unpack .../000-sensible-utils_0.0.24_all.deb ...
- Unpacking sensible-utils (0.0.24) ...
- Selecting previously unselected package libtext-charwidth-perl:amd64.
- Preparing to unpack .../001-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 .../002-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../003-ucf_3.0050_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0050) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../004-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Preparing to unpack .../005-curl_8.13.0~rc2-2_amd64.deb ...
- Unpacking curl (8.13.0~rc2-2) over (8.12.1-3) ...
- Preparing to unpack .../006-libcurl3t64-gnutls_8.13.0~rc2-2_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.13.0~rc2-2) over (8.12.1-3) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../007-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 .../008-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 .../009-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 .../010-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../011-fontconfig-config_2.15.0-2.2_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.2) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../012-libfontconfig1_2.15.0-2.2_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.2) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../013-fontconfig_2.15.0-2.2_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../014-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 .../015-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 .../016-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 .../017-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 .../018-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 .../019-gfortran_4%3a14.2.0-1_amd64.deb ...
- Unpacking gfortran (4:14.2.0-1) ...
- Selecting previously unselected package libicu76:amd64.
- Preparing to unpack .../020-libicu76_76.1-3_amd64.deb ...
- Unpacking libicu76:amd64 (76.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../021-icu-devtools_76.1-3_amd64.deb ...
- Unpacking icu-devtools (76.1-3) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../022-libauthen-sasl-perl_2.1700-1_all.deb ...
- Unpacking libauthen-sasl-perl (2.1700-1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../023-libblas3_3.12.1-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-2) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../024-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 .../025-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 .../026-libpixman-1-0_0.44.0-3_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.44.0-3) ...
- Preparing to unpack .../027-libx11-dev_2%3a1.8.12-1_amd64.deb ...
- Unpacking libx11-dev:amd64 (2:1.8.12-1) over (2:1.8.10-2) ...
- Preparing to unpack .../028-libx11-data_2%3a1.8.12-1_all.deb ...
- Unpacking libx11-data (2:1.8.12-1) over (2:1.8.10-2) ...
- Preparing to unpack .../029-libx11-6_2%3a1.8.12-1_amd64.deb ...
- Unpacking libx11-6:amd64 (2:1.8.12-1) over (2:1.8.10-2) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../030-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 .../031-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 .../032-libxrender1_1%3a0.9.10-1.1+b4_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1+b4) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../033-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 .../034-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 .../035-libcurl4t64_8.13.0~rc2-2_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.13.0~rc2-2) ...
- Selecting previously unselected package libdata-dump-perl.
- Preparing to unpack .../036-libdata-dump-perl_1.25-1_all.deb ...
- Unpacking libdata-dump-perl (1.25-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../037-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 .../038-libdeflate0_1.23-1+b1_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-1+b1) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../039-libdeflate-dev_1.23-1+b1_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.23-1+b1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../040-libdrm-common_2.4.124-1_all.deb ...
- Unpacking libdrm-common (2.4.124-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../041-libdrm2_2.4.124-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.124-1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../042-libdrm-amdgpu1_2.4.124-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.124-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../043-libpciaccess0_0.17-3+b3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../044-libdrm-intel1_2.4.124-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.124-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../045-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 .../046-libelf1t64_0.192-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../047-libxml2_2.12.7+dfsg+really2.9.14-0.3+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.3+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../048-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 .../049-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 .../050-libsensors-config_1%3a3.6.0-10_all.deb ...
- Unpacking libsensors-config (1:3.6.0-10) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../051-libsensors5_1%3a3.6.0-10+b1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-10+b1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../052-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 .../053-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 .../054-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 .../055-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 .../056-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 .../057-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 .../058-libxshmfence1_1.3-1+b3_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1+b3) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../059-mesa-libgallium_25.0.2-1_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (25.0.2-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../060-libgbm1_25.0.2-1_amd64.deb ...
- Unpacking libgbm1:amd64 (25.0.2-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../061-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 .../062-libegl-mesa0_25.0.2-1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (25.0.2-1) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../063-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 .../064-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 .../065-libfile-basedir-perl_0.09-2_all.deb ...
- Unpacking libfile-basedir-perl (0.09-2) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../066-liburi-perl_5.30-1_all.deb ...
- Unpacking liburi-perl (5.30-1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../067-libfile-desktopentry-perl_0.22-3_all.deb ...
- Unpacking libfile-desktopentry-perl (0.22-3) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../068-libtimedate-perl_2.3300-2_all.deb ...
- Unpacking libtimedate-perl (2.3300-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../069-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 .../070-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 .../071-libglib2.0-0t64_2.84.0-2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.0-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../072-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 .../073-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 .../074-libfont-afm-perl_1.20-4_all.deb ...
- Unpacking libfont-afm-perl (1.20-4) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../075-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../076-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 .../077-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 .../078-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 .../079-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 .../080-libgl1-mesa-dri_25.0.2-1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (25.0.2-1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../081-libglx-mesa0_25.0.2-1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (25.0.2-1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../082-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 .../083-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 .../084-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 .../085-libglib2.0-data_2.84.0-2_all.deb ...
- Unpacking libglib2.0-data (2.84.0-2) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../086-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 .../087-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 .../088-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 .../089-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 .../090-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 .../091-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 .../092-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 .../093-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 .../094-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 .../095-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 .../096-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 .../097-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 .../098-libhttp-negotiate-perl_6.01-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.01-2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../099-x11-common_1%3a7.7+24_all.deb ...
- Unpacking x11-common (1:7.7+24) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../100-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 .../101-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 .../102-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 .../103-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 .../104-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 .../105-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 .../106-libio-stringy-perl_2.113-2_all.deb ...
- Unpacking libio-stringy-perl (2.113-2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../107-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 .../108-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 .../109-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 .../110-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 .../111-liblapack3_3.12.1-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-2) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../112-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 .../113-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 .../114-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 .../115-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 .../116-libwww-robotrules-perl_6.02-1_all.deb ...
- Unpacking libwww-robotrules-perl (6.02-1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../117-libwww-perl_6.78-1_all.deb ...
- Unpacking libwww-perl (6.78-1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../118-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 .../119-liblzma-dev_5.6.4-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.6.4-1) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../120-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 .../121-libmailtools-perl_2.22-1_all.deb ...
- Unpacking libmailtools-perl (2.22-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../122-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../123-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 .../124-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 .../125-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 .../126-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 .../127-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../128-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 .../129-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 .../130-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 .../131-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 .../132-libpaper2_2.2.5-0.3+b1_amd64.deb ...
- Unpacking libpaper2:amd64 (2.2.5-0.3+b1) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../133-libpaper-utils_2.2.5-0.3+b1_amd64.deb ...
- Unpacking libpaper-utils (2.2.5-0.3+b1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../134-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 .../135-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 .../136-libpcre2-posix3_10.45-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.45-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../137-libpcre2-dev_10.45-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.45-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../138-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../139-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 .../140-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 .../141-libpng-tools_1.6.47-1.1_amd64.deb ...
- Unpacking libpng-tools (1.6.47-1.1) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../142-libreadline-dev_8.2-6_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-6) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../143-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 .../144-libsm6_2%3a1.2.4-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.4-1) ...
- Selecting previously unselected package libtcl8.6:amd64.
- Preparing to unpack .../145-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 .../146-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 .../147-libtie-ixhash-perl_1.23-4_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-4) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../148-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 .../149-libtiff6_4.5.1+git230720-5_amd64.deb ...
- Unpacking libtiff6:amd64 (4.5.1+git230720-5) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../150-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 .../151-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 .../152-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 .../153-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 .../154-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 .../155-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 .../156-libx11-protocol-perl_0.56-9_all.deb ...
- Unpacking libx11-protocol-perl (0.56-9) ...
- Selecting previously unselected package libxt6t64:amd64.
- Preparing to unpack .../157-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 .../158-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 .../159-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 .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-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 .../166-libxinerama1_2%3a1.1.4-3+b3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b3) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../167-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 .../168-libxml-xpathengine-perl_0.14-2_all.deb ...
- Unpacking libxml-xpathengine-perl (0.14-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-mesa-vulkan-drivers_25.0.2-1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (25.0.2-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../175-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../176-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../177-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../178-zip_3.0-14_amd64.deb ...
- Unpacking zip (3.0-14) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../179-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 .../180-r-base-core_4.4.3-1+b1_amd64.deb ...
- Unpacking r-base-core (4.4.3-1+b1) ...
- Selecting previously unselected package r-base-dev.
- Preparing to unpack .../181-r-base-dev_4.4.3-1_all.deb ...
- Unpacking r-base-dev (4.4.3-1) ...
- Selecting previously unselected package r-cran-boot.
- Preparing to unpack .../182-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 .../183-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 .../184-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 .../185-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 .../186-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 .../187-r-cran-foreign_0.8.88-1_amd64.deb ...
- Unpacking r-cran-foreign (0.8.88-1) ...
- Selecting previously unselected package r-cran-kernsmooth.
- Preparing to unpack .../188-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 .../189-r-cran-lattice_0.22-6-1_amd64.deb ...
- Unpacking r-cran-lattice (0.22-6-1) ...
- Selecting previously unselected package r-cran-matrix.
- Preparing to unpack .../190-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 .../191-r-cran-nlme_3.1.167-1_amd64.deb ...
- Unpacking r-cran-nlme (3.1.167-1) ...
- Selecting previously unselected package r-cran-mgcv.
- Preparing to unpack .../192-r-cran-mgcv_1.9-1-1_amd64.deb ...
- Unpacking r-cran-mgcv (1.9-1-1) ...
- Selecting previously unselected package r-cran-nnet.
- Preparing to unpack .../193-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 .../194-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 .../195-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 .../196-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 .../197-r-doc-html_4.4.3-1_all.deb ...
- Unpacking r-doc-html (4.4.3-1) ...
- Selecting previously unselected package r-mathlib.
- Preparing to unpack .../198-r-mathlib_4.4.3-1+b1_amd64.deb ...
- Unpacking r-mathlib (4.4.3-1+b1) ...
- Selecting previously unselected package r-recommended.
- Preparing to unpack .../199-r-recommended_4.4.3-1_all.deb ...
- Unpacking r-recommended (4.4.3-1) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../200-x11-utils_7.7+7_amd64.deb ...
- Unpacking x11-utils (7.7+7) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../201-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 .../202-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../203-libegl1_1.7.0-1+b2_amd64.deb ...
- Unpacking libegl1:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package zutty.
- Preparing to unpack .../204-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 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 r-doc-html (4.4.3-1) ...
- Setting up libfont-afm-perl (1.20-4) ...
- Setting up libdatrie1:amd64 (0.2.13-3+b1) ...
- Setting up libcurl4t64:amd64 (8.13.0~rc2-2) ...
- 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.0-10) ...
- Setting up libdeflate0:amd64 (1.23-1+b1) ...
- Setting up libcurl3t64-gnutls:amd64 (8.13.0~rc2-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 libgomp1:amd64 (14.2.0-19) ...
- 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 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 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.0-2) ...
- 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 libx11-data (2:1.8.12-1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-3.1) ...
- 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 libquadmath0:amd64 (14.2.0-19) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.47-1.1) ...
- Setting up libatomic1:amd64 (14.2.0-19) ...
- Setting up libio-html-perl (1.004-3) ...
- Setting up libtcl8.6:amd64 (8.6.16+dfsg-1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up cpp-14-x86-64-linux-gnu (14.2.0-19) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.0-10+b1) ...
- Setting up libncursesw6:amd64 (6.5+20250216-2) ...
- Setting up libgfortran5:amd64 (14.2.0-19) ...
- Setting up libvulkan1:amd64 (1.4.309.0-1) ...
- Setting up cpp-14 (14.2.0-19) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up libtimedate-perl (2.3300-2) ...
- Setting up liblzma-dev:amd64 (5.6.4-1) ...
- Setting up libubsan1:amd64 (14.2.0-19) ...
- 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-1+b3) ...
- Setting up libhwasan0:amd64 (14.2.0-19) ...
- Setting up libtiff6:amd64 (4.5.1+git230720-5) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up libasan8:amd64 (14.2.0-19) ...
- Setting up r-mathlib (4.4.3-1+b1) ...
- Setting up libx11-6:amd64 (2:1.8.12-1) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up curl (8.13.0~rc2-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+b1) ...
- Setting up libtsan2:amd64 (14.2.0-19) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Setting up libdeflate-dev:amd64 (1.23-1+b1) ...
- Setting up libdrm-common (2.4.124-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.3+b1) ...
- 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 libcc1-0:amd64 (14.2.0-19) ...
- 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 liblsan0:amd64 (14.2.0-19) ...
- 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 libitm1:amd64 (14.2.0-19) ...
- 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 libllvm19:amd64 (1:19.1.7-3) ...
- Setting up libx11-xcb1:amd64 (2:1.8.12-1) ...
- 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 libxpm4:amd64 (1:3.5.17-1+b3) ...
- Setting up libpcre2-dev:amd64 (10.45-1) ...
- Setting up libxi6:amd64 (2:1.8.2-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1+b4) ...
- 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.2) ...
- Setting up libxtst6:amd64 (2:1.2.5-1) ...
- Setting up libpng-dev:amd64 (1.6.47-1.1) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-3.1) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1+b3) ...
- Setting up libx11-dev:amd64 (2:1.8.12-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+b1) ...
- Setting up libreadline-dev:amd64 (8.2-6) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
- Setting up libthai0:amd64 (0.1.29-2+b1) ...
- Setting up libglib2.0-0t64:amd64 (2.84.0-2) ...
- No schema files found: doing nothing.
- Setting up libtirpc-dev:amd64 (1.3.6+ds-1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ...
- 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 libxinerama1:amd64 (2:1.1.4-3+b3) ...
- Setting up libxv1:amd64 (2:1.0.11-1.1+b3) ...
- 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 libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Setting up icu-devtools (76.1-3) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up ucf (3.0050) ...
- Setting up libfile-desktopentry-perl (0.22-3) ...
- Setting up libwww-robotrules-perl (6.02-1) ...
- Setting up libdrm2:amd64 (2.4.124-1) ...
- 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.2) ...
- Setting up libgcc-14-dev:amd64 (14.2.0-19) ...
- Setting up libstdc++-14-dev:amd64 (14.2.0-19) ...
- Setting up libsm6:amd64 (2:1.2.4-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-1) ...
- Setting up libhtml-form-perl (6.12-1) ...
- Setting up libgfortran-14-dev:amd64 (14.2.0-19) ...
- Setting up mesa-vulkan-drivers:amd64 (25.0.2-1) ...
- Setting up libfile-mimeinfo-perl (0.35-1) ...
- Setting up libhttp-negotiate-perl (6.01-2) ...
- Setting up fontconfig (2.15.0-2.2) ...
- 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 libxcursor1:amd64 (1:1.2.3-1) ...
- Setting up libpango-1.0-0:amd64 (1.56.3-1) ...
- Setting up libdrm-intel1:amd64 (2.4.124-1) ...
- Setting up libhtml-format-perl (2.16-2) ...
- 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 gcc-14-x86-64-linux-gnu (14.2.0-19) ...
- 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.2-1) ...
- Setting up libxmu6:amd64 (2:1.1.3-3+b4) ...
- Setting up libgbm1:amd64 (25.0.2-1) ...
- Setting up libgl1-mesa-dri:amd64 (25.0.2-1) ...
- Setting up libxaw7:amd64 (2:1.0.16-1) ...
- Setting up x11-xserver-utils (7.7+11) ...
- Setting up gcc-14 (14.2.0-19) ...
- Setting up gfortran-14-x86-64-linux-gnu (14.2.0-19) ...
- Setting up libegl-mesa0:amd64 (25.0.2-1) ...
- Setting up r-base-core (4.4.3-1+b1) ...
- Creating config file /etc/R/Renviron with new version
- Setting up r-cran-lattice (0.22-6-1) ...
- Setting up r-cran-nlme (3.1.167-1) ...
- Setting up g++-14-x86-64-linux-gnu (14.2.0-19) ...
- 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 g++-14 (14.2.0-19) ...
- Setting up gfortran-14 (14.2.0-19) ...
- 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.2-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.88-1) ...
- 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 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-1-1) ...
- Setting up x11-utils (7.7+7) ...
- Setting up r-base-dev (4.4.3-1) ...
- 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.4.3-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-3) ...
Solution for dune.lock:
- alcotest.1.9.0
- astring.0.8.5
- base.v0.16.3
- base-unix.base
- cmdliner.1.3.0
- conf-bash.1
- conf-pkg-config.4
- conf-r.1.0.0
- conf-r-mathlib.1
- csexp.1.5.2
- dune-configurator.3.17.2
- fmt.0.10.0
- ocaml.5.3.0
- ocaml-base-compiler.5.3.0
- ocaml-compiler.5.3.0
- ocaml-config.3
- ocaml-syntax-shims.1.0.0
- ocamlbuild.0.16.1+dune
- ocamlfind.1.9.8+dune
- re.1.12.0
- seq.base
- sexplib0.v0.16.0
- stdio.v0.16.0
- stdlib-shims.0.3.0
- topkg.1.0.8
- uutf.1.0.4
 Downloading ocaml-compiler.5.3.0
    Building ocaml-compiler.5.3.0
    Building ocaml-base-compiler.5.3.0
    Building base-unix.base
    Building conf-bash.1
    Building ocaml-config.3
    Building ocaml.5.3.0
 Downloading sexplib0.v0.16.0
    Building sexplib0.v0.16.0
 Downloading csexp.1.5.2
    Building csexp.1.5.2
 Downloading dune-configurator.3.17.2
    Building dune-configurator.3.17.2
 Downloading base.v0.16.3
    Building base.v0.16.3
 Downloading stdio.v0.16.0
    Building stdio.v0.16.0
    Building conf-pkg-config.4
    Building conf-r-mathlib.1
    Building conf-r.1.0.0
    Building seq.base
 Downloading cmdliner.1.3.0
    Building cmdliner.1.3.0
 Downloading ocamlfind.1.9.8+dune
    Building ocamlfind.1.9.8+dune
 Downloading ocamlbuild.0.16.1+dune
    Building ocamlbuild.0.16.1+dune
 Downloading ocaml-syntax-shims.1.0.0
    Building ocaml-syntax-shims.1.0.0
 Downloading stdlib-shims.0.3.0
    Building stdlib-shims.0.3.0
 Downloading re.1.12.0
    Building re.1.12.0
 Downloading topkg.1.0.8
    Building topkg.1.0.8
 Downloading uutf.1.0.4
    Building uutf.1.0.4
 Downloading fmt.0.10.0
 Downloading astring.0.8.5
    Building fmt.0.10.0
    Building astring.0.8.5
 Downloading alcotest.1.9.0
    Building alcotest.1.9.0
2025-03-23 00:16.51 ---> saved as "3b871f9adb2f4d8ca966b51ff8bac1eb38ad2a834774b06c16bdd1c6010d827e"
Job succeeded