Organisationsmirageindex6e84be (main)macos-homebrew-5.3_arm64_opam-2.4

macos-homebrew-5.3_arm64_opam-2.4

Logs

Show full logs
2025-10-01 15:00.08: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4)
Base: macos-homebrew-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_arm64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./src/./
RUN opam pin add -yn index.dev './src/./' && \
    opam pin add -yn index-bench.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-10-01 15:00.08: Using cache hint "mirage/index-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.4-9c22576166b530b331ac34ed96d589a4"
2025-10-01 15:00.08: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
 (comment macos-homebrew-5.3_arm64_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src index.opam index-bench.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn index.dev './src/./' && \
             \nopam pin add -yn index-bench.dev './src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-10-01 15:00.08: Waiting for resource in pool OCluster
2025-10-01 18:55.55: Waiting for workerโ€ฆ
2025-10-01 21:38.00: Got resource from pool OCluster
Building on m1-worker-03
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/index.git-65350de4bd07b1d9756849632bd387b41a297e9c/.git/
HEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls

(from macos-homebrew-ocaml-5.3)
2025-10-01 21:38.06 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache

/: (comment macos-homebrew-5.3_arm64_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2025-10-01 21:38.06 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" from cache

/: (run (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-10-01 21:38.06 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-01 21:38.06 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ec0dc125ad..241aae26db  master     -> origin/master
241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-01 21:38.06 ---> using "860f2645d713f0a1b73fc9a9cbac1a9cb49bfbfd928e3787c5458e5eabfb7a0e" from cache

/: (copy (src index.opam index-bench.opam) (dst ./src/./))
2025-10-01 21:38.08 ---> saved as "b3eca4730f19bd1a5dbde7595189e020b922f253e7736e0b4fa381f4caa4f0aa"

/: (run (network host)
        (shell  "opam pin add -yn index.dev './src/./' && \
               \nopam pin add -yn index-bench.dev './src/./'"))
[index.dev] synchronised (file:///Users/mac1000/src)
index is now pinned to file:///Users/mac1000/src (version dev)
[index-bench.dev] synchronised (file:///Users/mac1000/src)
index-bench is now pinned to file:///Users/mac1000/src (version dev)
2025-10-01 21:38.16 ---> saved as "8b81116305624ed418b5a0937a3016e7786a4c01ce2ab5feb8b6d7f2bee4bb6d"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-10-01 21:38.17 ---> saved as "17eca59032d2398b6a8626f7ff49c79ea62cf24ec35409f6ee8ba549d24abad0"

/: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.2 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index-bench.dev] synchronised (file:///Users/mac1000/src)
[index.dev] synchronised (file:///Users/mac1000/src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    gmp gnuplot pkgconf

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

+ /opt/homebrew/bin/brew "install" "gmp" "gnuplot" "pkgconf"
- ==> Fetching downloads for: gmp, gnuplot and pkgconf
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/manifests/6.0.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d03e4856b3ed0932f714f15d45ed306d5e53d4a16786c4e1c6baea4d9c8dbc90--gnuplot-6.0.3-1.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.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
- ==> Fetching dependencies for gnuplot: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, libavif, gd, libcerf, lua, fribidi, graphite2, icu4c@77, 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.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
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac45f056bb279aecff75ed148312dcc7b2da629ee4d455924f9de07b8ee0f2a2--libunistring-1.4.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:b171ead2e22c6dade5cdfe57523dbc9c75f7203051674f558e59ee942727052e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e161bac51d55b72b38e734c05b4980bbdadf176b9700ffb93e644e534f21e52b--libunistring--1.4.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:b25ac1e62443f8f79eadc3dadf6d3af954d4cbc33a0577fc626aa0c8f2bb01a5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e4400df4cd1b1ba5e981061d5c674e2847e96951b505339505452340fc926f6--gettext--0.26.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.46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/476078c344b0d9fa702da6e94d7fe5dd59bb1897d3fcc12d1b52b4bc0de68854--pcre2-10.46.bottle_manifest.json
- ==> Fetching pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:6ddb89f2eef25f73e258a97bf4379539e24ea76e207fa3c0eb49222bdb656de2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7df368bf1170657fcfd0f900ce4a03a0004adb1769372d92664702e8197ca39f--pcre2--10.46.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5632e879b4de13053d81def8e05975f37376403192c92f87868969be0558d30--glib-2.86.0.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:7c3d1882370a0cffe94535a6db4af6d0f3d27bc10aeb3a34d0d2de46209dd12d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce869824dd6e188f74642e5729b8147e6bc24cde73bc6f3499b0ee0265613a47--glib--2.86.0.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/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/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:64750425b7578860d8b6a75fdb187408667f7d6523169e8dc29528bbc15309f0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f8955da5257a91013dddd4713b67b6b0128b25fa5ea35e9662f69d6f5eb0848--brotli--1.1.0.arm64_sequoia.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Fetching giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/blobs/sha256:bf188a3d3e386e0b100831ca92173118c74645b033b56b4a7c148a91c2cfecb5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/07f35b8e293a6ce36d7409b89b3ff0a17be62faca083c6c129091398e5c2e518--giflib--5.2.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:0dfc837e61d17b1cd2c5e27afc94993a4eb75b59ca8a057ef7c6dea61acbdd7a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d56236845fba54d5feaf9f7c004b843e768e0ac10dfde200e9ad4f08b0dcee3--highway--1.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c66091f3cd5a3fe805acc24214af3abbef145d18d8caa1c204c7ba60401ded2c--imath-3.2.1.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:ee09da9303b9bf3adfc1914072e168e4ea26d951a04f382085bd536950cbfe38
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d4fc11469bb3b9000a23b03ab4783ca74a1fc37f59c1fcd5e21b947c16da7b2--imath--3.2.1.arm64_sequoia.bottle.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/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/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/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:e32b6017d70bb365933cc84df9b2db416ea6e3bcc1c57fad4903f7392b13c1a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/89b0ad09cab715a4b9718dde26e7e80d41362a9dfcd32b22d2ce0042153d0d70--libtiff--4.7.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Fetching little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:3827b5a8583f0e92987bd0e7c721bda834157ad366d2cb66596559dd8654c9ac
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b9b1e8317cebcb67f12c777ccbf4f9991b61e2307c0428bd14aab66739745df1--little-cms2--2.17.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Fetching libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/blobs/sha256:187850054c03e9417b2234ab30efa87b93a029b31e28fcb95b169579217ad333
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bf77e9580145e985e35b1f2942061fe5e1d1bd40679885feec9674f21fc3e5c1--libdeflate--1.24.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9cb0fdcaad53c0f0fd699f5f0c8dd2e268b91bab2926246eac5df845e2ff0e6--openjph-0.24.1.bottle_manifest.json
- ==> Fetching openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/blobs/sha256:a77e4cad9b430d6fa58f8f600871cf4f71b7580cc4f4024ed6b678ce0c0c44ed
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86ed51fd105b1876a0b8dd13b73e08d7ef887782715c71dad85dfb51e2e6a20b--openjph--0.24.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.0_2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/694c5364766fe9a81f28adcb12d9f4029f2e33c3bb300e5022ca9f3765954578--openexr-3.4.0_2.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:8c79277fc1662e8699332d4560a07fbf46340c9e273a05457a9fa39663d098bf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ba5aeacf0816fc7238ad2afd78efa95d21505d92ef0029b1c75ca85b83016de--openexr--3.4.0_2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:ad74e4538a799bc21e85fb2899c2267f7b6c8761212d195ec3cb3583062ad19e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51b8ba7c5b4dd24bc62ff476fafd9173bb2be411ba8ca681dd590ef7d6b276ee--webp--1.6.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:73de0c3b5ca045185ff1dd02c030060c19be06679b3f5be7c1863ddcf82461df
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/615c8a812a91c28d5da7fd3a26f5ec1025eb7e67ab2b64b9f1f63cd228a2cc7c--jpeg-xl--0.11.1_3.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Fetching libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/blobs/sha256:0809635a529d0e53e927cb9834225210096c625b10ab7eb1211cadf63a1016c5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8170040cd6ddd0732e3ed78a35d14cb7b7956fda9086257875b96e4080d7250--libvmaf--3.0.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:ca79133eb9a4ec1e943322ef475811cc2be310cccfc28d4aa1326bfba0ffa0c7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b2de8944de4f69ff7e550aacf5107d0f013bc120bdc1a64bbe4bc0f0a5564d5--aom--3.13.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b348d1f41a7bdb0c137f1c665651126f606eea340d8a8f08a38ed5bf401f1c33--libavif-1.3.0.bottle_manifest.json
- ==> Fetching libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:79ac7837d5f965f0df486a3551aa4efbc0472f9a8a4c89f4748f6c423044c51e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/824c65fd411d785b449f2c491966c1b81b281546e41f3f4d2a3615854e8abb2c--libavif--1.3.0.arm64_sequoia.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:c4e22a92d28f3b8a49c10e29cf04f5a9b4b4932691ec4326021bc149ac0dae4c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/12e8785e1ac77cf9419905847cbe7a2f217e3fafd49e20e242313b8b994bf429--gd--2.3.3_6.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/manifests/3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e01b10a70fc12298fef6e726cf6173d1967cd668fe05ca3b77663d250a541abf--libcerf-3.2.bottle_manifest.json
- ==> Fetching libcerf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/blobs/sha256:326da55ffe3d73821eb6e9529c6725a4e9d628fc225fa191e7a1a1c9bdfcba80
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/03a11874f093de4937f3c64981c473a77e7446e65aed9dc8296e836ee6dfd2cb--libcerf--3.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb2b54ca62f0ea5746e4075848ef00a6e9c7d36089fc7be0e188266aeb61a077--lua-5.4.8.bottle_manifest.json
- ==> Fetching lua
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/blobs/sha256:9279ae3479091e3228c233f390e696ba3e7bbcaba8e9e15311cdc862fe7bbd12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aad0f96125f29a27594f1bec91efb4d4a9906d1badbea0499e673c7418f0c14--lua--5.4.8.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:4904bb3375c1b1f2539cb657fbf17b0d93c050904febbba51e9dd690f3540e3b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0a85215b922f992cdad61a438cf9249f3b4375f27ce0a85a6d384c7a8c6c4bf2--fribidi--1.0.16.arm64_sequoia.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:150b286ab4cfc8696fcd3fa4e7fa24c9825f024ef991899850b850e6f334100f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10c582fbc90a73ea6ab3c38cc4617bf203d5e91eaebca97199b5f3be0b77e851--graphite2--1.3.14.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Fetching icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:19f6b5fef0cdf1dfc7f136ca103348ec8530ffdf8012273f6ee4a6159cdfaf75
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/925ec4df8e8aece0ebfb6b26320362f5303a72fe3b19162578809e42a6a64283--icu4c@77--77.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/479354332e699ae03b671979f92a8b4f3c1d43ab650af8f288e8d57dbcdda38b--harfbuzz-12.0.0.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:52dd2a5ed6b81feee26baff0d7f7f7ad4ebbbb291a29c444cc16ad40540f04a9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0b717ec4ca547267a7bc198f2bb34688e02883df4e0328fa67c41702a187c103--harfbuzz--12.0.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea32643cbf5846f78888abe686ccf149be8b572e0a0aaddda213c4c87de922a6--pango-1.57.0.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:af46edb4113ff0190d78175fb4e82296467cef2ed216267bcc3b26f151b2fe0a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fe3fec4c95eff3c7c4a3cbd9bbd4fa60b87974db93e45e27689b0e2a72679a62--pango--1.57.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/6.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3a38e5cdf55cce7025e30b6f1c8aec3d945b906f789843fdec185ee2a7cd8f4--assimp-6.0.2.bottle_manifest.json
- ==> Fetching assimp
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/blobs/sha256:6ab85fd16cd1f86fc8ee199e49d4f57d9b23eb0e2b598e32d1450913862506a8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec36def585c6faf054915465fb23ae0e9d6c51330e817d4f1b6a6d6728ef947a--assimp--6.0.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7f749e0a84725ad0364a867834935928f9c2d03474cea80821bb83b8d9bde915--dbus-1.16.2_1.bottle_manifest.json
- ==> Fetching dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:5a51451acabb5ae56b5682e88a82dfa43cc6a2b653ca068198546bb72324bd0c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c316b9c819d2c2904356e995233992e1947aa074840e60d329336e311baeef88--dbus--1.16.2_1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea562cf5822e1db7583f6877e2ab750797cff74d91969299f5a2635e9a0e2fb2--double-conversion-3.3.1.bottle_manifest.json
- ==> Fetching double-conversion
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/blobs/sha256:e45a082cb2703fa9054e6399e96aee5104cbeb25ce5e30799af503585e2015d4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea80b72d7d9f8481f2405a76b65db0f9ed648048950a7e05d89cb5ff39c541ee--double-conversion--3.3.1.arm64_sequoia.bottle.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/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:98c354c4b2d30399b17d20622cddfbbbc27a2a33fbde6c53a9445375ab4d6c61
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f5405de92d936d20d1cf11b47bd4d4192e23c535674c637ee3493379bc2ddbeb--hunspell--1.7.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67b694859d26f9d906d7d65dcf7edf31ec306d8bcffc86951fb40ec1134d034e--jasper-4.2.8.bottle_manifest.json
- ==> Fetching jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/blobs/sha256:923cc955de44c824d35a29760b7ae11a46e8ddfda4fe13a975077cceb1d19937
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3942e65aac426f3e1d8acc9ad967e022af7fe008b06a6533cd9ac66e0dc1f40e--jasper--4.2.8.arm64_sequoia.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:cc4304b760722128b914944f85788795f1f02de3072d1fd8e921b836b508776f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcdb33072809d86d968d44393301c02a027d50a23d988f27b18eb83e255c263c--libb2--0.98.1.arm64_sequoia.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:b689a6894b260bf093409615d0057769421cda51c8f4a7b59f06d692c6000104
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9344372e16e6ddbc77340ade59b4e460d263585432a1dfb44f8a58f736d17cbc--libmng--2.0.3_1.arm64_sequoia.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:528d191cb50a6f5901faf2bf989374657792410929d5ac78b1515f412e07ab58
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72121185ba8c1a5470ad3c5d534807287999b1096ddaaca4986c5d668335fc92--md4c--0.5.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/426185977a48495074d7594bb26de3d3f6afafc4a03c0d972deaba1cc2ba2861--ca-certificates-2025-09-09.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:a74a274a402f29cff2e1bb595a5253c20d7503a086175d57f7081821540203ce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7acf0440d5c009b8447969eb3aaf7321738061644ba4b9c7f4c59d7fdc1852a1--ca-certificates--2025-09-09.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/95458a7ef5621763fe70c1636387044405e0c7651b61174b27128336fa6b1b2f--openssl@3-3.5.4.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:c213434a094b030c69a82254d6f146cce3e0df4f08ff6c25d371f8ad8f48744a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4f1da008370645f6dcc4515adf6e702d823454d0cf4bced8a0449754d1a8eef3--openssl@3--3.5.4.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc0b46a30077b6cb9f6927fc0c81145398349a0ba416b914b1e5485d0d678231--sqlite-3.50.4-2.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:ac752e123cff9ffd69bfd3477fb151b8df8363c94b9f6a14ba1a6443b62964e2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7d18b5fda6d28796f941900b576fe88d530908541b33f94271b61f72136a5ed2--sqlite--3.50.4.arm64_sequoia.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.9.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae4691846e3c96a47bae6715edbf23a4a2052de048540d697060dde2e9c0fc48--qt-6.9.2-1.bottle_manifest.json
- ==> Fetching qt
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/blobs/sha256:b51bc26874d98507975fb7bb8b5e43f0fa617c503f9b56923d0196016ea1894a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2426d867f9f7dff459bdc8d70e0c188ec1325ad6894ccb823d9f3784fdd95d7a--qt--6.9.2.arm64_sequoia.bottle.1.tar.gz
- ==> Fetching gnuplot
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/blobs/sha256:133bc5f100993ca1ad181a3ca097851c626076a619e9c4941e8c62352ad20b8d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aea5896559c15399d2ec96c03bf3acc27c3f16ea1c3a6c1e09e746e107d10d8d--gnuplot--6.0.3.arm64_sequoia.bottle.1.tar.gz
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Installing dependencies for gnuplot: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, libavif, gd, libcerf, lua, fribidi, graphite2, icu4c@77, 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.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 gnuplot 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 gnuplot dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac45f056bb279aecff75ed148312dcc7b2da629ee4d455924f9de07b8ee0f2a2--libunistring-1.4.bottle_manifest.json
- ==> Pouring libunistring--1.4.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libunistring/1.4: 59 files, 5.5MB
- ==> Installing gnuplot dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Pouring gettext--0.26.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gettext/0.26: 2,428 files, 28.2MB
- ==> Installing gnuplot 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 gnuplot dependency: pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/476078c344b0d9fa702da6e94d7fe5dd59bb1897d3fcc12d1b52b4bc0de68854--pcre2-10.46.bottle_manifest.json
- ==> Pouring pcre2--10.46.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pcre2/10.46: 242 files, 6.8MB
- ==> Installing gnuplot dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5632e879b4de13053d81def8e05975f37376403192c92f87868969be0558d30--glib-2.86.0.bottle_manifest.json
- ==> Pouring glib--2.86.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/glib/2.86.0: 504 files, 37.6MB
- ==> Installing gnuplot 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 gnuplot 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 gnuplot 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, 139KB
- ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 gnuplot 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, 224KB
- ==> 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.1KB
- ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 gnuplot dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Pouring brotli--1.1.0.arm64_sequoia.bottle.2.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB
- ==> Installing gnuplot dependency: giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Pouring giflib--5.2.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/giflib/5.2.2: 20 files, 545.8KB
- ==> Installing gnuplot dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Pouring highway--1.3.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/highway/1.3.0: 81 files, 5.3MB
- ==> Installing gnuplot dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c66091f3cd5a3fe805acc24214af3abbef145d18d8caa1c204c7ba60401ded2c--imath-3.2.1.bottle_manifest.json
- ==> Pouring imath--3.2.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/imath/3.2.1: 50 files, 963.7KB
- ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 gnuplot dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Pouring libtiff--4.7.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libtiff/4.7.1: 488 files, 8.6MB
- ==> Installing gnuplot dependency: little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Pouring little-cms2--2.17.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/little-cms2/2.17: 23 files, 1.4MB
- ==> Installing gnuplot dependency: libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Pouring libdeflate--1.24.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libdeflate/1.24: 17 files, 431.4KB
- ==> Installing gnuplot dependency: openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9cb0fdcaad53c0f0fd699f5f0c8dd2e268b91bab2926246eac5df845e2ff0e6--openjph-0.24.1.bottle_manifest.json
- ==> Pouring openjph--0.24.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openjph/0.24.1: 25 files, 621.0KB
- ==> Installing gnuplot dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.0_2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/694c5364766fe9a81f28adcb12d9f4029f2e33c3bb300e5022ca9f3765954578--openexr-3.4.0_2.bottle_manifest.json
- ==> Pouring openexr--3.4.0_2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openexr/3.4.0_2: 212 files, 4.9MB
- ==> Installing gnuplot dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Pouring webp--1.6.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/webp/1.6.0: 64 files, 2.5MB
- ==> Installing gnuplot dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Pouring jpeg-xl--0.11.1_3.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jpeg-xl/0.11.1_3: 64 files, 34.4MB
- ==> Installing gnuplot dependency: libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Pouring libvmaf--3.0.0.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libvmaf/3.0.0: 235 files, 7.2MB
- ==> Installing gnuplot dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Pouring aom--3.13.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/aom/3.13.1: 28 files, 10.2MB
- ==> Installing gnuplot dependency: libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b348d1f41a7bdb0c137f1c665651126f606eea340d8a8f08a38ed5bf401f1c33--libavif-1.3.0.bottle_manifest.json
- ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 992.7KB
- ==> 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gd/2.3.3_6: 34 files, 1.5MB
- ==> Installing gnuplot dependency: libcerf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/manifests/3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e01b10a70fc12298fef6e726cf6173d1967cd668fe05ca3b77663d250a541abf--libcerf-3.2.bottle_manifest.json
- ==> Pouring libcerf--3.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libcerf/3.2: 42 files, 300.4KB
- ==> Installing gnuplot dependency: lua
- ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb2b54ca62f0ea5746e4075848ef00a6e9c7d36089fc7be0e188266aeb61a077--lua-5.4.8.bottle_manifest.json
- ==> Pouring lua--5.4.8.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lua/5.4.8: 30 files, 804.2KB
- ==> Installing gnuplot dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Pouring fribidi--1.0.16.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/fribidi/1.0.16: 68 files, 565.0KB
- ==> 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 283.4KB
- ==> Installing gnuplot dependency: icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Pouring icu4c@77--77.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/icu4c@77/77.1: 277 files, 81.2MB
- ==> Installing gnuplot dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.0.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/479354332e699ae03b671979f92a8b4f3c1d43ab650af8f288e8d57dbcdda38b--harfbuzz-12.0.0.bottle_manifest.json
- ==> Pouring harfbuzz--12.0.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/harfbuzz/12.0.0: 77 files, 11.9MB
- ==> Installing gnuplot dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea32643cbf5846f78888abe686ccf149be8b572e0a0aaddda213c4c87de922a6--pango-1.57.0.bottle_manifest.json
- ==> Pouring pango--1.57.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pango/1.57.0: 69 files, 3.6MB
- ==> Installing gnuplot dependency: assimp
- ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/6.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3a38e5cdf55cce7025e30b6f1c8aec3d945b906f789843fdec185ee2a7cd8f4--assimp-6.0.2.bottle_manifest.json
- ==> Pouring assimp--6.0.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/assimp/6.0.2: 104 files, 10.2MB
- ==> Installing gnuplot dependency: dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7f749e0a84725ad0364a867834935928f9c2d03474cea80821bb83b8d9bde915--dbus-1.16.2_1.bottle_manifest.json
- ==> Pouring dbus--1.16.2_1.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id
- ๐Ÿบ  /opt/homebrew/Cellar/dbus/1.16.2_1: 79 files, 2MB
- ==> Installing gnuplot dependency: double-conversion
- ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea562cf5822e1db7583f6877e2ab750797cff74d91969299f5a2635e9a0e2fb2--double-conversion-3.3.1.bottle_manifest.json
- ==> Pouring double-conversion--3.3.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/double-conversion/3.3.1: 28 files, 266.4KB
- ==> Installing gnuplot 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 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/hunspell/1.7.2: 87 files, 2.7MB
- ==> Installing gnuplot dependency: jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67b694859d26f9d906d7d65dcf7edf31ec306d8bcffc86951fb40ec1134d034e--jasper-4.2.8.bottle_manifest.json
- ==> Pouring jasper--4.2.8.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/jasper/4.2.8: 45 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libb2/0.98.1: 9 files, 128.1KB
- ==> 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_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libmng/2.0.3_1: 17 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_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/md4c/0.5.2: 20 files, 300.5KB
- ==> Installing gnuplot dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/426185977a48495074d7594bb26de3d3f6afafc4a03c0d972deaba1cc2ba2861--ca-certificates-2025-09-09.bottle_manifest.json
- ==> Pouring ca-certificates--2025-09-09.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /opt/homebrew/Cellar/ca-certificates/2025-09-09: 4 files, 232.4KB
- ==> Installing gnuplot dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/95458a7ef5621763fe70c1636387044405e0c7651b61174b27128336fa6b1b2f--openssl@3-3.5.4.bottle_manifest.json
- ==> Pouring openssl@3--3.5.4.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openssl@3/3.5.4: 7,565 files, 35.2MB
- ==> Installing gnuplot dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc0b46a30077b6cb9f6927fc0c81145398349a0ba416b914b1e5485d0d678231--sqlite-3.50.4-2.bottle_manifest.json
- ==> Pouring sqlite--3.50.4.arm64_sequoia.bottle.2.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/sqlite/3.50.4: 13 files, 4.9MB
- ==> Installing gnuplot dependency: qt
- ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.9.2-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae4691846e3c96a47bae6715edbf23a4a2052de048540d697060dde2e9c0fc48--qt-6.9.2-1.bottle_manifest.json
- ==> Pouring qt--6.9.2.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/qt/6.9.2: 18,415 files, 783.9MB
- ==> Installing gnuplot
- ==> Pouring gnuplot--6.0.3.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/gnuplot/6.0.3: 48 files, 3MB
- ==> Running `brew cleanup gnuplot`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB
- ==> Running `brew cleanup pkgconf`...
- ==> No outdated dependents to upgrade!
2025-10-01 21:39.55 ---> saved as "0aa33341e077ec4d2f83c537bd189bf502f0e4cf84148e3128ed4fee440e5c3f"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 53 packages
  - install afl-persistent      1.4
  - install alcotest            1.9.1
  - install astring             0.8.5
  - install base-bytes          base
  - install base64              3.5.2
  - install cmdliner            2.0.0
  - install conf-gmp            5
  - install conf-gnuplot        0.1
  - install conf-pkg-config     4
  - install cppo                1.8.0
  - install crowbar             0.2.1
  - install csexp               1.5.2
  - install digestif            1.3.0
  - install dune                3.20.2
  - install dune-configurator   3.20.2
  - install either              1.0.0
  - install eqaf                0.10
  - install fmt                 0.11.0
  - install jsonm               1.0.2
  - install logs                0.9.0
  - install lru                 0.3.1
  - install lwt                 5.9.2
  - install metrics             0.5.0
  - install metrics-unix        0.5.0
  - install mtime               2.1.0
  - install ocaml-compiler-libs v0.17.0
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install optint              0.3.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppx_deriving_yojson 3.9.1
  - install ppx_repr            0.7.0
  - install ppxlib              0.35.0
  - install progress            0.5.0
  - install psq                 0.2.1
  - install re                  1.14.0
  - install repr                0.7.0
  - install rusage              1.0.0
  - install semaphore-compat    1.0.2
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0
  - install terminal            0.5.0
  - install tezos-base58        1.0.0
  - install topkg               1.1.0
  - install uucp                17.0.0
  - install uuidm               0.9.10
  - install uutf                1.0.4
  - install yojson              3.0.0
  - install zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved afl-persistent.1.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved crowbar.0.2.1  (cached)
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved either.1.0.0  (cached)
-> installed conf-gnuplot.0.1
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved metrics.0.5.0, metrics-unix.0.5.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved progress.0.5.0, terminal.0.5.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved rusage.1.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved semaphore-compat.1.0.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tezos-base58.1.0.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed topkg.1.1.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed metrics.0.5.0
-> installed eqaf.0.10
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed rusage.1.0.0
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed semaphore-compat.1.0.2
-> installed crowbar.0.2.1
-> installed digestif.1.3.0
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed repr.0.7.0
-> installed tezos-base58.1.0.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.20.2
-> installed yojson.3.0.0
-> installed alcotest.1.9.1
-> installed lwt.5.9.2
-> installed metrics-unix.0.5.0
-> installed logs.0.9.0
-> installed uucp.17.0.0
-> installed terminal.0.5.0
-> installed progress.0.5.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_repr.0.7.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-10-01 21:41.03 ---> saved as "83a935f509b0bc12db1b8b72a460849dc6df59275b608604d6d28900ead74296"

/: (copy (src .) (dst ./src))
2025-10-01 21:41.04 ---> saved as "668c29077f3434732bef33fa1cabceb7261711a10e999a4974ad50b0bc3aa673"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./main.exe)
Testing `index'.
This run has ID `292KCTYT'.

  [OK]          cache           0   noop.
  [OK]          cache           1   unbounded.
  [OK]          search          0   unique.
  [OK]          search          1   constant metric.

Full test results in `~/src/_build/default/test/_build/_tests/index'.
Test Successful in 0.003s. 4 tests run.
(cd _build/default/test/unix && ./main.exe)
Testing `index.unix'.
This run has ID `9S7KGUPA'.

  [OK]          io_array                0   fresh.
  [OK]          io_array                1   prefetch.
  [OK]          merge                   0   readonly in sequence.
  [OK]          merge                   1   readonly interleaved.
  [OK]          merge                   2   interleaved merge.
  [OK]          merge                   3   write at the end of merge.
  [OK]          merge                   4   write in log_async.
  [OK]          merge                   5   find while merging.
  [OK]          merge                   6   find in async without log.
  [OK]          merge                   7   find in async with log.
  [OK]          merge                   8   sync before and after clearing th...
  [OK]          merge                   9   sync and find after log cleared.
  [OK]          merge                  10   merge during ro sync.
  [OK]          merge                  11   is_merging.
  [OK]          merge                  12   clear is not blocking.
  [OK]          merge                  13   `clear` aborts merge.
  [OK]          merge                  14   `close ~immediately` aborts merge.
  [OK]          live                    0   find (present).
  [OK]          live                    1   find (absent).
  [OK]          live                    2   replace.
  [OK]          live                    3   fail add (key).
  [OK]          live                    4   fail add (value).
  [OK]          live                    5   membership.
  [OK]          live                    6   clear and iter.
  [OK]          live                    7   clear and find.
  [OK]          live                    8   open after clear.
  [OK]          live                    9   files on disk after clear.
  [OK]          live                   10   duplicate entries.
  [OK]          lru                     0   replace_and_find.
  [OK]          lru                     1   mem.
  [OK]          lru                     2   clear.
  [OK]          lru                     3   filter.
  [OK]          on restart              0   find (present).
  [OK]          on restart              1   find (absent).
  [OK]          on restart              2   replace.
  [OK]          on restart              3   membership.
  [OK]          on restart              4   fail restart readonly fresh.
  [OK]          on restart              5   in sync.
  [OK]          on restart              6   duplicate entries in log.
  [OK]          readonly                0   add.
  [OK]          readonly                1   read after clear.
  [OK]          readonly                2   snapshot isolation.
  [OK]          readonly                3   Readonly v after replace.
  [OK]          readonly                4   add not allowed.
  [OK]          readonly                5   fail read if no flush.
  [OK]          readonly                6   readonly v is in sync.
  [OK]          readonly                7   read values added in log before c...
  [OK]          readonly                8   read values added in index before...
  [OK]          readonly                9   read old values in log after clear.
  [OK]          readonly               10   read old values in index after cl...
  [OK]          readonly               11   readonly open after clear.
  [OK]          readonly               12   race between sync and merge.
  [OK]          readonly               13   race between sync and clear.
  [OK]          readonly               14   race between sync and end of merge.
  [OK]          readonly               15   reload log and log async.
  [OK]          close                   0   close and reopen.
  [OK]          close                   1   close and reopen more.
  [OK]          close                   2   crash and continue.
  [OK]          close                   3   find (absent).
  [OK]          close                   4   replace.
  [OK]          close                   5   open two instances, close one.
  [OK]          close                   6   close and reopen on readonly.
  [OK]          close                   7   non-close operations fail after c...
  [OK]          close                   8   double close.
  [OK]          close                   9   double restart.
  [OK]          close                  10   aborted merge.
  [OK]          filter                  0   filter none.
  [OK]          filter                  1   filter all.
  [OK]          filter                  2   filter one.
  [OK]          filter                  3   clone then filter.
  [OK]          filter                  4   filter then clone.
  [OK]          filter                  5   empty after filter+fresh.
  [OK]          flush_callback          0   close.
  [OK]          flush_callback          1   flush.
  [OK]          flush_callback          2   replace.
  [OK]          throttle                0   force merge.
  [OK]          throttle                1   implicit merge.

Full test results in `~/src/_build/default/test/unix/_build/_tests/index.unix'.
Test Successful in 16.669s. 77 tests run.
2025-10-01 21:41.25 ---> saved as "9c2bac23cbc6e788aea3be4c0a74f5ad12cdf4c32de11ac1c90bb48f503f5198"
Job succeeded
2025-10-01 21:41.29: Job succeeded