(for PR #24267)

2026-04-29 12:47.45: New job: build orrandomForest.2.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
                              on freebsd-15.0-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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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 "\"freebsd-15.0\""; 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-29 12:47.45: Using cache hint "freebsd-15.0-ocaml-5.4-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2026-04-29 12:47.45: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 \"\\\"freebsd-15.0\\\"\"; 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-29 12:47.45: Connecting to build cluster…
2026-04-29 12:47.45: Waiting for resource in pool OCluster
2026-04-29 14:12.36: Waiting for worker…
2026-04-29 15:41.57: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18868/18868), done.
HEAD is now at dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2
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 freebsd-15.0-ocaml-5.4)
2026-04-29 15:34.52 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-04-29 15:34.53 ---> using "745d7b97fc3a454a03ab650bab99c7a6daf50bee999fe903ccff757d7afbd43c" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-29 15:34.53 ---> using "803b529782fec3e315a65a64770b60f2264bf3cb2147f21894ecc4e5b04b39c2" 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=freebsd os-distribution=freebsd os-version=1500068
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.1
# invariant            ["ocaml-base-compiler" {= "5.4.1"} | "ocaml-system" {= "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.1/lib/ocaml/stublibs:/home/opam/.opam/5.4.1/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-29 15:34.53 ---> using "44c28f3a9763d7febf1c500e3197be7d30852280b29368166fba08939b19971b" 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-29 15:34.53 ---> using "0f138587f3dff1fe6ad69d7d4a1dba6de063434835fe7ed8ccf2f9be3b7a41c5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-29 15:34.55 ---> using "c55594464a85f40c45356b0137380183544b0fb729175ab5e87f4f2d104a85b8" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-29 15:35.01 ---> saved as "6cce938189df41fcfdb786f7322b406c5aa05e9c225946a75f56d7fd3b359c9d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-29 15:35.01 ---> saved as "a72fc1a97596937b02d4e19e84a71d9d85fd1b6219e2e5d37a1ce647be7e65cd"

/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-29 15:35.04 ---> saved as "2d9c34af3c40f4408ad793da0deaddc0189d905e17c39b4b9432627879d49d83"

/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 \"\\\"freebsd-15.0\\\"\"; 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.22.2         [required by orrandomForest]
  ∗ orrandomForest 2.0.1 (pinned)

