Organisations0install0install720941 ()macos-homebrew-4.14_arm64_opam-2.4

macos-homebrew-4.14_arm64_opam-2.4

Link Copied
Code Copied

Logs

2025-09-15 05:59.09: New job: test 0install/0install https://github.com/0install/0install.git#refs/pull/207/head (72094196474f61e2747f01866d2a4fafd649872a) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/0install/0install.git" && cd "0install" && git fetch origin "refs/pull/207/head" && git reset --hard 72094196
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./src/./
RUN opam pin add -yn 0install.dev './src/./' && \
opam pin add -yn 0install-solver.dev './src/./' && \
opam pin add -yn 0install-gtk.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_react.1.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 react.1.2.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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-09-15 05:59.09: Using cache hint "0install/0install-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-60f94fbb4560f5a32fbda2b7ce8c95f9"
2025-09-15 05:59.09: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_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 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
(dst ./src/./))
(run (network host)
(shell  "opam pin add -yn 0install.dev './src/./' && \
\nopam pin add -yn 0install-solver.dev './src/./' && \
\nopam pin add -yn 0install-gtk.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_react.1.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 react.1.2.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0")
(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 0install.dev 0install-solver.dev 0install-gtk.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-09-15 05:59.09: Waiting for resource in pool OCluster
2025-09-15 05:59.09: Waiting for worker…
2025-09-15 07:48.24: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
HEAD is now at 72094196 Use .local/bin as default directory for binaries on Linux


(from macos-homebrew-ocaml-4.14)
2025-09-15 07:48.25 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_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-09-15 07:48.25 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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-09-15 07:48.25 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-15 07:48.25 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f6368c68f9..510d0692bb  master     -> origin/master
6d1113800d Merge pull request #28482 from raphael-proust/incompatibilities-lwt6alpha01


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.3.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 07:48.25 ---> using "2c42d5072da62da11b9831f0cfa9903c8c7f0eb8a4d114b4b8d8bc1800add910" from cache


/: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
(dst ./src/./))
2025-09-15 07:48.26 ---> saved as "6eb5175d1fedf3ef0f31f8d24495a5cbe740d173c7fc2dd61e4c118e6d0e4d95"


/: (run (network host)
(shell  "opam pin add -yn 0install.dev './src/./' && \
\nopam pin add -yn 0install-solver.dev './src/./' && \
\nopam pin add -yn 0install-gtk.dev './src/./'"))
[0install.dev] synchronised (file:///Users/mac1000/src)
0install is now pinned to file:///Users/mac1000/src (version dev)
[0install-solver.dev] synchronised (file:///Users/mac1000/src)
0install-solver is now pinned to file:///Users/mac1000/src (version dev)
[0install-gtk.dev] synchronised (file:///Users/mac1000/src)
0install-gtk is now pinned to file:///Users/mac1000/src (version dev)
2025-09-15 07:48.41 ---> saved as "d4549acf68edb2f500af590a510b1c7d8f3d8751cb7c13c44c4f8d6d52bba7a8"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-09-15 07:48.42 ---> saved as "ee2d714fde1c92b46f841078dcdf1aa0989baf39da3479d2287347f319571a45"


/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.5 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 curl.0.10.0 curl_lwt.0.10.0 dune.3.20.2 dune-configurator.3.20.2 lablgtk3.3.1.5 lwt.5.9.2 lwt_glib.1.1.1 lwt_react.1.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 react.1.2.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 topkg.1.1.0 xmlm.1.4.0 yojson.3.0.0")


/: (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 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install-solver.dev] synchronised (file:///Users/mac1000/src)
[0install-gtk.dev] synchronised (file:///Users/mac1000/src)
[0install.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
cairo curl expat glib gnupg gtk+3 pkgconf


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


+ /opt/homebrew/bin/brew "install" "cairo" "curl" "expat" "glib" "gnupg" "gtk+3" "pkgconf"
- ==> Fetching downloads for: cairo, curl, expat, glib, gnupg, gtk+3 and pkgconf
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.16.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f366f0eb8d29128dbe49fd09fca028bb869eca79ec257dbee60e797816efd07--curl-8.16.0.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/manifests/2.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/09efb27f4cd66decc2e0f393e7f9292c729064e5c939cd8191f81fc000c3947a--expat-2.7.1.bottle_manifest.json
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnupg/manifests/2.4.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aade14bbd1165f9e46d4b4556fbd41ed729998a23700f018543a3bdf7d7e18ce--gnupg-2.4.8.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/manifests/3.24.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/66b55aafefc70e4151d006e1bf30028630bfeb12b6c7b60c265619c07d4f322f--gtk+3-3.24.50.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 dependencies for cairo: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo and pixman
- ==> 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
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8344dbdcb0cab2a5e68a959846e4b66dc5326e219dc4eeb53149257bbf7dddb6--freetype-2.14.1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:fee385426a9952d3908ea5e16ab58d2c163552e830f599ff77803d754ae387de
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a5698149c7a9425cd48beb532c575a4c2dbb4a680f71eca7fccf540b735f6b8--freetype--2.14.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a6a47a91bd20b1ebd4dcabda15aca207391f211a7ba04560d8c4ab1157cb9061--libunistring-1.3-1.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:0cc291557b61cc7d02936f50d8ee84eb109b5ee4ebc5070175b6eb78d2210d9f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/85dd6005b6522674c3241170b5a7823a359abc7aaed11e1b9b9aa27287d11a15--libunistring--1.3.arm64_sequoia.bottle.1.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
- ==> 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
- ==> Fetching dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd
- ==> 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/libnghttp2/manifests/1.67.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/054414fbe1c325d9ffedaa89b95d148e14d325e2b7e73cecfe12d295553f3815--libnghttp2-1.67.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:35b1d5add253624e9a904dfe1e3f1145d1d7acc7618d6f9ea7ac312f878be442
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff1355390ce815654e8e9567cdd4abc9993ca7589cc95036e917d61b181a7d55--libnghttp2--1.67.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.11.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3efff4f68e2c19db2315e48ca4b115b707b8aaea4c1f6c1576c8df2bb796cb61--libnghttp3-1.11.0.bottle_manifest.json
- ==> Fetching libnghttp3
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/blobs/sha256:1c9d28dd6fde53d9fa821b5193f3544efb334ff6a22c9153a3ad962f0263c7dc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/108299c324ea7f0dc8c96c49302200fc945a57b18485ffbeb74395ed4a72e23d--libnghttp3--1.11.0.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.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6659abe178bdf49b65451e77f6165a3e07274432f445342092e5ad2a927b23c--openssl@3-3.5.2.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:4066d7983ad535f0e460fc340f343f9de933073882470d5ea968b18698b2777c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/537a4c16ee033bff9c2e28739948588162481ce78153f994d32e4c159a887f3e--openssl@3--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.15.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2386d7347885fe52b57b9393d95f8b7dbfbdfcf303183ce1cc220faf3bb3d836--libngtcp2-1.15.1.bottle_manifest.json
- ==> Fetching libngtcp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/blobs/sha256:f20ea5d5069d5e4048e99364117e99073ff2808c653db353fbed54bb37cb22b7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b78c37341e6d80ad037f21d64bb152d464d8eb9dfbb5ab441a8d642acedfc4dc--libngtcp2--1.15.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Fetching libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:4fd55e8973a9454001ac289972767ca8927f3639aa44715aa1e9ba81c3712245
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3b8b00a0b637aae8362d1503037ccf214f80364f9bb72f96cd399fe6bb64d8fc--libssh2--1.11.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Fetching rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/blobs/sha256:4d88c286ea074e6dc9612679d33f1e25910dce5cd4c4a3f9f2dcdec8ad950516
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/09702a95628df5b4d229e00f81d84d5dc7c252e31854ce0b8af27269e3c8ed84--rtmpdump--2.4-20151223_3.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:55a4e0a4a92f5cf4885295214914de4aefad2389884085185e9ce87b4edae946
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5da1f48e2d931e902a582bb1ce53f3cf8c5adc7a18ffafeb7a5a78d0fe82328--zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- ==> Fetching curl
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:75474687cf0837b5658d6f4af211cf8d83403d1106845947850426b11dc0651c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8dba480ceb06f8e26e74d481c4a5408de819b103d58a51d7c8bf882cf0e1d89d--curl--8.16.0.arm64_sequoia.bottle.tar.gz
- ==> Fetching expat
- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:3e5392724170f8a1314c0db2077a1f30277e4941d1825554f1230092a483ef7c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e331e890610009f37ddf4346ec5a94b8c7093762e7a89096e93e835adaace526--expat--2.7.1.arm64_sequoia.bottle.tar.gz
- ==> Fetching dependencies for gnupg: gmp, libidn2, libtasn1, nettle, p11-kit, libevent, unbound, gnutls, libgpg-error, libassuan, libgcrypt, libksba, libusb, npth, pinentry and readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f30f50fbde4bff9a71de54d684e482d7da3432656d680b97441163c6e5665468--libidn2-2.3.8.bottle_manifest.json
- ==> Fetching libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/blobs/sha256:1eb02bfa40ec00b7ea64d8608fcf2115069d99de5a35eb3e2b3ac444a695ea46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b10a587f58ce790aca7e5fcbcaf315ca8e5eb3783d28380b847ef36141a56d87--libidn2--2.3.8.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.20.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0d8e273dbfaade0247db22d4d5abf7e8d4d6c379f7912adc81c60e5d4418e8ca--libtasn1-4.20.0.bottle_manifest.json
- ==> Fetching libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/blobs/sha256:e847b97b86b1caab2eff1498c82c411459e1e7c176de72e6c53aed4528ab80ce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5684a24c50b46a590b2c44631d20dfd2d5f4c4ad097a683f5deca10f12a7fed8--libtasn1--4.20.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.10.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae7ec4f96568de46d1b75681840eb8f4af11a1b72611fbf8e7c6a6fc9efcb2da--nettle-3.10.2.bottle_manifest.json
- ==> Fetching nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/blobs/sha256:12c88e8d20a6b5161aa759820710b0d793212f46be7d48933e4519198480bd85
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a9cbff81bf51aa9a8bd4201dd034df376a6836809e67b553a6a3c75ae8618367--nettle--3.10.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2ac6651b32eff46cc2f7e1d32d95ce8679edb3dc3da7ab1d3f1bb8e4c44b4d49--p11-kit-0.25.8.bottle_manifest.json
- ==> Fetching p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/blobs/sha256:4b4c6317a0f8d86da5d28f5d007e09261c399495702de85740f94434ca444ba6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/45ec5f06ee1d154811a5545e42b13b050df92675e45c85707aeda7887f90ec71--p11-kit--0.25.8.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Fetching libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/blobs/sha256:65fc7c61fec0f5ae0c5dfc8fc7e3b6b0507d3f1c7c308a332802541f00334963
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a7bf9203ae9b3211905f3b0961c0c1139d8a43e463cb8a918bf38db4e7e4fe0--libevent--2.1.12_1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.23.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb9c80f241ee2769d09d033722855010c47e89366271236c043bdf4ce27b87e6--unbound-1.23.1.bottle_manifest.json
- ==> Fetching unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/blobs/sha256:e11348122c286c37c6264313f202dc3775c26ed15f657dc22846dcb77c4b3f7f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/481bbd9547575473c5f11ccf4e67bdcb4166c7fca41c74158b9a889498f41484--unbound--1.23.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c898467b88b87dd70e27cf5320bf2eac03bb12867d2741112463128d3af1f639--gnutls-3.8.10.bottle_manifest.json
- ==> Fetching gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/blobs/sha256:62b817f56075b97caddec5777728d0851de6d126a12458914e4a90f6f79a1312
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48215067dd1d63b4535876525424508708a1650b158d63c211726b2c63a45b12--gnutls--3.8.10.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgpg-error/manifests/1.55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c5d602f2d26432221cd72fce331fa0f1a3f094b652003c760d3cb1f2a9f53de--libgpg-error-1.55.bottle_manifest.json
- ==> Fetching libgpg-error
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgpg-error/blobs/sha256:a2d0e274ace59980a81d2b06c445ddef5498c69cbefc85bdf04d3d79d0dfd71d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3776a7c84f191cc3a4e194e496d1c20d44e85ad412db20031376e8b51c7e0715--libgpg-error--1.55.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libassuan/manifests/3.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0fcd4af28064aef7277b774e3698e36630214907b803972d6722ec02a47a59cd--libassuan-3.0.2.bottle_manifest.json
- ==> Fetching libassuan
- ==> Downloading https://ghcr.io/v2/homebrew/core/libassuan/blobs/sha256:1430611fe9f337d6a7568a12321f125c567ca8d4d2bdcd7ff0717bdcd82a32dc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f825a8feafe58cfc354dabb2a58ea331d216169d2318942700999c1215568a3--libassuan--3.0.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgcrypt/manifests/1.11.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/394a223cdd3b883a0595651db4cc3b46e0aeb792cf904b3cfe8b5f920b473e4c--libgcrypt-1.11.2.bottle_manifest.json
- ==> Fetching libgcrypt
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgcrypt/blobs/sha256:0c3b3de1c54c189bb222176beeeabcf8b8343fa2b3b734ba3985a9ed40e0f351
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d5f51240f2965fa4145d063581c9b157a918b6c3a0fec2e7c97b7538fe019ad7--libgcrypt--1.11.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libksba/manifests/1.6.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ecb8094d7fe13fc2fed0b4855e73ea116bf776cccef325e58e014fe31d962108--libksba-1.6.7.bottle_manifest.json
- ==> Fetching libksba
- ==> Downloading https://ghcr.io/v2/homebrew/core/libksba/blobs/sha256:4446cbe4b0a27393b01c2627edfad9cfebb8a55fae70750977ec786d4598e64a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/848c48be1acbdc83f037a9e4f17216952c220816946c1240b47df4052da2394c--libksba--1.6.7.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libusb/manifests/1.0.29
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ab485d71ab6f3a78260ff61832769532c417c8194763e4225a8625077441be3--libusb-1.0.29.bottle_manifest.json
- ==> Fetching libusb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libusb/blobs/sha256:197c6a9c929f846cacdb7e79376a706ba295bf7f9a5aa49ac9712b9d6a571962
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f651b97a8936788023f30e7846f11540c94074716edb26f57fc9c89cd94bc8e--libusb--1.0.29.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/npth/manifests/1.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4628473efb57fb8665d271a0d6c96c69b2d6ef2ce61fe0ac620c7efc2dbc7512--npth-1.8.bottle_manifest.json
- ==> Fetching npth
- ==> Downloading https://ghcr.io/v2/homebrew/core/npth/blobs/sha256:7836af0109be87ab2b8155b533cd33508eb3b738190031c8ca2e2b94df6f5c2b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec61c9716370ef762829ea96c8f8851f095195db42dc0845fe443f973a047d66--npth--1.8.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pinentry/manifests/1.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3463f52d8b95f07f32c2352abc8adba455f4b7bbfec9940b6c086124cc22f0fa--pinentry-1.3.2.bottle_manifest.json
- ==> Fetching pinentry
- ==> Downloading https://ghcr.io/v2/homebrew/core/pinentry/blobs/sha256:f6dfd4bfdda001ddfddbed01c6ad7e06408ff022788a7718d35e443ebcb31274
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/409f667b28a8127e5a45dccb89d568b16386280c4b5f2cf32523ac540b9c5a44--pinentry--1.3.2.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
- ==> Fetching gnupg
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnupg/blobs/sha256:7203b8a0af43aa4593cfc22e4152bd9331c35ba68450240353c2365e41d29895
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8c7223294e026dcb0f15a9b5075702ed6fdd71895b9d60c8a04471ddb6e89cb6--gnupg--2.4.8.arm64_sequoia.bottle.tar.gz
- ==> Fetching dependencies for gtk+3: dbus, libxfixes, libxi, libxtst, at-spi2-core, fribidi, jpeg-turbo, libtiff, gdk-pixbuf, gsettings-desktop-schemas, graphite2, icu4c@77, harfbuzz, hicolor-icon-theme, libepoxy and pango
- ==> 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/libxfixes/manifests/6.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd805bf79575e7b411d64dbe52530bc86d27acb58ca26c6afc172f02dfec3641--libxfixes-6.0.2.bottle_manifest.json
- ==> Fetching libxfixes
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/blobs/sha256:20bde00fb1c5b48ad54118acc702fd226efd28585e058c7ecdbff8ce8b6fb34a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c6473780157100e2934e71a8d8462c0b431362d99a8f1df0f9a55844f12d4459--libxfixes--6.0.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089cbc546059463acb4a311e70491ca9665a8c04ab7683bc3c0803ee15b4d698--libxi-1.8.2.bottle_manifest.json
- ==> Fetching libxi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/blobs/sha256:57806e4096680d7fdbfeceea4e2aa04c3d179846b0ba00c9db8daf0319e6f40d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9322036dcb9acf3fe371568471ac1d45f3c7edc1515664b4b7bada30c7225ea5--libxi--1.8.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/255b29f533b7064a6e692de37b3d9a41d73033506bec841e9900dbf2eb337a4c--libxtst-1.2.5.bottle_manifest.json
- ==> Fetching libxtst
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/blobs/sha256:28d4af1505473aed939328ace91056e111623d0c60b817d0b98dc3e00472dc4d
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b741f3e316443ec8e0822ad467c8b166ffd6b5d89bfd0d453afbcb2c64ff059--libxtst--1.2.5.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87f0398bb7826ae784dd44cc282bf748c377d0475a38b0cbcd483340722b5c8--at-spi2-core-2.56.4.bottle_manifest.json
- ==> Fetching at-spi2-core
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/blobs/sha256:eb6790869d525f4e60efa86d0f8d4393bcfa731b0ea428aed854d2bc369b2d19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a1db2c690f0dfe277afbd6fe19f293d31f7a9709bd1eab4cbb1bcad316f43498--at-spi2-core--2.56.4.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/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/libtiff/manifests/4.7.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:5f771cedcb37119c3927c32d72589a66701db16fe3ef86b2daf9b87c3142b309
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e15cf50f37300a73b407be837624a938054290605726a35cd3522bb5673e6043--libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.44.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/473919d64a8460d45e118a9fdfb3bac2abc6f0cd122795ff0e11feb4406f8748--gdk-pixbuf-2.44.1.bottle_manifest.json
- ==> Fetching gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/blobs/sha256:6f700fa5c81318b97435d8485cac491a2668781edd89fc5cea7d5054bf8d12b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14c034be0d54fd1c9daf80eeb60427cd9eb399f51f86db2564ec4b63ec306886--gdk-pixbuf--2.44.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b50977acc6e572c3fef03f9e0d5a91fb31313e24dce8cea5c0cedcc626a07b3b--gsettings-desktop-schemas-48.0.bottle_manifest.json
- ==> Fetching gsettings-desktop-schemas
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/blobs/sha256:28388575b4cdde9dbca9351e2589c4445e531fb7e4fa43905d96d3d89dd78d29
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9acf9b76aa79ffc5d630fe6a38ce81d26427e71e76ddce17155a65fb7730675f--gsettings-desktop-schemas--48.0.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/11.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6ddd345aaa17bccce05226297515c9a6ee40633a394d98facce4a14247cdac2--harfbuzz-11.5.0.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:291666fda455cbfc2ccc13a3919597951887995f75a80b8959a691467504809a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8b45b2047863309037aafae36e4f35e7c7a8907c9060c3404a4040e4fd27d423--harfbuzz--11.5.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70835c74d449476f69c535127dcf54e7bc83475b0e28f15db78ccf6c2dfe3e7a--hicolor-icon-theme-0.18.bottle_manifest.json
- ==> Fetching hicolor-icon-theme
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/blobs/sha256:76779247990b538d304e98b042fde85677491e428d0381a59383264ce8ef199f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f5700247a44beb2795cae8c422b87eb8b9b04dd23d8d3365c36c40144afd63d--hicolor-icon-theme--0.18.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91321dc6032305294ad3c7c3851bc80f1505f18512e4753036c509ba4b4e2c--libepoxy-1.5.10.bottle_manifest.json
- ==> Fetching libepoxy
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/blobs/sha256:8567ad4e5598374741b4762cbbff1a2aa57cf97947b4742304c49613b0abd419
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e33183d801a2f73dc5d5658f275d736a34b670c680ae3b67f0b32ffc89995ec5--libepoxy--1.5.10.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
- ==> Fetching gtk+3
- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/blobs/sha256:c8711f5fec80d667cd1eb0bfbcc620a8aee729fe511e57cfba7df74e209b3683
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88bc334bbd54870f28f36d1efe83207c0167f0616efbf98d9bc596543ad82776--gtk+3--3.24.50.arm64_sequoia.bottle.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
- ==> Installing dependencies for cairo: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo and pixman
- ==> Installing cairo 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 cairo dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8344dbdcb0cab2a5e68a959846e4b66dc5326e219dc4eeb53149257bbf7dddb6--freetype-2.14.1.bottle_manifest.json
- ==> Pouring freetype--2.14.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/freetype/2.14.1: 68 files, 2.6MB
- ==> Installing cairo dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a6a47a91bd20b1ebd4dcabda15aca207391f211a7ba04560d8c4ab1157cb9061--libunistring-1.3-1.bottle_manifest.json
- ==> Pouring libunistring--1.3.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB
- ==> Installing cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo 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 cairo
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.5MB
- ==> Running `brew cleanup cairo`...
- 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 curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd
- ==> Installing curl 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 curl dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.67.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/054414fbe1c325d9ffedaa89b95d148e14d325e2b7e73cecfe12d295553f3815--libnghttp2-1.67.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.67.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libnghttp2/1.67.0: 14 files, 761.7KB
- ==> Installing curl dependency: libnghttp3
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.11.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3efff4f68e2c19db2315e48ca4b115b707b8aaea4c1f6c1576c8df2bb796cb61--libnghttp3-1.11.0.bottle_manifest.json
- ==> Pouring libnghttp3--1.11.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libnghttp3/1.11.0: 20 files, 578.2KB
- ==> Installing curl 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 curl dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6659abe178bdf49b65451e77f6165a3e07274432f445342092e5ad2a927b23c--openssl@3-3.5.2.bottle_manifest.json
- ==> Pouring openssl@3--3.5.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openssl@3/3.5.2: 7,563 files, 35.2MB
- ==> Installing curl dependency: libngtcp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.15.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2386d7347885fe52b57b9393d95f8b7dbfbdfcf303183ce1cc220faf3bb3d836--libngtcp2-1.15.1.bottle_manifest.json
- ==> Pouring libngtcp2--1.15.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libngtcp2/1.15.1: 21 files, 1.2MB
- ==> Installing curl dependency: libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Pouring libssh2--1.11.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libssh2/1.11.1: 201 files, 1.2MB
- ==> Installing curl dependency: rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Pouring rtmpdump--2.4-20151223_3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 21 files, 651.8KB
- ==> Installing curl 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 curl 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 curl 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 curl
- ==> Pouring curl--8.16.0.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- curl is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have curl first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/curl/8.16.0: 547 files, 4.4MB
- ==> Running `brew cleanup curl`...
- ==> Pouring expat--2.7.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- expat is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have expat first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile
- 
- For compilers to find expat you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/expat/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/expat/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/expat/2.7.1: 23 files, 682.5KB
- ==> Running `brew cleanup expat`...
- ==> Running `brew cleanup glib`...
- ==> Installing dependencies for gnupg: gmp, libidn2, libtasn1, nettle, p11-kit, libevent, unbound, gnutls, libgpg-error, libassuan, libgcrypt, libksba, libusb, npth, pinentry and readline
- ==> Installing gnupg dependency: gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Installing gnupg dependency: libidn2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libidn2/manifests/2.3.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f30f50fbde4bff9a71de54d684e482d7da3432656d680b97441163c6e5665468--libidn2-2.3.8.bottle_manifest.json
- ==> Pouring libidn2--2.3.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libidn2/2.3.8: 80 files, 921.0KB
- ==> Installing gnupg dependency: libtasn1
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtasn1/manifests/4.20.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0d8e273dbfaade0247db22d4d5abf7e8d4d6c379f7912adc81c60e5d4418e8ca--libtasn1-4.20.0.bottle_manifest.json
- ==> Pouring libtasn1--4.20.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtasn1/4.20.0: 63 files, 686.8KB
- ==> Installing gnupg dependency: nettle
- ==> Downloading https://ghcr.io/v2/homebrew/core/nettle/manifests/3.10.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae7ec4f96568de46d1b75681840eb8f4af11a1b72611fbf8e7c6a6fc9efcb2da--nettle-3.10.2.bottle_manifest.json
- ==> Pouring nettle--3.10.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/nettle/3.10.2: 96 files, 2.7MB
- ==> Installing gnupg dependency: p11-kit
- ==> Downloading https://ghcr.io/v2/homebrew/core/p11-kit/manifests/0.25.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2ac6651b32eff46cc2f7e1d32d95ce8679edb3dc3da7ab1d3f1bb8e4c44b4d49--p11-kit-0.25.8.bottle_manifest.json
- ==> Pouring p11-kit--0.25.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/p11-kit/0.25.8: 33 files, 4.3MB
- ==> Installing gnupg dependency: libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Pouring libevent--2.1.12_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libevent/2.1.12_1: 58 files, 2.2MB
- ==> Installing gnupg dependency: unbound
- ==> Downloading https://ghcr.io/v2/homebrew/core/unbound/manifests/1.23.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb9c80f241ee2769d09d033722855010c47e89366271236c043bdf4ce27b87e6--unbound-1.23.1.bottle_manifest.json
- ==> Pouring unbound--1.23.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/unbound/1.23.1: 59 files, 6.2MB
- ==> Installing gnupg dependency: gnutls
- ==> Downloading https://ghcr.io/v2/homebrew/core/gnutls/manifests/3.8.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c898467b88b87dd70e27cf5320bf2eac03bb12867d2741112463128d3af1f639--gnutls-3.8.10.bottle_manifest.json
- ==> Pouring gnutls--3.8.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gnutls/3.8.10: 1,296 files, 11.4MB
- ==> Installing gnupg dependency: libgpg-error
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgpg-error/manifests/1.55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c5d602f2d26432221cd72fce331fa0f1a3f094b652003c760d3cb1f2a9f53de--libgpg-error-1.55.bottle_manifest.json
- ==> Pouring libgpg-error--1.55.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libgpg-error/1.55: 50 files, 1.7MB
- ==> Installing gnupg dependency: libassuan
- ==> Downloading https://ghcr.io/v2/homebrew/core/libassuan/manifests/3.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0fcd4af28064aef7277b774e3698e36630214907b803972d6722ec02a47a59cd--libassuan-3.0.2.bottle_manifest.json
- ==> Pouring libassuan--3.0.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libassuan/3.0.2: 18 files, 565.5KB
- ==> Installing gnupg dependency: libgcrypt
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgcrypt/manifests/1.11.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/394a223cdd3b883a0595651db4cc3b46e0aeb792cf904b3cfe8b5f920b473e4c--libgcrypt-1.11.2.bottle_manifest.json
- ==> Pouring libgcrypt--1.11.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libgcrypt/1.11.2: 24 files, 3.8MB
- ==> Installing gnupg dependency: libksba
- ==> Downloading https://ghcr.io/v2/homebrew/core/libksba/manifests/1.6.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ecb8094d7fe13fc2fed0b4855e73ea116bf776cccef325e58e014fe31d962108--libksba-1.6.7.bottle_manifest.json
- ==> Pouring libksba--1.6.7.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libksba/1.6.7: 19 files, 528.5KB
- ==> Installing gnupg dependency: libusb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libusb/manifests/1.0.29
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ab485d71ab6f3a78260ff61832769532c417c8194763e4225a8625077441be3--libusb-1.0.29.bottle_manifest.json
- ==> Pouring libusb--1.0.29.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libusb/1.0.29: 23 files, 627KB
- ==> Installing gnupg dependency: npth
- ==> Downloading https://ghcr.io/v2/homebrew/core/npth/manifests/1.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4628473efb57fb8665d271a0d6c96c69b2d6ef2ce61fe0ac620c7efc2dbc7512--npth-1.8.bottle_manifest.json
- ==> Pouring npth--1.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/npth/1.8: 13 files, 167.7KB
- ==> Installing gnupg dependency: pinentry
- ==> Downloading https://ghcr.io/v2/homebrew/core/pinentry/manifests/1.3.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3463f52d8b95f07f32c2352abc8adba455f4b7bbfec9940b6c086124cc22f0fa--pinentry-1.3.2.bottle_manifest.json
- ==> Pouring pinentry--1.3.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pinentry/1.3.2: 13 files, 462.1KB
- ==> Installing gnupg 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 gnupg
- ==> Pouring gnupg--2.4.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gnupg/2.4.8: 144 files, 14.9MB
- ==> Running `brew cleanup gnupg`...
- ==> Installing dependencies for gtk+3: dbus, libxfixes, libxi, libxtst, at-spi2-core, fribidi, jpeg-turbo, libtiff, gdk-pixbuf, gsettings-desktop-schemas, graphite2, icu4c@77, harfbuzz, hicolor-icon-theme, libepoxy and pango
- ==> Installing gtk+3 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 gtk+3 dependency: libxfixes
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd805bf79575e7b411d64dbe52530bc86d27acb58ca26c6afc172f02dfec3641--libxfixes-6.0.2.bottle_manifest.json
- ==> Pouring libxfixes--6.0.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxfixes/6.0.2: 13 files, 147.2KB
- ==> Installing gtk+3 dependency: libxi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089cbc546059463acb4a311e70491ca9665a8c04ab7683bc3c0803ee15b4d698--libxi-1.8.2.bottle_manifest.json
- ==> Pouring libxi--1.8.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxi/1.8.2: 86 files, 697.7KB
- ==> Installing gtk+3 dependency: libxtst
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/255b29f533b7064a6e692de37b3d9a41d73033506bec841e9900dbf2eb337a4c--libxtst-1.2.5.bottle_manifest.json
- ==> Pouring libxtst--1.2.5.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxtst/1.2.5: 23 files, 193.6KB
- ==> Installing gtk+3 dependency: at-spi2-core
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87f0398bb7826ae784dd44cc282bf748c377d0475a38b0cbcd483340722b5c8--at-spi2-core-2.56.4.bottle_manifest.json
- ==> Pouring at-spi2-core--2.56.4.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/at-spi2-core/2.56.4: 201 files, 4.3MB
- ==> Installing gtk+3 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 gtk+3 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 gtk+3 dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json
- ==> Pouring libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libtiff/4.7.0: 486 files, 8.4MB
- ==> Installing gtk+3 dependency: gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.44.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/473919d64a8460d45e118a9fdfb3bac2abc6f0cd122795ff0e11feb4406f8748--gdk-pixbuf-2.44.1.bottle_manifest.json
- ==> Pouring gdk-pixbuf--2.44.1.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/gdk-pixbuf/2.44.1/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /opt/homebrew/Cellar/gdk-pixbuf/2.44.1: 151 files, 4MB
- ==> Installing gtk+3 dependency: gsettings-desktop-schemas
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b50977acc6e572c3fef03f9e0d5a91fb31313e24dce8cea5c0cedcc626a07b3b--gsettings-desktop-schemas-48.0.bottle_manifest.json
- ==> Pouring gsettings-desktop-schemas--48.0.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas
- 🍺  /opt/homebrew/Cellar/gsettings-desktop-schemas/48.0: 107 files, 5.5MB
- ==> Installing gtk+3 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 gtk+3 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 gtk+3 dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6ddd345aaa17bccce05226297515c9a6ee40633a394d98facce4a14247cdac2--harfbuzz-11.5.0.bottle_manifest.json
- ==> Pouring harfbuzz--11.5.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/harfbuzz/11.5.0: 77 files, 11.8MB
- ==> Installing gtk+3 dependency: hicolor-icon-theme
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70835c74d449476f69c535127dcf54e7bc83475b0e28f15db78ccf6c2dfe3e7a--hicolor-icon-theme-0.18.bottle_manifest.json
- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/hicolor-icon-theme/0.18: 8 files, 80.0KB
- ==> Installing gtk+3 dependency: libepoxy
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91321dc6032305294ad3c7c3851bc80f1505f18512e4753036c509ba4b4e2c--libepoxy-1.5.10.bottle_manifest.json
- ==> Pouring libepoxy--1.5.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libepoxy/1.5.10: 11 files, 2.6MB
- ==> Installing gtk+3 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 gtk+3
- ==> Pouring gtk+3--3.24.50.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas
- ==> /opt/homebrew/Cellar/gtk+3/3.24.50/bin/gtk3-update-icon-cache -f -t /opt/homebrew/share/icons/hicolor
- ==> /opt/homebrew/Cellar/gtk+3/3.24.50/bin/gtk-query-immodules-3.0 > /opt/homebrew/lib/gtk-3.0/3.0.0/immodules.cache
- 🍺  /opt/homebrew/Cellar/gtk+3/3.24.50: 749 files, 57MB
- ==> Running `brew cleanup gtk+3`...
- ==> 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!
- ==> Caveats
- ==> curl
- curl is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have curl first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
- 
- For compilers to find curl you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- ==> expat
- expat is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have expat first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile
- 
- For compilers to find expat you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/expat/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/expat/include"
2025-09-15 07:50.06 ---> saved as "439ea246db8c348fba97c9ff371aee2125d9220cb4a8c8bd57aaa42a2355f9fe"


/: (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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 30 packages
- install base-bytes        base
- install cairo2            0.6.5
- install camlp-streams     5.0.1
- install conf-cairo        1
- install conf-glib-2       1
- install conf-gtk3         18
- install conf-libcurl      2
- install conf-pkg-config   4
- install cppo              1.8.0
- install csexp             1.5.2
- install curl              0.10.0
- install curl_lwt          0.10.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install lablgtk3          3.1.5
- install lwt               5.9.2
- install lwt_glib          1.1.1
- install lwt_react         1.2.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ocplib-endian     1.2
- install ocurl             transition (deprecated)
- install ounit2            2.2.7
- install react             1.2.2
- install seq               base
- install sha               1.15.4
- install stdlib-shims      0.3.0
- install topkg             1.1.0
- install xmlm              1.4.0
- install yojson            3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-libcurl.2
-> retrieved cppo.1.8.0  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved lablgtk3.3.1.5  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ounit2.2.2.7  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed xmlm.1.4.0
-> installed react.1.2.2
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ounit2.2.2.7
-> installed sha.1.15.4
-> installed yojson.3.0.0
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed curl.0.10.0
-> installed cairo2.0.6.5
-> installed lwt.5.9.2
-> installed curl_lwt.0.10.0
-> installed ocurl.transition
-> installed lwt_react.1.2.0
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.5
Done.


<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.
# To update the current shell environment, run: eval $(opam env)
2025-09-15 07:50.55 ---> saved as "2db873b471358126e9a93e7ad392cca2ddb29e4f174d58b665ef3a3ce293a47a"


/: (copy (src .) (dst ./src))
2025-09-15 07:50.56 ---> saved as "9343bfb4c996356671de6d3b01b5f1a0eed24338c4c34ee79c582df9b31fe25e"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.12 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
S
Ran: 1 tests in: 0.00 seconds.
OK: Cases: 1 Skip: 1


(cd _build/default/src/tests && ./test.exe)
.................................................................................................S...............................................................................................................................................................S..............S.......................
Ran: 296 tests in: 3.42 seconds.
OK: Cases: 296 Skip: 3


2025-09-15 07:51.07 ---> saved as "0192cda8302ce83b4135d92512cbca879d61bac4ccabdd3536209a3fc732ab78"
Job succeeded
2025-09-15 07:51.11: Job succeeded