(for PR #24267)
2025-02-10 19:07.45: New job: test orrandomForest.2.0.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c) on archlinux-ocaml-5.3/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 e41dcf1317027b68f2446cba5fefed79d9087146 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:archlinux-ocaml-5.3@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb 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 "\"archlinux\""; 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 RUN (opam reinstall --with-test orrandomForest.2.0.1) || true RUN opam reinstall --with-test --verbose 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 "\"archlinux\""; 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 . 2025-02-10 19:07.45: Using cache hint "ocaml/opam:archlinux-ocaml-5.3@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c" 2025-02-10 19:07.45: Using OBuilder spec: ((from ocaml/opam:archlinux-ocaml-5.3@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb) (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 \"\\\"archlinux\\\"\"; 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")) (run (network host) (shell "(opam reinstall --with-test orrandomForest.2.0.1) || true")) (run (shell "opam reinstall --with-test --verbose 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 \"\\\"archlinux\\\"\"; 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")) ) 2025-02-10 19:07.45: Waiting for resource in pool OCluster 2025-02-11 16:51.29: Waiting for worker… 2025-02-11 16:54.51: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org All commits already cached Updating files: 96% (22562/23304) Updating files: 97% (22605/23304) Updating files: 98% (22838/23304) Updating files: 99% (23071/23304) Updating files: 100% (23304/23304) Updating files: 100% (23304/23304), done. HEAD is now at e41dcf1317 Merge pull request #27400 from hannesm/release-tcpip-v9.0.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:archlinux-ocaml-5.3@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb) Unable to find image 'ocaml/opam:archlinux-ocaml-5.3@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb' locally docker.io/ocaml/opam@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb: Pulling from ocaml/opam 8ecbcb4b2690: Pulling fs layer 8ecbcb4b2690: Download complete 8ecbcb4b2690: Pull complete Digest: sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb Status: Downloaded newer image for ocaml/opam@sha256:51ae4bc1689005879a5fe14d1b97e57d3d633008dee11a0fb9fbe5c916a335cb 2025-02-11 16:55.07 ---> saved as "46834ee10154ed40571d3993c1d7cf7e8b391fdcd74f6b93f6babcaf1785959e" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-02-11 16:55.07 ---> saved as "d8d231a36982d2db61043a5ad6bf7731b8262dd27880733adf118acee1c9c2cd" /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-11 16:56.04 ---> saved as "0d65aaae7eb6eb247bdc059210f1ffca8a3f1d7ba63628ef7961ca1b4ab76efe" /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.4.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087) # self-upgrade no # system arch=x86_64 os=linux os-distribution=arch os-version=20250202.0.304438 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 31 # repositories 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-02-11 16:56.05 ---> saved as "d5a5987ca997d559fb40643bf31d2e0ef493271c8cb17e783561dbc803314cb1" /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-02-11 16:56.11 ---> saved as "46f479fe5462c6b602ba7fa3f7faa01f28dbe44f52255e6048c6ddb4cb6f6e4f" /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-11 16:56.17 ---> saved as "f6d0733c2f5869106a1776aef6c1ad88b7555a0d40d05ad848bec9be6b82f0ef" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-11 16:56.56 ---> saved as "38ad91c4817612983864697067e05461e6cede2b790e28520a524c2a837a4319" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/sbin/sudo "pacman" "-Sy" - :: Synchronizing package databases... - core downloading... - extra downloading... 2025-02-11 16:56.56 ---> saved as "c51244f99b6eab530f12c0330fce25fe56be80936ad66d8e314b13a2eaf33bc7" /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 2025-02-11 16:56.57 ---> saved as "bbaebf691d45400d4b99191828f1c0bca361e95f881585af4953e904a03be998" /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 \"\\\"archlinux\\\"\"; 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 ∗ conf-r 1.0.0 [required by orrandomForest] ∗ dolog 6.0.0 [required by orrandomForest] ∗ dune 3.17.2 [required by orrandomForest] ∗ orrandomForest 2.0.1 (pinned) The following system packages will first need to be installed: r <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run pacman to install them (may need root/sudo access) 2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "r" - :: Starting full system upgrade... - resolving dependencies... - looking for conflicting packages... - warning: dependency cycle detected: - warning: harfbuzz will be installed before its freetype2 dependency - - Package (41) Old Version New Version Net Change Download Size - - core/binutils 2.43_1+r186+g61f8adadd6db-1 2.44-1 0.47 MiB 7.71 MiB - extra/blas 3.12.1-2 0.74 MiB 0.24 MiB - extra/cairo 1.18.2-2 1.57 MiB 0.60 MiB - extra/fontconfig 2:2.16.0-2 1.11 MiB 0.36 MiB - extra/freetype2 2.13.3-3 1.62 MiB 0.51 MiB - extra/fribidi 1.0.16-1 0.24 MiB 0.07 MiB - core/gcc 14.2.1+r730+gc061ad5a36ba-1 14.2.1+r753+g1cd744a6828f-1 -0.09 MiB 51.08 MiB - core/gcc-libs 14.2.1+r730+gc061ad5a36ba-1 14.2.1+r753+g1cd744a6828f-1 0.00 MiB 35.04 MiB - core/glibc 2.41+r2+g0a7c7a3e283a-1 2.41+r6+gcf88351b685d-1 -0.03 MiB 9.98 MiB - core/gnutls 3.8.8-1 3.8.9-1 2.46 MiB 1.75 MiB - extra/graphite 1:1.3.14-4 0.20 MiB 0.08 MiB - extra/harfbuzz 10.2.0-1 4.13 MiB 1.07 MiB - extra/jbigkit 2.1-8 0.16 MiB 0.05 MiB - extra/lapack 3.12.1-2 15.06 MiB 4.83 MiB - core/leancrypto 1.2.0-2 2.40 MiB 0.62 MiB - extra/libdatrie 0.2.13-4 0.48 MiB 0.11 MiB - core/libelf 0.192-3 0.192-4 0.00 MiB 0.59 MiB - extra/libice 1.1.2-1 0.36 MiB 0.08 MiB - extra/libjpeg-turbo 3.1.0-1 2.39 MiB 0.56 MiB - extra/libpng 1.6.46-1 0.58 MiB 0.25 MiB - extra/libsm 1.2.5-1 0.26 MiB 0.04 MiB - extra/libsysprof-capture 47.2-2 47.2-3 0.00 MiB 0.05 MiB - extra/libthai 0.1.29-3 1.22 MiB 0.27 MiB - extra/libtiff 4.7.0-1 1.78 MiB 0.48 MiB - extra/libxext 1.3.6-1 0.30 MiB 0.10 MiB - extra/libxft 2.3.8-2 0.13 MiB 0.06 MiB - extra/libxmu 1.2.1-1 0.33 MiB 0.07 MiB - extra/libxrender 0.9.12-1 0.09 MiB 0.03 MiB - extra/libxss 1.2.4-2 0.03 MiB 0.01 MiB - extra/libxt 1.3.1-1 2.02 MiB 0.52 MiB - core/linux-api-headers 6.10-1 6.13-1 0.17 MiB 1.27 MiB - core/lzo 2.10-5 0.38 MiB 0.09 MiB - core/mpfr 4.2.1-5 4.2.1-6 0.00 MiB 0.43 MiB - core/pam 1.7.0-1 1.7.0-2 -0.44 MiB 0.58 MiB - extra/pango 1:1.56.1-1 2.32 MiB 0.41 MiB - extra/pixman 0.44.2-1 0.70 MiB 0.26 MiB - extra/tcl 8.6.16-1 13.60 MiB 4.54 MiB - extra/tk 8.6.16-1 12.27 MiB 3.67 MiB - core/which 2.21-6 0.03 MiB 0.02 MiB - extra/zip 3.0-11 0.55 MiB 0.17 MiB - extra/r 4.4.2-1 73.49 MiB 45.54 MiB - - Total Download Size: 174.17 MiB - Total Installed Size: 597.38 MiB - Net Upgrade Size: 143.06 MiB - - :: Proceed with installation? [Y/n] - :: Retrieving packages... - gcc-14.2.1+r753+g1cd744a6828f-1-x86_64 downloading... - r-4.4.2-1-x86_64 downloading... - gcc-libs-14.2.1+r753+g1cd744a6828f-1-x86_64 downloading... - glibc-2.41+r6+gcf88351b685d-1-x86_64 downloading... - binutils-2.44-1-x86_64 downloading... - lapack-3.12.1-2-x86_64 downloading... - tcl-8.6.16-1-x86_64 downloading... - tk-8.6.16-1-x86_64 downloading... - gnutls-3.8.9-1-x86_64 downloading... - linux-api-headers-6.13-1-x86_64 downloading... - harfbuzz-10.2.0-1-x86_64 downloading... - leancrypto-1.2.0-2-x86_64 downloading... - cairo-1.18.2-2-x86_64 downloading... - libelf-0.192-4-x86_64 downloading... - pam-1.7.0-2-x86_64 downloading... - libjpeg-turbo-3.1.0-1-x86_64 downloading... - libxt-1.3.1-1-x86_64 downloading... - freetype2-2.13.3-3-x86_64 downloading... - libtiff-4.7.0-1-x86_64 downloading... - mpfr-4.2.1-6-x86_64 downloading... - pango-1:1.56.1-1-x86_64 downloading... - fontconfig-2:2.16.0-2-x86_64 downloading... - libthai-0.1.29-3-x86_64 downloading... - pixman-0.44.2-1-x86_64 downloading... - libpng-1.6.46-1-x86_64 downloading... - blas-3.12.1-2-x86_64 downloading... - zip-3.0-11-x86_64 downloading... - libdatrie-0.2.13-4-x86_64 downloading... - libxext-1.3.6-1-x86_64 downloading... - lzo-2.10-5-x86_64 downloading... - graphite-1:1.3.14-4-x86_64 downloading... - libice-1.1.2-1-x86_64 downloading... - libxmu-1.2.1-1-x86_64 downloading... - fribidi-1.0.16-1-x86_64 downloading... - libxft-2.3.8-2-x86_64 downloading... - jbigkit-2.1-8-x86_64 downloading... - libsysprof-capture-47.2-3-x86_64 downloading... - libsm-1.2.5-1-x86_64 downloading... - libxrender-0.9.12-1-x86_64 downloading... - which-2.21-6-x86_64 downloading... - libxss-1.2.4-2-x86_64 downloading... - checking keyring... - checking package integrity... - loading package files... - checking for file conflicts... - :: Processing package changes... - upgrading linux-api-headers... - upgrading glibc... - Generating locales... - Generation complete. - upgrading gcc-libs... - installing blas... - installing libpng... - installing graphite... - Optional dependencies for graphite - graphite-docs: Documentation - upgrading libsysprof-capture... - installing harfbuzz... - Optional dependencies for harfbuzz - harfbuzz-utils: utilities - installing freetype2... - installing fontconfig... - Creating fontconfig configuration... - Rebuilding fontconfig cache... - installing libxext... - installing libxrender... - installing lzo... - installing pixman... - installing cairo... - installing lapack... - installing libjpeg-turbo... - Optional dependencies for libjpeg-turbo - java-runtime>11: for TurboJPEG Java wrapper - installing jbigkit... - installing libtiff... - Optional dependencies for libtiff - freeglut: for using tiffgt - installing libice... - installing libsm... - installing libxt... - installing libxmu... - installing fribidi... - installing libdatrie... - installing libthai... - installing libxft... - installing pango... - installing tcl... - installing libxss... - installing tk... - installing which... - installing zip... - upgrading pam... - installing r... - Optional dependencies for r - blas-openblas: faster linear algebra - gcc-fortran: needed to compile some CRAN packages - texlive-latex: latex sty files - upgrading libelf... - upgrading binutils... - upgrading mpfr... - upgrading gcc... - installing leancrypto... - upgrading gnutls... - :: Running post-transaction hooks... - (1/6) Reloading system manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (2/6) Restarting marked services... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (3/6) Creating temporary files... - /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping. - All rules containing unresolvable specifiers will be skipped. - (4/6) Arming ConditionNeedsUpdate... - (5/6) Updating fontconfig configuration... - (6/6) Updating fontconfig cache... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved conf-r.1.0.0 (cached) ⬇ retrieved dolog.6.0.0 (cached) ∗ installed conf-r.1.0.0 ⬇ retrieved dune.3.17.2 (cached) ⬇ retrieved orrandomForest.2.0.1 (cached) ∗ installed dune.3.17.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) 2025-02-11 16:57.42 ---> saved as "0b1185d1ab8068604b3e42072bebdbb6608a1e0eaefddd1972578816f1e19919" /home/opam: (run (network host) (shell "(opam reinstall --with-test orrandomForest.2.0.1) || true")) The following actions will be performed: === recompile 1 package ↻ orrandomForest 2.0.1 (pinned) === install 6 packages ∗ batteries 3.9.0 [required by cpm] ∗ camlp-streams 5.0.1 [required by batteries] ∗ conf-gnuplot 0.1 [required by orrandomForest] ∗ cpm 12.2.0 [required by orrandomForest] ∗ num 1.5-1 [required by batteries] ∗ ocamlfind 1.9.8 [required by batteries] The following system packages will first need to be installed: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run pacman to install them (may need root/sudo access) 2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "gnuplot" - :: Starting full system upgrade... - resolving dependencies... - looking for conflicting packages... - warning: dependency cycle detected: - warning: mesa will be installed before its libglvnd dependency - - Package (119) New Version Net Change Download Size - - extra/adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 1.86 MiB 0.91 MiB - extra/adwaita-cursors 47.0-1 10.02 MiB 0.30 MiB - extra/adwaita-icon-theme 47.0-1 1.17 MiB 0.20 MiB - extra/adwaita-icon-theme-legacy 46.2-3 2.23 MiB 2.17 MiB - extra/aom 3.11.0-1 8.84 MiB 2.76 MiB - extra/at-spi2-core 2.54.1-1 3.92 MiB 0.56 MiB - extra/avahi 1:0.8+r194+g3f79789-3 1.88 MiB 0.42 MiB - extra/cantarell-fonts 1:0.303.1-2 0.19 MiB 0.11 MiB - extra/dav1d 1.5.1-1 1.77 MiB 0.62 MiB - extra/dconf 0.40.0-3 0.45 MiB 0.10 MiB - extra/default-cursors 3-1 0.00 MiB 0.00 MiB - extra/desktop-file-utils 0.28-1 0.18 MiB 0.04 MiB - extra/double-conversion 3.3.0-2 0.18 MiB 0.06 MiB - extra/duktape 2.7.0-7 0.78 MiB 0.17 MiB - extra/freeglut 3.6.0-1 0.33 MiB 0.10 MiB - extra/gd 2.3.3-8 0.65 MiB 0.15 MiB - extra/gdk-pixbuf2 2.42.12-2 2.99 MiB 0.51 MiB - extra/giflib 5.2.2-1 0.27 MiB 0.07 MiB - extra/glib-networking 1:2.80.1-1 0.65 MiB 0.14 MiB - extra/glu 9.0.3-2 0.35 MiB 0.15 MiB - extra/gsettings-desktop-schemas 47.1-1 5.34 MiB 0.72 MiB - extra/gsettings-system-schemas 47.1-1 0.01 MiB 0.01 MiB - extra/gssdp 1.6.3-2 0.24 MiB 0.06 MiB - extra/gst-plugins-bad-libs 1.24.12-1 11.65 MiB 2.65 MiB - extra/gst-plugins-base-libs 1.24.12-1 11.93 MiB 2.20 MiB - extra/gstreamer 1.24.12-1 11.13 MiB 1.98 MiB - extra/gtk-update-icon-cache 1:4.16.12-1 0.04 MiB 0.02 MiB - extra/gtk3 1:3.24.48-1 52.86 MiB 8.66 MiB - extra/gupnp 1:1.6.8-1 0.70 MiB 0.12 MiB - extra/gupnp-igd 1.6.0-1 0.11 MiB 0.03 MiB - extra/hicolor-icon-theme 0.18-1 0.05 MiB 0.01 MiB - extra/hidapi 0.14.0-3 0.13 MiB 0.04 MiB - extra/imlib2 1.12.3-2 1.48 MiB 0.56 MiB - extra/iso-codes 4.17.0-1 20.25 MiB 3.34 MiB - extra/json-glib 1.10.6-1 1.01 MiB 0.17 MiB - extra/lcms2 2.17-1 0.67 MiB 0.21 MiB - extra/libavif 1.1.1-2 0.46 MiB 0.17 MiB - extra/libb2 0.98.1-3 0.13 MiB 0.04 MiB - extra/libcaca 0.99.beta20-5 2.68 MiB 0.42 MiB - extra/libcerf 1:2.4-2 0.11 MiB 0.04 MiB - extra/libcloudproviders 0.3.6-1 0.48 MiB 0.06 MiB - extra/libcolord 1.4.7-2 1.24 MiB 0.18 MiB - extra/libcups 2:2.4.11-2 0.77 MiB 0.27 MiB - extra/libdaemon 0.14-6 0.06 MiB 0.02 MiB - extra/libde265 1.0.15-3 0.77 MiB 0.26 MiB - extra/libdrm 2.4.124-1 1.23 MiB 0.33 MiB - core/libedit 20240808_3.1-1 0.26 MiB 0.11 MiB - extra/libepoxy 1.5.10-3 2.64 MiB 0.30 MiB - extra/libevdev 1.13.3-1 0.21 MiB 0.06 MiB - extra/libglvnd 1.7.0-1 3.70 MiB 0.35 MiB - extra/libgudev 238-1 0.39 MiB 0.04 MiB - extra/libheif 1.19.5-1 1.65 MiB 0.51 MiB - extra/libinput 1.27.1-1 1.14 MiB 0.29 MiB - extra/libmspack 1:1.11-1 0.16 MiB 0.05 MiB - extra/libnice 0.1.22-1 1.84 MiB 0.31 MiB - extra/libnotify 0.8.3-1 0.14 MiB 0.03 MiB - extra/libpciaccess 0.18.1-2 0.06 MiB 0.02 MiB - extra/libproxy 0.5.9-1 0.10 MiB 0.03 MiB - extra/librsvg 2:2.59.2-1 11.29 MiB 2.35 MiB - extra/libsoup3 3.6.4-1 1.94 MiB 0.38 MiB - extra/libstemmer 2.2.0-2 0.79 MiB 0.14 MiB - extra/libunwind 1.8.1-3 0.29 MiB 0.12 MiB - extra/libva 2.22.0-1 0.97 MiB 0.19 MiB - extra/libwacom 2.14.0-1 1.43 MiB 0.15 MiB - extra/libwebp 1.5.0-1 1.16 MiB 0.36 MiB - extra/libxcomposite 0.4.6-2 0.02 MiB 0.01 MiB - extra/libxcursor 1.2.3-1 0.07 MiB 0.03 MiB - extra/libxdamage 1.1.6-2 0.02 MiB 0.01 MiB - extra/libxfixes 6.0.1-2 0.04 MiB 0.01 MiB - extra/libxi 1.8.2-1 0.48 MiB 0.15 MiB - extra/libxinerama 1.1.5-2 0.02 MiB 0.01 MiB - extra/libxkbcommon 1.8.0-1 0.89 MiB 0.22 MiB - extra/libxkbcommon-x11 1.8.0-1 0.09 MiB 0.03 MiB - extra/libxpm 3.5.17-2 0.16 MiB 0.07 MiB - extra/libxrandr 1.5.4-1 0.07 MiB 0.03 MiB - extra/libxshmfence 1.3.3-1 0.02 MiB 0.01 MiB - extra/libxtst 1.2.5-1 0.11 MiB 0.03 MiB - extra/libxv 1.0.13-1 0.06 MiB 0.03 MiB - extra/libxxf86vm 1.1.6-1 0.03 MiB 0.02 MiB - extra/libyuv r2426+464c51a03-1 1.82 MiB 0.30 MiB - extra/llvm-libs 19.1.7-1 134.51 MiB 35.07 MiB - extra/lm_sensors 1:3.6.0.r41.g31d1f125-3 0.46 MiB 0.13 MiB - extra/lua 5.4.7-1 1.48 MiB 0.35 MiB - extra/md4c 0.5.2-1 0.25 MiB 0.08 MiB - extra/mesa 1:24.3.4-1 96.80 MiB 18.91 MiB - extra/mtdev 1.1.7-1 0.05 MiB 0.02 MiB - extra/orc 0.4.40-1 1.30 MiB 0.26 MiB - core/pcre 8.45-4 3.50 MiB 0.98 MiB - extra/qt6-5compat 6.8.2-1 1.67 MiB 0.44 MiB - extra/qt6-base 6.8.2-2 60.10 MiB 14.22 MiB - extra/qt6-shadertools 6.8.2-1 4.62 MiB 1.52 MiB - extra/qt6-svg 6.8.2-1 0.86 MiB 0.24 MiB - extra/qt6-translations 6.8.2-1 13.67 MiB 1.78 MiB - extra/rav1e 0.7.1-1 7.52 MiB 1.56 MiB - extra/sdl2-compat 2.32.50-1 2.76 MiB 0.39 MiB - extra/sdl3 3.2.4-1 6.05 MiB 1.34 MiB - extra/shared-mime-info 2.4-1 4.55 MiB 0.62 MiB - extra/slang 2.3.3-3 3.31 MiB 0.79 MiB - extra/spirv-tools 2024.4.rc2-1 6.76 MiB 1.63 MiB - extra/svt-av1 2.3.0-1 5.65 MiB 1.99 MiB - extra/tinysparql 3.8.2-2 3.79 MiB 1.04 MiB - extra/tslib 1.23-1 0.47 MiB 0.10 MiB - extra/vulkan-headers 1:1.4.303-1 28.17 MiB 1.28 MiB - extra/vulkan-icd-loader 1.4.303-1 0.55 MiB 0.14 MiB - extra/wayland 1.23.1-1 0.80 MiB 0.14 MiB - extra/wxwidgets-common 3.2.6-1 15.34 MiB 2.82 MiB - extra/wxwidgets-gtk3 3.2.6-1 17.10 MiB 4.57 MiB - extra/x265 4.0-1 19.42 MiB 1.74 MiB - extra/xcb-util 0.4.1-2 0.03 MiB 0.01 MiB - extra/xcb-util-cursor 0.1.5-1 0.03 MiB 0.01 MiB - extra/xcb-util-image 0.4.1-3 0.05 MiB 0.02 MiB - extra/xcb-util-keysyms 0.4.1-5 0.02 MiB 0.01 MiB - extra/xcb-util-renderutil 0.3.10-2 0.03 MiB 0.01 MiB - extra/xcb-util-wm 0.4.2-2 0.21 MiB 0.03 MiB - extra/xdg-utils 1.2.1-1 0.30 MiB 0.06 MiB - extra/xkeyboard-config 2.43-1 6.55 MiB 0.86 MiB - extra/xorg-xprop 1.2.8-1 0.05 MiB 0.03 MiB - extra/xorg-xset 1.2.5-2 0.04 MiB 0.02 MiB - extra/gnuplot 6.0.2-1 3.56 MiB 1.28 MiB - - Total Download Size: 135.35 MiB - Total Installed Size: 650.68 MiB - - :: Proceed with installation? [Y/n] - :: Retrieving packages... - llvm-libs-19.1.7-1-x86_64 downloading... - mesa-1:24.3.4-1-x86_64 downloading... - qt6-base-6.8.2-2-x86_64 downloading... - gtk3-1:3.24.48-1-x86_64 downloading... - wxwidgets-gtk3-3.2.6-1-x86_64 downloading... - iso-codes-4.17.0-1-any downloading... - wxwidgets-common-3.2.6-1-x86_64 downloading... - aom-3.11.0-1-x86_64 downloading... - gst-plugins-bad-libs-1.24.12-1-x86_64 downloading... - librsvg-2:2.59.2-1-x86_64 downloading... - gst-plugins-base-libs-1.24.12-1-x86_64 downloading... - adwaita-icon-theme-legacy-46.2-3-any downloading... - svt-av1-2.3.0-1-x86_64 downloading... - gstreamer-1.24.12-1-x86_64 downloading... - qt6-translations-6.8.2-1-any downloading... - x265-4.0-1-x86_64 downloading... - spirv-tools-2024.4.rc2-1-x86_64 downloading... - rav1e-0.7.1-1-x86_64 downloading... - qt6-shadertools-6.8.2-1-x86_64 downloading... - sdl3-3.2.4-1-x86_64 downloading... - vulkan-headers-1:1.4.303-1-any downloading... - gnuplot-6.0.2-1-x86_64 downloading... - tinysparql-3.8.2-2-x86_64 downloading... - pcre-8.45-4-x86_64 downloading... - adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-2-any downloading... - xkeyboard-config-2.43-1-any downloading... - slang-2.3.3-3-x86_64 downloading... - gsettings-desktop-schemas-47.1-1-any downloading... - dav1d-1.5.1-1-x86_64 downloading... - shared-mime-info-2.4-1-x86_64 downloading... - imlib2-1.12.3-2-x86_64 downloading... - at-spi2-core-2.54.1-1-x86_64 downloading... - libheif-1.19.5-1-x86_64 downloading... - gdk-pixbuf2-2.42.12-2-x86_64 downloading... - qt6-5compat-6.8.2-1-x86_64 downloading... - libcaca-0.99.beta20-5-x86_64 downloading... - avahi-1:0.8+r194+g3f79789-3-x86_64 downloading... - sdl2-compat-2.32.50-1-x86_64 downloading... - libsoup3-3.6.4-1-x86_64 downloading... - libwebp-1.5.0-1-x86_64 downloading... - lua-5.4.7-1-x86_64 downloading... - libglvnd-1.7.0-1-x86_64 downloading... - libdrm-2.4.124-1-x86_64 downloading... - libnice-0.1.22-1-x86_64 downloading... - adwaita-cursors-47.0-1-any downloading... - libepoxy-1.5.10-3-x86_64 downloading... - libyuv-r2426+464c51a03-1-x86_64 downloading... - libinput-1.27.1-1-x86_64 downloading... - libcups-2:2.4.11-2-x86_64 downloading... - libde265-1.0.15-3-x86_64 downloading... - orc-0.4.40-1-x86_64 downloading... - qt6-svg-6.8.2-1-x86_64 downloading... - libxkbcommon-1.8.0-1-x86_64 downloading... - lcms2-2.17-1-x86_64 downloading... - adwaita-icon-theme-47.0-1-any downloading... - libva-2.22.0-1-x86_64 downloading... - libcolord-1.4.7-2-x86_64 downloading... - duktape-2.7.0-7-x86_64 downloading... - json-glib-1.10.6-1-x86_64 downloading... - libavif-1.1.1-2-x86_64 downloading... - libwacom-2.14.0-1-x86_64 downloading... - gd-2.3.3-8-x86_64 downloading... - glu-9.0.3-2-x86_64 downloading... - libxi-1.8.2-1-x86_64 downloading... - vulkan-icd-loader-1.4.303-1-x86_64 downloading... - libstemmer-2.2.0-2-x86_64 downloading... - wayland-1.23.1-1-x86_64 downloading... - glib-networking-1:2.80.1-1-x86_64 downloading... - lm_sensors-1:3.6.0.r41.g31d1f125-3-x86_64 downloading... - libunwind-1.8.1-3-x86_64 downloading... - gupnp-1:1.6.8-1-x86_64 downloading... - libedit-20240808_3.1-1-x86_64 downloading... - cantarell-fonts-1:0.303.1-2-any downloading... - dconf-0.40.0-3-x86_64 downloading... - tslib-1.23-1-x86_64 downloading... - freeglut-3.6.0-1-x86_64 downloading... - md4c-0.5.2-1-x86_64 downloading... - giflib-5.2.2-1-x86_64 downloading... - libxpm-3.5.17-2-x86_64 downloading... - libcloudproviders-0.3.6-1-x86_64 downloading... - xdg-utils-1.2.1-1-any downloading... - gssdp-1.6.3-2-x86_64 downloading... - libevdev-1.13.3-1-x86_64 downloading... - double-conversion-3.3.0-2-x86_64 downloading... - libmspack-1:1.11-1-x86_64 downloading... - libcerf-1:2.4-2-x86_64 downloading... - libb2-0.98.1-3-x86_64 downloading... - libgudev-238-1-x86_64 downloading... - desktop-file-utils-0.28-1-x86_64 downloading... - hidapi-0.14.0-3-x86_64 downloading... - libnotify-0.8.3-1-x86_64 downloading... - libxv-1.0.13-1-x86_64 downloading... - xcb-util-wm-0.4.2-2-x86_64 downloading... - libxcursor-1.2.3-1-x86_64 downloading... - libproxy-0.5.9-1-x86_64 downloading... - libxtst-1.2.5-1-x86_64 downloading... - gupnp-igd-1.6.0-1-x86_64 downloading... - libxr - andr-1.5.4-1-x86_64 downloading... - libxkbcommon-x11-1.8.0-1-x86_64 downloading... - xorg-xprop-1.2.8-1-x86_64 downloading... - libpciaccess-0.18.1-2-x86_64 downloading... - xorg-xset-1.2.5-2-x86_64 downloading... - libdaemon-0.14-6-x86_64 downloading... - gtk-update-icon-cache-1:4.16.12-1-x86_64 downloading... - xcb-util-image-0.4.1-3-x86_64 downloading... - mtdev-1.1.7-1-x86_64 downloading... - libxxf86vm-1.1.6-1-x86_64 downloading... - libxfixes-6.0.1-2-x86_64 downloading... - hicolor-icon-theme-0.18-1-any downloading... - xcb-util-cursor-0.1.5-1-x86_64 downloading... - xcb-util-0.4.1-2-x86_64 downloading... - libxcomposite-0.4.6-2-x86_64 downloading... - libxinerama-1.1.5-2-x86_64 downloading... - xcb-util-renderutil-0.3.10-2-x86_64 downloading... - xcb-util-keysyms-0.4.1-5-x86_64 downloading... - libxdamage-1.1.6-2-x86_64 downloading... - libxshmfence-1.3.3-1-x86_64 downloading... - gsettings-system-schemas-47.1-1-any downloading... - default-cursors-3-1-any downloading... - checking keyring... - checking package integrity... - loading package files... - checking for file conflicts... - :: Processing package changes... - installing libxpm... - installing giflib... - installing libwebp... - installing aom... - installing dav1d... - Optional dependencies for dav1d - dav1d-doc: HTML documentation - installing rav1e... - installing svt-av1... - installing libyuv... - installing libavif... - installing libde265... - Optional dependencies for libde265 - ffmpeg: for sherlock265 - qt5-base: for sherlock265 - sdl: dec265 YUV overlay output - installing x265... - installing libheif... - Optional dependencies for libheif - libjpeg-turbo: for heif-convert and heif-enc [installed] - libpng: for heif-convert and heif-enc [installed] - dav1d: dav1d encoder [installed] - ffmpeg: hardware decode - rav1e: rav1e encoder [installed] - svt-av1: svt-av1 encoder [installed] - installing gd... - Optional dependencies for gd - perl: bdftogd script [installed] - installing hicolor-icon-theme... - installing adwaita-icon-theme-legacy... - installing adwaita-cursors... - installing adwaita-icon-theme... - installing dconf... - installing gsettings-system-schemas... - installing adobe-source-code-pro-fonts... - installing cantarell-fonts... - installing gsettings-desktop-schemas... - installing libxfixes... - installing libxi... - installing libxtst... - installing xorg-xprop... - installing at-spi2-core... - installing desktop-file-utils... - installing shared-mime-info... - installing gdk-pixbuf2... - Optional dependencies for gdk-pixbuf2 - libwmf: Load .wmf and .apm - libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf - libavif: Load .avif [installed] - libheif: Load .heif, .heic, and .avif [installed] - libjxl: Load .jxl - librsvg: Load .svg, .svgz, and .svg.gz [pending] - webp-pixbuf-loader: Load .webp - installing iso-codes... - installing libcloudproviders... - installing lcms2... - installing libcolord... - installing libdaemon... - installing avahi... - Optional dependencies for avahi - gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending] - libevent: libevent bindings [installed] - nss-mdns: NSS support for mDNS - python-dbus: avahi-bookmarks, avahi-discover - python-gobject: avahi-bookmarks, avahi-discover - python-twisted: avahi-bookmarks - qt5-base: qt5 bindings - installing libcups... - installing libpciaccess... - installing libdrm... - Optional dependencies for libdrm - cairo: needed for modetest tool [installed] - installing libxshmfence... - installing libxxf86vm... - installing libedit... - installing llvm-libs... - installing lm_sensors... - Optional dependencies for lm_sensors - rrdtool: for logging with sensord - perl: for sensor detection and configuration convert [installed] - installing spirv-tools... - installing default-cursors... - Optional dependencies for default-cursors - adwaita-cursors: default cursor theme [installed] - installing wayland... - installing mesa... - Optional dependencies for mesa - opengl-man-pages: for the OpenGL API man pages - installing libglvnd... - installing libepoxy... - installing librsvg... - installing libxcomposite... - installing libxcursor... - installing libxdamage... - installing libxinerama... - installing xkeyboard-config... - installing libxkbcommon... - Optional dependencies for libxkbcommon - libxkbcommon-x11: xkbcli interactive-x11 [pending] - wayland: xkbcli interactive-wayland [installed] - installing libxrandr... - installing json-glib... - installing duktape... - installing libproxy... - installing glib-networking... - installing libsoup3... - Optional dependencies for libsoup3 - samba: Windows Domain SSO - installing libstemmer... - installing tinysparql... - installing gtk-update-icon-cache... - installing gtk3... - Optional dependencies for gtk3 - evince: Default print preview command - installing freeglut... - installing glu... - installing imlib2... - Optional dependencies for imlib2 - libheif: HEIF loader (for AVIF) [installed] - libid3tag: ID3 loader - libjxl: JXL loader - librsvg: SVG loader [installed] - libspectre: PS loader - libwebp: WEBP loader [installed] - openjpeg2: J2K loader - installing pcre... - installing slang... - installing libcaca... - Optional dependencies for libcaca - python: Python bindings - installing libcerf... - installing lua... - installing double-conversion... - installing libb2... - installing mtdev... - installing libevdev... - installing libgudev... - installing libwacom... - Optional dependencies for libwacom - python-libevdev: for libwacom-show-stylus - python-pyudev: for libwacom-show-stylus - installing libinput... - Optional dependencies for libinput - gtk4: libinput debug-gui - python-pyudev: libinput measure - python-libevdev: libinput measure - python-yaml: used by various tools - installing libxkbcommon-x11... - installing md4c... - installing tslib... - installing vulkan-headers... - installing xcb-util-renderutil... - installing xcb-util... - installing xcb-util-image... - installing xcb-util-cursor... - installing xcb-util-keysyms... - installing xcb-util-wm... - installing xorg-xset... - installing xdg-utils... - Optional dependencies for xdg-utils - kde-cli-tools: for KDE Plasma5 support in xdg-open - exo: for Xfce support in xdg-open - pcmanfm: for LXDE support in xdg-open - perl-file-mimeinfo: for generic support in xdg-open - perl-net-dbus: Perl extension to dbus used in xdg-screensaver - perl-x11-protocol: Perl X11 protocol used in xdg-screensaver - installing qt6-translations... - installing qt6-base... - Optional dependencies for qt6-base - freetds: MS SQL driver - gdk-pixbuf2: GTK platform plugin [installed] - gtk3: GTK platform plugin [installed] - libfbclient: Firebird/iBase driver - mariadb-libs: MariaDB driver - pango: GTK platform plugin [installed] - perl: for syncqt [installed] - postgresql-libs: PostgreSQL driver - qt6-wayland: to run Qt6 applications in a Wayland session - unixodbc: ODBC driver - installing qt6-shadertools... - installing qt6-5compat... - Optional dependencies for qt6-5compat - qt6-declarative: for QtGraphicalEffects - installing qt6-svg... - installing wxwidgets-common... - installing libunwind... - installing gstreamer... - Optional dependencies for gstreamer - python: gst-plugins-doc-cache-generator - installing libxv... - installing orc... - installing gst-plugins-base-libs... - installing gssdp... - Optional dependencies for gssdp - gtk4: gssdp-device-sniffer - installing gupnp... - Optional dependencies for gupnp - python: gupnp-binding-tool - installing gupnp-igd... - installing libnice... - Optional dependencies for libnice - gstreamer: "nice" GStreamer plugin [installed] - installing libva... - Optional dependencies for libva - intel-media-driver: backend for Intel GPUs (>= Broadwell) - libva-intel-driver: backend for Intel GPUs (<= Haswell) - libva-mesa-driver: backend for AMD and NVIDIA GPUs [installed] - installing vulkan-icd-loader... - Optional dependencies for vulkan-icd-loader - vulkan-driver: packaged vulkan driver - installing gst-plugins-bad-libs... - installing libnotify... - installing libmspack... - installing hidapi... - Optional dependencies for hidapi - libusb: for hidapi-libusb [installed] - installing sdl3... - Optional dependencies for sdl3 - alsa-lib: ALSA audio driver - libpulse: PulseAudio audio driver - jack: JACK audio driver - pipewire: PipeWire audio driver - vulkan-driver: vulkan renderer - sndio: sndio audio driver - libdecor: Wayland client decorations - installing sdl2-compat... - installing wxwidgets-gtk3... - Optional dependencies for wxwidgets-gtk3 - webkit2gtk-4.1: for webview support - installing gnuplot... - :: Running post-transaction hooks... - ( 1/15) Creating system user accounts... - Creating group 'avahi' with GID 971. - Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 971 and GID 971. - ( 2/15) Reloading system manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 3/15) Reloading user manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 4/15) Updating udev hardware database... - ( 5/15) Reloading device manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Device manager is not running. - ( 6/15) Arming ConditionNeedsUpdate... - ( 7/15) Updating the MIME type database... - ( 8/15) Reloading system bus configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 9/15) Updating fontconfig cache... - (10/15) Probing GDK-Pixbuf loader modules... - (11/15) Updating GIO module cache... - (12/15) Compiling GSettings XML schema files... - (13/15) Probing GTK3 input method modules... - (14/15) Updating icon theme caches... - (15/15) Updating the desktop file MIME type cache... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved batteries.3.9.0 (https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.9.0.tar.gz) ⬇ retrieved camlp-streams.5.0.1 (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz) ∗ installed conf-gnuplot.0.1 ⬇ retrieved cpm.12.2.0 (https://github.com/UnixJunkie/cpmlib/archive/v12.2.0.tar.gz) ⬇ retrieved num.1.5-1 (https://github.com/ocaml/num/archive/v1.5.tar.gz) ∗ installed camlp-streams.5.0.1 ⬇ retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz) ⬇ retrieved orrandomForest.2.0.1 (https://github.com/UnixJunkie/orrandomForest/archive/v2.0.1.tar.gz) ∗ installed num.1.5-1 ⊘ removed orrandomForest.2.0.1 ∗ installed ocamlfind.1.9.8 ∗ installed batteries.3.9.0 ∗ installed cpm.12.2.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) 2025-02-11 16:58.17 ---> saved as "eb7d877011624d11fcca47368d47194bd619d65f339825dbd27d02ae44c0b9b9" /home/opam: (run (shell "opam reinstall --with-test --verbose 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 \"\\\"archlinux\\\"\"; 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")) The following actions will be performed: === recompile 1 package ↻ orrandomForest 2.0.1 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [orrandomForest.2.0.1: extract] ⬇ retrieved orrandomForest.2.0.1 (cached) Processing 2/4: [orrandomForest: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "orrandomForest" "-j" "31" (CWD=/home/opam/.opam/5.3/.opam-switch/build/orrandomForest.2.0.1) λ compiled orrandomForest.2.0.1 ⊘ removed orrandomForest.2.0.1 ∗ 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) 2025-02-11 16:58.26 ---> saved as "23031f41eefa2cd97aee24c79a5932db5228685bd0dc797b1ebd3187a0f52b49" Job succeeded 2025-02-11 16:58.29: Job succeeded