The following system packages will first need to be installed:
    math/R

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

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg 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/local/bin/sudo "pkg" "install" "-y" "math/R"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 68 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	R: 4.5.3 [FreeBSD-ports]
- 	avahi-app: 0.8_6 [FreeBSD-ports]
- 	binutils: 2.44,1 [FreeBSD-ports]
- 	cairo: 1.18.2,3 [FreeBSD-ports]
- 	cmake-core: 3.31.10_1 [FreeBSD-ports]
- 	cups: 2.4.16 [FreeBSD-ports]
- 	dbus: 1.16.2_4,1 [FreeBSD-ports]
- 	dbus-glib: 0.114 [FreeBSD-ports]
- 	fontconfig: 2.17.1,1 [FreeBSD-ports]
- 	freetype2: 2.14.3 [FreeBSD-ports]
- 	fribidi: 1.0.16 [FreeBSD-ports]
- 	gcc14: 14.2.0_4 [FreeBSD-ports]
- 	gdbm: 1.26 [FreeBSD-ports]
- 	ghostscript10: 10.07.0 [FreeBSD-ports]
- 	glib: 2.84.4,2 [FreeBSD-ports]
- 	gmp: 6.3.0 [FreeBSD-ports]
- 	gnome_subr: 1.0 [FreeBSD-ports]
- 	gnutls: 3.8.12 [FreeBSD-ports]
- 	graphite2: 1.3.14 [FreeBSD-ports]
- 	harfbuzz: 13.2.1 [FreeBSD-ports]
- 	icu: 76.1,1 [FreeBSD-ports]
- 	jbig2dec: 0.20_1 [FreeBSD-ports]
- 	jbigkit: 2.1_3 [FreeBSD-ports]
- 	jpeg-turbo: 3.1.4.1 [FreeBSD-ports]
- 	jsoncpp: 1.9.6_1 [FreeBSD-ports]
- 	lcms2: 2.18 [FreeBSD-ports]
- 	lerc: 4.0.0 [FreeBSD-ports]
- 	libICE: 1.1.2,1 [FreeBSD-ports]
- 	libSM: 1.2.6,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXft: 2.3.8 [FreeBSD-ports]
- 	libXmu: 1.1.4,1 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXt: 1.3.0,1 [FreeBSD-ports]
- 	libdaemon: 0.14_1 [FreeBSD-ports]
- 	libdatrie: 0.2.14_1 [FreeBSD-ports]
- 	libdeflate: 1.25 [FreeBSD-ports]
- 	libevent: 2.1.12 [FreeBSD-ports]
- 	libfontenc: 1.1.9 [FreeBSD-ports]
- 	libidn: 1.43 [FreeBSD-ports]
- 	libpaper: 1.1.28_1 [FreeBSD-ports]
- 	libtasn1: 4.21.0 [FreeBSD-ports]
- 	libthai: 0.1.30 [FreeBSD-ports]
- 	libuv: 1.52.0 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	lzo2: 2.10_1 [FreeBSD-ports]
- 	mkfontscale: 1.2.3 [FreeBSD-ports]
- 	mpc: 1.4.0 [FreeBSD-ports]
- 	mpfr: 4.2.2,1 [FreeBSD-ports]
- 	nettle: 3.10.2 [FreeBSD-ports]
- 	openjpeg: 2.5.4_2 [FreeBSD-ports]
- 	p11-kit: 0.26.2 [FreeBSD-ports]
- 	pango: 1.56.4_1 [FreeBSD-ports]
- 	pixman: 0.46.2 [FreeBSD-ports]
- 	png: 1.6.57 [FreeBSD-ports]
- 	poppler-data: 0.4.12 [FreeBSD-ports]
- 	py311-packaging: 26.0 [FreeBSD-ports]
- 	rhash: 1.4.6 [FreeBSD-ports]
- 	tcl86: 8.6.17 [FreeBSD-ports]
- 	tiff: 4.7.1_1 [FreeBSD-ports]
- 	tk86: 8.6.17 [FreeBSD-ports]
- 	urw-base35-fonts: 20200910 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- Number of packages to be installed: 68
- 
- The process will require 1 GiB more space.
- 245 MiB to be downloaded.
- [rosemary] [ 1/68] Fetching png-1.6.57: .......... done
- [rosemary] [ 2/68] Fetching avahi-app-0.8_6: ...... done
- [rosemary] [ 3/68] Fetching libxcb-1.17.0: .......... done
- [rosemary] [ 4/68] Fetching libdatrie-0.2.14_1: ... done
- [rosemary] [ 5/68] Fetching ghostscript10-10.07.0: .......... done
- [rosemary] [ 6/68] Fetching freetype2-2.14.3: ......... done
- [rosemary] [ 7/68] Fetching jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [ 8/68] Fetching dbus-1.16.2_4,1: .......... done
- [rosemary] [ 9/68] Fetching libXt-1.3.0,1: .......... done
- [rosemary] [10/68] Fetching libfontenc-1.1.9: .. done
- [rosemary] [11/68] Fetching jsoncpp-1.9.6_1: ......... done
- [rosemary] [12/68] Fetching libuv-1.52.0: ......... done
- [rosemary] [13/68] Fetching cups-2.4.16: .......... done
- [rosemary] [14/68] Fetching nettle-3.10.2: .....
- ..... done
- [rosemary] [15/68] Fetching lzo2-2.10_1: ........ done
- [rosemary] [16/68] Fetching lcms2-2.18: .......... done
- [rosemary] [17/68] Fetching libthai-0.1.30: .......... done
- [rosemary] [18/68] Fetching tk86-8.6.17: .......... done
- [rosemary] [19/68] Fetching pango-1.56.4_1: .......... done
- [rosemary] [20/68] Fetching gmp-6.3.0: .......... done
- [rosemary] [21/68] Fetching mpfr-4.2.2,1: .......... done
- [rosemary] [22/68] Fetching mkfontscale-1.2.3: .. done
- [rosemary] [23/68] Fetching cmake-core-3.31.10_1: ........
- .. done
- [rosemary] [24/68] Fetching libdeflate-1.25: ...... done
- [rosemary] [25/68] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [26/68] Fetching fribidi-1.0.16: ...... done
- [rosemary] [27/68] Fetching libidn-1.43: .......... done
- [rosemary] [28/68] Fetching openjpeg-2.5.4_2: .......... done
- [rosemary] [29/68] Fetching libtasn1-4.21.0: .......... done
- [rosemary] [30/68] Fetching p11-kit-0.26.2: .......... done
- [rosemary] [31/68] Fetching dbus-glib-0.114: .......... done
- [rosemary] [32/68] Fetching jbig2dec-0.20_1: ....... done
- [rosemary] [33/68] Fetching libXau-1.0.12: . done
- [rosemary] [34/68] Fetching libICE-1.1.2,1: ....... done
- [rosemary] [35/68] Fetching libXmu-1.1.4,1: ....... done
- [rosemary] [36/68] Fetching libxml2-2.15.2: .......... done
- [rosemary] [37/68] Fetching gnome_subr-1.0: . done
- [rosemary] [38/68] Fetching fontconfig-2.17.1,1: ....... done
- [rosemary] [39/68] Fetching pixman-0.46.2: .......... done
- [rosemary] [40/68] Fetching icu-76.1,1: ...
- ....... done
- [rosemary] [41/68] Fetching gnutls-3.8.12: .......... done
- [rosemary] [42/68] Fetching py311-packaging-26.0: ......... done
- [rosemary] [43/68] Fetching mpc-1.4.0: ........ done
- [rosemary] [44/68] Fetching libXScrnSaver-1.2.4_1: . done
- [rosemary] [45/68] Fetching libSM-1.2.6,1: .. done
- [rosemary] [46/68] Fetching libpaper-1.1.28_1: .. done
- [rosemary] [47/68] Fetching libX11-1.8.13,1: .......
- ... done
- [rosemary] [48/68] Fetching libXrender-0.9.12: ... done
- [rosemary] [49/68] Fetching R-4.5.3: ...
- ..
- ...
- .. done
- [rosemary] [50/68] Fetching glib-2.84.4,2: 
- .......... done
- [rosemary] [51/68] Fetching xorgproto-2024.1: .......... done
- [rosemary] [52/68] Fetching urw-base35-fonts-20200910: .......
- ... done
- [rosemary] [53/68] Fetching libXft-2.3.8: ..... done
- [rosemary] [54/68] Fetching jbigkit-2.1_3: ..... done
- [rosemary] [55/68] Fetching libdaemon-0.14_1: ... done
- [rosemary] [56/68] Fetching cairo-1.18.2,3: .......... done
- [rosemary] [57/68] Fetching binutils-2.44,1: .......
- ... done
- [rosemary] [58/68] Fetching libXdmcp-1.1.5: .. done
- [rosemary] [59/68] Fetching tiff-4.7.1_1: .......... done
- [rosemary] [60/68] Fetching tcl86-8.6.17: .......... done
- [rosemary] [61/68] Fetching graphite2-1.3.14: ....... done
- [rosemary] [62/68] Fetching gcc14-14.2.0_4: 
- .
- .
- ..
- ...
- ... done
- [rosemary] [63/68] Fetching rhash-1.4.6: ....... done
- [rosemary] [64/68] Fetching harfbuzz-13.2.1: .......... done
- [rosemary] [65/68] Fetching libevent-2.1.12: .......... done
- [rosemary] [66/68] Fetching poppler-data-0.4.12: ........
- .. done
- [rosemary] [67/68] Fetching lerc-4.0.0: .......... done
- [rosemary] [68/68] Fetching gdbm-1.26: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [ 1/68] Installing binutils-2.44,1...
- [rosemary] [ 1/68] Extracting binutils-2.44,1: .......... done
- [rosemary] [ 2/68] Installing fribidi-1.0.16...
- [rosemary] [ 2/68] Extracting fribidi-1.0.16: .......... done
- [rosemary] [ 3/68] Installing gdbm-1.26...
- [rosemary] [ 3/68] Extracting gdbm-1.26: .......... done
- [rosemary] [ 4/68] Installing gmp-6.3.0...
- [rosemary] [ 4/68] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 5/68] Installing gnome_subr-1.0...
- [rosemary] [ 5/68] Extracting gnome_subr-1.0: .... done
- [rosemary] [ 6/68] Installing graphite2-1.3.14...
- [rosemary] [ 6/68] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 7/68] Installing icu-76.1,1...
- [rosemary] [ 7/68] Extracting icu-76.1,1: .......... done
- [rosemary] [ 8/68] Installing jbigkit-2.1_3...
- [rosemary] [ 8/68] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [ 9/68] Installing jpeg-turbo-3.1.4.1...
- [rosemary] [ 9/68] Extracting jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [10/68] Installing jsoncpp-1.9.6_1...
- [rosemary] [10/68] Extracting jsoncpp-1.9.6_1: .......... done
- [rosemary] [11/68] Installing lerc-4.0.0...
- [rosemary] [11/68] Extracting lerc-4.0.0: ........ done
- [rosemary] [12/68] Installing libICE-1.1.2,1...
- [rosemary] [12/68] Extracting libICE-1.1.2,1: .......... done
- [rosemary] [13/68] Installing libSM-1.2.6,1...
- [rosemary] [13/68] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [14/68] Installing libXau-1.0.12...
- [rosemary] [14/68] Extracting libXau-1.0.12: .......... done
- [rosemary] [15/68] Installing libdaemon-0.14_1...
- [rosemary] [15/68] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [16/68] Installing libdatrie-0.2.14_1...
- [rosemary] [16/68] Extracting libdatrie-0.2.14_1: .......... done
- [rosemary] [17/68] Installing libdeflate-1.25...
- [rosemary] [17/68] Extracting libdeflate-1.25: .......... done
- [rosemary] [18/68] Installing libevent-2.1.12...
- [rosemary] [18/68] Extracting libevent-2.1.12: .......... done
- [rosemary] [19/68] Installing libfontenc-1.1.9...
- [rosemary] [19/68] Extracting libfontenc-1.1.9: ......... done
- [rosemary] [20/68] Installing libidn-1.43...
- [rosemary] [20/68] Extracting libidn-1.43: .......... done
- [rosemary] [21/68] Installing libpaper-1.1.28_1...
- [rosemary] [21/68] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [22/68] Installing libtasn1-4.21.0...
- [rosemary] [22/68] Extracting libtasn1-4.21.0: .......... done
- [rosemary] [23/68] Installing libthai-0.1.30...
- [rosemary] [23/68] Extracting libthai-0.1.30: .......... done
- [rosemary] [24/68] Installing libuv-1.52.0...
- [rosemary] [24/68] Extracting libuv-1.52.0: .......... done
- [rosemary] [25/68] Installing libxml2-2.15.2...
- [rosemary] [25/68] Extracting libxml2-2.15.2: .......... done
- [rosemary] [26/68] Installing lzo2-2.10_1...
- [rosemary] [26/68] Extracting lzo2-2.10_1: .......... done
- [rosemary] [27/68] Installing mpfr-4.2.2,1...
- [rosemary] [27/68] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [28/68] Installing mpc-1.4.0...
- [rosemary] [28/68] Extracting mpc-1.4.0: .......... done
- [rosemary] [29/68] Installing gcc14-14.2.0_4...
- [rosemary] [29/68] Extracting gcc14-14.2.0_4: .........
- . done
- [rosemary] [30/68] Installing nettle-3.10.2...
- [rosemary] [30/68] Extracting nettle-3.10.2: .......... done
- [rosemary] [31/68] Installing p11-kit-0.26.2...
- [rosemary] [31/68] Extracting p11-kit-0.26.2: .......... done
- [rosemary] [32/68] Installing gnutls-3.8.12...
- [rosemary] [32/68] Extracting gnutls-3.8.12: .....
- ..... done
- [rosemary] [33/68] Installing pixman-0.46.2...
- [rosemary] [33/68] Extracting pixman-0.46.2: ......... done
- [rosemary] [34/68] Installing png-1.6.57...
- [rosemary] [34/68] Extracting png-1.6.57: .......... done
- [rosemary] [35/68] Installing freetype2-2.14.3...
- [rosemary] [35/68] Extracting freetype2-2.14.3: .......... done
- [rosemary] [36/68] Installing fontconfig-2.17.1,1...
- [rosemary] [36/68] Extracting fontconfig-2.17.1,1: .......... done
- [rosemary] [37/68] Installing jbig2dec-0.20_1...
- [rosemary] [37/68] Extracting jbig2dec-0.20_1: .......... done
- [rosemary] [38/68] Installing mkfontscale-1.2.3...
- [rosemary] [38/68] Extracting mkfontscale-1.2.3: ....... done
- [rosemary] [39/68] Installing poppler-data-0.4.12...
- [rosemary] [39/68] Extracting poppler-data-0.4.12: .......... done
- [rosemary] [40/68] Installing py311-packaging-26.0...
- [rosemary] [40/68] Extracting py311-packaging-26.0: .......... done
- [rosemary] [41/68] Installing glib-2.84.4,2...
- [rosemary] [41/68] Extracting glib-2.84.4,2: .......... done
- [rosemary] [42/68] Installing harfbuzz-13.2.1...
- [rosemary] [42/68] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [43/68] Installing rhash-1.4.6...
- [rosemary] [43/68] Extracting rhash-1.4.6: .......... done
- [rosemary] [44/68] Installing cmake-core-3.31.10_1...
- [rosemary] [44/68] Extracting cmake-core-3.31.10_1: .......... done
- [rosemary] [45/68] Installing tcl86-8.6.17...
- [rosemary] [45/68] Extracting tcl86-8.6.17: .......... done
- [rosemary] [46/68] Installing tiff-4.7.1_1...
- [rosemary] [46/68] Extracting tiff-4.7.1_1: .......... done
- [rosemary] [47/68] Installing lcms2-2.18...
- [rosemary] [47/68] Extracting lcms2-2.18: .......... done
- [rosemary] [48/68] Installing openjpeg-2.5.4_2...
- [rosemary] [48/68] Extracting openjpeg-2.5.4_2: .......... done
- [rosemary] [49/68] Installing urw-base35-fonts-20200910...
- [rosemary] [49/68] Extracting urw-base35-fonts-20200910: .......... done
- [rosemary] [50/68] Installing xorgproto-2024.1...
- [rosemary] [50/68] Extracting xorgproto-2024.1: .......... done
- [rosemary] [51/68] Installing libXdmcp-1.1.5...
- [rosemary] [51/68] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [52/68] Installing libxcb-1.17.0...
- [rosemary] [52/68] Extracting libxcb-1.17.0: .......... done
- [rosemary] [53/68] Installing libX11-1.8.13,1...
- [rosemary] [53/68] Extracting libX11-1.8.13,1: .....
- ..... done
- [rosemary] [54/68] Installing dbus-1.16.2_4,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [54/68] Extracting dbus-1.16.2_4,1: ......... done
- [rosemary] [55/68] Installing dbus-glib-0.114...
- [rosemary] [55/68] Extracting dbus-glib-0.114: .......... done
- [rosemary] [56/68] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [56/68] Extracting avahi-app-0.8_6: .......... done
- [rosemary] [57/68] Installing cups-2.4.16...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [57/68] Extracting cups-2.4.16: .......... done
- [rosemary] [58/68] Installing libXext-1.3.6,1...
- [rosemary] [58/68] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [59/68] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [59/68] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [60/68] Installing libXrender-0.9.12...
- [rosemary] [60/68] Extracting libXrender-0.9.12: .......... done
- [rosemary] [61/68] Installing cairo-1.18.2,3...
- [rosemary] [61/68] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [62/68] Installing libXft-2.3.8...
- [rosemary] [62/68] Extracting libXft-2.3.8: .......... done
- [rosemary] [63/68] Installing libXt-1.3.0,1...
- [rosemary] [63/68] Extracting libXt-1.3.0,1: .......... done
- [rosemary] [64/68] Installing ghostscript10-10.07.0...
- [rosemary] [64/68] Extracting ghostscript10-10.07.0: .......... done
- [rosemary] [65/68] Installing libXmu-1.1.4,1...
- [rosemary] [65/68] Extracting libXmu-1.1.4,1: .......... done
- [rosemary] [66/68] Installing pango-1.56.4_1...
- [rosemary] [66/68] Extracting pango-1.56.4_1: .......... done
- [rosemary] [67/68] Installing tk86-8.6.17...
- [rosemary] [67/68] Extracting tk86-8.6.17: .......... done
- [rosemary] [68/68] Installing R-4.5.3...
- [rosemary] [68/68] Extracting R-4.5.3: ...
- ....... done
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from gcc14-14.2.0_4:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc14
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
- =====
- Message from freetype2-2.14.3:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from ghostscript10-10.07.0:
- 
- --
- This package installs a script named dvipdf that depends on dvips.  If you
- want to use this script you need to install print/tex-dvipsk.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-r.1.0.0  (cached)
∗ installed conf-r.1.0.0
⬇ retrieved dolog.6.0.0  (cached)
⬇ retrieved dune.3.22.2  (cached)
⬇ retrieved orrandomForest.2.0.1  (https://github.com/UnixJunkie/orrandomForest/archive/v2.0.1.tar.gz)
∗ 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')
2026-04-29 15:36.46 ---> saved as "9cdc2689ade4c002fa355ba4bb8f311eac16bc7c8c8ee2c3c6b796759c69785b"
Job succeeded
2026-04-29 15:44.15: Job succeeded