2025-09-04 19:29.06: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/pull/45/head (46d4e6b4fa88154807e4dbda0d4cca52541eea40) (macos-x86_64:macos-homebrew-5.3_opam-2.4)Base: macos-homebrew-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" && cd "eio-trace" && git fetch origin "refs/pull/45/head" && git reset --hard 46d4e6b4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.3# macos-homebrew-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 eio-trace.opam ./src/./RUN opam pin add -yn eio-trace.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-04 19:29.06: Using cache hint "ocaml-multicore/eio-trace-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.4-79ce6576ce725662ac05e37bce620f64"2025-09-04 19:29.06: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_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 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src eio-trace.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn eio-trace.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.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 eio-trace.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-04 19:29.06: Waiting for resource in pool OCluster2025-09-04 19:29.07: Waiting for worker…2025-09-04 19:29.07: Got resource from pool OClusterBuilding on i7-worker-01HEAD is now at 2568d92 Add Nix flakeHEAD is now at 46d4e6b Add Nix flake(from macos-homebrew-ocaml-5.3)2025-09-04 19:29.12 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_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-04 19:29.13 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-09-04 19:29.13 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.3.02.4.12025-09-04 19:29.13 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf1d3c77350..8793cd66e3 master -> origin/master563a4c63d4 Merge pull request #28389 from jmid/conf-gtk3-windows<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-04 19:29.14 ---> using "9a011349bc4e924c19c00a298e638187144757ecfbc3284a6d9ec9e1f0da2ede" from cache/: (copy (src eio-trace.opam) (dst ./src/./))2025-09-04 19:29.14 ---> using "01e40191fcaef63828a542abcb8c8b11f618cd1d11cd2dd89d509eea5ee38ea1" from cache/: (run (network host)(shell "opam pin add -yn eio-trace.dev './src/./'"))[eio-trace.dev] synchronised (file:///Users/mac1000/src)eio-trace is now pinned to file:///Users/mac1000/src (version dev)2025-09-04 19:29.14 ---> using "c5be38f16348258b6b9fa6672b470f0aed459e55c8712a75b17d90ee512d9600" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-09-04 19:29.15 ---> using "fd03dd60bb1fa2259726167956be7d241e3ffece912aac29ac1426a888b41c1b" from cache/: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.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 eio-trace.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Updated 1 tap (homebrew/core).- ==> New Formulae- gphotos-uploader-cli: Command-line tool to mass upload media folders to Google Photos<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[eio-trace.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:cairo expat gtk+3 pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "cairo" "expat" "gtk+3" "pkgconf"- ==> Fetching downloads for: cairo, expat, gtk+3 and pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/795ef2e2e2a57e6baba0fc9ceedb58980e8ec718aba0170b9441a0b25442cfbf--cairo-1.18.4.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/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:e75d186e750e25eaec263712695e32f90f1db116a7b1b6800e4f1d8b8fcd26f5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e33d57554c10d8a18dc73762cb8e1ce209aae943b08164bd9eb00139e882542--libpng--1.6.50.sonoma.bottle.tar.gz- ==> 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:e79e0ffb36311b2abbd0cd44abcf5e938768b2d63d6268e68d5eaa4d34d9323e- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf841b71ca3325fb1fb1d1e57d3e8a13171e21964ef3be7445df9263e2cf0907--freetype--2.13.3.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:e919f6ee2fe8a40addea1e1840eab8855e66812e18dfe05c130618ce517e2880- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51b1870972ff42fdcab2f6974918fbbb5f8472e43ef5793eb5d10e21781830af--libunistring--1.3.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json- ==> Fetching gettext- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:87ac92958d68cfd4c000879302cc8237f9ab38aec9429c6970b31667c3d53870- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc9d2d4b924a5357a60f4a3c7edf94b9b3f1792be79585467c110cdc4b3a69ff--gettext--0.26.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ba9ccb147d9d9403e066f215d94adf1489772a73e3f6a509a3af45bbfcc07ab0--fontconfig-2.17.1.bottle_manifest.json- ==> Fetching fontconfig- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:eccb1a8cc72ab45874424e18165753a47b16ee3919a7514d2951ee5cf0c89751- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/103d556d5b9e837b9bf3de9807c5a2276989b96ff73e25b7fb73602b9d2704c0--fontconfig--2.17.1.sonoma.bottle.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:8de0e4e72fe26f37b904fbf124b7fb6672f8839b76c6bc6ee8b105ba647334a1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c727d168373f8a85f0ae0f24b587063b3d046601c550cc4220d86cecc96997f--pcre2--10.46.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3db0726f3fd940592efee3f8dbe593cafdc70ff197f6d29f11d9fa7246035cf--glib-2.84.4.bottle_manifest.json- ==> Fetching glib- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:329bf204062422ce1fc93520491c5a27d6b8813037c2fa1a0aa211626c580011- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e41cf21f81aabc37ecc136581b0dde9a48143017d887b278fb89a922ebbe48d3--glib--2.84.4.sonoma.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:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.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:46c7dff8ac6917ffc355a1ac7242fb37f53cb4e7276a9c297b31cd0d35b36b6f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad2b300afce37eb83a3854f3fed974a77aef4f7ad9021e24649184219c29484c--libxau--1.0.12.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:b43d28c50f25ee0775a1bd4269e236d00e352ac060522bfc9186b35165095c56- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19250806e5b71fd875c53f22b8678a0cab1a06ee8c94abb73a97e28f52783f38--libxdmcp--1.1.5.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:d7cbef805f6d1aab547a65a931972df59a768bb48ff845ecdcbf7b404f64cfa6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7be0e75dc24a393d284307c52bbbe24a88715c70ed5af448509ada7cb0881914--libxcb--1.17.0.sonoma.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:5d916769cf91a23fff62dbd1b9c791beeca44504e72907511b352f8f758dae4b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/77f90bb088fb6a8a6769efc9e01d2ad6d80050e608bddd534f7e2becb53dac14--libx11--1.8.12.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:86fd68fab7f6cdcca7212812b697efc8d2c1349ceada7c74a1eeabf0f9ec8523- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5583bffd4aa478a8474331362bad04933cbb8037a4f74079bc455c0befb94706--libxext--1.3.6.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:97554360bb9c9e82ebc7140f0186f02c103e877988c1d4a0139fbd5be1990f6a- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4603e4553931c5eb7625a260d9666de38ad5338e3c293559ff782f23309ad922--libxrender--0.9.12.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:11b8557744feb28974cb4caa92a16a89f3ead77468778cc17c2f349502df495e- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f0dc4a5fcf804e3ccfdd46e29b128bb47ad436437faf1d189a7e6096ae94830--lzo--2.10.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46f8ebb55ee93ac9c441b90114c800d1281ac1ac5e72933697bf6f3df5b42cfd--pixman-0.46.4.bottle_manifest.json- ==> Fetching pixman- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:7c440ebc406d87a27205a1c0133cd5d49c34fe5c081ea266ccefa96b31cb458b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c5f254fe80ed1087b90ae1a67d0b096f075e760e48acd28e320596c4abb4684--pixman--0.46.4.sonoma.bottle.tar.gz- ==> Fetching cairo- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:76a88eab178ee0ada4fa05270834be6808e0f6480f68002d9f21bc41ee2e1cb6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae0bd3e8c866a159e0894b8c5f4ed8b67916cfcb4ef45c30003e84c71625afb4--cairo--1.18.4.sonoma.bottle.tar.gz- ==> Fetching expat- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:ef5fdbf19ba77546257b3222d96c50fb12b560ef55278310f2924ccc783a384b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a94c79b3cd427f65d36112bdf747f5b1c6068a0ef3ddd8faf23c0dc52a53432a--expat--2.7.1.sonoma.bottle.tar.gz- ==> Fetching dependencies for gtk+3: dbus, libxfixes, libxi, libxtst, at-spi2-core, fribidi, jpeg-turbo, xz, lz4, zstd, 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:438a1da22c323246b958e0fbc63c5e7405dba77e9274809ebd73ab8c886a19d7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d868805cd2912031ee92d030105be62a315516871b30dca58a20788ddf250f72--dbus--1.16.2_1.sonoma.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:6a4994ef8113aee2ac68b5de54b64b9b9496eafb6c30bfd9e17ed7c268e4d4d2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8013b39024df94a06fcb08d4701689c419e7b9259de9e75966d84f27135fa615--libxfixes--6.0.2.sonoma.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:912b8268b30dae048b52740eefbacda1b9767dc2db9469a2d34c395e0752c2b0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f607e6d70bd48cba223129dadc6226597a5bf37afc69eb18ee3f73e974ceeafd--libxi--1.8.2.sonoma.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:fac9520eabdd31b4defc300ec39c860da9809c8850415b2c8ba799e1849e5f2f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e62efee35cac2cf12bfa190386b8c93f89341d298a56bc62e3a86706da60405e--libxtst--1.2.5.sonoma.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:a0c090f3bb57c2237f012ff347abcda89f0c2481b5a06acaba0806ce5ec518fe- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/db816be1229c91de89969f3952e2c5ab40d356252de4aabae8eb4f8e05c97627--at-spi2-core--2.56.4.sonoma.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:abda3f3925574ac53d9fa5a7629102dda29132a64cf1a9f756eedc3258d1e855- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d58dd9f3a4f417985f847d7b2e69bf6281674be74db4aef1a2f05c55a5720da2--fribidi--1.0.16.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json- ==> Fetching jpeg-turbo- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:c5deecf446ce9684b3f57ad27c34a66dc10937b21427847c3c7306e1d868f0b2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/120826dbecffd375cfb3695015376e7450062c32d46619bc8458c4d8a7996052--jpeg-turbo--3.1.1.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json- ==> Fetching xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.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:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json- ==> Fetching zstd- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:342e64c01287a716615d14d4a71770fc5930871dc0a965fbdda6062f80dc1952- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/526ee0bcc5dbf4b6f0ca556d34954a7267d57322b268645072b5e0bd8e908c44--zstd--1.5.7.sequoia.bottle.1.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:5610196cb9396c468513adc5bc7c4834a3f475ff6f3ebd98f77e3f8b2123da3e- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19ad8bbeb43734f7b39c7837b37440ddb66de566d8c3fac7b3a7b239fe04e053--libtiff--4.7.0.sonoma.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json- ==> Fetching gdk-pixbuf- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/blobs/sha256:4b55a027f7b848eee61127f19da0c29fd2ae32d51d5a936e32ac30d504864fe6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fef5c2dde67001b7438c640d4385f4c730421f9811b9b7248f3e2ab545a898bb--gdk-pixbuf--2.42.12_1.sonoma.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.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:afd3067ded2f8fb2ae3400d908a271825c5f7013f089312949ac9576b2a26d96- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f1bd59181d3c8186b52b744bbe8bf9f851ba71f66a1fb83e45241c48dc973ede--graphite2--1.3.14.sonoma.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:54d609febedd08e8a4a825435d85f6d4db045f586523edb8965434e8e9c93fa6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11e74c87967dc86e6b3deabe4c454ae87bbf7535c100ec0d330418593c466408--icu4c@77--77.1.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.4.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8560477ed43b72b9986e330dbeac20d000792b172638f44a716b0e709f218837--harfbuzz-11.4.5.bottle_manifest.json- ==> Fetching harfbuzz- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:bc7720ec7264304a5d7aee80590ee2f9302014553b10961fd366c2ac088f5caf- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1fdd1dfa68c17184f341b658476d5e7c6bfdc6b64b151263fe1ccab873e2c36e--harfbuzz--11.4.5.sonoma.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:f0a692baa102940ea9ab31daef2dacb0ad2017d6049b4b58080417f900b0aeb9- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a185a39106b4e04bd6998b6d8b519084a51ee7c9fb0d9be890f9774d18c98d07--libepoxy--1.5.10.sonoma.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:2e14b5c3420123b2d1fee02cbf9e9bffebfbe680ba116353bd44faa598ec9d14- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b564e2939a53512822fe9f4165dfa1079f21d07276d4dec0df5c2efe888572f3--pango--1.57.0.sonoma.bottle.tar.gz- ==> Fetching gtk+3- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/blobs/sha256:e747c7f437c2d8889186290ace922e4f2bdf29a5b7f9b839a3a79c32e326cffd- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46dae9a458a0e605077c34ff60100e8489140101ebf3afe35af59d4e6e20c6ea--gtk+3--3.24.50.sonoma.bottle.tar.gz- ==> Fetching pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libpng/1.6.50: 28 files, 1.2MB- ==> Installing cairo 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/freetype/2.13.3: 68 files, 2.5MB- ==> Installing cairo 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libunistring/1.3: 59 files, 5.5MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/gettext/0.26: 2,428 files, 26.9MB- ==> Installing cairo dependency: fontconfig- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ba9ccb147d9d9403e066f215d94adf1489772a73e3f6a509a3af45bbfcc07ab0--fontconfig-2.17.1.bottle_manifest.json- ==> Pouring fontconfig--2.17.1.sonoma.bottle.tar.gz- ==> Regenerating font cache, this may take a while- ==> /usr/local/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose- 🍺 /usr/local/Cellar/fontconfig/2.17.1: 97 files, 811.8KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/pcre2/10.46: 242 files, 6.7MB- ==> Installing cairo dependency: glib- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3db0726f3fd940592efee3f8dbe593cafdc70ff197f6d29f11d9fa7246035cf--glib-2.84.4.bottle_manifest.json- ==> Pouring glib--2.84.4.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/glib/2.84.4: 504 files, 34.9MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxau/1.0.12: 21 files, 93KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 120.6KB- ==> 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.sonoma.bottle.1.tar.gz- 🍺 /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.2MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libx11/1.8.12: 1,043 files, 6.8MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxext/1.3.6: 88 files, 430.1KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxrender/0.9.12: 13 files, 174.1KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/lzo/2.10: 32 files, 555.7KB- ==> Installing cairo dependency: pixman- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46f8ebb55ee93ac9c441b90114c800d1281ac1ac5e72933697bf6f3df5b42cfd--pixman-0.46.4.bottle_manifest.json- ==> Pouring pixman--0.46.4.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/pixman/0.46.4: 10 files, 672.7KB- ==> Installing cairo- ==> Pouring cairo--1.18.4.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/cairo/1.18.4: 53 files, 2.0MB- ==> 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`).- ==> Pouring expat--2.7.1.sonoma.bottle.tar.gz- ==> Caveats- expat is keg-only, which means it was not symlinked into /usr/local,- 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="/usr/local/opt/expat/bin:$PATH"' >> ~/.profile-- For compilers to find expat you may need to set:- export LDFLAGS="-L/usr/local/opt/expat/lib"- export CPPFLAGS="-I/usr/local/opt/expat/include"- ==> Summary- 🍺 /usr/local/Cellar/expat/2.7.1: 23 files, 600.5KB- ==> Running `brew cleanup expat`...- ==> Installing dependencies for gtk+3: dbus, libxfixes, libxi, libxtst, at-spi2-core, fribidi, jpeg-turbo, xz, lz4, zstd, 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.sonoma.bottle.tar.gz- ==> /usr/local/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-id- 🍺 /usr/local/Cellar/dbus/1.16.2_1: 79 files, 1.6MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxfixes/6.0.2: 13 files, 99.8KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxi/1.8.2: 86 files, 653.2KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxtst/1.2.5: 23 files, 126.4KB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/at-spi2-core/2.56.4: 201 files, 4MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/fribidi/1.0.16: 68 files, 475.6KB- ==> Installing gtk+3 dependency: jpeg-turbo- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json- ==> Pouring jpeg-turbo--3.1.1.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/jpeg-turbo/3.1.1: 47 files, 4.2MB- ==> Installing gtk+3 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.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB- ==> Installing gtk+3 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.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB- ==> Installing gtk+3 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.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB- ==> 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.sonoma.bottle.1.tar.gz- 🍺 /usr/local/Cellar/libtiff/4.7.0: 486 files, 7.6MB- ==> Installing gtk+3 dependency: gdk-pixbuf- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json- ==> Pouring gdk-pixbuf--2.42.12_1.sonoma.bottle.tar.gz- ==> /usr/local/Cellar/gdk-pixbuf/2.42.12_1/bin/gdk-pixbuf-query-loaders --update-cache- 🍺 /usr/local/Cellar/gdk-pixbuf/2.42.12_1: 152 files, 3.2MB- ==> 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.sonoma.bottle.tar.gz- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas- 🍺 /usr/local/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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/graphite2/1.3.14: 19 files, 261.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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/icu4c@77/77.1: 277 files, 80MB- ==> Installing gtk+3 dependency: harfbuzz- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.4.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8560477ed43b72b9986e330dbeac20d000792b172638f44a716b0e709f218837--harfbuzz-11.4.5.bottle_manifest.json- ==> Pouring harfbuzz--11.4.5.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/harfbuzz/11.4.5: 77 files, 11.9MB- ==> 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- 🍺 /usr/local/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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libepoxy/1.5.10: 11 files, 2.5MB- ==> 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.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/pango/1.57.0: 69 files, 3.1MB- ==> Installing gtk+3- ==> Pouring gtk+3--3.24.50.sonoma.bottle.tar.gz- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas- ==> /usr/local/Cellar/gtk+3/3.24.50/bin/gtk3-update-icon-cache -f -t /usr/local/share/icons/hicolor- ==> /usr/local/Cellar/gtk+3/3.24.50/bin/gtk-query-immodules-3.0 > /usr/local/lib/gtk-3.0/3.0.0/immodules.cache- 🍺 /usr/local/Cellar/gtk+3/3.24.50: 749 files, 55.1MB- ==> Running `brew cleanup gtk+3`...- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.1KB- ==> Running `brew cleanup pkgconf`...- ==> No outdated dependents to upgrade!- ==> Caveats- ==> expat- expat is keg-only, which means it was not symlinked into /usr/local,- 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="/usr/local/opt/expat/bin:$PATH"' >> ~/.profile-- For compilers to find expat you may need to set:- export LDFLAGS="-L/usr/local/opt/expat/lib"- export CPPFLAGS="-I/usr/local/opt/expat/include"2025-09-04 19:29.15 ---> using "c054abc0e5823f9e0b2eedfc0006604f526b4406606374ab7b61f34b4429f9c5" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 34 packages- install afl-persistent 1.4- install base-bytes base- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install cppo 1.8.0- install crowbar 0.2.1- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.20.1- install dune-configurator 3.20.1- install eio 1.3- install eio_main 1.3- install eio_posix 1.3- install fmt 0.11.0- install hmap 0.8.1- install iomux 0.3- install lablgtk3 3.1.5- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install processor 0.2- install psq 0.2.1- install seq base- install thread-table 1.0.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cairo2.0.6.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved crowbar.0.2.1 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> installed conf-gtk3.18-> retrieved cppo.1.8.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-cairo.1-> retrieved afl-persistent.1.4 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.3 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved lablgtk3.3.1.5 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)-> installed ocamlbuild.0.16.1-> retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz)-> installed cmdliner.1.3.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.20.1-> installed csexp.1.5.2-> installed thread-table.1.0.0-> installed psq.0.2.1-> installed processor.0.2-> installed optint.0.3.0-> installed lwt-dllist.1.1.0-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed camlp-streams.5.0.1-> installed afl-persistent.1.4-> installed domain-local-await.1.0.1-> installed ocplib-endian.1.2-> installed crowbar.0.2.1-> installed dune-configurator.3.20.1-> installed bigstringaf.0.10.0-> installed iomux.0.3-> installed cairo2.0.6.5-> installed eio.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed lablgtk3.3.1.5Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2025-09-04 19:29.16 ---> using "3c976c356f903fd6ed1aef15824c12a3df0497b070e51160840f07b4c4b27f4d" from cache/: (copy (src .) (dst ./src))2025-09-04 19:29.19 ---> saved as "c6fcdc02ef9a5d644e5679db0834eff38033b385ac55edc00bf0ded0cd83dcac"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o src/main.exe /Users/mac1000/.opam/5.3.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.3.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.3.0/lib/optint/optint.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.3.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.3.0/lib/cstruct /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/eio.cmxa /Users/mac1000/.opam/5.3.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.3.0/lib/thread-table/Thread_table.cmxa /Users/mac1000/.opam/5.3.0/lib/domain-local-await/Domain_local_await.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/utils/eio_utils.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/mtime/clock/mtime_clock.cmxa -I /Users/mac1000/.opam/5.3.0/lib/mtime/clock -I /Users/mac1000/.opam/5.3.0/lib/mtime/clock /Users/mac1000/.opam/5.3.0/lib/eio/unix/eio_unix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/eio/unix /Users/mac1000/.opam/5.3.0/lib/iomux/iomux.cmxa -I /Users/mac1000/.opam/5.3.0/lib/iomux /Users/mac1000/.opam/5.3.0/lib/eio_posix/eio_posix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/eio_posix /Users/mac1000/.opam/5.3.0/lib/eio_main/eio_main.cmxa fxt/fxt.cmxa lib/eio_trace.cmxa /Users/mac1000/.opam/5.3.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.3.0/lib/processor/apple_ioreg/processor_apple_ioreg.cmxa -I /Users/mac1000/.opam/5.3.0/lib/processor/apple_ioreg /Users/mac1000/.opam/5.3.0/lib/processor/amd64/amd64.cmxa -I /Users/mac1000/.opam/5.3.0/lib/processor/amd64 /Users/mac1000/.opam/5.3.0/lib/processor/processor.cmxa -I /Users/mac1000/.opam/5.3.0/lib/processor src/.main.eobjs/native/dune__exe.cmx src/.main.eobjs/native/dune__exe__Dump.cmx src/.main.eobjs/native/dune__exe__Gc_stats.cmx src/.main.eobjs/native/dune__exe__Record.cmx src/.main.eobjs/native/dune__exe__Main.cmx)ld: warning: ignoring duplicate libraries: '-lpthread'(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o gtk/main.exe /Users/mac1000/.opam/5.3.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.3.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.3.0/lib/optint/optint.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.3.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.3.0/lib/cstruct /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/eio.cmxa fxt/fxt.cmxa lib/eio_trace.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/cairo2/cairo.cmxa -I /Users/mac1000/.opam/5.3.0/lib/cairo2 /Users/mac1000/.opam/5.3.0/lib/lablgtk3/lablgtk3.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lablgtk3 gtk/.main.eobjs/native/dune__exe.cmx gtk/.main.eobjs/native/dune__exe__Minibuffer.cmx gtk/.main.eobjs/native/dune__exe__Render_cairo.cmx gtk/.main.eobjs/native/dune__exe__Save.cmx gtk/.main.eobjs/native/dune__exe__Gtk_ui.cmx gtk/.main.eobjs/native/dune__exe__Main.cmx)ld: warning: ignoring duplicate libraries: '-lcairo'2025-09-04 19:29.28 ---> saved as "535b89db1521093e8e1c3c3e81dcdca806eedf7841a6a8032e2fe8c2c34c7919"Job succeeded2025-09-04 19:29.36: Job succeeded