(for PR #24267)

2026-04-27 07:45.27: New job: build orrandomForest.2.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
                              on ubuntu-26.04-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/24267/head" && git reset --hard 41de505e
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn orrandomForest.2.0.1 2.0.1
RUN opam reinstall orrandomForest.2.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-26.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orrandomForest.2.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-27 07:45.27: Using cache hint "ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2026-04-27 07:45.27: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn orrandomForest.2.0.1 2.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall orrandomForest.2.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-26.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-27 07:45.27: Connecting to build cluster…
2026-04-27 07:45.27: Waiting for resource in pool OCluster
2026-04-27 07:57.50: Waiting for worker…
2026-04-27 07:59.31: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Merge made by the 'ort' strategy.
 packages/odnnr/odnnr.2.0.0/opam                   | 4 +---
 packages/oplsr/oplsr.8.0.1/opam                   | 3 +--
 packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +----
 packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------
 packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------
 packages/orsvm_e1071/orsvm_e1071.2.0.0/opam       | 3 ---
 packages/orsvm_e1071/orsvm_e1071.3.0.0/opam       | 5 +----
 packages/orsvm_e1071/orsvm_e1071.3.0.1/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.3.0.2/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.4.0.0/opam       | 2 +-
 packages/orxgboost/orxgboost.1.0.1/opam           | 5 +----
 packages/orxgboost/orxgboost.1.1.0/opam           | 5 +----
 packages/orxgboost/orxgboost.1.2.0/opam           | 5 +----
 13 files changed, 12 insertions(+), 43 deletions(-)

(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93' locally
docker.io/ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93: Pulling from ocaml/opam
5f528443f346: Already exists
9d7db96ef8a1: Already exists
69cd0ed39c32: Already exists
8ddd605780bc: Already exists
b3563cf9c718: Already exists
0ff6404f2cf9: Already exists
0fd106322b2a: Already exists
6cfb66f33040: Already exists
b054a68819af: Already exists
935df48738cf: Already exists
6d7855f07084: Already exists
baf8b6b1404d: Already exists
d11a2bc559d8: Already exists
47b449369e16: Already exists
8821a6dafec4: Already exists
de6cbfe58b17: Already exists
4789d14f0dba: Already exists
dc40a97042b2: Already exists
5ba7a82e9924: Already exists
5ba7a82e9924: Already exists
1bd9b354e379: Already exists
d95538300577: Already exists
ccb31d3e72ef: Already exists
d5ec08a27795: Already exists
4f4fb700ef54: Already exists
cace1535e380: Already exists
6abc7b96ebc8: Already exists
31baaf291736: Already exists
d7ee8870a44e: Already exists
bec0e40ffcad: Already exists
8e3943b026f0: Already exists
2a4924aaac32: Already exists
4761365b4e53: Already exists
1a958ae6c150: Already exists
65cf788ac9e8: Already exists
549c069a431e: Already exists
d41918af1eb8: Already exists
b07a459306ae: Already exists
7a4d6fbc7167: Already exists
d0314755e705: Already exists
9fe4679cfa16: Already exists
3da651ad3c12: Already exists
d706efa35e7e: Already exists
6e4c6034b693: Pulling fs layer
36d0bd387fb0: Pulling fs layer
d28a1a7cd77e: Pulling fs layer
95308d60d7f3: Pulling fs layer
26bd9639e4ee: Pulling fs layer
33968c9edaaf: Pulling fs layer
8b13cfd06b81: Pulling fs layer
95308d60d7f3: Waiting
26bd9639e4ee: Waiting
8b13cfd06b81: Waiting
33968c9edaaf: Waiting
36d0bd387fb0: Verifying Checksum
36d0bd387fb0: Download complete
6e4c6034b693: Verifying Checksum
6e4c6034b693: Download complete
d28a1a7cd77e: Download complete
6e4c6034b693: Pull complete
36d0bd387fb0: Pull complete
d28a1a7cd77e: Pull complete
26bd9639e4ee: Download complete
33968c9edaaf: Verifying Checksum
33968c9edaaf: Download complete
8b13cfd06b81: Download complete
95308d60d7f3: Verifying Checksum
95308d60d7f3: Download complete
95308d60d7f3: Pull complete
26bd9639e4ee: Pull complete
33968c9edaaf: Pull complete
8b13cfd06b81: Pull complete
Digest: sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Status: Downloaded newer image for ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
2026-04-27 07:59.53 ---> using "adfe62a45dcf1f3d9a164e7f0368fcd193a49fd597399c1056161905cce9782f" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-27 07:59.53 ---> using "843c3e370eb29e298d2bc36daff7f6e792e7da2551f6d2ff8c3da016f2738dd7" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 07:59.53 ---> using "16f7ac1b9630e6bc4de059844db39ee49ebf40749d9d61c8212d99f3c5c4ae4a" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=26.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-27 07:59.53 ---> using "fd1a6a86fd08b62793e2a01d47f0f4e6592162e0b53889622a0e0aca6ab20c29" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-27 07:59.53 ---> using "225cc9a3c6189b93190408dae6903df36414d189171725b965a49e16c4f5f65a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 07:59.58 ---> saved as "28c85c09670c169e3bd19f5455938359bd8fa1999287ec455e2db538290e1c56"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 08:00.15 ---> saved as "bc39d36b48dc5b542641e831ff08beee2c484138727c297a42c9cc8da07c6116"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu resolute-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu resolute-security InRelease
- Reading package lists...
2026-04-27 08:00.16 ---> saved as "2205400c48d585fc04d3757906781ba7682f12fdb5254432651c7395c3c33fb7"

/home/opam: (run (shell "opam pin add -k version -yn orrandomForest.2.0.1 2.0.1"))
orrandomForest is now pinned to version 2.0.1
2026-04-27 08:00.17 ---> saved as "f2b2f328857740a6cb0795f65264e5f3d0b211cd5b150b92844357d9f127b9b8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall orrandomForest.2.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-26.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
orrandomForest.2.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
  - install conf-r         1.0.0          [required by orrandomForest]
  - install dolog          6.0.0          [required by orrandomForest]
  - install dune           3.22.2         [required by orrandomForest]
  - install orrandomForest 2.0.1 (pinned)

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "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 ... 22821 files and directories currently installed.)
- Preparing to unpack .../000-libdbus-1-3_1.16.2-2ubuntu4_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2ubuntu4) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../001-dbus-bin_1.16.2-2ubuntu4_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2ubuntu4) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../002-dbus-session-bus-common_1.16.2-2ubuntu4_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2ubuntu4) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../003-dbus-daemon_1.16.2-2ubuntu4_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2ubuntu4) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../004-dbus-system-bus-common_1.16.2-2ubuntu4_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2ubuntu4) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../005-dbus_1.16.2-2ubuntu4_amd64.deb ...
- Unpacking dbus (1.16.2-2ubuntu4) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../006-libelf1t64_0.194-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.194-4) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../007-libfribidi0_1.0.16-5_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-5) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../008-libglib2.0-0t64_2.88.0-1_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.88.0-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../009-libglib2.0-data_2.88.0-1_all.deb ...
- Unpacking libglib2.0-data (2.88.0-1) ...
- Selecting previously unselected package libtext-charwidth-perl:amd64.
- Preparing to unpack .../010-libtext-charwidth-perl_0.04-11build4_amd64.deb ...
- Unpacking libtext-charwidth-perl:amd64 (0.04-11build4) ...
- Selecting previously unselected package libtext-iconv-perl:amd64.
- Preparing to unpack .../011-libtext-iconv-perl_1.7-8.1_amd64.deb ...
- Unpacking libtext-iconv-perl:amd64 (1.7-8.1) ...
- Selecting previously unselected package libtext-wrapi18n-perl.
- Preparing to unpack .../012-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../013-libtirpc-common_1.3.7-0.1_all.deb ...
- Unpacking libtirpc-common (1.3.7-0.1) ...
- Selecting previously unselected package libtirpc3t64:amd64.
- Preparing to unpack .../014-libtirpc3t64_1.3.7-0.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.7-0.1) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../015-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../016-shared-mime-info_2.4-5build3_amd64.deb ...
- Unpacking shared-mime-info (2.4-5build3) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../017-ucf_3.0052ubuntu1_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0052ubuntu1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../018-xdg-user-dirs_0.19-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.19-1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../019-xkb-data_2.46-2_all.deb ...
- Unpacking xkb-data (2.46-2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../020-libdrm-common_2.4.131-1_all.deb ...
- Unpacking libdrm-common (2.4.131-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../021-libdrm2_2.4.131-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.131-1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../022-libpng16-16t64_1.6.57-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.57-1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../023-libsensors-config_1%3a3.6.2-2build1_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2build1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../024-libsensors5_1%3a3.6.2-2build1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2build1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../025-libxkbcommon0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.13.1-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../026-libfreetype6_2.14.2+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.14.2+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../027-fonts-dejavu-mono_2.37-8build1_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8build1) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../028-fonts-dejavu-core_2.37-8build1_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8build1) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../029-fontconfig-config_2.17.1-3ubuntu1_amd64.deb ...
- Unpacking fontconfig-config (2.17.1-3ubuntu1) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../030-libfontconfig1_2.17.1-3ubuntu1_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.17.1-3ubuntu1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../031-libwayland-client0_1.24.0-2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-2) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../032-libwayland-egl1_1.24.0-2_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.24.0-2) ...
- Selecting previously unselected package libxcb-xkb1:amd64.
- Preparing to unpack .../033-libxcb-xkb1_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-xkb1:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxkbcommon-x11-0:amd64.
- Preparing to unpack .../034-libxkbcommon-x11-0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon-x11-0:amd64 (1.13.1-1) ...
- Selecting previously unselected package ncurses-term.
- Preparing to unpack .../035-ncurses-term_6.6+20251231-1_all.deb ...
- Unpacking ncurses-term (6.6+20251231-1) ...
- Selecting previously unselected package alacritty.
- Preparing to unpack .../036-alacritty_0.16.1-2ubuntu1_amd64.deb ...
- Unpacking alacritty (0.16.1-2ubuntu1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../037-fontconfig_2.17.1-3ubuntu1_amd64.deb ...
- Unpacking fontconfig (2.17.1-3ubuntu1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../038-libblas3_3.12.1-7ubuntu1_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-7ubuntu1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../039-libpixman-1-0_0.46.4-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.46.4-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../040-libxcb-render0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../041-libxcb-shm0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../042-libxrender1_1%3a0.9.12-1build1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1build1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../043-libcairo2_1.18.4-3_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-3) ...
- Selecting previously unselected package libclone-perl:amd64.
- Preparing to unpack .../044-libclone-perl_0.47-1_amd64.deb ...
- Unpacking libclone-perl:amd64 (0.47-1) ...
- Selecting previously unselected package libcrypt-urandom-perl.
- Preparing to unpack .../045-libcrypt-urandom-perl_0.55-1_amd64.deb ...
- Unpacking libcrypt-urandom-perl (0.55-1) ...
- Selecting previously unselected package libdata-dump-perl.
- Preparing to unpack .../046-libdata-dump-perl_1.25-1_all.deb ...
- Unpacking libdata-dump-perl (1.25-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../047-libdatrie1_0.2.14-1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.14-1) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../048-libdeflate0_1.23-2ubuntu1_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2ubuntu1) ...
- Selecting previously unselected package libdisplay-info3:amd64.
- Preparing to unpack .../049-libdisplay-info3_0.3.0-1_amd64.deb ...
- Unpacking libdisplay-info3:amd64 (0.3.0-1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../050-libdrm-amdgpu1_2.4.131-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.131-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../051-libpciaccess0_0.18.1-1ubuntu4_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.18.1-1ubuntu4) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../052-libdrm-intel1_2.4.131-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.131-1) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../053-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 .../054-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 .../055-libfile-basedir-perl_0.09-2_all.deb ...
- Unpacking libfile-basedir-perl (0.09-2) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../056-liburi-perl_5.34-2build1_all.deb ...
- Unpacking liburi-perl (5.34-2build1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../057-libfile-desktopentry-perl_0.23-1_all.deb ...
- Unpacking libfile-desktopentry-perl (0.23-1) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../058-libtimedate-perl_2.3300-2_all.deb ...
- Unpacking libtimedate-perl (2.3300-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../059-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 .../060-libfile-listing-perl_6.16-1_all.deb ...
- Unpacking libfile-listing-perl (6.16-1) ...
- Selecting previously unselected package libfile-mimeinfo-perl.
- Preparing to unpack .../061-libfile-mimeinfo-perl_0.36-2_all.deb ...
- Unpacking libfile-mimeinfo-perl (0.36-2) ...
- Selecting previously unselected package libfont-afm-perl.
- Preparing to unpack .../062-libfont-afm-perl_1.20-4_all.deb ...
- Unpacking libfont-afm-perl (1.20-4) ...
- Selecting previously unselected package libllvm21:amd64.
- Preparing to unpack .../063-libllvm21_1%3a21.1.8-6ubuntu1_amd64.deb ...
- Unpacking libllvm21:amd64 (1:21.1.8-6ubuntu1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../064-libx11-xcb1_2%3a1.8.13-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.13-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../065-libxcb-dri3-0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../066-libxcb-present0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../067-libxcb-randr0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../068-libxcb-sync1_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../069-libxcb-xfixes0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../070-libxshmfence1_1.3.3-1build1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1build1) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../071-mesa-libgallium_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../072-libgbm1_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libgbm1:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../073-libgfortran5_16-20260322-1ubuntu1_amd64.deb ...
- Unpacking libgfortran5:amd64 (16-20260322-1ubuntu1) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../074-libvulkan1_1.4.341.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.341.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../075-libgl1-mesa-dri_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../076-libxcb-glx0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../077-libxxf86vm1_1%3a1.1.4-2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../078-libglx-mesa0_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../079-libgraphite2-3_1.3.14-11ubuntu1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-11ubuntu1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../080-libharfbuzz0b_12.3.2-2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (12.3.2-2) ...
- Selecting previously unselected package libhtml-tagset-perl.
- Preparing to unpack .../081-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 .../082-libhtml-parser-perl_3.83-1build1_amd64.deb ...
- Unpacking libhtml-parser-perl:amd64 (3.83-1build1) ...
- Selecting previously unselected package libio-html-perl.
- Preparing to unpack .../083-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 .../084-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 .../085-libhttp-message-perl_7.01-1ubuntu1_all.deb ...
- Unpacking libhttp-message-perl (7.01-1ubuntu1) ...
- Selecting previously unselected package libhtml-form-perl.
- Preparing to unpack .../086-libhtml-form-perl_6.13-1build1_all.deb ...
- Unpacking libhtml-form-perl (6.13-1build1) ...
- Selecting previously unselected package libhtml-tree-perl.
- Preparing to unpack .../087-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 .../088-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 .../089-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 .../090-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 .../091-libhttp-negotiate-perl_6.01-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.01-2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../092-x11-common_1%3a7.7+26ubuntu1_all.deb ...
- Unpacking x11-common (1:7.7+26ubuntu1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../093-libice6_2%3a1.1.1-1build1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.1.1-1build1) ...
- Selecting previously unselected package libicu78:amd64.
- Preparing to unpack .../094-libicu78_78.2-2ubuntu1_amd64.deb ...
- Unpacking libicu78:amd64 (78.2-2ubuntu1) ...
- Selecting previously unselected package perl-openssl-defaults:amd64.
- Preparing to unpack .../095-perl-openssl-defaults_7build4_amd64.deb ...
- Unpacking perl-openssl-defaults:amd64 (7build4) ...
- Selecting previously unselected package libnet-ssleay-perl:amd64.
- Preparing to unpack .../096-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 .../097-libio-socket-ssl-perl_2.098-1_all.deb ...
- Unpacking libio-socket-ssl-perl (2.098-1) ...
- Selecting previously unselected package libio-stringy-perl.
- Preparing to unpack .../098-libio-stringy-perl_2.113-2_all.deb ...
- Unpacking libio-stringy-perl (2.113-2) ...
- Selecting previously unselected package libjpeg-turbo8:amd64.
- Preparing to unpack .../099-libjpeg-turbo8_2.1.5-4ubuntu4_amd64.deb ...
- Unpacking libjpeg-turbo8:amd64 (2.1.5-4ubuntu4) ...
- Selecting previously unselected package libjpeg8:amd64.
- Preparing to unpack .../100-libjpeg8_8c-2ubuntu12_amd64.deb ...
- Unpacking libjpeg8:amd64 (8c-2ubuntu12) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../101-liblapack3_3.12.1-7ubuntu1_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-7ubuntu1) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../102-liblerc4_4.0.0+ds-5ubuntu2_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5ubuntu2) ...
- Selecting previously unselected package libnet-http-perl.
- Preparing to unpack .../103-libnet-http-perl_6.24-1build1_all.deb ...
- Unpacking libnet-http-perl (6.24-1build1) ...
- Selecting previously unselected package libtry-tiny-perl.
- Preparing to unpack .../104-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 .../105-libwww-robotrules-perl_6.02-1build1_all.deb ...
- Unpacking libwww-robotrules-perl (6.02-1build1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../106-libwww-perl_6.81-1build1_all.deb ...
- Unpacking libwww-perl (6.81-1build1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../107-liblwp-protocol-https-perl_6.14-1_all.deb ...
- Unpacking liblwp-protocol-https-perl (6.14-1) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../108-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 .../109-libmailtools-perl_2.22-1_all.deb ...
- Unpacking libmailtools-perl (2.22-1) ...
- Selecting previously unselected package libxml-parser-perl.
- Preparing to unpack .../110-libxml-parser-perl_2.47-1ubuntu1_amd64.deb ...
- Unpacking libxml-parser-perl (2.47-1ubuntu1) ...
- Selecting previously unselected package libxml-twig-perl.
- Preparing to unpack .../111-libxml-twig-perl_1%3a3.54-1build1_all.deb ...
- Unpacking libxml-twig-perl (1:3.54-1build1) ...
- Selecting previously unselected package libnet-dbus-perl.
- Preparing to unpack .../112-libnet-dbus-perl_1.2.0-2build4_amd64.deb ...
- Unpacking libnet-dbus-perl (1.2.0-2build4) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../113-libthai-data_0.1.30-1_all.deb ...
- Unpacking libthai-data (0.1.30-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../114-libthai0_0.1.30-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.30-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../115-libpango-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../116-libpangoft2-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../117-libpangocairo-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package libpaper2:amd64.
- Preparing to unpack .../118-libpaper2_2.2.5-0.3maysync1_amd64.deb ...
- Unpacking libpaper2:amd64 (2.2.5-0.3maysync1) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../119-libpaper-utils_2.2.5-0.3maysync1_amd64.deb ...
- Unpacking libpaper-utils (2.2.5-0.3maysync1) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../120-libsharpyuv0_1.5.0-0.1build1_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1build1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../121-libsm6_2%3a1.2.6-1build1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1build1) ...
- Selecting previously unselected package libtcl8.6:amd64.
- Preparing to unpack .../122-libtcl8.6_8.6.17+dfsg-1build1_amd64.deb ...
- Unpacking libtcl8.6:amd64 (8.6.17+dfsg-1build1) ...
- Selecting previously unselected package libtie-ixhash-perl.
- Preparing to unpack .../123-libtie-ixhash-perl_1.23-4_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-4) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../124-libjbig0_2.1-6.1ubuntu3_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1ubuntu3) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../125-libwebp7_1.5.0-0.1build1_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1build1) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../126-libtiff6_4.7.0-3ubuntu4_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3ubuntu4) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../127-libxft2_2.3.6-1build2_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1build2) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../128-libxss1_1%3a1.2.3-1build4_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1build4) ...
- Selecting previously unselected package libtk8.6:amd64.
- Preparing to unpack .../129-libtk8.6_8.6.17-1build1_amd64.deb ...
- Unpacking libtk8.6:amd64 (8.6.17-1build1) ...
- Selecting previously unselected package libx11-protocol-perl.
- Preparing to unpack .../130-libx11-protocol-perl_0.56-9_all.deb ...
- Unpacking libx11-protocol-perl (0.56-9) ...
- Selecting previously unselected package libxt6t64:amd64.
- Preparing to unpack .../131-libxt6t64_1%3a1.2.1-1.3build1_amd64.deb ...
- Unpacking libxt6t64:amd64 (1:1.2.1-1.3build1) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../132-libxmu6_2%3a1.1.3-4_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-4) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../133-libxpm4_1%3a3.5.17-1build3_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.17-1build3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../134-libxaw7_2%3a1.0.16-1build1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.16-1build1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../135-libxcb-shape0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../136-libxcomposite1_1%3a0.4.6-1build1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1build1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../137-libxfixes3_1%3a6.0.0-2build2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2build2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../138-libxcursor1_1%3a1.2.3-1build1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1build1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../139-libxi6_2%3a1.8.2-2_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-2) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../140-libxinerama1_2%3a1.1.4-3build2_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3build2) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../141-libxkbfile1_1%3a1.1.0-1build5_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1build5) ...
- Selecting previously unselected package libxml-xpathengine-perl.
- Preparing to unpack .../142-libxml-xpathengine-perl_0.14-2_all.deb ...
- Unpacking libxml-xpathengine-perl (0.14-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../143-libxrandr2_2%3a1.5.4-1build1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1build1) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../144-libxtst6_2%3a1.2.5-1build1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1build1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../145-libxv1_2%3a1.0.13-1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.13-1) ...
- Selecting previously unselected package libxxf86dga1:amd64.
- Preparing to unpack .../146-libxxf86dga1_2%3a1.1.5-1build2_amd64.deb ...
- Unpacking libxxf86dga1:amd64 (2:1.1.5-1build2) ...
- Selecting previously unselected package luit.
- Preparing to unpack .../147-luit_2.0.20250912-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.20250912-1) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../148-mesa-vulkan-drivers_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../149-zip_3.0-15ubuntu3_amd64.deb ...
- Unpacking zip (3.0-15ubuntu3) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../150-xdg-utils_1.2.1-2ubuntu2_all.deb ...
- Unpacking xdg-utils (1.2.1-2ubuntu2) ...
- Selecting previously unselected package r-base-core.
- Preparing to unpack .../151-r-base-core_4.5.2-1ubuntu2_amd64.deb ...
- Unpacking r-base-core (4.5.2-1ubuntu2) ...
- Selecting previously unselected package r-cran-boot.
- Preparing to unpack .../152-r-cran-boot_1.3-32-1_all.deb ...
- Unpacking r-cran-boot (1.3-32-1) ...
- Selecting previously unselected package r-cran-mass.
- Preparing to unpack .../153-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 .../154-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 .../155-r-cran-cluster_2.1.8.2-1_amd64.deb ...
- Unpacking r-cran-cluster (2.1.8.2-1) ...
- Selecting previously unselected package r-cran-codetools.
- Preparing to unpack .../156-r-cran-codetools_0.2-20-1build1_all.deb ...
- Unpacking r-cran-codetools (0.2-20-1build1) ...
- Selecting previously unselected package r-cran-foreign.
- Preparing to unpack .../157-r-cran-foreign_0.8.91-1_amd64.deb ...
- Unpacking r-cran-foreign (0.8.91-1) ...
- Selecting previously unselected package r-cran-kernsmooth.
- Preparing to unpack .../158-r-cran-kernsmooth_2.23-26-1build1_amd64.deb ...
- Unpacking r-cran-kernsmooth (2.23-26-1build1) ...
- Selecting previously unselected package r-cran-lattice.
- Preparing to unpack .../159-r-cran-lattice_0.22-9-1_amd64.deb ...
- Unpacking r-cran-lattice (0.22-9-1) ...
- Selecting previously unselected package r-cran-matrix.
- Preparing to unpack .../160-r-cran-matrix_1.7-4-1_amd64.deb ...
- Unpacking r-cran-matrix (1.7-4-1) ...
- Selecting previously unselected package r-cran-nlme.
- Preparing to unpack .../161-r-cran-nlme_3.1.168-1build1_amd64.deb ...
- Unpacking r-cran-nlme (3.1.168-1build1) ...
- Selecting previously unselected package r-cran-mgcv.
- Preparing to unpack .../162-r-cran-mgcv_1.9-4-1_amd64.deb ...
- Unpacking r-cran-mgcv (1.9-4-1) ...
- Selecting previously unselected package r-cran-nnet.
- Preparing to unpack .../163-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 .../164-r-cran-survival_3.8-6-1_amd64.deb ...
- Unpacking r-cran-survival (3.8-6-1) ...
- Selecting previously unselected package r-cran-rpart.
- Preparing to unpack .../165-r-cran-rpart_4.1.24-1build1_amd64.deb ...
- Unpacking r-cran-rpart (4.1.24-1build1) ...
- Selecting previously unselected package r-cran-spatial.
- Preparing to unpack .../166-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 .../167-r-doc-html_4.5.2-1ubuntu2_all.deb ...
- Unpacking r-doc-html (4.5.2-1ubuntu2) ...
- Selecting previously unselected package r-recommended.
- Preparing to unpack .../168-r-recommended_4.5.2-1ubuntu2_all.deb ...
- Unpacking r-recommended (4.5.2-1ubuntu2) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../169-libglvnd0_1.7.0-3_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-3) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../170-libglx0_1.7.0-3_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-3) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../171-libgl1_1.7.0-3_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-3) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../172-x11-utils_7.7+7build1_amd64.deb ...
- Unpacking x11-utils (7.7+7build1) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../173-x11-xserver-utils_7.7+11build1_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+11build1) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../174-libauthen-sasl-perl_2.2000-1_all.deb ...
- Unpacking libauthen-sasl-perl (2.2000-1) ...
- Setting up libtext-iconv-perl:amd64 (1.7-8.1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-11ubuntu1) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libpixman-1-0:amd64 (0.46.4-1) ...
- Setting up libtext-charwidth-perl:amd64 (0.04-11build4) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1build1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.13-1) ...
- Setting up libpciaccess0:amd64 (0.18.1-1ubuntu4) ...
- Setting up luit (2.0.20250912-1) ...
- Setting up libtie-ixhash-perl (1.23-4) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2ubuntu1) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5ubuntu2) ...
- Setting up libxpm4:amd64 (1:3.5.17-1build3) ...
- Setting up r-doc-html (4.5.2-1ubuntu2) ...
- Setting up libxi6:amd64 (2:1.8.2-2) ...
- Setting up libfont-afm-perl (1.20-4) ...
- Setting up libxrender1:amd64 (1:0.9.12-1build1) ...
- Setting up libdatrie1:amd64 (0.2.14-1) ...
- Setting up xdg-user-dirs (0.19-1) ...
- Setting up libxcb-render0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libclone-perl:amd64 (0.47-1) ...
- Setting up libglvnd0:amd64 (1.7.0-3) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libio-stringy-perl (2.113-2) ...
- Setting up libdisplay-info3:amd64 (0.3.0-1) ...
- Setting up libtirpc-common (1.3.7-0.1) ...
- Setting up libhtml-tagset-perl (3.24-1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2ubuntu1) ...
- Setting up liblwp-mediatypes-perl (6.04-2) ...
- Setting up libcrypt-urandom-perl (0.55-1) ...
- Setting up libxcb-shape0:amd64 (1.17.0-2ubuntu1) ...
- Setting up x11-common (1:7.7+26ubuntu1) ...
- 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-2build1) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1build2) ...
- Setting up libdeflate0:amd64 (1.23-2ubuntu1) ...
- Setting up perl-openssl-defaults:amd64 (7build4) ...
- Setting up xkb-data (2.46-2) ...
- Setting up libencode-locale-perl (1.05-3) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libtext-wrapi18n-perl (0.06-10) ...
- Setting up libjbig0:amd64 (2.1-6.1ubuntu3) ...
- Setting up libelf1t64:amd64 (0.194-4) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-2) ...
- Setting up libxcb-xkb1:amd64 (1.17.0-2ubuntu1) ...
- Setting up libicu78:amd64 (78.2-2ubuntu1) ...
- Setting up libxcb-present0:amd64 (1.17.0-2ubuntu1) ...
- Setting up zip (3.0-15ubuntu3) ...
- Setting up libglib2.0-0t64:amd64 (2.88.0-1) ...
- No schema files found: doing nothing.
- Setting up libblas3:amd64 (3.12.1-7ubuntu1) ...
- 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.88.0-1) ...
- Setting up libdata-dump-perl (1.25-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2build2) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2ubuntu1) ...
- Setting up libipc-system-simple-perl (1.30-2) ...
- Setting up libxml-xpathengine-perl (0.14-2) ...
- Setting up libllvm21:amd64 (1:21.1.8-6ubuntu1) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2ubuntu4) ...
- Setting up libfribidi0:amd64 (1.0.16-5) ...
- Setting up shared-mime-info (2.4-5build3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3build2) ...
- Setting up libxv1:amd64 (2:1.0.13-1) ...
- Setting up fonts-dejavu-mono (2.37-8build1) ...
- Setting up libpng16-16t64:amd64 (1.6.57-1) ...
- Setting up libio-html-perl (1.004-3) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1build1) ...
- Setting up libtcl8.6:amd64 (8.6.17+dfsg-1build1) ...
- Setting up fonts-dejavu-core (2.37-8build1) ...
- Setting up ucf (3.0052ubuntu1) ...
- Setting up libsensors5:amd64 (1:3.6.2-2build1) ...
- Setting up libjpeg-turbo8:amd64 (2.1.5-4ubuntu4) ...
- Setting up libgfortran5:amd64 (16-20260322-1ubuntu1) ...
- Setting up libvulkan1:amd64 (1.4.341.0-1) ...
- Setting up libwebp7:amd64 (1.5.0-0.1build1) ...
- Setting up libtimedate-perl (2.3300-2) ...
- Setting up libxshmfence1:amd64 (1.3.3-1build1) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2ubuntu1) ...
- Setting up dbus-session-bus-common (1.16.2-2ubuntu4) ...
- Setting up libthai-data (0.1.30-1) ...
- Setting up libwayland-egl1:amd64 (1.24.0-2) ...
- Setting up libxss1:amd64 (1:1.2.3-1build4) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1build5) ...
- Setting up libpaper2:amd64 (2.2.5-0.3maysync1) ...
- Setting up dbus-system-bus-common (1.16.2-2ubuntu4) ...
- Setting up libdrm-common (2.4.131-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1build1) ...
- Setting up xdg-utils (1.2.1-2ubuntu2) ...
- update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/open.1.gz because associated file /usr/share/man/man1/xdg-open.1.gz (of link group open) does not exist
- Setting up liburi-perl (5.34-2build1) ...
- Setting up dbus-bin (1.16.2-2ubuntu4) ...
- Setting up libx11-protocol-perl (0.56-9) ...
- Setting up ncurses-term (6.6+20251231-1) ...
- Setting up libxkbcommon0:amd64 (1.13.1-1) ...
- Setting up libwayland-client0:amd64 (1.24.0-2) ...
- Setting up libnet-ssleay-perl:amd64 (1.94-3) ...
- Setting up libjpeg8:amd64 (8c-2ubuntu12) ...
- Setting up libice6:amd64 (2:1.1.1-1build1) ...
- Setting up libhttp-date-perl (6.06-1) ...
- Setting up liblapack3:amd64 (3.12.1-7ubuntu1) ...
- 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 libfile-basedir-perl (0.09-2) ...
- Setting up libfile-listing-perl (6.16-1) ...
- Setting up libtirpc3t64:amd64 (1.3.7-0.1) ...
- Setting up fontconfig-config (2.17.1-3ubuntu1) ...
- Setting up libxtst6:amd64 (2:1.2.5-1build1) ...
- Setting up libauthen-sasl-perl (2.2000-1) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1build1) ...
- Setting up libnet-http-perl (6.24-1build1) ...
- Setting up dbus-daemon (1.16.2-2ubuntu4) ...
- Setting up libpaper-utils (2.2.5-0.3maysync1) ...
- Setting up libthai0:amd64 (0.1.30-1) ...
- Setting up libfreetype6:amd64 (2.14.2+dfsg-1) ...
- Setting up dbus (1.16.2-2ubuntu4) ...
- Setting up libxkbcommon-x11-0:amd64 (1.13.1-1) ...
- Setting up libfile-desktopentry-perl (0.23-1) ...
- Setting up libwww-robotrules-perl (6.02-1build1) ...
- Setting up libdrm2:amd64 (2.4.131-1) ...
- Setting up libtiff6:amd64 (4.7.0-3ubuntu4) ...
- Setting up libhtml-parser-perl:amd64 (3.83-1build1) ...
- Setting up libharfbuzz0b:amd64 (12.3.2-2) ...
- Setting up libfontconfig1:amd64 (2.17.1-3ubuntu1) ...
- Setting up libsm6:amd64 (2:1.2.6-1build1) ...
- Setting up libio-socket-ssl-perl (2.098-1) ...
- Setting up libhttp-message-perl (7.01-1ubuntu1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.131-1) ...
- Setting up libhtml-form-perl (6.13-1build1) ...
- Setting up mesa-vulkan-drivers:amd64 (26.0.3-1ubuntu1) ...
- Setting up libfile-mimeinfo-perl (0.36-2) ...
- Setting up libhttp-negotiate-perl (6.01-2) ...
- Setting up fontconfig (2.17.1-3ubuntu1) ...
- Regenerating fonts cache... 
- done.
- Setting up libxft2:amd64 (2.3.6-1build2) ...
- Setting up libhttp-cookies-perl (6.11-1) ...
- Setting up libhtml-tree-perl (5.07-3) ...
- Setting up libtk8.6:amd64 (8.6.17-1build1) ...
- Setting up libpango-1.0-0:amd64 (1.57.0-1) ...
- Setting up libdrm-intel1:amd64 (2.4.131-1) ...
- Setting up libhtml-format-perl (2.16-2) ...
- Setting up libcairo2:amd64 (1.18.4-3) ...
- 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.3build1) ...
- Setting up libhttp-daemon-perl (6.16-1) ...
- Setting up alacritty (0.16.1-2ubuntu1) ...
- update-alternatives: using /usr/bin/alacritty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/alacritty.1.gz (of link group x-terminal-emulator) does not exist
- Setting up libpangoft2-1.0-0:amd64 (1.57.0-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.57.0-1) ...
- Setting up mesa-libgallium:amd64 (26.0.3-1ubuntu1) ...
- Setting up libxmu6:amd64 (2:1.1.3-4) ...
- Setting up libgbm1:amd64 (26.0.3-1ubuntu1) ...
- Setting up libgl1-mesa-dri:amd64 (26.0.3-1ubuntu1) ...
- Setting up libxaw7:amd64 (2:1.0.16-1build1) ...
- Setting up x11-xserver-utils (7.7+11build1) ...
- Setting up r-base-core (4.5.2-1ubuntu2) ...
- Creating config file /etc/R/Renviron with new version
- Setting up r-cran-lattice (0.22-9-1) ...
- Setting up r-cran-nlme (3.1.168-1build1) ...
- Setting up r-cran-cluster (2.1.8.2-1) ...
- Setting up r-cran-nnet (7.3-20-1) ...
- Setting up r-cran-codetools (0.2-20-1build1) ...
- Setting up r-cran-boot (1.3-32-1) ...
- Setting up libglx-mesa0:amd64 (26.0.3-1ubuntu1) ...
- Setting up libglx0:amd64 (1.7.0-3) ...
- 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.91-1) ...
- Setting up libgl1:amd64 (1.7.0-3) ...
- Setting up r-cran-matrix (1.7-4-1) ...
- Setting up r-cran-kernsmooth (2.23-26-1build1) ...
- Setting up r-cran-mgcv (1.9-4-1) ...
- Setting up x11-utils (7.7+7build1) ...
- Setting up r-cran-class (7.3-23-1) ...
- Setting up r-cran-survival (3.8-6-1) ...
- Setting up r-cran-rpart (4.1.24-1build1) ...
- Setting up r-recommended (4.5.2-1ubuntu2) ...
- Setting up liblwp-protocol-https-perl (6.14-1) ...
- Setting up libwww-perl (6.81-1build1) ...
- Setting up libxml-parser-perl (2.47-1ubuntu1) ...
- Setting up libxml-twig-perl (1:3.54-1build1) ...
- Setting up libnet-dbus-perl (1.2.0-2build4) ...
- Processing triggers for libc-bin (2.43-2ubuntu2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-r.1.0.0  (cached)
-> retrieved dolog.6.0.0  (cached)
-> installed conf-r.1.0.0
-> retrieved dune.3.22.2  (cached)
-> retrieved orrandomForest.2.0.1  (https://opam.ocaml.org/cache)
-> installed dune.3.22.2
-> installed dolog.6.0.0
-> installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)
2026-04-27 08:01.11 ---> saved as "2c52188cad32242f1cb318046810b11ae32a083d852e0814b5a0e7b6365bf062"
Job succeeded
2026-04-27 08:01.24: Job succeeded