2025-02-11 15:22.52: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (24e7148dc6585fd218904df0c623a8be5fdc301b) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 24e7148d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./src/./ RUN opam pin add -yn bogue.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.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-02-11 15:22.52: Using cache hint "sanette/bogue-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70" 2025-02-11 15:22.52: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_arm64_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn bogue.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") (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.3 --depext-only -y bogue.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-02-11 15:22.52: Waiting for resource in pool OCluster 2025-02-11 15:22.53: Waiting for workerโฆ 2025-02-11 15:22.53: Got resource from pool OCluster Building on m1-worker-03 HEAD is now at dcfa50a css HEAD is now at 24e7148 add video example28 (from macos-homebrew-ocaml-4.14) 2025-02-11 15:22.55 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_arm64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-02-11 15:22.55 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-02-11 15:22.55 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2025-02-11 15:22.55 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..3ee951993d master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly, 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-02-11 15:22.56 ---> using "6264d2c558032fade6f39d81736b58f475f53a63825d7d7169e0a32e61c6206e" from cache /: (copy (src bogue.opam) (dst ./src/./)) 2025-02-11 15:22.56 ---> using "69766efd86c7d68da6829363a54eb03d39acd92e49ecee685faf6f5275eaf06b" from cache /: (run (network host) (shell "opam pin add -yn bogue.dev './src/./'")) [bogue.dev] synchronised (file:///Users/mac1000/src) bogue is now pinned to file:///Users/mac1000/src (version dev) 2025-02-11 15:22.56 ---> using "0ef1371b0a4568b7c9f97f7d05c8989fdbe9a3b1356aac830b182ffc62e4fd4d" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-02-11 15:22.56 ---> using "141f59af499a466d7e3f8cdf17e09d7395079511b16be11f021bec685149508a" from cache /: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") /: (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.3 --depext-only -y bogue.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:d9faa506c014dedc0b034a68103ba75c9a58242f4d6c67b6ca0f649c39602bcf - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.7.arm64_big_sur.bottle.tar.gz - ==> Pouring portable-ruby-3.3.7.arm64_big_sur.bottle.tar.gz - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.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: libffi pkgconf sdl2 sdl2_image sdl2_ttf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "libffi" "pkgconf" "sdl2" "sdl2_image" "sdl2_ttf" - ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0dbccb1792291b90549d4a508e1f8609410e50e9229ae89b6f303e9a93445c50--libffi-3.4.7.bottle_manifest.json - ==> Fetching libffi - ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:559ffc0a457cbaea3abbdfa85fbfc00831741bb19d88bd6c14dce468f8994fce - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8658dc1d86b3edd9dbca80dbaeccc91f69360d2c0f41359e76fdd1c417d6073--libffi--3.4.7.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a660f26297baafd06fb3109f473edfa592f4aa00adbd8a2506b05d0374c5c1d--pkgconf-2.3.0_1-1.bottle_manifest.json - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:bee6257d97fd7331e4b6c1bc7f150a230d7f2f49e9104cf98cc52e04c26fb69d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/16a6a98313b16a83f7e3b7a728ae77859301335f7eda10f12be54522f88488d1--pkgconf--2.3.0_1.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/manifests/2.32.0 - ==> Fetching sdl2 - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2/blobs/sha256:d060098946a48523b21a2ad7b53d4dd588ac710556062c9bcd5d41ab26971424 - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2_image/manifests/2.8.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/54f485f39698d8f44e5a667216e91963f3094c22e56ff943fa6d8ac4bd34e627--sdl2_image-2.8.4.bottle_manifest.json - ==> Fetching dependencies for sdl2_image: jpeg-turbo, brotli, giflib, highway, imath, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openexr, webp, jpeg-xl, libvmaf, aom and libavif - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6a56a664f24b0435ac129cb33185ae84d884e0f2357ac6fd37727dad9ac5c7d7--jpeg-turbo-3.1.0.bottle_manifest.json - ==> Fetching jpeg-turbo - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:03d179652a6d36ece4f02bbbc091ff6e3bb1d9454ba4e7a160c8d2fbab83b7d6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5455e45d59c86daebb5f3f6eeb9c7a901f1d5fb2bf482565faad9641c65362d5--jpeg-turbo--3.1.0.arm64_sonoma.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:e75e7d3e86aba0f1a48f59bab9d819dbdd52c22259fb893ff1e796ca4dc9be75 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f16c8f2c603c4f0dbf49caa7c6d75d448c39b11f7770a3f3abc4a11a1c4d0656--brotli--1.1.0.arm64_sonoma.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:c6b05aecad00588daf749dbde717fb6a03ce83fb9723b15f5786e7b974ef4c02 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/61fceb894824b3f4fea0b2743a7a12dc86c8e2fba947ec622ed665147b0f4835--giflib--5.2.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.2.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb1608f21fba449c4e34b0a4912e3d73b6f2fa2577c916720799b5057207452--highway-1.2.0.bottle_manifest.json - ==> Fetching highway - ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:406c96cf28555eb84e1c67788db50223a6af2fd488ce91e831068e60981d128a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139028be3153bacc2a99a50999171d23ae2c1aa502cba6646a266817b08dfbb--highway--1.2.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6afdf93c912565e828ad2386867db9e96b58441f29b901492560bcde9e8a22ad--imath-3.1.12.bottle_manifest.json - ==> Fetching imath - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:787f2525c5b53bb1153e265774555f2a39c350bf927ce32fdb675987db179776 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02b9f670ba55e7649ad9408a092a4565478072ba0fac8093c621c8d84e2d8c48--imath--3.1.12.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.46 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d80bc92108aa9bc4068077c07ccbfad5fb22f8b3af5189e26d5467b33257976--libpng-1.6.46.bottle_manifest.json - ==> Fetching libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:5a44a2e8483ea80c3c785d817571885b1fd69796d50c9fde219000db0ba3b0fc - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/00b22ca9161db3e30fd3fa06e7e9b238e2be2d226d0cdb75fd317b676ba1d9b1--libpng--1.6.46.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d14e84095418591f4112922f1a834dbac6c7e4fdc334eae0aaff35e2b860cc5b--xz-5.6.4.bottle_manifest.json - ==> Fetching xz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:928cd470a16d10f9c8d444336314101e7b524f9aa5aeaa108569982c2bd83a63 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6acf3f640badd8a50bd0de87b619e9c1bcb2834ec4fc434f411989cc7d8afb4f--xz--5.6.4.arm64_sonoma.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:6590245dc4a919c46afa16366914cd4b5c0c4a8f4fb35a4f6ab89053f289ae5d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a55f61ddbdff069a1efe8a91355fe7541dc2dd53cddb6ab925c6af8d6b7de045--lz4--1.10.0.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json - ==> Fetching zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:2028141683f55bffcd0693b9e49eef1e3dabc1e184214cacb173ca9bd54dabc0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af6fd07ad9cd935975dd761af51c9baba7eb782dda7630d4abd399fa98e53578--zstd--1.5.6.arm64_sonoma.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:7400825c55ab3f7aef5c0571d59bd62ffc509a5252784c08034df07995cb9e71 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/890ca14f85b983916bba44eaf7298d4d8d87dffcc99903714d5e079b44d80e9e--libtiff--4.7.0.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/df638792747859d52f41b192ffa0dd5619d3cfe90938e37a0e07a7b89ba9ae69--little-cms2-2.16-1.bottle_manifest.json - ==> Fetching little-cms2 - ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:b607bb445fb9a11ee2fb8ff80748d6213adb5819cf0f2c680bf075cd2f192632 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8105030782a53c1f0a9a4e1019ca6d81bf9a6dcb4f09b0832d9d7e6439982947--little-cms2--2.16.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.23 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a3f7b254c6a1077003042d709690bf0435eee40ba9563497924c8bf43ea31e5--libdeflate-1.23.bottle_manifest.json - ==> Fetching libdeflate - ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/blobs/sha256:15e665a6443b3f652cb920892a936cf09af93fb518c2771fde48211f3cb81a11 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f4d84e64eed7f29b832e09ed1a1803669bd58b633ceef2c4f9c42667e2aea39--libdeflate--1.23.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.3.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b078648726709f306f7df3d93f1a4fa8ea8a965f4926a460b7acd6df793a453--openexr-3.3.2.bottle_manifest.json - ==> Fetching openexr - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:0fe7eadd18353953998350145a571f9345785dd13d4f7a6b68d4ac76b5981732 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff14b1262773d1acd1efd1066d03fc4b47db10381312e5856c445f70b8a350b3--openexr--3.3.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.5.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/674b427392a0b30f8c95a3047f8d8b59cc729067bec5e51403e4bb87e009102a--webp-1.5.0.bottle_manifest.json - ==> Fetching webp - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:121c8d526d62724c65ca82ad99a2edfa56bf7aeb6a69a231399e0faab96cad1f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/97025e01bdd4631163e5a222fa6691c7d70d0c8863f99e99b3d97df978c5557d--webp--1.5.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/92498a4db23a1b23add1af0651bb5bb994372d17f721572dea63982bbd74288f--jpeg-xl-0.11.1.bottle_manifest.json - ==> Fetching jpeg-xl - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:e16ed22cd8691d3dfa5397b8f1e3ea0bead0d562ec8a114ccb73248cc2149ba8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/981bb9089e607c6fcd9245471e7b43ac57373cd652a396f8d21cc62309e48ac8--jpeg-xl--0.11.1.arm64_sonoma.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:56701b888674f0dfe0e67224cf1e851888b6ab044ac696ced31b13c8c7a61d0b - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ef37203947a9d5db153ccefbf8f68ea1d90be21a1e6e73c91398f718581b71ea--libvmaf--3.0.0.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.11.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c13a2c0d056aa5707ef69eb19f436fc6d9315f23a54efc9d402929ef6bda9d47--aom-3.11.0.bottle_manifest.json - ==> Fetching aom - ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:02f671d324c3073b89bc753c96d2bb2e0ea79520c4ebe7354bec355eb9988b46 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/610d9ee0f9a093d4fec338d9fee29bd8c25ce3effee22d343a28fa3ba868f866--aom--3.11.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.1.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/07c52a13253ecd881a20e0ae6254c1be40d1c3f284a155863350f1187c0d8640--libavif-1.1.1.bottle_manifest.json - ==> Fetching libavif - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:d933afea7d7bce60d38fc1458049972f95f27ce057ea4d8b850dc1cd6dcb6de2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/073141e815b5f4d24147f12de1498b1f01bff179b86b1f2fdc0d7a7e0e46f2f3--libavif--1.1.1.arm64_sonoma.bottle.tar.gz - ==> Fetching sdl2_image - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2_image/blobs/sha256:2be0d91084416dbbd6503ebfd48e205196961aee5db2dd79b1878bf521258b4a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/384713edace94ba06fc85f5020d4227261ecee0ea463ca5de804287cc73c29e1--sdl2_image--2.8.4.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2_ttf/manifests/2.24.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/160347be6ff70df3b4dea33af653868aa58bbae84a67a3d707937a86ad756afb--sdl2_ttf-2.24.0.bottle_manifest.json - ==> Fetching dependencies for sdl2_ttf: freetype, fontconfig, pcre2, python-packaging, mpdecimal, ca-certificates, openssl@3, readline, sqlite, expat, python@3.13, libunistring, gettext, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@76 and harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json - ==> Fetching freetype - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:939f90de3dd92919020832ba03d6617a0d2ec9a8e185f6a2c518f149c7b299f4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/74eec62e9f292951d32047a5589ab60949d5ce0c8bc1608103785db9fc6b8036--freetype--2.13.3.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.16.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json - ==> Fetching fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:3ddfba863428fbb47be87178f2beaedd1a2c248724a3ce421c3f20bbecb035f1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39c0b80659e70953b407f1d9eee0765ff9d8358e015854c98dd1d8e5aebb225a--fontconfig--2.16.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.44 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/22ed791461c5bf400adde8c3b432c1230866aa1db3c5cb81e06a6ff21cac96ee--pcre2-10.44.bottle_manifest.json - ==> Fetching pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:78fe8885f70cc1ec83eefd678e1dfc3b341aedf4b44132327da98300c5e04cdf - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/963f297da6f07bfa0a7ced88afef5e00081c9ceade61f60d5e26c308013e64a1--pcre2--10.44.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/manifests/24.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a654ed84d67e434e714ac548959721dfcfc2297e1cb87be9237baee7632a2b76--python-packaging-24.2.bottle_manifest.json - ==> Fetching python-packaging - ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/blobs/sha256:81d0db4704a8a4d53322164f860947baa0bae504373934327985c984b24de212 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2ce5bd24826be4f109b675fb9602e4c0e5424b4962c8f45612434da96167dade--python-packaging--24.2.all.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json - ==> Fetching mpdecimal - ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:2965eec8a30f462b3bd6a8cc2756c1645e75f4399471594e434e36e886239e2e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f7a1a899d1404f0c9c837f61028928d0704d1cdd79728461141555850e51091c--mpdecimal--4.0.0.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:414ada64e60703cd4e9aa97f36e29c1a7ec73d60862b5219b8110731fcfd2cb7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139574154be31eaa168519750ddbae9b45eb437f842c40c23ecbe906fb86a10--ca-certificates--2024-12-31.all.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:706b2f224c9519816d987e28ecfae9cfb41d99b728e237ef98fa1c0698d1f626 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6b9a3499de574de4a16b9db9b8c36dd341f53c81493dcdbe25113c80933ee0b--openssl@3--3.4.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json - ==> Fetching readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:e46d4ff0c800dd35b9d5cef74e61ade54edc0834231f35c695af206bed9e3608 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/83111ac86e24adf736d55f6be8bf15929cea064dcb47859cedcad53389ef8478--readline--8.2.13.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.49.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3ff6b5480e01fc856796baed8cbb6ef546f8aa71afa8f14efdf846be50b08be--sqlite-3.49.0.bottle_manifest.json - ==> Fetching sqlite - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:dabadec36af0936ea2271e30c9c0debf5400b33a5e494ef22d577edb3aa9e04d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7cc27a92636d6455ac5adfa5353b3171c04fbf9175ce567984d4dda0daa2bf82--sqlite--3.49.0.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/expat/manifests/2.6.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/700d5fdfe27a60378ec5801ebcbf598a7f6eeb78be73ddb517b205e6692b42d6--expat-2.6.4.bottle_manifest.json - ==> Fetching expat - ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:60a7805061d5eb779c8798b8fc3fa0c1cb3063e6786471d329687de38cfde52f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/33aaeecf2c3c0510311094abc4393e903bddf53a89ea34919b33cb6496cc4c36--expat--2.6.4.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ed88e7b3fd6fee101e6c569740db52ea7364a7e3d9092a35d8375795a39c2592--python@3.13-3.13.2.bottle_manifest.json - ==> Fetching python@3.13 - ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/blobs/sha256:2b7e405b9fc4cde6ccd5ecd94f4fb511fa063e41d6334c663d6e42271c37da13 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52ca25108c1681eb5834be88da7dc387876cc6d69ca8f9f0c44eacb68a7aa704--python@3.13--3.13.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Fetching libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:38e44e319bfe11ec892bc6451d86b687d990ea01b4810b5d8ad1f794d531d82f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c72788c6c505bfd73330e61b2330ad4ca86b280e377b4dd2e0457be6b6f87b9--libunistring--1.3.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.23.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5b6ba6453cc31731ac67fb3d0075d98ab572a913f3e740b54a86d79906f360e--gettext-0.23.1.bottle_manifest.json - ==> Fetching gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:f3b350830a3da3a44f3981838651accad39c14a3bd0ceac8d4a3c94eb7b24c02 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fcd6058d3b70cff775a5efc046137fe46f8eb4839f029933fa2a9828b204d9ba--gettext--0.23.1.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.82.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48cf1dc2a2e975f6b45e31970e772c5b8aadbf7e5dd1b4543c353ae422f07e1c--glib-2.82.4-1.bottle_manifest.json - ==> Fetching glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:26c4a5cd06dc075dabe28e94dba63742d881343d4fde244b29126086eefb3711 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/61f3a74615cbd794c618db4fbd66631af85efc91434c9eafc15dbd0716ed3c6b--glib--2.82.4.arm64_sonoma.bottle.1.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:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.arm64_sonoma.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:418c0c03e6422ba74ca2d59b38b6cd01103587ad859932b0bc3519a3f9e26e23 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/36ad4000a1c9222707c324ddd27ad28e43c24608806c4ff38ce6b663f3696fd7--libxau--1.0.12.arm64_sonoma.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:789326aa88d1b6dbe5dd565e9e70e5031bf63fac39d22cd30d11c1dfc49ffbfb - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ee3e5ab996272cb29ed0fa623c5bc9047aff67df163146559544926ad65f9bd4--libxdmcp--1.1.5.arm64_sonoma.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:103f2b2f44b6dfd22bc936c9eb7f325b598374c549a9f56465b8cce80a2ea829 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b03c794833bbf392509e29b7be1a2f3f38a0d91687d735130807772a2b2fe362--libxcb--1.17.0.arm64_sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.11 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/892d2a9a8a3fc139f37fcd1a9a1cc6e112a48ed4a33da24e4ea5d3b0046436d3--libx11-1.8.11.bottle_manifest.json - ==> Fetching libx11 - ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:bb1a33c1c0966d28ac136dac6b3a0d740b36b7ba51fad7d9c42e3d774b716692 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d2b2bf077514ac4e1e8c61c64d291773dc1027778ca8e2706bbae0becc6e2ed0--libx11--1.8.11.arm64_sonoma.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:50a9b29c594f9b93690466d66b52f2ac36461d956016b135a85d3dfbc883e336 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48bc4f84c78d1cab8a23a688f2908411844c3ebf367b6b8d53c1d4c5c8f1e076--libxext--1.3.6.arm64_sonoma.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:a9e072e66b91797a41879d60271ac73a0b6a6e487a80ca054a44c209352e20ae - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/839b51863d2f39fba0c2063fcdd4b33a432e0b771b222df5ee2a46ca6517c76b--libxrender--0.9.12.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json - ==> Fetching lzo - ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:167749edd2052e4c577f27c79a41eb1cb4b79302b1e4bef1e4cfb29bd50aedd9 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bff6de597e513ea77960d4a99c7f7ba7b8c0219ddfe2337b483a31cd69249bd4--lzo--2.10.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.44.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/710d020ae0348db5aff5d6dbdfd222dca000e630d64e8dcd5f8a8499e8131681--pixman-0.44.2.bottle_manifest.json - ==> Fetching pixman - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:9864683edbe6d854ac00331ede5a69e8fcd624dda02d27c7e240a0c6b9e73feb - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fa6d3e70b5db01ed2279b37e6c56d67f5300357357f2847a91d573efc446ea6a--pixman--0.44.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d3ab10478bcceef6fbed69d1a4f387b5d996a592bb1ccbf33e560e3d2d5e103--cairo-1.18.2.bottle_manifest.json - ==> Fetching cairo - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:8d7d5bc22a123340ce7092b9bf1438ce8e959157e38b784226f48b616a76122a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e2342b600bf5dad1a8a1b812969965fe67e1f11d1933956b9146922bddc61f2--cairo--1.18.2.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json - ==> Fetching graphite2 - ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:4cdee055db9958e12662c53661fab627057d3553974d15b289e2955b439f4a9d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d39f668b08c6fec5f362a00b9172cdb2612b9b50945e236bbff93abda225564--graphite2--1.3.14.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json - ==> Fetching icu4c@76 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/blobs/sha256:38c00ad782ec16cf4c5b3439b15a38e11e8be3ffc5b029135cfff102e36bcfa3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/487df0a6aabb1acb07491a72e5f0994c7bc0a6d20edd120e7d6ff46940c690cc--icu4c@76--76.1_1.arm64_sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/10.2.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1575c3ecb3f0eddb4bb01b12e8c2e027bc1a795991afa8204c85b11331806ef4--harfbuzz-10.2.0.bottle_manifest.json - ==> Fetching harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:7e45cdf77d0075ca8846705117fbd7d0d4347be7cb5e70d4217cb6370c544d30 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/95708d9e7737ced13c3eb762a92e46cef31e103af57a95820a4a7139d2567d42--harfbuzz--10.2.0.arm64_sonoma.bottle.tar.gz - ==> Fetching sdl2_ttf - ==> Downloading https://ghcr.io/v2/homebrew/core/sdl2_ttf/blobs/sha256:63163b41f4746695229e47cdf721975c8d03ea0809f924c8434389e38912e186 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/75e027ebd9caaf2caa7bfcb2262d2a38fbb9ff67a8d87451a45a0dc18ec28a71--sdl2_ttf--2.24.0.arm64_sonoma.bottle.tar.gz - ==> Pouring libffi--3.4.7.arm64_sonoma.bottle.tar.gz - ==> Caveats - libffi 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. - - For compilers to find libffi you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/libffi/lib" - export CPPFLAGS="-I/opt/homebrew/opt/libffi/include" - ==> Summary - ๐บ /opt/homebrew/Cellar/libffi/3.4.7: 18 files, 780.7KB - ==> Running `brew cleanup libffi`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> Pouring pkgconf--2.3.0_1.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/pkgconf/2.3.0_1: 27 files, 472KB - ==> Running `brew cleanup pkgconf`... - ==> Pouring sdl2--2.32.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/sdl2/2.32.0: 94 files, 6.4MB - ==> Running `brew cleanup sdl2`... - Removing: /Users/mac1000/Library/Caches/Homebrew/sdl2_bottle_manifest--2.30.12... (13.5KB) - Removing: /Users/mac1000/Library/Caches/Homebrew/sdl2--2.30.12... (1.8MB) - ==> Installing dependencies for sdl2_image: jpeg-turbo, brotli, giflib, highway, imath, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openexr, webp, jpeg-xl, libvmaf, aom and libavif - ==> Installing sdl2_image dependency: jpeg-turbo - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6a56a664f24b0435ac129cb33185ae84d884e0f2357ac6fd37727dad9ac5c7d7--jpeg-turbo-3.1.0.bottle_manifest.json - ==> Pouring jpeg-turbo--3.1.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/jpeg-turbo/3.1.0: 47 files, 3.5MB - ==> Installing sdl2_image 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_sonoma.bottle.2.tar.gz - ๐บ /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB - ==> Installing sdl2_image 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/giflib/5.2.2: 20 files, 546.0KB - ==> Installing sdl2_image dependency: highway - ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.2.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb1608f21fba449c4e34b0a4912e3d73b6f2fa2577c916720799b5057207452--highway-1.2.0.bottle_manifest.json - ==> Pouring highway--1.2.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/highway/1.2.0: 75 files, 4.2MB - ==> Installing sdl2_image dependency: imath - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6afdf93c912565e828ad2386867db9e96b58441f29b901492560bcde9e8a22ad--imath-3.1.12.bottle_manifest.json - ==> Pouring imath--3.1.12.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/imath/3.1.12: 50 files, 945.0KB - ==> Installing sdl2_image dependency: libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.46 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d80bc92108aa9bc4068077c07ccbfad5fb22f8b3af5189e26d5467b33257976--libpng-1.6.46.bottle_manifest.json - ==> Pouring libpng--1.6.46.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libpng/1.6.46: 28 files, 1.4MB - ==> Installing sdl2_image dependency: xz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d14e84095418591f4112922f1a834dbac6c7e4fdc334eae0aaff35e2b860cc5b--xz-5.6.4.bottle_manifest.json - ==> Pouring xz--5.6.4.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/xz/5.6.4: 96 files, 2.0MB - ==> Installing sdl2_image 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_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712.7KB - ==> Installing sdl2_image dependency: zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json - ==> Pouring zstd--1.5.6.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/zstd/1.5.6: 32 files, 2.2MB - ==> Installing sdl2_image 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_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libtiff/4.7.0: 486 files, 8.4MB - ==> Installing sdl2_image dependency: little-cms2 - ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.16-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/df638792747859d52f41b192ffa0dd5619d3cfe90938e37a0e07a7b89ba9ae69--little-cms2-2.16-1.bottle_manifest.json - ==> Pouring little-cms2--2.16.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/little-cms2/2.16: 23 files, 1.4MB - ==> Installing sdl2_image dependency: libdeflate - ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.23 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a3f7b254c6a1077003042d709690bf0435eee40ba9563497924c8bf43ea31e5--libdeflate-1.23.bottle_manifest.json - ==> Pouring libdeflate--1.23.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libdeflate/1.23: 17 files, 427.9KB - ==> Installing sdl2_image dependency: openexr - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.3.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b078648726709f306f7df3d93f1a4fa8ea8a965f4926a460b7acd6df793a453--openexr-3.3.2.bottle_manifest.json - ==> Pouring openexr--3.3.2.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openexr/3.3.2: 210 files, 6.1MB - ==> Installing sdl2_image dependency: webp - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.5.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/674b427392a0b30f8c95a3047f8d8b59cc729067bec5e51403e4bb87e009102a--webp-1.5.0.bottle_manifest.json - ==> Pouring webp--1.5.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/webp/1.5.0: 64 files, 2.5MB - ==> Installing sdl2_image dependency: jpeg-xl - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/92498a4db23a1b23add1af0651bb5bb994372d17f721572dea63982bbd74288f--jpeg-xl-0.11.1.bottle_manifest.json - ==> Pouring jpeg-xl--0.11.1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/jpeg-xl/0.11.1: 64 files, 35.1MB - ==> Installing sdl2_image 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_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libvmaf/3.0.0: 235 files, 7.2MB - ==> Installing sdl2_image dependency: aom - ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.11.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c13a2c0d056aa5707ef69eb19f436fc6d9315f23a54efc9d402929ef6bda9d47--aom-3.11.0.bottle_manifest.json - ==> Pouring aom--3.11.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/aom/3.11.0: 24 files, 10.1MB - ==> Installing sdl2_image dependency: libavif - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.1.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/07c52a13253ecd881a20e0ae6254c1be40d1c3f284a155863350f1187c0d8640--libavif-1.1.1.bottle_manifest.json - ==> Pouring libavif--1.1.1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libavif/1.1.1: 21 files, 640.9KB - ==> Installing sdl2_image - ==> Pouring sdl2_image--2.8.4.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/sdl2_image/2.8.4: 13 files, 404.9KB - ==> Running `brew cleanup sdl2_image`... - ==> Installing dependencies for sdl2_ttf: freetype, fontconfig, pcre2, python-packaging, mpdecimal, ca-certificates, openssl@3, readline, sqlite, expat, python@3.13, libunistring, gettext, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@76 and harfbuzz - ==> Installing sdl2_ttf dependency: freetype - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json - ==> Pouring freetype--2.13.3.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/freetype/2.13.3: 68 files, 2.5MB - ==> Installing sdl2_ttf dependency: fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.16.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json - ==> Pouring fontconfig--2.16.0.arm64_sonoma.bottle.tar.gz - ==> Regenerating font cache, this may take a while - ==> /opt/homebrew/Cellar/fontconfig/2.16.0/bin/fc-cache -frv - ๐บ /opt/homebrew/Cellar/fontconfig/2.16.0: 92 files, 1.5MB - ==> Installing sdl2_ttf dependency: pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.44 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/22ed791461c5bf400adde8c3b432c1230866aa1db3c5cb81e06a6ff21cac96ee--pcre2-10.44.bottle_manifest.json - ==> Pouring pcre2--10.44.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pcre2/10.44: 237 files, 6.3MB - ==> Installing sdl2_ttf dependency: python-packaging - ==> Downloading https://ghcr.io/v2/homebrew/core/python-packaging/manifests/24.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a654ed84d67e434e714ac548959721dfcfc2297e1cb87be9237baee7632a2b76--python-packaging-24.2.bottle_manifest.json - ==> Pouring python-packaging--24.2.all.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/python-packaging/24.2: 56 files, 488.4KB - ==> Installing sdl2_ttf dependency: mpdecimal - ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json - ==> Pouring mpdecimal--4.0.0.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/mpdecimal/4.0.0: 22 files, 639.6KB - ==> Installing sdl2_ttf dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json - ==> Pouring ca-certificates--2024-12-31.all.bottle.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /opt/homebrew/Cellar/ca-certificates/2024-12-31: 4 files, 233.4KB - ==> Installing sdl2_ttf dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json - ==> Pouring openssl@3--3.4.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.4.0: 7,236 files, 33.2MB - ==> Installing sdl2_ttf dependency: readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json - ==> Pouring readline--8.2.13.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/readline/8.2.13: 51 files, 1.7MB - ==> Installing sdl2_ttf dependency: sqlite - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.49.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3ff6b5480e01fc856796baed8cbb6ef546f8aa71afa8f14efdf846be50b08be--sqlite-3.49.0.bottle_manifest.json - ==> Pouring sqlite--3.49.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/sqlite/3.49.0: 13 files, 4.7MB - ==> Installing sdl2_ttf dependency: expat - ==> Downloading https://ghcr.io/v2/homebrew/core/expat/manifests/2.6.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/700d5fdfe27a60378ec5801ebcbf598a7f6eeb78be73ddb517b205e6692b42d6--expat-2.6.4.bottle_manifest.json - ==> Pouring expat--2.6.4.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/expat/2.6.4: 23 files, 669.4KB - ==> Installing sdl2_ttf dependency: python@3.13 - ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ed88e7b3fd6fee101e6c569740db52ea7364a7e3d9092a35d8375795a39c2592--python@3.13-3.13.2.bottle_manifest.json - ==> Pouring python@3.13--3.13.2.arm64_sonoma.bottle.tar.gz - ==> /opt/homebrew/Cellar/python@3.13/3.13.2/bin/python3.13 -Im ensurepip - ==> /opt/homebrew/Cellar/python@3.13/3.13.2/bin/python3.13 -Im pip install -v --no-index --upgrade --isolated --target=/opt/homebrew/lib/python3.13/site-packages /opt/homebrew/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/ensurepip/_bundled/pip-25.0-py3-none-any.whl /opt/homebrew/Cellar/python@3.13/3.13.2/libexec/wheel-0.45.1-py3-none-any.whl - ๐บ /opt/homebrew/Cellar/python@3.13/3.13.2: 3,274 files, 65.3MB - ==> Installing sdl2_ttf dependency: libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Pouring libunistring--1.3.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB - ==> Installing sdl2_ttf dependency: gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.23.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5b6ba6453cc31731ac67fb3d0075d98ab572a913f3e740b54a86d79906f360e--gettext-0.23.1.bottle_manifest.json - ==> Pouring gettext--0.23.1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/gettext/0.23.1: 2,052 files, 22MB - ==> Installing sdl2_ttf dependency: glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.82.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48cf1dc2a2e975f6b45e31970e772c5b8aadbf7e5dd1b4543c353ae422f07e1c--glib-2.82.4-1.bottle_manifest.json - ==> Pouring glib--2.82.4.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/glib/2.82.4: 504 files, 36.3MB - ==> Installing sdl2_ttf 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 3.9MB - ==> Installing sdl2_ttf 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 132.9KB - ==> Installing sdl2_ttf 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 139KB - ==> Installing sdl2_ttf 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_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.5MB - ==> Installing sdl2_ttf dependency: libx11 - ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.11 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/892d2a9a8a3fc139f37fcd1a9a1cc6e112a48ed4a33da24e4ea5d3b0046436d3--libx11-1.8.11.bottle_manifest.json - ==> Pouring libx11--1.8.11.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libx11/1.8.11: 1,043 files, 7MB - ==> Installing sdl2_ttf 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 454.8KB - ==> Installing sdl2_ttf 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_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 224.0KB - ==> Installing sdl2_ttf dependency: lzo - ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json - ==> Pouring lzo--2.10.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.3KB - ==> Installing sdl2_ttf dependency: pixman - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.44.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/710d020ae0348db5aff5d6dbdfd222dca000e630d64e8dcd5f8a8499e8131681--pixman-0.44.2.bottle_manifest.json - ==> Pouring pixman--0.44.2.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pixman/0.44.2: 10 files, 654.8KB - ==> Installing sdl2_ttf dependency: cairo - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d3ab10478bcceef6fbed69d1a4f387b5d996a592bb1ccbf33e560e3d2d5e103--cairo-1.18.2.bottle_manifest.json - ==> Pouring cairo--1.18.2.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/cairo/1.18.2: 53 files, 2.2MB - ==> Installing sdl2_ttf dependency: graphite2 - ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json - ==> Pouring graphite2--1.3.14.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 283.2KB - ==> Installing sdl2_ttf dependency: icu4c@76 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json - ==> Pouring icu4c@76--76.1_1.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/icu4c@76/76.1_1: 277 files, 81MB - ==> Installing sdl2_ttf dependency: harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/10.2.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1575c3ecb3f0eddb4bb01b12e8c2e027bc1a795991afa8204c85b11331806ef4--harfbuzz-10.2.0.bottle_manifest.json - ==> Pouring harfbuzz--10.2.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/harfbuzz/10.2.0: 77 files, 9.8MB - ==> Installing sdl2_ttf - ==> Pouring sdl2_ttf--2.24.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/sdl2_ttf/2.24.0: 13 files, 290.3KB - ==> Running `brew cleanup sdl2_ttf`... - ==> Caveats - ==> libffi - libffi 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. - - For compilers to find libffi you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/libffi/lib" - export CPPFLAGS="-I/opt/homebrew/opt/libffi/include" - - For pkg-config to find libffi you may need to set: - export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig" 2025-02-11 15:22.56 ---> using "0c51663ddef0f17f74a6d39addd97571844ad74668310963ec992bfa418c4819" from cache /: (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 20 packages - install bigarray-compat 1.1.0 - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.23.0 - install ctypes-foreign 0.23.0 - install dune 3.17.2 - install dune-configurator 3.17.2 - install integers 0.7.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install tsdl 1.1.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.17.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-sdl2-ttf.1 -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> installed conf-libffi.2.0.0 -> retrieved integers.0.7.0 (cached) -> retrieved tsdl.1.1.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached) -> installed ocamlbuild.0.15.0 -> installed ocamlfind.1.9.8 -> installed topkg.1.0.7 -> installed dune.3.17.2 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed integers.0.7.0 -> installed bigarray-compat.1.1.0 -> installed xdg.3.17.2 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed tsdl.1.1.0 -> installed tsdl-ttf.0.6 -> installed tsdl-image.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-11 15:22.56 ---> using "2001218f254b48fbb3d999a6b10f7e4914ba553685de9c9f42e0211d0d7d14de" from cache /: (copy (src .) (dst ./src)) 2025-02-11 15:22.57 ---> saved as "e0860add68a8a9b9ce4427f85f91b6244122552bb5f099623e0d947d264111db" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/examples.exe /Users/mac1000/.opam/4.14.2/lib/xdg/xdg.cmxa -I /Users/mac1000/.opam/4.14.2/lib/xdg /Users/mac1000/.opam/4.14.2/lib/ocaml/str.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/4.14.2/lib/integers/integers.cmxa -I /Users/mac1000/.opam/4.14.2/lib/integers /Users/mac1000/.opam/4.14.2/lib/bigarray-compat/bigarray_compat.cmxa /Users/mac1000/.opam/4.14.2/lib/ctypes/ctypes.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ctypes /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ocaml/threads/threads.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ctypes-foreign/ctypes_foreign.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ctypes-foreign /Users/mac1000/.opam/4.14.2/lib/tsdl/tsdl.cmxa -I /Users/mac1000/.opam/4.14.2/lib/tsdl /Users/mac1000/.opam/4.14.2/lib/tsdl-image/tsdl_image.cmxa /Users/mac1000/.opam/4.14.2/lib/tsdl-ttf/tsdl_ttf.cmxa lib/bogue.cmxa examples/.examples.eobjs/native/dune__exe__Examples.cmx) ld: warning: ignoring duplicate libraries: '-lSDL2' (cd _build/default/examples && ./examples.exe 00) [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [16][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/Users/mac1000/src/_build/default/examples, prefix_dir=/Users/mac1000/src/_build/default [16][0] : Warning: User variable 'DIR' not found in config. [16][0] : Warning: Using DIR= [25][0] : Warning: User variable 'THEME' not found in config. [25][0] : Warning: Using THEME=default [25][0] : I/O: No theme specified, using default=default [25][0] : I/O: Reading config file [/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250210] [25][0] : I/O: Reading BACKGROUND=color:white [25][0] : I/O: Reading CHECK_ON=fa:check-square-o [25][0] : I/O: Reading CHECK_OFF=fa:square-o [25][0] : Warning: Using THEME=default Loading Bogue 20250210 with config dir /Users/mac1000/src/_build/install/default/share/bogue/themes/default [25][0] : Warning: Using BACKGROUND=color:white [25][0] : Warning: User variable 'BG_COLOR' not found in config. [25][0] : Warning: Using BG_COLOR=lightsteelblue [25][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [25][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [25][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [25][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [25][0] : Warning: Using CHECK_ON=fa:check-square-o [25][0] : Warning: Using CHECK_OFF=fa:square-o [25][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [25][0] : Warning: Using CURSOR_COLOR=#2a7da2 [25][0] : Warning: User variable 'FAINT_COLOR' not found in config. [25][0] : Warning: Using FAINT_COLOR=gainsboro [25][0] : Warning: User variable 'TEXT_COLOR' not found in config. [25][0] : Warning: Using TEXT_COLOR=black [26][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [26][0] : Warning: Using SEL_BG_COLOR=slategray [26][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [26][0] : Warning: Using SEL_FG_COLOR=white [26][0] : Warning: User variable 'LABEL_COLOR' not found in config. [26][0] : Warning: Using LABEL_COLOR=black [26][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [26][0] : Warning: Using MENU_HL_COLOR=#8099a2 [26][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [26][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [26][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [26][0] : Warning: Using LABEL_FONT_SIZE=14 [26][0] : Warning: User variable 'LABEL_FONT' not found in config. [26][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [26][0] : Warning: User variable 'TEXT_FONT' not found in config. [26][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [26][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [26][0] : Warning: Using TEXT_FONT_SIZE=14 [26][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [26][0] : Warning: Using SMALL_FONT_SIZE=10 [26][0] : Warning: User variable 'MONO_FONT' not found in config. [26][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [26][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [26][0] : Warning: Using ROOM_MARGIN=10 [26][0] : Warning: User variable 'FA_DIR' not found in config. [26][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [26][0] : Warning: User variable 'INT_SCALE' not found in config. [26][0] : Warning: Using INT_SCALE=false [26][0] : Warning: User variable 'SCALE' not found in config. [26][0] : Warning: Using SCALE=0 [26][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [26][0] : Warning: Using OPENGL_MULTISAMPLE=false [26][0] : Warning: User variable 'NO_VSYNC' not found in config. [26][0] : Warning: Using NO_VSYNC=false [26][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [26][0] : Warning: Using NATURAL_SCROLLING=auto [29][0] : I/O: Reading color names from [/Users/mac1000/src/_build/install/default/share/bogue/themes/common/colors/liste.txt]. [29][0] : Custom: Detected os type: [Darwin] [35][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [36][0] : Warning: SDL initialized [36][0] : Event: SDL Events initialized [36][0] : Event: Register new event type:user (Ox8000) [36][0] : Event: Register new event type:stop (Ox8001) [36][0] : Event: Register new event type:stopped (Ox8002) [36][0] : Event: Register new event type:mouse_enter (Ox8003) [36][0] : Event: Register new event type:mouse_leave (Ox8004) [36][0] : Event: Register new event type:redraw (Ox8005) [36][0] : Event: Register new event type:mouse_at_rest (Ox8006) [36][0] : Event: Register new event type:startup (Ox8007) [36][0] : Event: Register new event type:var_changed (Ox8008) [36][0] : Event: Register new event type:update (Ox8009) [36][0] : Event: Register new event type:sync_action (Ox800a) [36][0] : Event: Register new event type:keyboard_focus (Ox800b) [36][0] : Event: Register new event type:mouse_focus (Ox800c) [36][0] : Event: Register new event type:remove_focus (Ox800d) [36][0] : Event: Register new event type:destroy_window (Ox800e) [36][0] : Event: Register new event type:add_window (Ox800f) [36][0] : Event: Register new event type:not_used (Ox8010) [37][0] : Board: Layout #1 (dummy) created. [39][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [40][0] : I/O: Checking image file size /Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png [40][0] : Graphics: SDL Video initialized [40][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [40][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [45][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [45][0] : Graphics: DPI from system: 110 [45][0] : Graphics; Warning: Using SCALE=1.000000 [45][0] : Graphics: SDL Image initialized [45][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png) [45][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [45][0] : Board: Adding timeout 1 [45][0] : Board: Layout #2 (windows_house) created. [45][0] : Board: ==> Running board! [45][0] : Graphics; Warning: Could not get refresh rate information for any monitor [45][0] : Graphics: Desired FPS=60 [135][0] : Board: Has focus: NO [136][0] : Board: Adding timeout 2 [136][0] : Graphics: FPS:100 (round_trip=0) [1137][0] : Board: Executing timeout 1 Hello world [1137][0] : Memory: All zombies have been killed! Congratulations! [1137][0] : Board: Quitting... [1137][0] : Graphics: Quitting SDL Image [1137][0] : Graphics: Quitting SDL Video [1137][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1137][0] : Memory: Freeing surface (123,128) [1137][0] : Event: Quitting SDL Events [1137][0] : Graphics: Exit SDL... [1137][0] : Graphics: Done. 2025-02-11 15:23:00.678 examples.exe[54372:10550505] INFO: Using SDL 2.32.0 /bin/sh: xdpyinfo: command not found 2025-02-11 15:23.02 ---> saved as "a23f85bc3b633d11e94d90fddb85e9c147b6735a782cf9e8c647653d04dda141" Job succeeded 2025-02-11 15:23.08: Job succeeded