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-arm64:macos-homebrew-5.3_arm64_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_arm64_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_arm64_opam-2.4-79ce6576ce725662ac05e37bce620f64"2025-09-04 19:29.06: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 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 m1-worker-03HEAD 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.08 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-09-04 19:29.08 ---> 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.08 ---> 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.08 ---> 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.08 ---> using "9a011349bc4e924c19c00a298e638187144757ecfbc3284a6d9ec9e1f0da2ede" from cache/: (copy (src eio-trace.opam) (dst ./src/./))2025-09-04 19:29.08 ---> 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.08 ---> using "c5be38f16348258b6b9fa6672b470f0aed459e55c8712a75b17d90ee512d9600" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-09-04 19:29.08 ---> 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"))+ /opt/homebrew/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 2 taps (homebrew/core and homebrew/cask).- ==> 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 <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/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:0e84944536d6bf2c7cfd393a4576acf5c0ced03992d156685a7f83c7d2a60215- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10bc84b9f3874188e24c385090ca748df2657cecc1e495a2b7d9a6bdda7ceaeb--libpng--1.6.50.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.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:bcd39d3a523690cb0673df46122ff62763c5cd93bfff21bdcab856501d2dfb49- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6980eb3e59c7a702c67cf2ff675fcf2fc952faf7e38125f04f3c8e76551c55f--freetype--2.13.3.arm64_sequoia.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:3cd26bae2d5fcf61294f14c18e5e7ec773a59ed1bf710fb92055e0db0244e909- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fcd7bbcac172df40c1f61d5e72ade9dda96154126e83f8496c5288ae2118ad4d--libunistring--1.3.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json- ==> Fetching gettext- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:b25ac1e62443f8f79eadc3dadf6d3af954d4cbc33a0577fc626aa0c8f2bb01a5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e4400df4cd1b1ba5e981061d5c674e2847e96951b505339505452340fc926f6--gettext--0.26.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1- 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:b292b9e4ef57b6ed6190119972bffad4d326798f08b9ee74a1776b3eb94fc9a0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a503fd7ed5a07969e824fe4946e2c3da93adc771533c377934358f12993d7566--fontconfig--2.17.1.arm64_sequoia.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:6ddb89f2eef25f73e258a97bf4379539e24ea76e207fa3c0eb49222bdb656de2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7df368bf1170657fcfd0f900ce4a03a0004adb1769372d92664702e8197ca39f--pcre2--10.46.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.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:8c27060502813360234e956090f1c6436f83769c422434e022921afa2f8c5f62- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1706f3e6eba63a594fde98574fbb59e81415544dc4cb8221a55818f294c7c7c1--glib--2.84.4.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json- ==> Fetching xorgproto- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:91066363512e4a3b01644398886815eb370bc8f62611f7ee20c23c7350b4422e- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aac4cd73925119193aefeb19be333cbde134cfa599e99c82542d5179c1c156f--xorgproto--2024.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json- ==> Fetching libxau- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:e8a5fedbd9e5c49f10006171decc5b1e56c48fbd4267e7668f813e47c0da984f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20f363edc4fafaa0e7cadb3370c99cd0833caa38cdcca528b681577d8a498182--libxau--1.0.12.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json- ==> Fetching libxdmcp- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b09a915dae5b45371a86f20a4ccce13c16c7a8eadc843b665e91bc5b2d2143ce- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d737bea539a2cb3a0fd03f34e913d2e9e2ae4fcff4e6b700ff48bfe737aaa5e1--libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json- ==> Fetching libxcb- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:cce8d9e12c3f0b2fdbffbb3f7ba02f7e25cf3fa495b3e759d34a6264599543b3- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c03000b1d04ff327a80b6e8486c46ee974e809ba9875d95d1e02e47cd1a6b18c--libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json- ==> Fetching libx11- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:57ccd55767fd6ffc7d32940d1c59d59b42c82abff4abf795b4ca0df489da42f1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac485b35b0a8bc039691451468442fe41812c2fb6850df986dcb9da73b5b3e71--libx11--1.8.12.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json- ==> Fetching libxext- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:a0434e871b6dfa64f18757e5d6df179308bcf1b53e5fa233c7d54222be8d513b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67723ae85cf35a85098287de50cff74a4bef5620b5bf14228fe8d4130c72e575--libxext--1.3.6.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json- ==> Fetching libxrender- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:edcb8884f9d33219d276051be3b5ad64f390cdf3abe9794d9a0050c02895c3a7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/32b63f94de3dd0f5459014807e10ef625157494b1c2f3e7d965292b5ddcf7064--libxrender--0.9.12.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json- ==> Fetching lzo- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:6bb0401c41a18fd37071ec9591fe053a808f07552ff7ea22542faa470eb8e589- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff18806fa5f8b3fd3e803852df202e3bbf5a47b26d4da623edf4df0ab681819b--lzo--2.10.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4- 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:47c77f5ccc98501480075a102c991846fe45743d10aa6ae9618b0e1c0c774021- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a7fe5050395dbd0c4a132d6a51ffc61412cd73aca4db7a85c3a365f36d539a5--pixman--0.46.4.arm64_sequoia.bottle.tar.gz- ==> Fetching cairo- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:6b2d148a34a670430a459c374376ebed890b61eb7573e8aa952a4b909f443cee- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c5a1800983c6318f29b8510585ac2d96e891766cc03d7ba70d7efb6dd7cf754--cairo--1.18.4.arm64_sequoia.bottle.tar.gz- ==> Fetching expat- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:3e5392724170f8a1314c0db2077a1f30277e4941d1825554f1230092a483ef7c- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e331e890610009f37ddf4346ec5a94b8c7093762e7a89096e93e835adaace526--expat--2.7.1.arm64_sequoia.bottle.tar.gz- ==> Fetching dependencies for 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:5a51451acabb5ae56b5682e88a82dfa43cc6a2b653ca068198546bb72324bd0c- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c316b9c819d2c2904356e995233992e1947aa074840e60d329336e311baeef88--dbus--1.16.2_1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd805bf79575e7b411d64dbe52530bc86d27acb58ca26c6afc172f02dfec3641--libxfixes-6.0.2.bottle_manifest.json- ==> Fetching libxfixes- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/blobs/sha256:20bde00fb1c5b48ad54118acc702fd226efd28585e058c7ecdbff8ce8b6fb34a- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c6473780157100e2934e71a8d8462c0b431362d99a8f1df0f9a55844f12d4459--libxfixes--6.0.2.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089cbc546059463acb4a311e70491ca9665a8c04ab7683bc3c0803ee15b4d698--libxi-1.8.2.bottle_manifest.json- ==> Fetching libxi- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/blobs/sha256:57806e4096680d7fdbfeceea4e2aa04c3d179846b0ba00c9db8daf0319e6f40d- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9322036dcb9acf3fe371568471ac1d45f3c7edc1515664b4b7bada30c7225ea5--libxi--1.8.2.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/255b29f533b7064a6e692de37b3d9a41d73033506bec841e9900dbf2eb337a4c--libxtst-1.2.5.bottle_manifest.json- ==> Fetching libxtst- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/blobs/sha256:28d4af1505473aed939328ace91056e111623d0c60b817d0b98dc3e00472dc4d- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b741f3e316443ec8e0822ad467c8b166ffd6b5d89bfd0d453afbcb2c64ff059--libxtst--1.2.5.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87f0398bb7826ae784dd44cc282bf748c377d0475a38b0cbcd483340722b5c8--at-spi2-core-2.56.4.bottle_manifest.json- ==> Fetching at-spi2-core- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/blobs/sha256:eb6790869d525f4e60efa86d0f8d4393bcfa731b0ea428aed854d2bc369b2d19- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a1db2c690f0dfe277afbd6fe19f293d31f7a9709bd1eab4cbb1bcad316f43498--at-spi2-core--2.56.4.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json- ==> Fetching fribidi- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:4904bb3375c1b1f2539cb657fbf17b0d93c050904febbba51e9dd690f3540e3b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0a85215b922f992cdad61a438cf9249f3b4375f27ce0a85a6d384c7a8c6c4bf2--fribidi--1.0.16.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.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:61f35eb85379177997d46b2dde6914e46560702c7fc6fb9302a415d6fd8cec58- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1ee16ff1bd3e385aaf3399d57ee58ba6110fce5354808c4ece22d6019c002144--jpeg-turbo--3.1.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json- ==> Fetching xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json- ==> Fetching lz4- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json- ==> Fetching zstd- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:55a4e0a4a92f5cf4885295214914de4aefad2389884085185e9ce87b4edae946- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5da1f48e2d931e902a582bb1ce53f3cf8c5adc7a18ffafeb7a5a78d0fe82328--zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json- ==> Fetching libtiff- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:5f771cedcb37119c3927c32d72589a66701db16fe3ef86b2daf9b87c3142b309- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e15cf50f37300a73b407be837624a938054290605726a35cd3522bb5673e6043--libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.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:64089a3ef04afef0dc8601d22cd534fdc155bef2458bf1a97e6e90f25b7529ad- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a916e4773f1c7361d14a9a1cb4e5350743cd84113642e9165a2ed70a0abe40db--gdk-pixbuf--2.42.12_1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b50977acc6e572c3fef03f9e0d5a91fb31313e24dce8cea5c0cedcc626a07b3b--gsettings-desktop-schemas-48.0.bottle_manifest.json- ==> Fetching gsettings-desktop-schemas- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/blobs/sha256:28388575b4cdde9dbca9351e2589c4445e531fb7e4fa43905d96d3d89dd78d29- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9acf9b76aa79ffc5d630fe6a38ce81d26427e71e76ddce17155a65fb7730675f--gsettings-desktop-schemas--48.0.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json- ==> Fetching graphite2- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:150b286ab4cfc8696fcd3fa4e7fa24c9825f024ef991899850b850e6f334100f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10c582fbc90a73ea6ab3c38cc4617bf203d5e91eaebca97199b5f3be0b77e851--graphite2--1.3.14.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json- ==> Fetching icu4c@77- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:19f6b5fef0cdf1dfc7f136ca103348ec8530ffdf8012273f6ee4a6159cdfaf75- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/925ec4df8e8aece0ebfb6b26320362f5303a72fe3b19162578809e42a6a64283--icu4c@77--77.1.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.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:caea11e390402d2201fa2430e4cff4a1fa0acec8b3c564f6ec792784e98fcd9a- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/593eae93e4937ad2862bb77117022cac5c92b67bace901d1cf1c5cd07e73b4d1--harfbuzz--11.4.5.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70835c74d449476f69c535127dcf54e7bc83475b0e28f15db78ccf6c2dfe3e7a--hicolor-icon-theme-0.18.bottle_manifest.json- ==> Fetching hicolor-icon-theme- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/blobs/sha256:76779247990b538d304e98b042fde85677491e428d0381a59383264ce8ef199f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f5700247a44beb2795cae8c422b87eb8b9b04dd23d8d3365c36c40144afd63d--hicolor-icon-theme--0.18.all.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91321dc6032305294ad3c7c3851bc80f1505f18512e4753036c509ba4b4e2c--libepoxy-1.5.10.bottle_manifest.json- ==> Fetching libepoxy- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/blobs/sha256:8567ad4e5598374741b4762cbbff1a2aa57cf97947b4742304c49613b0abd419- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e33183d801a2f73dc5d5658f275d736a34b670c680ae3b67f0b32ffc89995ec5--libepoxy--1.5.10.arm64_sequoia.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea32643cbf5846f78888abe686ccf149be8b572e0a0aaddda213c4c87de922a6--pango-1.57.0.bottle_manifest.json- ==> Fetching pango- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:af46edb4113ff0190d78175fb4e82296467cef2ed216267bcc3b26f151b2fe0a- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fe3fec4c95eff3c7c4a3cbd9bbd4fa60b87974db93e45e27689b0e2a72679a62--pango--1.57.0.arm64_sequoia.bottle.tar.gz- ==> Fetching gtk+3- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/blobs/sha256:c8711f5fec80d667cd1eb0bfbcc620a8aee729fe511e57cfba7df74e209b3683- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88bc334bbd54870f28f36d1efe83207c0167f0616efbf98d9bc596543ad82776--gtk+3--3.24.50.arm64_sequoia.bottle.tar.gz- ==> Fetching pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- ==> Installing dependencies for cairo: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo and pixman- ==> Installing cairo dependency: libpng- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json- ==> Pouring libpng--1.6.50.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libpng/1.6.50: 28 files, 1.3MB- ==> Installing cairo dependency: freetype- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json- ==> Pouring freetype--2.13.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/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.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB- ==> Installing cairo dependency: gettext- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json- ==> Pouring gettext--0.26.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/gettext/0.26: 2,428 files, 28.2MB- ==> Installing cairo dependency: fontconfig- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ba9ccb147d9d9403e066f215d94adf1489772a73e3f6a509a3af45bbfcc07ab0--fontconfig-2.17.1.bottle_manifest.json- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.tar.gz- ==> Regenerating font cache, this may take a while- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose- 🍺 /opt/homebrew/Cellar/fontconfig/2.17.1: 97 files, 1.2MB- ==> Installing cairo dependency: pcre2- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.46- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/476078c344b0d9fa702da6e94d7fe5dd59bb1897d3fcc12d1b52b4bc0de68854--pcre2-10.46.bottle_manifest.json- ==> Pouring pcre2--10.46.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pcre2/10.46: 242 files, 6.8MB- ==> Installing cairo dependency: glib- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3db0726f3fd940592efee3f8dbe593cafdc70ff197f6d29f11d9fa7246035cf--glib-2.84.4.bottle_manifest.json- ==> Pouring glib--2.84.4.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/glib/2.84.4: 504 files, 37.6MB- ==> Installing cairo dependency: xorgproto- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json- ==> Pouring xorgproto--2024.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 3.9MB- ==> Installing cairo dependency: libxau- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 132.9KB- ==> Installing cairo dependency: libxdmcp- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 139KB- ==> Installing cairo dependency: libxcb- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.5MB- ==> Installing cairo dependency: libx11- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json- ==> Pouring libx11--1.8.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7MB- ==> Installing cairo dependency: libxext- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json- ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 455.0KB- ==> Installing cairo dependency: libxrender- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 224KB- ==> Installing cairo dependency: lzo- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.1KB- ==> Installing cairo dependency: pixman- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46f8ebb55ee93ac9c441b90114c800d1281ac1ac5e72933697bf6f3df5b42cfd--pixman-0.46.4.bottle_manifest.json- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pixman/0.46.4: 10 files, 687.2KB- ==> Installing cairo- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/cairo/1.18.4: 53 files, 2.2MB- ==> 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.arm64_sequoia.bottle.tar.gz- ==> Caveats- expat is keg-only, which means it was not symlinked into /opt/homebrew,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- If you need to have expat first in your PATH, run:- echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile-- For compilers to find expat you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/expat/lib"- export CPPFLAGS="-I/opt/homebrew/opt/expat/include"- ==> Summary- 🍺 /opt/homebrew/Cellar/expat/2.7.1: 23 files, 682.5KB- ==> Running `brew cleanup expat`...- ==> 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.arm64_sequoia.bottle.tar.gz- ==> /opt/homebrew/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id- 🍺 /opt/homebrew/Cellar/dbus/1.16.2_1: 79 files, 2MB- ==> Installing gtk+3 dependency: libxfixes- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd805bf79575e7b411d64dbe52530bc86d27acb58ca26c6afc172f02dfec3641--libxfixes-6.0.2.bottle_manifest.json- ==> Pouring libxfixes--6.0.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxfixes/6.0.2: 13 files, 147.2KB- ==> Installing gtk+3 dependency: libxi- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089cbc546059463acb4a311e70491ca9665a8c04ab7683bc3c0803ee15b4d698--libxi-1.8.2.bottle_manifest.json- ==> Pouring libxi--1.8.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxi/1.8.2: 86 files, 697.7KB- ==> Installing gtk+3 dependency: libxtst- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/255b29f533b7064a6e692de37b3d9a41d73033506bec841e9900dbf2eb337a4c--libxtst-1.2.5.bottle_manifest.json- ==> Pouring libxtst--1.2.5.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxtst/1.2.5: 23 files, 193.6KB- ==> Installing gtk+3 dependency: at-spi2-core- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.4- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e87f0398bb7826ae784dd44cc282bf748c377d0475a38b0cbcd483340722b5c8--at-spi2-core-2.56.4.bottle_manifest.json- ==> Pouring at-spi2-core--2.56.4.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/at-spi2-core/2.56.4: 201 files, 4.3MB- ==> Installing gtk+3 dependency: fribidi- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json- ==> Pouring fribidi--1.0.16.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/fribidi/1.0.16: 68 files, 565.0KB- ==> Installing gtk+3 dependency: jpeg-turbo- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json- ==> Pouring jpeg-turbo--3.1.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/jpeg-turbo/3.1.1: 47 files, 3.6MB- ==> 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.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB- ==> 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.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712KB- ==> 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.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB- ==> Installing gtk+3 dependency: libtiff- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json- ==> Pouring libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/libtiff/4.7.0: 486 files, 8.4MB- ==> Installing gtk+3 dependency: gdk-pixbuf- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.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.arm64_sequoia.bottle.tar.gz- ==> /opt/homebrew/Cellar/gdk-pixbuf/2.42.12_1/bin/gdk-pixbuf-query-loaders --update-cache- 🍺 /opt/homebrew/Cellar/gdk-pixbuf/2.42.12_1: 152 files, 4.0MB- ==> Installing gtk+3 dependency: gsettings-desktop-schemas- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b50977acc6e572c3fef03f9e0d5a91fb31313e24dce8cea5c0cedcc626a07b3b--gsettings-desktop-schemas-48.0.bottle_manifest.json- ==> Pouring gsettings-desktop-schemas--48.0.arm64_sequoia.bottle.tar.gz- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas- 🍺 /opt/homebrew/Cellar/gsettings-desktop-schemas/48.0: 107 files, 5.5MB- ==> Installing gtk+3 dependency: graphite2- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 283.4KB- ==> Installing gtk+3 dependency: icu4c@77- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json- ==> Pouring icu4c@77--77.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/icu4c@77/77.1: 277 files, 81.2MB- ==> Installing gtk+3 dependency: harfbuzz- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.4.5- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8560477ed43b72b9986e330dbeac20d000792b172638f44a716b0e709f218837--harfbuzz-11.4.5.bottle_manifest.json- ==> Pouring harfbuzz--11.4.5.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/harfbuzz/11.4.5: 77 files, 11.8MB- ==> Installing gtk+3 dependency: hicolor-icon-theme- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70835c74d449476f69c535127dcf54e7bc83475b0e28f15db78ccf6c2dfe3e7a--hicolor-icon-theme-0.18.bottle_manifest.json- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/hicolor-icon-theme/0.18: 8 files, 80.0KB- ==> Installing gtk+3 dependency: libepoxy- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91321dc6032305294ad3c7c3851bc80f1505f18512e4753036c509ba4b4e2c--libepoxy-1.5.10.bottle_manifest.json- ==> Pouring libepoxy--1.5.10.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libepoxy/1.5.10: 11 files, 2.6MB- ==> Installing gtk+3 dependency: pango- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea32643cbf5846f78888abe686ccf149be8b572e0a0aaddda213c4c87de922a6--pango-1.57.0.bottle_manifest.json- ==> Pouring pango--1.57.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pango/1.57.0: 69 files, 3.6MB- ==> Installing gtk+3- ==> Pouring gtk+3--3.24.50.arm64_sequoia.bottle.tar.gz- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas- ==> /opt/homebrew/Cellar/gtk+3/3.24.50/bin/gtk3-update-icon-cache -f -t /opt/homebrew/share/icons/hicolor- ==> /opt/homebrew/Cellar/gtk+3/3.24.50/bin/gtk-query-immodules-3.0 > /opt/homebrew/lib/gtk-3.0/3.0.0/immodules.cache- 🍺 /opt/homebrew/Cellar/gtk+3/3.24.50: 749 files, 57MB- ==> Running `brew cleanup gtk+3`...- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB- ==> Running `brew cleanup pkgconf`...- ==> No outdated dependents to upgrade!- ==> Caveats- ==> expat- expat is keg-only, which means it was not symlinked into /opt/homebrew,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- If you need to have expat first in your PATH, run:- echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile-- For compilers to find expat you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/expat/lib"- export CPPFLAGS="-I/opt/homebrew/opt/expat/include"2025-09-04 19:29.08 ---> 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 afl-persistent.1.4 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> retrieved crowbar.0.2.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-cairo.1-> installed conf-gtk3.18-> retrieved domain-local-await.1.0.1 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.3 (cached)-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lablgtk3.3.1.5 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved processor.0.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved psq.0.2.1 (cached)-> 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 cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> 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 lwt-dllist.1.1.0-> installed processor.0.2-> installed afl-persistent.1.4-> installed optint.0.3.0-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed camlp-streams.5.0.1-> installed psq.0.2.1-> installed thread-table.1.0.0-> installed ocplib-endian.1.2-> installed domain-local-await.1.0.1-> 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.09 ---> using "3c976c356f903fd6ed1aef15824c12a3df0497b070e51160840f07b4c4b27f4d" from cache/: (copy (src .) (dst ./src))2025-09-04 19:29.10 ---> 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/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.12 ---> saved as "535b89db1521093e8e1c3c3e81dcdca806eedf7841a6a8032e2fe8c2c34c7919"Job succeeded2025-09-04 19:29.20: Job succeeded