(for PR #22844)

2024-02-08 11:39.18: New job: build omlr.1.0.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/22844/head (1422b2efcc494c918618085f92b1ab8da330121f)
                              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/22844/head" && git reset --hard 1422b2ef
git fetch origin master
git merge --no-edit d87a1eb8c3d0e6228e3f957b25aa87f49e397d03
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
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn omlr.1.0.3 1.0.3
RUN opam reinstall omlr.1.0.3; \
    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" != 'omlr.1.0.3' && 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 .

2024-02-08 11:39.18: Using cache hint "macos-homebrew-ocaml-4.14-omlr.1.0.3-1422b2efcc494c918618085f92b1ab8da330121f"
2024-02-08 11:39.18: 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"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn omlr.1.0.3 1.0.3"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall omlr.1.0.3;\
             \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\" != 'omlr.1.0.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-02-08 11:39.18: Connecting to build clusterโ€ฆ
2024-02-08 11:39.18: Waiting for resource in pool OCluster
2024-02-08 11:39.29: Waiting for workerโ€ฆ
2024-02-08 12:25.25: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files:  40% (13308/32901)
Updating files:  41% (13490/32901)
Updating files:  42% (13819/32901)
Updating files:  43% (14148/32901)
Updating files:  44% (14477/32901)
Updating files:  45% (14806/32901)
Updating files:  46% (15135/32901)
Updating files:  47% (15464/32901)
Updating files:  48% (15793/32901)
Updating files:  49% (16122/32901)
Updating files:  50% (16451/32901)
Updating files:  51% (16780/32901)
Updating files:  52% (17109/32901)
Updating files:  53% (17438/32901)
Updating files:  54% (17767/32901)
Updating files:  55% (18096/32901)
Updating files:  56% (18425/32901)
Updating files:  57% (18754/32901)
Updating files:  58% (19083/32901)
Updating files:  59% (19412/32901)
Updating files:  60% (19741/32901)
Updating files:  61% (20070/32901)
Updating files:  62% (20399/32901)
Updating files:  63% (20728/32901)
Updating files:  64% (21057/32901)
Updating files:  65% (21386/32901)
Updating files:  66% (21715/32901)
Updating files:  67% (22044/32901)
Updating files:  68% (22373/32901)
Updating files:  69% (22702/32901)
Updating files:  69% (22728/32901)
Updating files:  70% (23031/32901)
Updating files:  71% (23360/32901)
Updating files:  72% (23689/32901)
Updating files:  73% (24018/32901)
Updating files:  74% (24347/32901)
Updating files:  75% (24676/32901)
Updating files:  76% (25005/32901)
Updating files:  77% (25334/32901)
Updating files:  78% (25663/32901)
Updating files:  79% (25992/32901)
Updating files:  80% (26321/32901)
Updating files:  81% (26650/32901)
Updating files:  82% (26979/32901)
Updating files:  83% (27308/32901)
Updating files:  84% (27637/32901)
Updating files:  85% (27966/32901)
Updating files:  86% (28295/32901)
Updating files:  87% (28624/32901)
Updating files:  88% (28953/32901)
Updating files:  89% (29282/32901)
Updating files:  90% (29611/32901)
Updating files:  91% (29940/32901)
Updating files:  92% (30269/32901)
Updating files:  93% (30598/32901)
Updating files:  94% (30927/32901)
Updating files:  95% (31256/32901)
Updating files:  96% (31585/32901)
Updating files:  97% (31914/32901)
Updating files:  98% (32243/32901)
Updating files:  99% (32572/32901)
Updating files: 100% (32901/32901)
Updating files: 100% (32901/32901), done.
HEAD is now at d87a1eb8c3 Merge pull request #25204 from toots/opam-publish-tls-liquidsoap.1-prometheus-liquidsoap.2-liquidsoap.2.2.4-sdl-liquidsoap.3
Merge made by the 'ort' strategy.
 packages/omlr/omlr.1.0.3/opam | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 packages/omlr/omlr.1.0.3/opam

(from macos-homebrew-ocaml-4.14)
2024-02-08 12:25.29 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2024-02-08 12:25.29 ---> 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~alpha, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-02-08 12:25.30 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMSOLVERTIMEOUT 500)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2024-02-08 12:25.30 ---> using "9b5ead8a6cc6a4bcf1cfc3a538efa1fd4d0e5bd75de7b544f74767d4dac76ff7" from cache

/: (copy (src .) (dst opam-repository/))
2024-02-08 12:25.31 ---> using "7ffe9c700cc98befca4b96fef5a3c0b6c3cf28536d87812bad8c10fa755c29d3" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2024-02-08 12:25.32 ---> using "adffee3900ed2627c8c71d197aa483d4555e771fe582efa8050fc4b80293ae4b" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> 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.
2024-02-08 12:25.32 ---> using "fa89930d7762d42ff0ebae85a5951bc6b4be0b6856137c16f88f21f5096d6145" from cache

/: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/: (run (shell "opam pin add -k version -yn omlr.1.0.3 1.0.3"))
omlr is now pinned to version 1.0.3
2024-02-08 12:25.32 ---> using "73ec96981d2e00d8ed3225f1a53518724bcf8808620e6e16b5518f1ce54ad272" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall omlr.1.0.3;\
               \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\" != 'omlr.1.0.3' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
omlr.1.0.3 is not installed. Install it? [y/n] y
Constructing initial basis...
Number of 0-1 knapsack inequalities = 143
Constructing conflict graph...
Conflict graph has 80 + 18 = 98 vertices
The following actions will be performed:
=== install 11 packages
  - install batteries     3.7.2          [required by omlr]
  - install camlp-streams 5.0.1          [required by batteries]
  - install conf-gnuplot  0.1            [required by omlr]
  - install conf-r        1.0.0          [required by omlr]
  - install cpm           12.2.0         [required by omlr]
  - install dolog         6.0.0          [required by omlr]
  - install dune          3.13.1         [required by omlr]
  - install minicli       5.0.2          [required by omlr]
  - install num           1.5            [required by batteries]
  - install ocamlfind     1.9.6          [required by batteries]
  - install omlr          1.0.3 (pinned)

