2025-07-31 07:25.24: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (5a6ff407011f4e9292ac9b0fcfc30ce44ff6872c) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4) Base: macos-homebrew-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard 5a6ff407 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.19.1 dune-configurator.3.19.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:25.24: Using cache hint "ocaml-multicore/eio-trace-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.4-87b522bb0c84e0bafda1bd832c88b3cf" 2025-07-31 07:25.24: 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.19.1 dune-configurator.3.19.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-07-31 07:25.24: Waiting for resource in pool OCluster 2025-07-31 07:25.24: Waiting for workerโฆ 2025-07-31 07:55.00: Got resource from pool OCluster Building on m1-worker-02 Initialized empty Git repository in /private/var/lib/ocluster-worker/git/eio-trace.git-df1ddad2ae8a8f323a49cde58075d833f360fd4b/.git/ HEAD is now at 5a6ff40 Merge pull request #44 from talex5/fix-end-time (from macos-homebrew-ocaml-5.3) 2025-07-31 07:55.02 ---> 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-07-31 07:55.02 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-07-31 07:55.02 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 07:55.02 ---> 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 07:55.02 ---> using "d89547fd02733b2b6bb0ad652051f3459ffc6563d2c80b2a8f8ecf2ed7cec010" from cache /: (copy (src eio-trace.opam) (dst ./src/./)) 2025-07-31 07:55.03 ---> saved as "689729d419fcb719cf15fcc59a9ddd7c573a0dd18e9dfba8caf1d61042feab0d" /: (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-07-31 07:55.11 ---> saved as "1a1177fb326d566499c7b6da7b92ce81834a24928c22484cf3f9b7cfc55b47c7" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-07-31 07:55.12 ---> saved as "12fe8dc0239ac61ee3fb99e44ce3c83b116922de2d8b3bc10d8600183d654f3f" /: (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.19.1 dune-configurator.3.19.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... - Already up-to-date. <><> 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.49 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7a31cff8a41d7bffc99ea40a1a65b54e2c538938c4ac54a6aea679e481a71ecc--gtk+3-3.24.49.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, fontconfig, pcre2, libunistring, gettext, 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/fontconfig/manifests/2.16.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json - ==> Fetching fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:c3a7405dd151a87f72e7f99c95150da1fc8320ee817c3a17f15a493e1e01057c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd4405eef427fa6020853c3a6103d172d434794fabd5adbfd873f6d26adff3cd--fontconfig--2.16.0.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json - ==> Fetching pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:f2abc87de6796a4e639f93d42c6d515cad90418fd7b701bcf322fb8e1443704e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88445f7454217363d7e15a197ec66d4e5eabc39b0ded60d59793a7ececc131b8--pcre2--10.45.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/glib/manifests/2.84.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88d63b55ddeb4b28ab9c7944cbfcc7dc19d04bd0effc32c2e9623ce50a6cd51f--glib-2.84.3.bottle_manifest.json - ==> Fetching glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:3065276af7a7d4e7114fa3c0d967d1745dea528fde36bf17ab75034f9b276a95 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab52a2c86447793ba64319f2e87bcde98e77a4c9708b5e9c188443b8d7873235--glib--2.84.3.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 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d7addc05476f068c217c8e9d9c3a43fd366359d34bd4ad056d0de7568cd8847--dbus-1.16.2.bottle_manifest.json - ==> Fetching dbus - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:b03c304cbecc18a7fd132a24aac4ae0245a731b72ea7ce819353397cd0e05b2c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a16d225688f2c75ae5c766c1a41a4755afaa01b9ab888984dfc9b93edb9adf5f--dbus--1.16.2.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b78eeb464b4c153eb6e75a04ba240b4972cdc642e77e9c5085e186630c2c4862--libxfixes-6.0.1.bottle_manifest.json - ==> Fetching libxfixes - ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/blobs/sha256:d8cf5f8d0134815b458eeaf44dd0e18357322bfeba750b4a79c7619ce24568a8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/547dcb754883bea9d850752263768af531a9c885e7c7cb6a3bff7422474fbc2b--libxfixes--6.0.1.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.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af1c9a2f09eb8737b8bcaef49f145a9771a5a23e0d9f786d47c219fc6719dff2--at-spi2-core-2.56.3.bottle_manifest.json - ==> Fetching at-spi2-core - ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/blobs/sha256:e6ce3d11b86f1f11c7193f3335f3697676759abad4b01d8824a6162cbd006c2e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1529611240e1da85ef432e04bf45f5921dd6f66795fff4db24fb5c9898e2c2bb--at-spi2-core--2.56.3.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 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json - ==> Fetching zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:b039c851ef22617804576274872c33727ebb3a0b5e0db2ab62e0d8a97ec9605a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c3d88236a62bc56952bb198399b9364d58cb1eb139f7ad77cc098d4671ccb63--zstd--1.5.7.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json - ==> Fetching libtiff - ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:5f771cedcb37119c3927c32d72589a66701db16fe3ef86b2daf9b87c3142b309 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e15cf50f37300a73b407be837624a938054290605726a35cd3522bb5673e6043--libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.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.3.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccb81524ccfa5d9f8ba03b1d860cc6280c4ecb6e1b404d700d77d88d516e40bc--harfbuzz-11.3.3.bottle_manifest.json - ==> Fetching harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:98904ebda5dea947ef4ce81e1c9ae412cb8c5f1215fa2ecf3d2e5822fba05a8d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c614ec90e020fe38635595f2c7bee0559573f4cc6084d736267063396f6dd5bd--harfbuzz--11.3.3.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.56.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2aea7cad1d8c6268959bdd70cf5b58468d5ce9bf4a14a631e7edeae8c5715c72--pango-1.56.4.bottle_manifest.json - ==> Fetching pango - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:9d66411f935f57a8f54642855505f4da5b056bc44526daca9bdbfd32552c4542 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8aa1d345227f27c487818b16a7c09f967f972871a97b4c8c9133fc5a0cef0ae--pango--1.56.4.arm64_sequoia.bottle.tar.gz - ==> Fetching gtk+3 - ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/blobs/sha256:347b3e3e336edcb0c2b8aa5ad7efb0b1415ac65f67466275b05c2733abda16a0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/856c636217ed2ea6f2587b2fa7e1dbaf6a1db64791d40107a2d934e0455e428f--gtk+3--3.24.49.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, fontconfig, pcre2, libunistring, gettext, 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: fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.16.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json - ==> Pouring fontconfig--2.16.0.arm64_sequoia.bottle.tar.gz - ==> Regenerating font cache, this may take a while - ==> /opt/homebrew/Cellar/fontconfig/2.16.0/bin/fc-cache -frv - ๐บ /opt/homebrew/Cellar/fontconfig/2.16.0: 92 files, 1.5MB - ==> Installing cairo dependency: pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json - ==> Pouring pcre2--10.45.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pcre2/10.45: 242 files, 6.7MB - ==> 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: glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88d63b55ddeb4b28ab9c7944cbfcc7dc19d04bd0effc32c2e9623ce50a6cd51f--glib-2.84.3.bottle_manifest.json - ==> Pouring glib--2.84.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/glib/2.84.3: 504 files, 37.6MB - ==> Installing cairo dependency: xorgproto - ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json - ==> Pouring xorgproto--2024.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 3.9MB - ==> Installing cairo dependency: libxau - ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json - ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 132.9KB - ==> Installing cairo dependency: libxdmcp - ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json - ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 139KB - ==> Installing cairo dependency: libxcb - ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json - ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.5MB - ==> Installing cairo dependency: libx11 - ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json - ==> Pouring libx11--1.8.12.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7MB - ==> Installing cairo dependency: libxext - ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json - ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 455KB - ==> Installing cairo dependency: libxrender - ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json - ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 224KB - ==> Installing cairo dependency: lzo - ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json - ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.1KB - ==> Installing cairo dependency: pixman - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4 - 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. - Hide these hints with HOMEBREW_NO_ENV_HINTS (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 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d7addc05476f068c217c8e9d9c3a43fd366359d34bd4ad056d0de7568cd8847--dbus-1.16.2.bottle_manifest.json - ==> Pouring dbus--1.16.2.arm64_sequoia.bottle.tar.gz - ==> /opt/homebrew/Cellar/dbus/1.16.2/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id - ๐บ /opt/homebrew/Cellar/dbus/1.16.2: 78 files, 2MB - ==> Installing gtk+3 dependency: libxfixes - ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b78eeb464b4c153eb6e75a04ba240b4972cdc642e77e9c5085e186630c2c4862--libxfixes-6.0.1.bottle_manifest.json - ==> Pouring libxfixes--6.0.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libxfixes/6.0.1: 13 files, 145.9KB - ==> 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.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af1c9a2f09eb8737b8bcaef49f145a9771a5a23e0d9f786d47c219fc6719dff2--at-spi2-core-2.56.3.bottle_manifest.json - ==> Pouring at-spi2-core--2.56.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/at-spi2-core/2.56.3: 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 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json - ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.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.3.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccb81524ccfa5d9f8ba03b1d860cc6280c4ecb6e1b404d700d77d88d516e40bc--harfbuzz-11.3.3.bottle_manifest.json - ==> Pouring harfbuzz--11.3.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/harfbuzz/11.3.3: 77 files, 10.1MB - ==> 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.56.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2aea7cad1d8c6268959bdd70cf5b58468d5ce9bf4a14a631e7edeae8c5715c72--pango-1.56.4.bottle_manifest.json - ==> Pouring pango--1.56.4.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pango/1.56.4: 69 files, 3.5MB - ==> Installing gtk+3 - ==> Pouring gtk+3--3.24.49.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.49/bin/gtk3-update-icon-cache -f -t /opt/homebrew/share/icons/hicolor - ==> /opt/homebrew/Cellar/gtk+3/3.24.49/bin/gtk-query-immodules-3.0 > /opt/homebrew/lib/gtk-3.0/3.0.0/immodules.cache - ๐บ /opt/homebrew/Cellar/gtk+3/3.24.49: 749 files, 57.8MB - ==> 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-07-31 07:56.00 ---> saved as "3839c8d56c0c26e107a25c1ccf6c4b69f05149395120f60bc68f2ef4bde9a170" /: (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.19.1 - install dune-configurator 3.19.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 cppo.1.8.0 (cached) -> installed conf-gtk3.18 -> retrieved domain-local-await.1.0.1 (cached) -> installed conf-cairo.1 -> retrieved cstruct.6.2.0 (cached) -> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved crowbar.0.2.1 (https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz) -> retrieved hmap.0.8.1 (cached) -> retrieved lablgtk3.3.1.5 (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 optint.0.3.0 (cached) -> retrieved iomux.0.3 (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz) -> 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.19.1, dune-configurator.3.19.1 (cached) -> retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz) -> 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.19.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.19.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.5 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-07-31 07:56.50 ---> saved as "8d230ade74ce8cba2bfdc7585bb9d3f47ef13066107a1d7e0ccf3445b0714f14" /: (copy (src .) (dst ./src)) 2025-07-31 07:56.51 ---> saved as "fa2d9ea5d9b0cca726913ff090f9d6cc5035c71fd1da958c75ba9a016faaf30d" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) ivt: PASS space: 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-07-31 07:56.53 ---> saved as "9650c6ed131301c69e9159b9fc6a3a9a8a469d1321cbeec2b138dbfcc146a08a" Job succeeded 2025-07-31 07:56.57: Job succeeded