(for PR #24267)

2025-11-10 11:02.17: New job: build orsvm_e1071.3.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
                              on macos-homebrew-ocaml-4.14/arm64

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 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn orsvm_e1071.3.0.0 3.0.0
RUN opam reinstall orsvm_e1071.3.0.0; \
    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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orsvm_e1071.3.0.0' && 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-11-10 11:02.17: Using cache hint "macos-homebrew-ocaml-4.14-orsvm_e1071.3.0.0-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2025-11-10 11:02.17: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn orsvm_e1071.3.0.0 3.0.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall orsvm_e1071.3.0.0;\
             \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 \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orsvm_e1071.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-10 11:02.17: Waiting for resource in pool OCluster
2025-11-10 11:02.18: Waiting for workerโ€ฆ
2025-11-10 11:34.33: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
Updating files:  68% (12831/18702)
Updating files:  69% (12905/18702)
Updating files:  70% (13092/18702)
Updating files:  71% (13279/18702)
Updating files:  72% (13466/18702)
Updating files:  73% (13653/18702)
Updating files:  74% (13840/18702)
Updating files:  75% (14027/18702)
Updating files:  76% (14214/18702)
Updating files:  77% (14401/18702)
Updating files:  78% (14588/18702)
Updating files:  79% (14775/18702)
Updating files:  80% (14962/18702)
Updating files:  81% (15149/18702)
Updating files:  82% (15336/18702)
Updating files:  83% (15523/18702)
Updating files:  84% (15710/18702)
Updating files:  85% (15897/18702)
Updating files:  86% (16084/18702)
Updating files:  87% (16271/18702)
Updating files:  88% (16458/18702)
Updating files:  89% (16645/18702)
Updating files:  90% (16832/18702)
Updating files:  91% (17019/18702)
Updating files:  92% (17206/18702)
Updating files:  93% (17393/18702)
Updating files:  94% (17580/18702)
Updating files:  95% (17767/18702)
Updating files:  96% (17954/18702)
Updating files:  97% (18141/18702)
Updating files:  98% (18328/18702)
Updating files:  99% (18515/18702)
Updating files: 100% (18702/18702)
Updating files: 100% (18702/18702), done.
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.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 macos-homebrew-ocaml-4.14)
2025-11-10 11:34.36 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-10 11:34.37 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (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 /Users/mac1000/.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:///Users/mac1000/opam-repository
2025-11-10 11:34.37 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (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.1
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-11-10 11:34.37 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2025-11-10 11:34.37 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2025-11-10 11:34.38 ---> using "ea6308d472d314579b02302cc789cb968db02b12f67c3875dd283d422fdfa359" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-10 11:34.38 ---> using "739ff96fb053e73cabeca27ddd875dbc7572030938f7c9b74d5be2677c4e7159" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-11-10 11:34.38 ---> using "a874e655ccd2965c48feae1cf9bcb477dc42c6f3edc83385bdd3e83499258014" from cache

/: (run (shell "opam pin add -k version -yn orsvm_e1071.3.0.0 3.0.0"))
orsvm_e1071 is now pinned to version 3.0.0
2025-11-10 11:34.39 ---> saved as "171091ce1461f1a566ac6886dc6a15af8246d8ef0fc348719a8872082b877c44"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall orsvm_e1071.3.0.0;\
               \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 \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'orsvm_e1071.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
orsvm_e1071.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
  - install conf-r      1.0.0                     [required by orsvm_e1071]
  - install jbuilder    1.0+beta20.2 (deprecated) [required by orsvm_e1071]
  - install orsvm_e1071 3.0.0 (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 brew to install them (may need root/sudo access)
  2. Display the recommended brew 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

+ /opt/homebrew/bin/brew "install" "r"
- ==> Fetching downloads for: r
- ==> Downloading https://ghcr.io/v2/homebrew/core/r/manifests/4.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/622eaa697781038385230fbb555e33cf2237f62bcf5374ad38f9ea692eea2650--r-4.5.2.bottle_manifest.json
- ==> Fetching dependencies for r: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, gmp, isl, mpfr, libmpc, lz4, xz, zstd, gcc, jpeg-turbo, openblas, readline, libtommath, ca-certificates, openssl@3 and tcl-tk
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:0e84944536d6bf2c7cfd393a4576acf5c0ced03992d156685a7f83c7d2a60215
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10bc84b9f3874188e24c385090ca748df2657cecc1e495a2b7d9a6bdda7ceaeb--libpng--1.6.50.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:40c5e9659d92bf629661a6580fbbf7f962cb98b81ac982dbfa23d30e4ddaf6d7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/baa211bcd6f0f3090b649a30319f930043662ccab51943b7c4c843eb622d346a--freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:dbc874f78025281d97cf683531c635a6a4195b928f1af4288bda71e6dba723cd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f4e595a082caada00e88754b8e862091fdeddd16c2100563934ba551b3964ad4--libunistring--1.4.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/931fa5f2388a4aeb814b341e3891e8f8db31952292a870b29ea7bcaca48ab889--gettext-0.26_1.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:f1aa739f3f4b720b7abf4512af6d1c470feafe57b15ebca25c45f8b22afe7ab5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/27d2cf70bc89ff43ca7ed314709dfd511edc1e3b38ddb927f8864f1bf9ca598a--gettext--0.26_1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:357516db5db5eb0cf5936333ef5845e600a0e01fbe80909b994f159b9d18bb22
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddbc9a5b9cb5b81887034333e2b3686e356fa929524b286a25e034424ca5a19d--fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json
- ==> Fetching pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:603fb4c2e2d04c59cb75525a47758abbab20027f3f2296cc170fba64f9fb4b9a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3de25f5dd4f02f237ffc645142cc89dd327b4ebf31792c32d0d849d5820f554c--pcre2--10.47.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:69180a746a740205498efc9be52f19c6f200c91700bc1743d6e3dce6dc0cb342
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b0a868138d5f4220ab6fc8fa0e0e60638807c39f83b3193fb7c45470c29629f8--glib--2.86.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:91066363512e4a3b01644398886815eb370bc8f62611f7ee20c23c7350b4422e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aac4cd73925119193aefeb19be333cbde134cfa599e99c82542d5179c1c156f--xorgproto--2024.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:e8a5fedbd9e5c49f10006171decc5b1e56c48fbd4267e7668f813e47c0da984f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20f363edc4fafaa0e7cadb3370c99cd0833caa38cdcca528b681577d8a498182--libxau--1.0.12.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b09a915dae5b45371a86f20a4ccce13c16c7a8eadc843b665e91bc5b2d2143ce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d737bea539a2cb3a0fd03f34e913d2e9e2ae4fcff4e6b700ff48bfe737aaa5e1--libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:cce8d9e12c3f0b2fdbffbb3f7ba02f7e25cf3fa495b3e759d34a6264599543b3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c03000b1d04ff327a80b6e8486c46ee974e809ba9875d95d1e02e47cd1a6b18c--libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:57ccd55767fd6ffc7d32940d1c59d59b42c82abff4abf795b4ca0df489da42f1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac485b35b0a8bc039691451468442fe41812c2fb6850df986dcb9da73b5b3e71--libx11--1.8.12.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:a0434e871b6dfa64f18757e5d6df179308bcf1b53e5fa233c7d54222be8d513b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67723ae85cf35a85098287de50cff74a4bef5620b5bf14228fe8d4130c72e575--libxext--1.3.6.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:edcb8884f9d33219d276051be3b5ad64f390cdf3abe9794d9a0050c02895c3a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/32b63f94de3dd0f5459014807e10ef625157494b1c2f3e7d965292b5ddcf7064--libxrender--0.9.12.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Fetching lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:6bb0401c41a18fd37071ec9591fe053a808f07552ff7ea22542faa470eb8e589
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff18806fa5f8b3fd3e803852df202e3bbf5a47b26d4da623edf4df0ab681819b--lzo--2.10.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:86f5fc013d2b22bbe41c1c14661287bf8e8e4c3ac95cd05b08b886d24918fe34
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6ce657e4d7495849e22e17cb2b682603faced899583cc7990a37cb7ffdb73e8--pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:c3c657a2dd0fac3e84d3c5d4e8327313f0ef217f26da2f73fbc50765fc9e9502
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f22b609dbb5c50e943ce6685d36852f4abbf636b3615c4b85eab887201bb573--cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/40b1c5526f95db33208143fa79887179e758121659d8877597f553e6e6188879--isl-0.27.bottle_manifest.json
- ==> Fetching isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:de143fddb0e20b6b73016ead1e625ebd429db53918200d093e4da98f1e758889
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bf49684930d46534519868918a01b252cc02b7585129e8c40db2b41156f21541--isl--0.27.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/991b389ea6f1daa5dc48fd5250bcc5b85e827eb18b8ad4acd89419f2ace47d88--mpfr-4.2.2.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:ed822b7e77645d7c17abb3ee9cc2b2a82a4d0f003acc7615b5df6226031479b2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/60fa2423dc926752ede37498a51f3ad7eaf221ea291d59ade1f901628e93ae6f--mpfr--4.2.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Fetching libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:5c8cdc4d460525025f69157ea5187c4119da8bffab33e7923dc374c011c9cdac
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/559e034f74c34915cb09448408674998a817c3bd0b3169f92713409582d12aac--libmpc--1.3.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:55a4e0a4a92f5cf4885295214914de4aefad2389884085185e9ce87b4edae946
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5da1f48e2d931e902a582bb1ce53f3cf8c5adc7a18ffafeb7a5a78d0fe82328--zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/15.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4aafd93a35b09f28d3804685478f5a7803b384a16169dddd2902e479ca415f5c--gcc-15.2.0.bottle_manifest.json
- ==> Fetching gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:aef7b1f77984d6a599b4d5a4002d91b777debea49bdc429be9a0fc13cfd82974
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2e0d3f4ab5d7d9a02ca4b90f208dfc7667cb721831104fde23f74f32f28f8268--gcc--15.2.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:59f90f6a9c2dc28abc3b425c7116e30dc4c13986538c6fcf614fa1b2aee8e7d4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/65de43fe499a15f27fa2d9f6d910c83c2f959c9759298b94cb3b31e81ce4cf60--jpeg-turbo--3.1.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.30-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/153e47cfe5485c0c72224bd2ecf45a60dd4ca8aab6bc685443000485daf2c655--openblas-0.3.30-1.bottle_manifest.json
- ==> Fetching openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/blobs/sha256:f194baff998d5d4418c0a647f592f14c10f8c26cd1542f64b310ac72844a095a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9e618498e2baeb18ee6fa80d76bce8746a802cea37b101594e9e16e18cf0374f--openblas--0.3.30.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:3afa0c228ce704810d09d40ce7d1265777df8b9034a7bfc18f0f4c19094710a8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/15b0d2ed6379862cf580597218213a2e00a2ea2650c34e28c99dffde7289b592--readline--8.3.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtommath/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ef0348de57a0a05db93896c0262f3ca870cb09716b9ece7572affab5e7e52423--libtommath-1.3.0.bottle_manifest.json
- ==> Fetching libtommath
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtommath/blobs/sha256:180de0f47bf4ce7ec3a513db509d368e148b42e50cf310666bf9c60a78cf778b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bd1a6389cefc1bdcbb46c07f469f0ef1b67835aa54aec06a04b49aa8e087bb1f--libtommath--1.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-11-04-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8e8f0b8441bc94be20cccded08d1ed3f0f8faccadc00c3ae6f3e5bb20c6e98c--ca-certificates-2025-11-04-1.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:c414336ff5220d77124debb496c8d86ffa1bbc5946309ee2d9d26645db300b96
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ee35b1508b4f72eef0a7a7bfc8121574006bda2fce2ed18a264d761480c2e3b3--ca-certificates--2025-11-04.all.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:9a8fa2ae1ef3424b116d7e6422d979e0290f4affdef072b1592e4535d2617d92
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/336e1d7e8cbec306e6796df73cd7b298afa264160212680ab0c6877745093d71--openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/manifests/9.0.2-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/655a4427e65b29b8f16b1b55778ab9186f6a2bd61f65053ff895b2df8c1a6689--tcl-tk-9.0.2-2.bottle_manifest.json
- ==> Fetching tcl-tk
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/blobs/sha256:e019a7b2e5d62f7533c9b23627c2da661ffccec2a2f9afa056e7d558f7128aeb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7819512b2205610606fa3f92e7741b8610ded561fbfa69d39516139fc5329193--tcl-tk--9.0.2.arm64_sequoia.bottle.2.tar.gz
- ==> Fetching r
- ==> Downloading https://ghcr.io/v2/homebrew/core/r/blobs/sha256:b4a6f0f7c84bfe12d1f56009ee3b1a8fe81246b4f79896eef75ef53d2174a211
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0018aaf67636b816853ef252614e000b5ece771f25b3d653e6d383b71afeaabc--r--4.5.2.arm64_sequoia.bottle.tar.gz
- ==> Installing dependencies for r: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, gmp, isl, mpfr, libmpc, lz4, xz, zstd, gcc, jpeg-turbo, openblas, readline, libtommath, ca-certificates, openssl@3 and tcl-tk
- ==> Installing r dependency: libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Pouring libpng--1.6.50.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libpng/1.6.50: 28 files, 1.3MB
- ==> Installing r dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Pouring freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/freetype/2.14.1_1: 68 files, 2.6MB
- ==> Installing r dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.5MB
- ==> Installing r dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/931fa5f2388a4aeb814b341e3891e8f8db31952292a870b29ea7bcaca48ab889--gettext-0.26_1.bottle_manifest.json
- ==> Pouring gettext--0.26_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gettext/0.26_1: 2,428 files, 28.2MB
- ==> Installing r dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- ๐Ÿบ  /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.5MB
- ==> Installing r dependency: pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json
- ==> Pouring pcre2--10.47.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.0MB
- ==> Installing r dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json
- ==> Pouring glib--2.86.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/glib/2.86.1: 504 files, 37.7MB
- ==> Installing r dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Pouring xorgproto--2024.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 3.9MB
- ==> Installing r dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 132.9KB
- ==> Installing r dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 139.1KB
- ==> Installing r dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.5MB
- ==> Installing r dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Pouring libx11--1.8.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7MB
- ==> Installing r dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 455KB
- ==> Installing r dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 224.1KB
- ==> Installing r dependency: lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.2KB
- ==> Installing r dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing r dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.5MB
- ==> Installing r dependency: gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Installing r dependency: isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/40b1c5526f95db33208143fa79887179e758121659d8877597f553e6e6188879--isl-0.27.bottle_manifest.json
- ==> Pouring isl--0.27.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/isl/0.27: 74 files, 7.6MB
- ==> Installing r dependency: mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/991b389ea6f1daa5dc48fd5250bcc5b85e827eb18b8ad4acd89419f2ace47d88--mpfr-4.2.2.bottle_manifest.json
- ==> Pouring mpfr--4.2.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/mpfr/4.2.2: 31 files, 3.1MB
- ==> Installing r dependency: libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Pouring libmpc--1.3.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libmpc/1.3.1: 13 files, 491.4KB
- ==> Installing r dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712KB
- ==> Installing r dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB
- ==> Installing r dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB
- ==> Installing r dependency: gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/15.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4aafd93a35b09f28d3804685478f5a7803b384a16169dddd2902e479ca415f5c--gcc-15.2.0.bottle_manifest.json
- ==> Pouring gcc--15.2.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gcc/15.2.0: 1,602 files, 454MB
- ==> Installing r dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.1.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jpeg-turbo/3.1.2: 47 files, 3.6MB
- ==> Installing r dependency: openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.30-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/153e47cfe5485c0c72224bd2ecf45a60dd4ca8aab6bc685443000485daf2c655--openblas-0.3.30-1.bottle_manifest.json
- ==> Pouring openblas--0.3.30.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openblas/0.3.30: 29 files, 50.4MB
- ==> Installing r dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Pouring readline--8.3.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/readline/8.3.1: 56 files, 2.6MB
- ==> Installing r dependency: libtommath
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtommath/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ef0348de57a0a05db93896c0262f3ca870cb09716b9ece7572affab5e7e52423--libtommath-1.3.0.bottle_manifest.json
- ==> Pouring libtommath--1.3.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libtommath/1.3.0: 12 files, 529.6KB
- ==> Installing r dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-11-04-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8e8f0b8441bc94be20cccded08d1ed3f0f8faccadc00c3ae6f3e5bb20c6e98c--ca-certificates-2025-11-04-1.bottle_manifest.json
- ==> Pouring ca-certificates--2025-11-04.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /opt/homebrew/Cellar/ca-certificates/2025-11-04: 4 files, 235.4KB
- ==> Installing r dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 35.8MB
- ==> Installing r dependency: tcl-tk
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/manifests/9.0.2-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/655a4427e65b29b8f16b1b55778ab9186f6a2bd61f65053ff895b2df8c1a6689--tcl-tk-9.0.2-2.bottle_manifest.json
- ==> Pouring tcl-tk--9.0.2.arm64_sequoia.bottle.2.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/tcl-tk/9.0.2: 3,157 files, 56.7MB
- ==> Installing r
- ==> Pouring r--4.5.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/r/4.5.2: 2,500 files, 73.3MB
- ==> Running `brew cleanup r`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-r.1.0.0  (cached)
-> installed conf-r.1.0.0
-> retrieved jbuilder.1.0+beta20.2  (https://github.com/ocaml/dune/releases/download/1.0%2Bbeta20.2/jbuilder-1.0+beta20.2.tbz)
-> retrieved orsvm_e1071.3.0.0  (https://github.com/UnixJunkie/orsvm-e1071/archive/v3.0.0.tar.gz)
-> installed jbuilder.1.0+beta20.2
[ERROR] The compilation of orsvm_e1071.3.0.0 failed at "jbuilder build -p orsvm_e1071 -j 7".

#=== ERROR while compiling orsvm_e1071.3.0.0 ==================================#
# context              2.4.1 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/UnixJunkie/orsvm-e1071/archive/v3.0.0.tar.gz)
# path                 ~/.opam/4.14.2/.opam-switch/build/orsvm_e1071.3.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build jbuilder build -p orsvm_e1071 -j 7
# exit-code            1
# env-file             ~/.opam/log/orsvm_e1071-29181-1b3f3a.env
# output-file          ~/.opam/log/orsvm_e1071-29181-1b3f3a.out
### output ###
# File "src/jbuild", line 1, characters 0-0:
# Warning: Module "Result" is used in several stanzas:
# - src/jbuild:10
# - src/jbuild:4
# To remove this warning, you must specify an explicit "modules" field in every
# library, executable, and executables stanzas in this jbuild file. Note that
# each module cannot appear in more than one "modules" field - it must belong
# to a single library or executable.
# This warning will become an error in the future.
# File "src/jbuild", line 1, characters 0-0:
# Warning: Module "Svm" is used in several stanzas:
# - src/jbuild:10
# - src/jbuild:4
# To remove this warning, you must specify an explicit "modules" field in every
# library, executable, and executables stanzas in this jbuild file. Note that
# each module cannot appear in more than one "modules" field - it must belong
# to a single library or executable.
# This warning will become an error in the future.
# File "src/jbuild", line 1, characters 0-0:
# Warning: Module "Svmpath" is used in several stanzas:
# - src/jbuild:10
# - src/jbuild:4
# To remove this warning, you must specify an explicit "modules" field in every
# library, executable, and executables stanzas in this jbuild file. Note that
# each module cannot appear in more than one "modules" field - it must belong
# to a single library or executable.
# This warning will become an error in the future.
# File "src/jbuild", line 1, characters 0-0:
# Warning: Module "Utls" is used in several stanzas:
# - src/jbuild:10
# - src/jbuild:4
# To remove this warning, you must specify an explicit "modules" field in every
# library, executable, and executables stanzas in this jbuild file. Note that
# each module cannot appear in more than one "modules" field - it must belong
# to a single library or executable.
# This warning will become an error in the future.
# File "src/jbuild", line 7, characters 14-19:
# Error: Library "dolog" not found.
# Hint: try: jbuilder external-lib-deps --missing -p orsvm_e1071 @install



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build orsvm_e1071 3.0.0
+- 
+- The following changes have been performed
| - install conf-r   1.0.0
| - install jbuilder 1.0+beta20.2
+- 

<><> jbuilder.1.0+beta20.2 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.

<><> orsvm_e1071.3.0.0 troubleshooting ><><><><><><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('e1071', repos='http://cran.r-project.org')
   install.packages('svmpath', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20251110113441.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall orsvm_e1071.3.0.0;
        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 "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'orsvm_e1071.3.0.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2025-11-10 11:35.50: Job failed: Failed: Build failed
2025-11-10 11:35.50: Log analysis:
2025-11-10 11:35.50: >>> 
[ERROR] The compilation of orsvm_e1071.3.0.0 failed at "jbuilder build -p orsvm_e1071 -j 7".
 (score = 20)
2025-11-10 11:35.50: >>> 
# Error: Library "dolog" not found.
 (score = 48)
2025-11-10 11:35.50: Library "dolog" not found.