The following system packages will first need to be installed:
    gnuplot 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" "gnuplot" "r"
- Warning: Treating r as a formula. For the cask, use homebrew/cask/r
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/manifests/6.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aed3238948ab60f06b96590711f1aa3ef6b5ec5b9ce353f3663dfb1f7af3951a--gnuplot-6.0.0.bottle_manifest.json
- ==> Fetching dependencies for gnuplot: libpng, freetype, fontconfig, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, openexr, webp, jpeg-xl, libvmaf, aom, libavif, gd, libcerf, lua, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, fribidi, graphite2, icu4c, harfbuzz, pango, assimp, dbus, double-conversion, readline, hunspell, jasper, libb2, libmng, md4c, ca-certificates, openssl@3, sqlite and qt
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25adb40509f2e0ba6f2c24e82e11e489f9ff8c96d072c1d6975c86d244d4e524--libpng-1.6.42.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:47979a2dc1df14b4c308ca0b63c0b96e3a96bfcdde341e1933af71d954cee742
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa4c4cd0c01f72b5ac93be70c114931ad5b1ec9d06c681671244cd262c1dbc5b--libpng--1.6.42.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d6ca45fa8766fb544a5e6dbc76f0a68568656ab4fe1e837704491bb24e3035d--freetype-2.13.2-1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:8966d44484907e98ea2b0fa4b3708627285d0eae3ca0eeb5d3f158cc0437e3f7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b9f201a56b2f80963314eb01268ee7cbdd3ecfe66aa44f402dc8b995b66deaa5--freetype--2.13.2.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.15.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33d176010dc9a105404ed23b6c0f8b853bf3a2df2e274876d412d7229a643320--fontconfig-2.15.0.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:4732e8c8cd6f940fa3ace12a5a5428baaef29bdccf9bc520fa4d37a1f0bf639c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5dac76f34db471d5969cfc318e24f79ef0e2eb545580ef915f63c841c65e449--fontconfig--2.15.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/abe7baf77a474e831f940214d72e8d72182373e6ea726884670f2d90f47525a7--jpeg-turbo-3.0.1.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:89b1342d1dd69be94c1e293c8fc0ec5d324cd62f42bc8c3e9049bf5452957e01
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea16e56a9c80657ee1301dbc2e2667b0143d3422593d7bec6213467dc671ae22--jpeg-turbo--3.0.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:2a95140d61198e3153ff27d8847b76dd34162f6e6e39f3e0f34d2b3a3e4f15dd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3852b9f89602b27a98dbdfbcb74ccadfe3ee37647a8643e70d9b71de1e2d621--brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51910e68b838a5c62c91c9352172d516e77a3c3c1a59a2cebaffc3f64f46adf4--giflib-5.2.1.bottle_manifest.json
- ==> Fetching giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/blobs/sha256:0810045224fbfa1ae8c5bbdfc44d454efcaf76606e865f8be4a46606369c44b1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d16541fe8cc94c2a22b90a57e978c35205739c83a421a2b49f90bab68a550f62--giflib--5.2.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.0.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/310f2f4bf70e1090998016b5441a741a6cf7f895932c5b664e8fb74f236e5401--highway-1.0.7.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:fdd6b2ac3d54fc746adaa78d363d082561ac01b80fdf4283ee0cf7a750b1bf70
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/060baca0018bf6c9ef20309d05b3d58a7401e45304f21e8d223362616835d988--highway--1.0.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5779a4560be17477726d46e846e28aef31f460d062b6df76dfe0d03a360d2592--imath-3.1.10.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:24c57d4a0f4d44c372995a3f2e3a6648ac1d1b3fedfe40e1411b845c7a9f3ee4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/687ef3178006ff609e487c0e1982000ffacd937053b81a60ac94e9deca67595a--imath--3.1.10.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e81fda476fb634a7e1ac650019bfe768a65d6c387015992df4cd75adf9b3fce--xz-5.4.5.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:ea718d075502d4457709da89e8e424aa22cfa19d2e16088c43feb87f7c2c477a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/759231b524fa4799cc043249334e9bac59a1ffcd0a3c7f8d24a33fb89563d0f7--xz--5.4.5.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5a8b7116d978e403c525e61794c60b43480d0afc83e499a763f7f14641bbc9b1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cfb2864b638ce3847b31fa1f44483b5edcf090a414eaa5306c8b7ff2dc0ba44a--lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.5-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc13698599720a53800064b40cddd854399651cf8760d9b0e46092f2e8da701a--zstd-1.5.5-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:4712aabcc9f2710c0de2597aa9675ba95cd81fb59e27e8973b09a6ca5eabc2e6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f61781f66662cd0ea0d01f22bdd7147d64138e67f5b9bcd5de1c25d1c2677057--zstd--1.5.5.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c8455a2f6bcea7bf3e3461218fba309141b0b0553b6e1afc5fe64e63caccff3--libtiff-4.6.0.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:a9cafbce08b697fb25e326ea1dd3a0e01c3acc3f8f616e844940e49b33386ab3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a6838bf4ebffd43095c862ab513683feae84e2ddbe8b1f9759840cdaa282e820--libtiff--4.6.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4e2b31b0daade62da1f3c2e57d69f74987bac35310011b87220145fa60b3558--little-cms2-2.16.bottle_manifest.json
- ==> Fetching little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:d1ed5796de3f00d4b1301e9062cb54b2337c8e8dcf2ae9be8e03f3ed7af791e0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/32d96523150087261321a183cf82c08345e6b31655d50c04489cd382a18194ca--little-cms2--2.16.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b8bbf02d04feb2a6e9c578e606f8aeacce2f261c79900426f7bc1d2b0c1717e--openexr-3.2.1.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:48cedb17ec3aad949e172fbf30cdcf669bce6b7a6b65a62a0ffbb27d5183c813
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/42856ad7ceeb9bd2f9e93e8ef112dccb1ef367b64cb5fa9370676f0d7bfe815e--openexr--3.2.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/952907f186b4d32b3e43b7af1c9e93bd484f9b61db1adb22b5fb4a5361cdd0e9--webp-1.3.2.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:47ca7e11b4c06d638c857a72c9383b7d528a013b7aaafbde33d4cf59f91359ed
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bd4ccfdf5cc73b154a36de9abdfdb10aaab3901aabe9366202d69ce6a0a87f85--webp--1.3.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.9.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f5e4b24fe774102590ae76c337997de3e38fc965c5694441167cac407924cdd--jpeg-xl-0.9.1.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:9717b3a20f72b2c9338ecba113f827bd692651bec59579c8073d7e682089b251
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb7cd8728e1389cab676fe2fb41add60b6a697ddc490de96fd060d9fd27730f0--jpeg-xl--0.9.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6bf89f1d683f34ff5b4c58275236e1f038d5d8189e538795d9af83e07d4c8404--libvmaf-3.0.0.bottle_manifest.json
- ==> Fetching libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/blobs/sha256:bdc90ebc175c1f071be4ce895051586583177c3b1029817dc1078472a3da8261
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4784c78ced084fabb452d0bd9ce00a6d0b6f6ba8f0469794a1d1f9bd427419f--libvmaf--3.0.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d2e330fff77ef4153e29bebdce7d34c89161d929b3203af1ef7e343ad75082c--aom-3.8.1.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:fc312c24fe4358237a2aa3359440f9c369d69294f5bc430c4335b9d7a05d6fe8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b4cb8c864a3f6749c66fd8e54ea11cf2af48e8209fbda574dfacdbefb8a1590a--aom--3.8.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.0.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aeab8a2a1971540f9a21f6189d69157edfc2728d3da8263e9ebda12ec517986--libavif-1.0.3.bottle_manifest.json
- ==> Fetching libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:05684332f217fdc56842b899e1d9feeb00489d65139250c1918b5e26b008f152
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/99b989addc8065f81ab6f8900d52f6cb58a7ad770d07753222a379509b03ef42--libavif--1.0.3.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/manifests/2.3.3_6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f63d9efd8c74faa4477bd8b8a3970abd38e51230ed052918bb6f3715aab8b61--gd-2.3.3_6.bottle_manifest.json
- ==> Fetching gd
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/blobs/sha256:e278f6f79e6ac00c5f0f14bc8980197c89426eab2ba90d8fc1e82da777fb8378
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88ca65879b60859cad419826b27ee4ce0a511ebe3483c79bf4ff4dbbe9b86bb9--gd--2.3.3_6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/manifests/2.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d416a32d97e948acea22045d51b05e6781990b51c6961b745707fbd08668343--libcerf-2.4.bottle_manifest.json
- ==> Fetching libcerf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/blobs/sha256:34b1ea071894550defd96682761ad9a6e9b9df19ac66ce5e0541bc5f82267946
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3d658fe9175c9c634526537e54c85090d3235792531455f14f025bead5d87efb--libcerf--2.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e499b9e26150b05dcd37e7a4ee511c844e80b6770ac3d33d0af1b6bd370df1fb--lua-5.4.6.bottle_manifest.json
- ==> Fetching lua
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/blobs/sha256:c9f783687410f8f1e396db95652fc18af7a0ffc9aab00bdd3b705a855fb74cb4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc1e2f7d3809f9cea3748633ae9a98880d6dd7e39fe9f7a59fe43ef3a29535d5--lua--5.4.6.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.78.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aef5bf088596f6a37eb7ae224416357a2769019fea7a8a82896a6065e374f754--glib-2.78.4.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:501d6eb669b7bcffceb11c1261562a8533e954eef22c60142e6e524853c5f678
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6306dd35c4cc60a526adeafa45f00bff2384b34a1a355c55842a4aa771318329--glib--2.78.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2023.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8740825bd79ba6441c86fb430f955cb3d08f4693dd2947fe877c11c7c8122343--xorgproto-2023.2.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:32a25261f78c125375872609316c2142f7b961617b7b7799b2ea11e818ced721
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b8d0b1fbb68f59210ca01fd6594ecafc0b265baa3252c058685a804e599a912--xorgproto--2023.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7faff26297b2e07682655beaa529cff7b3de0ad1abc013863ca3d03602b79ee7--libxau-1.0.11.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:5af5678065c243a7d199b76facc8be615dd6aa6de65d03778e9b403e8b2827d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8b1a51ab931d2eadede6265e87aba9566af28b51969c5d64e768a57b05614714--libxau--1.0.11.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1af80edced252b5f690f78a3805b785cbf689dc947cd5f45dced60c97640a9c9--libxdmcp-1.1.4.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:6c24a3eee6cb6ca578ecebe8d7c5c3286e2d59f0d3b3ee7398b25753ad00a833
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/57bfb50176eb4a1bd177e7306ec66a18d54725452c6f0eddaa39fc7e5efe0cbc--libxdmcp--1.1.4.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.16-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9f2d408e88eb406c55d255e0e7c935c12ec3588a121c969d42635346d8ab3497--libxcb-1.16-1.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:f9b6be27d8ad4fe5e599747d36d068817c034262c80608b4c98c4b8af67bf374
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2dd71ae78772892c1b77f7db8b5499fd59a2b193846ec8e8b71bde341f2051d3--libxcb--1.16.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d15c929e0532c9a908dcb7d562929ecc5dd3a0a0cd4c19cf50683c06282fd7f--libx11-1.8.7.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:0894f5a7c09c10a989dc12b792cff2f1d1ae7d1d49f7c8c559e79b9d911ca998
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f28f0fecf16c10b8c8f2a592c917b88a1dc31889c76b57c03ccaf11376c1334c--libx11--1.8.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/36b14aebd45b8fbf0f965d846bbc5126adbe882c0775c9936edb0432b347b9a1--libxext-1.3.5.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:3f26762922fad44024043f23f4a230a0888628e8f41eca4b8f507328334c3c3b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/093dbe5c19ae4143a1a5895ee184698e9e26410957239baf79924e0d59d5ff48--libxext--1.3.5.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/134c11be8346a1b116e04983c2da6366f29c4f4c2abc17604dcdb80d0475ae9d--libxrender-0.9.11.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:387261107110957df83504ec68c9328d84b3ce5a1f2a8e01f7d8f9112d8372ad
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dde77963ea358a0a5c1e0d7c8a4c81db6d3da94e0b4faf00be32f61878395757--libxrender--0.9.11.arm64_sonoma.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:167749edd2052e4c577f27c79a41eb1cb4b79302b1e4bef1e4cfb29bd50aedd9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bff6de597e513ea77960d4a99c7f7ba7b8c0219ddfe2337b483a31cd69249bd4--lzo--2.10.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.42.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b0d8f2c63712ce503fa54309b732051a7ca5cd31bd561aa4aaba331bf26bcef--pixman-0.42.2-1.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:d355a294d3f9152479c2c0905efbeb329aef9cb27b9ae12e2a4ea6a4f41f2174
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/30d0ecac21ef556f68f8d5a5284c33bef44d4788f408a06081d15a85e1d496ae--pixman--0.42.2.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8b7f19e38cb0e029497dfe0ad3f3557f605025c5575bdfe86c17b889c6e6d1--cairo-1.18.0.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:06c6aaadeca8f79c27867c56b8bb90fa9a7d00f84862cee7c837b611ffb8dbbc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/380bb47b60e2421894306394220fdfddbd57fe0eb424ae238cb8fdcdf180008e--cairo--1.18.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0a8bdd323a3d26862d77249d5999ab774d1966995ddac29d67eb9a63d53552ff--fribidi-1.0.13.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:bc022e5da0135b6f991274ffd688eed3a3ed5332b1e9a1a26fffcef792e6bd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/538064d7bcb1d1b23b64b10dc78d9677a5a918b7d25b7b134a8b894eae6a9653--fribidi--1.0.13.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:4cdee055db9958e12662c53661fab627057d3553974d15b289e2955b439f4a9d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d39f668b08c6fec5f362a00b9172cdb2612b9b50945e236bbff93abda225564--graphite2--1.3.14.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/73.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2e5082de52a2c85ae665e51f8d0de0651611397cb02f4b4e2bb37898ba52a629--icu4c-73.2.bottle_manifest.json
- ==> Fetching icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:734c09d5285cf68f3c86c09522f6f24734bbe6d7338c4900d89092bcd9fb8fc0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/960d31a2c20634d0c99bb496193ccb8de6052d1a3b4db6c91e824b0524e883eb--icu4c--73.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/8.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8fccd91a473694ef9d916ce061ae69cb18243bdab491757fae06fed911dd5b63--harfbuzz-8.3.0.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:b887133a87078eaa6e1ad50d0d429a981b756c1e43fc6c16fa49b10af31b382c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac65705f3dcb42cd9948c84d3f851b7f2e70dc26a45b8c858b077ab94f43a9d2--harfbuzz--8.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.50.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c0c4eff2aee3f88e99725c8ca269b1bd37db7bb38fbec2fe3da6a1c42b75171--pango-1.50.14.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:9b6f5297f98f443484ad7b2693d5c4151a062745b5cc5adb01abbf4e963ecaa4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/36f03f17c5504a2418218c9038c21d9c9672fc775590d419432c2b562c9bdad8--pango--1.50.14.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/5.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c44eac11b8d86c1051e1684876f8a2d3983ad1396791ef3016759913bce2f9--assimp-5.3.1.bottle_manifest.json
- ==> Fetching assimp
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/blobs/sha256:8ceed09a9c989320467f6b90692caac628c8313dcfdad38e6291170b1c98e66a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f649bb3109515d67a7e612c89f8cac2b4515451cc76ad7ebbe8c5d687cbf585--assimp--5.3.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.14.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2dee97539c09d15349d9935f14c299bce3e52d11fd6d399a05a5190d0e7a1028--dbus-1.14.10.bottle_manifest.json
- ==> Fetching dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:f1435a361d873e109e1ca1d5ee6860afe9b1cfc2f8f34861ccbdd0072e1ee2c1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c799d68ef387ec8c4e9d4eae8d595042205fb2704f8c171224c8c332baf67a3c--dbus--1.14.10.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f6c03611d69daaddcd2d467993bfc4e75cc54a55e2900fd5f383411c445a5b4--double-conversion-3.3.0.bottle_manifest.json
- ==> Fetching double-conversion
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/blobs/sha256:5764a27a4392e020618a4a70c00d71f9a253419a55ae8c16dd965270eeb99cd1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/64334641b86bea5766d29e22d1456f8615f9ce37c9568663e1ba769716cab7a2--double-conversion--3.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14125f7fa4b49853f76160b864f58379d90e52833ffeb8bd0643609bcd7f02a7--readline-8.2.7.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:4b08134e70e90a968bf82227fbec6861b07fdf630e7ab66e6effe95b6721cf36
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5110ae59d04d90165006e92f3bc5c0381a006337bf1bf771aca4196db4324204--readline--8.2.7.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/manifests/1.7.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d645bbbc0d533556a1e9cb6d9c5f6aaeb087a44fe0f7454ceba4878104fecd2--hunspell-1.7.2.bottle_manifest.json
- ==> Fetching hunspell
- ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/blobs/sha256:7c5fef61ba38c643c6e29cdb3e835875011411edf1f421a7f0329e1723c6e397
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e9cd48ba26a405f749b6d412c3f36ff23383ff193e05e8a1201460cd438e157--hunspell--1.7.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/520da00e71e699cd4824fa9fccf56cfff2bcbdf176b7b37235650057f74ab49d--jasper-4.1.2.bottle_manifest.json
- ==> Fetching jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/blobs/sha256:7449ea338eac0a4f131ecfa103dd7ff72065952e69da7f968f2018d07f382154
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9298e7ff5225225216bc488e391fa2725a0053db5bedf368962bb520fafb0a54--jasper--4.1.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json
- ==> Fetching libb2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/blobs/sha256:52cef2730b3520e99f75f1478f2b953dc46e362a8dbf90f2c6a9028b47bbb8bd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ec90eb4991722eebdf3511df6bfa9131db1aca85a370f3eb8ef54f9b57c1c8f--libb2--0.98.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmng/manifests/2.0.3_1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4f8eabb37dcd8c951fb12065030467aa4a2eac62c1580a2b2af093d169333535--libmng-2.0.3_1-1.bottle_manifest.json
- ==> Fetching libmng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmng/blobs/sha256:6d30bcfb0460246fd86bd7f59dcf8b52b1e1fb3533ff8ff252a7cb23091ed9a9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac4eb6d43180e1fff68106753c6fa3f061e4daf93f1d9bffa6ac1d50ecc3ce7e--libmng--2.0.3_1.arm64_sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/manifests/0.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac31308126fdae8184f0e062e2be5eb9463c9a626651fdd99d2539016ee91291--md4c-0.5.2.bottle_manifest.json
- ==> Fetching md4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/blobs/sha256:5a535b9cec9b6155304abead938f5022fe7522b881dd6e12f6f45c9b4c0f0d3a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/356b9bab37c02327fc4bb25a7b2681e9c5875e20b4743783e6a48e18bbdf9c36--md4c--0.5.2.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2023-12-12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/13aa86e429e05d02a76005d1881eaf625091a5ac4dc7d7674c706d12ba48796a--ca-certificates-2023-12-12.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:5c99ffd0861f01adc19cab495027024f7d890e42a9e7b689706b85c8e2b9c9b3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5505d583ff92cdbc68f67ea2ab46070695997373cf79e708dd7fa7c352265322--ca-certificates--2023-12-12.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9028c46ef691f524b97a457b84f78327e64ebeda3bfd5a68c8f00bfa995664de--openssl@3-3.2.1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:c2a712e6f567969c05d1a1e369f44db38f9449a95ba0da3a458129274927a84a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f9471d610923a44d444af43451566d482914f5eb8b1c91fc85e562e7c9301713--openssl@3--3.2.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/71097ce212759125014f67983b78169c6f0e4db27076f1fd794028b9700e6d0c--sqlite-3.45.1.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:8a21e8f51c7ba1f64fc30182f5e70fe0e3c23d0f58dfd250063684fcc0781c8e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6336d616f8182444418f460ae32e5a6a176fa474c4122ecf3d11cfbafe1b69aa--sqlite--3.45.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.6.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7d14739f52d61876de61835e3617d3ba6ce7860ce2fdaa55d8f270fe734eb5b0--qt-6.6.1.bottle_manifest.json
- ==> Fetching qt
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/blobs/sha256:e040f997f95282baf2c4a8b23ba850ba8f24e6b02e4535d0b72ef7a8e85d6683
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d532048f627a2dedf1d7b7ff5d447fb0c8de18d098a7956ec9bf922796ed1fda--qt--6.6.1.arm64_sonoma.bottle.tar.gz
- ==> Fetching gnuplot
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/blobs/sha256:d92d1dc715458feb2d30d989d652c8fdd4d8dfb147bce1b45ead44bb02ceb829
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/db5fdcbbaceb76dff179f738fab85be2d14fbe63c771cba65b27450200235928--gnuplot--6.0.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/r/manifests/4.3.2
- ==> Fetching dependencies for r: gmp, isl, mpfr, libmpc, gcc, openblas and tcl-tk
- ==> 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:78e4f40cba6419cf7e2d81e9c945d1e93744511bd5230bdfac1b69ed894914b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/96a5c6ba7b30c6f2734be44067ba66ef0de5e0973c913659c7b555a4b063029c--gmp--6.3.0.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Fetching isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:00b4bed8680e65a16f0594b92e6413237fef625b79320ccdb3f6bb3f085e44c6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/244eee1e7e913f0df7d0abdc387f2c0e9272008ed2584bb40621f36971081b9b--isl--0.26.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:71c4d6cc59a5bee30e0779b1d095c2e2db1cb63b51eac88d5d4191660e613d0c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf09ab8252a4d554cf52f391250721aa181da27b7845ad8f2ea5d3e45dfc728e--mpfr--4.2.1.arm64_sonoma.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:909895bde6818f0adee6cf16f23836752ae214515da2e9e3beb0f66fbb63c490
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddd3df55001504069b99ec7478f969f6ec949466deb7f6d2b862f3c4c34310db--libmpc--1.3.1.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1d624841f5f550e4bbc04910c0cfb20b89d0fc7f90ab213cead29d1518479e2b--gcc-13.2.0-2.bottle_manifest.json
- ==> Fetching gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:85037a5e7d463f55d9a0ff3963b24008c8a10937d137909bd6e91cf64ddfe8b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/988019064ef1fd0ad9c60305ae3fd6f3d864f4657b6479036e55f92043542e84--gcc--13.2.0.arm64_sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2a44f53d34e66a7483d4c8aef3113a7c909e7f66fad3093f429c60428caf6a6b--openblas-0.3.26.bottle_manifest.json
- ==> Fetching openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/blobs/sha256:36624d7bad32e7c04b02048425f5bcc61a6f72da63402341140ebaad2151e1a0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e548c02c8b0887e12ec34f198feb22c71206b19af1160f426a2a9e7c4e95aaa5--openblas--0.3.26.arm64_sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/manifests/8.6.13_5
- ==> Fetching tcl-tk
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/blobs/sha256:74132c29be2e0b94b8677f8675c271e4b3157a348c40836b975a5c2bb42a5cc7
- ==> Fetching r
- ==> Downloading https://ghcr.io/v2/homebrew/core/r/blobs/sha256:5e72cf6ad678038f3a01aa55d7e640855728071e54e82648e8cac3863c006437
- ==> Installing dependencies for gnuplot: libpng, freetype, fontconfig, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, openexr, webp, jpeg-xl, libvmaf, aom, libavif, gd, libcerf, lua, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, fribidi, graphite2, icu4c, harfbuzz, pango, assimp, dbus, double-conversion, readline, hunspell, jasper, libb2, libmng, md4c, ca-certificates, openssl@3, sqlite and qt
- ==> Installing gnuplot dependency: libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/25adb40509f2e0ba6f2c24e82e11e489f9ff8c96d072c1d6975c86d244d4e524--libpng-1.6.42.bottle_manifest.json
- ==> Pouring libpng--1.6.42.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libpng/1.6.42: 27 files, 1.3MB
- ==> Installing gnuplot dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d6ca45fa8766fb544a5e6dbc76f0a68568656ab4fe1e837704491bb24e3035d--freetype-2.13.2-1.bottle_manifest.json
- ==> Pouring freetype--2.13.2.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/freetype/2.13.2: 67 files, 2.4MB
- ==> Installing gnuplot dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.15.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33d176010dc9a105404ed23b6c0f8b853bf3a2df2e274876d412d7229a643320--fontconfig-2.15.0.bottle_manifest.json
- ==> Pouring fontconfig--2.15.0.arm64_sonoma.bottle.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.15.0/bin/fc-cache -frv
- ๐Ÿบ  /opt/homebrew/Cellar/fontconfig/2.15.0: 90 files, 2.4MB
- ==> Installing gnuplot dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/abe7baf77a474e831f940214d72e8d72182373e6ea726884670f2d90f47525a7--jpeg-turbo-3.0.1.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.0.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jpeg-turbo/3.0.1: 44 files, 3.4MB
- ==> Installing gnuplot dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/brotli/1.1.0: 24 files, 1012KB
- ==> Installing gnuplot dependency: giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51910e68b838a5c62c91c9352172d516e77a3c3c1a59a2cebaffc3f64f46adf4--giflib-5.2.1.bottle_manifest.json
- ==> Pouring giflib--5.2.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/giflib/5.2.1: 19 files, 539KB
- ==> Installing gnuplot dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.0.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/310f2f4bf70e1090998016b5441a741a6cf7f895932c5b664e8fb74f236e5401--highway-1.0.7.bottle_manifest.json
- ==> Pouring highway--1.0.7.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/highway/1.0.7: 65 files, 3.3MB
- ==> Installing gnuplot dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5779a4560be17477726d46e846e28aef31f460d062b6df76dfe0d03a360d2592--imath-3.1.10.bottle_manifest.json
- ==> Pouring imath--3.1.10.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/imath/3.1.10: 49 files, 937.6KB
- ==> Installing gnuplot dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e81fda476fb634a7e1ac650019bfe768a65d6c387015992df4cd75adf9b3fce--xz-5.4.5.bottle_manifest.json
- ==> Pouring xz--5.4.5.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xz/5.4.5: 163 files, 2.6MB
- ==> Installing gnuplot dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Pouring lz4--1.9.4.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lz4/1.9.4: 22 files, 634.5KB
- ==> Installing gnuplot dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.5-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc13698599720a53800064b40cddd854399651cf8760d9b0e46092f2e8da701a--zstd-1.5.5-1.bottle_manifest.json
- ==> Pouring zstd--1.5.5.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/zstd/1.5.5: 31 files, 2MB
- ==> Installing gnuplot dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c8455a2f6bcea7bf3e3461218fba309141b0b0553b6e1afc5fe64e63caccff3--libtiff-4.6.0.bottle_manifest.json
- ==> Pouring libtiff--4.6.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libtiff/4.6.0: 414 files, 6.7MB
- ==> Installing gnuplot dependency: little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c4e2b31b0daade62da1f3c2e57d69f74987bac35310011b87220145fa60b3558--little-cms2-2.16.bottle_manifest.json
- ==> Pouring little-cms2--2.16.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/little-cms2/2.16: 22 files, 1.4MB
- ==> Installing gnuplot dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b8bbf02d04feb2a6e9c578e606f8aeacce2f261c79900426f7bc1d2b0c1717e--openexr-3.2.1.bottle_manifest.json
- ==> Pouring openexr--3.2.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openexr/3.2.1: 204 files, 7.9MB
- ==> Installing gnuplot dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/952907f186b4d32b3e43b7af1c9e93bd484f9b61db1adb22b5fb4a5361cdd0e9--webp-1.3.2.bottle_manifest.json
- ==> Pouring webp--1.3.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/webp/1.3.2: 63 files, 2.3MB
- ==> Installing gnuplot dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.9.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f5e4b24fe774102590ae76c337997de3e38fc965c5694441167cac407924cdd--jpeg-xl-0.9.1.bottle_manifest.json
- ==> Pouring jpeg-xl--0.9.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jpeg-xl/0.9.1: 45 files, 5.1MB
- ==> Installing gnuplot dependency: libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6bf89f1d683f34ff5b4c58275236e1f038d5d8189e538795d9af83e07d4c8404--libvmaf-3.0.0.bottle_manifest.json
- ==> Pouring libvmaf--3.0.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libvmaf/3.0.0: 234 files, 7.1MB
- ==> Installing gnuplot dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d2e330fff77ef4153e29bebdce7d34c89161d929b3203af1ef7e343ad75082c--aom-3.8.1.bottle_manifest.json
- ==> Pouring aom--3.8.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/aom/3.8.1: 23 files, 9.9MB
- ==> Installing gnuplot dependency: libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.0.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aeab8a2a1971540f9a21f6189d69157edfc2728d3da8263e9ebda12ec517986--libavif-1.0.3.bottle_manifest.json
- ==> Pouring libavif--1.0.3.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libavif/1.0.3: 19 files, 535.9KB
- ==> Installing gnuplot dependency: gd
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/manifests/2.3.3_6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f63d9efd8c74faa4477bd8b8a3970abd38e51230ed052918bb6f3715aab8b61--gd-2.3.3_6.bottle_manifest.json
- ==> Pouring gd--2.3.3_6.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gd/2.3.3_6: 33 files, 1.5MB
- ==> Installing gnuplot dependency: libcerf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/manifests/2.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d416a32d97e948acea22045d51b05e6781990b51c6961b745707fbd08668343--libcerf-2.4.bottle_manifest.json
- ==> Pouring libcerf--2.4.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libcerf/2.4: 38 files, 210.8KB
- ==> Installing gnuplot dependency: lua
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e499b9e26150b05dcd37e7a4ee511c844e80b6770ac3d33d0af1b6bd370df1fb--lua-5.4.6.bottle_manifest.json
- ==> Pouring lua--5.4.6.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lua/5.4.6: 29 files, 785.4KB
- ==> Installing gnuplot dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.78.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aef5bf088596f6a37eb7ae224416357a2769019fea7a8a82896a6065e374f754--glib-2.78.4.bottle_manifest.json
- ==> Pouring glib--2.78.4.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/glib/2.78.4: 456 files, 22.4MB
- ==> Installing gnuplot dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2023.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8740825bd79ba6441c86fb430f955cb3d08f4693dd2947fe877c11c7c8122343--xorgproto-2023.2.bottle_manifest.json
- ==> Pouring xorgproto--2023.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xorgproto/2023.2: 267 files, 3.9MB
- ==> Installing gnuplot dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7faff26297b2e07682655beaa529cff7b3de0ad1abc013863ca3d03602b79ee7--libxau-1.0.11.bottle_manifest.json
- ==> Pouring libxau--1.0.11.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxau/1.0.11: 21 files, 122.1KB
- ==> Installing gnuplot dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1af80edced252b5f690f78a3805b785cbf689dc947cd5f45dced60c97640a9c9--libxdmcp-1.1.4.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.4.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxdmcp/1.1.4: 11 files, 129.4KB
- ==> Installing gnuplot dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.16-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9f2d408e88eb406c55d255e0e7c935c12ec3588a121c969d42635346d8ab3497--libxcb-1.16-1.bottle_manifest.json
- ==> Pouring libxcb--1.16.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxcb/1.16: 2,491 files, 7.4MB
- ==> Installing gnuplot dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d15c929e0532c9a908dcb7d562929ecc5dd3a0a0cd4c19cf50683c06282fd7f--libx11-1.8.7.bottle_manifest.json
- ==> Pouring libx11--1.8.7.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libx11/1.8.7: 1,042 files, 6.9MB
- ==> Installing gnuplot dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/36b14aebd45b8fbf0f965d846bbc5126adbe882c0775c9936edb0432b347b9a1--libxext-1.3.5.bottle_manifest.json
- ==> Pouring libxext--1.3.5.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxext/1.3.5: 87 files, 442.9KB
- ==> Installing gnuplot dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/134c11be8346a1b116e04983c2da6366f29c4f4c2abc17604dcdb80d0475ae9d--libxrender-0.9.11.bottle_manifest.json
- ==> Pouring libxrender--0.9.11.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libxrender/0.9.11: 12 files, 213.0KB
- ==> Installing gnuplot 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_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lzo/2.10: 31 files, 563.8KB
- ==> Installing gnuplot dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.42.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b0d8f2c63712ce503fa54309b732051a7ca5cd31bd561aa4aaba331bf26bcef--pixman-0.42.2-1.bottle_manifest.json
- ==> Pouring pixman--0.42.2.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pixman/0.42.2: 11 files, 1.3MB
- ==> Installing gnuplot dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8b7f19e38cb0e029497dfe0ad3f3557f605025c5575bdfe86c17b889c6e6d1--cairo-1.18.0.bottle_manifest.json
- ==> Pouring cairo--1.18.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/cairo/1.18.0: 52 files, 2.2MB
- ==> Installing gnuplot dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0a8bdd323a3d26862d77249d5999ab774d1966995ddac29d67eb9a63d53552ff--fribidi-1.0.13.bottle_manifest.json
- ==> Pouring fribidi--1.0.13.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/fribidi/1.0.13: 67 files, 730.4KB
- ==> Installing gnuplot dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/graphite2/1.3.14: 18 files, 280.5KB
- ==> Installing gnuplot dependency: icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/73.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2e5082de52a2c85ae665e51f8d0de0651611397cb02f4b4e2bb37898ba52a629--icu4c-73.2.bottle_manifest.json
- ==> Pouring icu4c--73.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/icu4c/73.2: 268 files, 80.1MB
- ==> Installing gnuplot dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/8.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8fccd91a473694ef9d916ce061ae69cb18243bdab491757fae06fed911dd5b63--harfbuzz-8.3.0.bottle_manifest.json
- ==> Pouring harfbuzz--8.3.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/harfbuzz/8.3.0: 76 files, 9.5MB
- ==> Installing gnuplot dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.50.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c0c4eff2aee3f88e99725c8ca269b1bd37db7bb38fbec2fe3da6a1c42b75171--pango-1.50.14.bottle_manifest.json
- ==> Pouring pango--1.50.14.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pango/1.50.14: 68 files, 3.4MB
- ==> Installing gnuplot dependency: assimp
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/5.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c44eac11b8d86c1051e1684876f8a2d3983ad1396791ef3016759913bce2f9--assimp-5.3.1.bottle_manifest.json
- ==> Pouring assimp--5.3.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/assimp/5.3.1: 104 files, 10.6MB
- ==> Installing gnuplot dependency: dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.14.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2dee97539c09d15349d9935f14c299bce3e52d11fd6d399a05a5190d0e7a1028--dbus-1.14.10.bottle_manifest.json
- ==> Pouring dbus--1.14.10.arm64_sonoma.bottle.tar.gz
- ==> /opt/homebrew/Cellar/dbus/1.14.10/bin/dbus-uuidgen --ensure=/opt/homebrew/va
- ๐Ÿบ  /opt/homebrew/Cellar/dbus/1.14.10: 77 files, 2.6MB
- ==> Installing gnuplot dependency: double-conversion
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f6c03611d69daaddcd2d467993bfc4e75cc54a55e2900fd5f383411c445a5b4--double-conversion-3.3.0.bottle_manifest.json
- ==> Pouring double-conversion--3.3.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/double-conversion/3.3.0: 26 files, 258.8KB
- ==> Installing gnuplot dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14125f7fa4b49853f76160b864f58379d90e52833ffeb8bd0643609bcd7f02a7--readline-8.2.7.bottle_manifest.json
- ==> Pouring readline--8.2.7.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/readline/8.2.7: 50 files, 1.7MB
- ==> Installing gnuplot dependency: hunspell
- ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/manifests/1.7.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d645bbbc0d533556a1e9cb6d9c5f6aaeb087a44fe0f7454ceba4878104fecd2--hunspell-1.7.2.bottle_manifest.json
- ==> Pouring hunspell--1.7.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/hunspell/1.7.2: 86 files, 2.7MB
- ==> Installing gnuplot dependency: jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/520da00e71e699cd4824fa9fccf56cfff2bcbdf176b7b37235650057f74ab49d--jasper-4.1.2.bottle_manifest.json
- ==> Pouring jasper--4.1.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jasper/4.1.2: 44 files, 1.6MB
- ==> Installing gnuplot dependency: libb2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json
- ==> Pouring libb2--0.98.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libb2/0.98.1: 8 files, 125.8KB
- ==> Installing gnuplot dependency: libmng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmng/manifests/2.0.3_1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4f8eabb37dcd8c951fb12065030467aa4a2eac62c1580a2b2af093d169333535--libmng-2.0.3_1-1.bottle_manifest.json
- ==> Pouring libmng--2.0.3_1.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libmng/2.0.3_1: 16 files, 1.1MB
- ==> Installing gnuplot dependency: md4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/manifests/0.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac31308126fdae8184f0e062e2be5eb9463c9a626651fdd99d2539016ee91291--md4c-0.5.2.bottle_manifest.json
- ==> Pouring md4c--0.5.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/md4c/0.5.2: 19 files, 297.9KB
- ==> Installing gnuplot dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2023-12-12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/13aa86e429e05d02a76005d1881eaf625091a5ac4dc7d7674c706d12ba48796a--ca-certificates-2023-12-12.bottle_manifest.json
- ==> Pouring ca-certificates--2023-12-12.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /opt/homebrew/Cellar/ca-certificates/2023-12-12: 3 files, 226.3KB
- ==> Installing gnuplot dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9028c46ef691f524b97a457b84f78327e64ebeda3bfd5a68c8f00bfa995664de--openssl@3-3.2.1.bottle_manifest.json
- ==> Pouring openssl@3--3.2.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openssl@3/3.2.1: 6,874 files, 31.8MB
- ==> Installing gnuplot dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/71097ce212759125014f67983b78169c6f0e4db27076f1fd794028b9700e6d0c--sqlite-3.45.1.bottle_manifest.json
- ==> Pouring sqlite--3.45.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/sqlite/3.45.1: 11 files, 4.8MB
- ==> Installing gnuplot dependency: qt
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.6.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7d14739f52d61876de61835e3617d3ba6ce7860ce2fdaa55d8f270fe734eb5b0--qt-6.6.1.bottle_manifest.json
- ==> Pouring qt--6.6.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/qt/6.6.1: 14,396 files, 626.8MB
- ==> Installing gnuplot
- ==> Pouring gnuplot--6.0.0.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gnuplot/6.0.0: 47 files, 3.0MB
- ==> Running `brew cleanup gnuplot`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for r: gmp, isl, mpfr, libmpc, gcc, openblas and tcl-tk
- ==> 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_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Installing r dependency: isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Pouring isl--0.26.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/isl/0.26: 73 files, 7.6MB
- ==> Installing r dependency: mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Pouring mpfr--4.2.1.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/mpfr/4.2.1: 30 files, 3MB
- ==> 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_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libmpc/1.3.1: 12 files, 487.0KB
- ==> Installing r dependency: gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1d624841f5f550e4bbc04910c0cfb20b89d0fc7f90ab213cead29d1518479e2b--gcc-13.2.0-2.bottle_manifest.json
- ==> Pouring gcc--13.2.0.arm64_sonoma.bottle.2.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gcc/13.2.0: 1,489 files, 364.2MB
- ==> Installing r dependency: openblas
- ==> Downloading https://ghcr.io/v2/homebrew/core/openblas/manifests/0.3.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2a44f53d34e66a7483d4c8aef3113a7c909e7f66fad3093f429c60428caf6a6b--openblas-0.3.26.bottle_manifest.json
- ==> Pouring openblas--0.3.26.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openblas/0.3.26: 23 files, 47MB
- ==> Installing r dependency: tcl-tk
- ==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/manifests/8.6.13_5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/37d4c98d33cbcc1d4c78fd424a96623554b669eca5da2698a376d9b993fd1a86--tcl-tk-8.6.13_5.bottle_manifest.json
- ==> Pouring tcl-tk--8.6.13_5.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/tcl-tk/8.6.13_5: 3,064 files, 53MB
- ==> Installing r
- ==> Pouring r--4.3.2.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/r/4.3.2: 2,298 files, 68MB
- ==> Running `brew cleanup r`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.7.2  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cpm.12.2.0  (cached)
-> retrieved dolog.6.0.0  (cached)
-> installed conf-gnuplot.0.1
-> installed conf-r.1.0.0
-> retrieved dune.3.13.1  (cached)
-> retrieved minicli.5.0.2  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved omlr.1.0.3  (https://github.com/UnixJunkie/omlr/archive/v1.0.3.tar.gz)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed dune.3.13.1
-> installed minicli.5.0.2
-> installed dolog.6.0.0
-> installed camlp-streams.5.0.1
-> installed batteries.3.7.2
-> installed cpm.12.2.0
-> installed omlr.1.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-02-08 12:25.32 ---> using "a3b56fb120c74489802d754ed230c79ce6400cddd6c0c157d36cbf5a6880db9f" from cache
Job succeeded
2024-02-08 12:25.41: Job succeeded