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-x86_64:macos-homebrew-5.3_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_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_opam-2.4-87b522bb0c84e0bafda1bd832c88b3cf"
2025-07-31 07:25.24: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 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 08:13.11: Got resource from pool OCluster
Building on i7-worker-03
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 08:13.13 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache
/: (comment macos-homebrew-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2025-07-31 08:13.14 ---> 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 08:13.14 ---> 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 08:13.14 ---> 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 08:13.15 ---> using "d89547fd02733b2b6bb0ad652051f3459ffc6563d2c80b2a8f8ecf2ed7cec010" from cache
/: (copy (src eio-trace.opam) (dst ./src/./))
2025-07-31 08:13.16 ---> 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 08:13.26 ---> saved as "1a1177fb326d566499c7b6da7b92ce81834a24928c22484cf3f9b7cfc55b47c7"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-07-31 08:13.28 ---> 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"))
+ /usr/local/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 <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "cairo" "expat" "gtk+3" "pkgconf"
- ==> Fetching downloads for: cairo, expat, gtk+3 and pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/795ef2e2e2a57e6baba0fc9ceedb58980e8ec718aba0170b9441a0b25442cfbf--cairo-1.18.4.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/manifests/2.7.1
- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/manifests/3.24.49
- ==> 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:e75d186e750e25eaec263712695e32f90f1db116a7b1b6800e4f1d8b8fcd26f5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e33d57554c10d8a18dc73762cb8e1ce209aae943b08164bd9eb00139e882542--libpng--1.6.50.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:e79e0ffb36311b2abbd0cd44abcf5e938768b2d63d6268e68d5eaa4d34d9323e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf841b71ca3325fb1fb1d1e57d3e8a13171e21964ef3be7445df9263e2cf0907--freetype--2.13.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/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:37befec606c968bf0e3664d53a0cef5fbc013aa851f1c3d534b8f5f7a5af1de1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/202cc8491631cf171f88632d706084bad2e22bee1073513350ac7619c89ab722--fontconfig--2.16.0.sonoma.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:5b1916e8e569da37aabc596561eb93a6bdf7cff4d55d35a351576c071ce723cc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3abe2bfde30f17aea6f68f602c135504d409b81a8f603d920d34c575ede46a5f--pcre2--10.45.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:e919f6ee2fe8a40addea1e1840eab8855e66812e18dfe05c130618ce517e2880
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51b1870972ff42fdcab2f6974918fbbb5f8472e43ef5793eb5d10e21781830af--libunistring--1.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:87ac92958d68cfd4c000879302cc8237f9ab38aec9429c6970b31667c3d53870
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc9d2d4b924a5357a60f4a3c7edf94b9b3f1792be79585467c110cdc4b3a69ff--gettext--0.26.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/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:3e151981197a5c60a3292b61ae0e910a3a0ecf7e46707f2c10abc2827ab7cbeb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a7f60ecc37811dc69ee7a495f4659f2e371e05d46386303f18c9cf5e3e8767e--glib--2.84.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:46c7dff8ac6917ffc355a1ac7242fb37f53cb4e7276a9c297b31cd0d35b36b6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad2b300afce37eb83a3854f3fed974a77aef4f7ad9021e24649184219c29484c--libxau--1.0.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b43d28c50f25ee0775a1bd4269e236d00e352ac060522bfc9186b35165095c56
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19250806e5b71fd875c53f22b8678a0cab1a06ee8c94abb73a97e28f52783f38--libxdmcp--1.1.5.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:d7cbef805f6d1aab547a65a931972df59a768bb48ff845ecdcbf7b404f64cfa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7be0e75dc24a393d284307c52bbbe24a88715c70ed5af448509ada7cb0881914--libxcb--1.17.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:5d916769cf91a23fff62dbd1b9c791beeca44504e72907511b352f8f758dae4b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/77f90bb088fb6a8a6769efc9e01d2ad6d80050e608bddd534f7e2becb53dac14--libx11--1.8.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:86fd68fab7f6cdcca7212812b697efc8d2c1349ceada7c74a1eeabf0f9ec8523
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5583bffd4aa478a8474331362bad04933cbb8037a4f74079bc455c0befb94706--libxext--1.3.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:97554360bb9c9e82ebc7140f0186f02c103e877988c1d4a0139fbd5be1990f6a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4603e4553931c5eb7625a260d9666de38ad5338e3c293559ff782f23309ad922--libxrender--0.9.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Fetching lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:11b8557744feb28974cb4caa92a16a89f3ead77468778cc17c2f349502df495e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f0dc4a5fcf804e3ccfdd46e29b128bb47ad436437faf1d189a7e6096ae94830--lzo--2.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46f8ebb55ee93ac9c441b90114c800d1281ac1ac5e72933697bf6f3df5b42cfd--pixman-0.46.4.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:7c440ebc406d87a27205a1c0133cd5d49c34fe5c081ea266ccefa96b31cb458b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c5f254fe80ed1087b90ae1a67d0b096f075e760e48acd28e320596c4abb4684--pixman--0.46.4.sonoma.bottle.tar.gz
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:76a88eab178ee0ada4fa05270834be6808e0f6480f68002d9f21bc41ee2e1cb6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ae0bd3e8c866a159e0894b8c5f4ed8b67916cfcb4ef45c30003e84c71625afb4--cairo--1.18.4.sonoma.bottle.tar.gz
- ==> Fetching expat
- ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:ef5fdbf19ba77546257b3222d96c50fb12b560ef55278310f2924ccc783a384b
- ==> 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
- ==> Fetching dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:cc14d4e58379b1c86bf51ce3ccb4a56ddf0808de29483cce83f5190c3dc0509b
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/manifests/6.0.1
- ==> Fetching libxfixes
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxfixes/blobs/sha256:883bed610e677c56484e31d6a1f79f06693927f004f94e01cc24a83b49df41be
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2
- ==> Fetching libxi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/blobs/sha256:912b8268b30dae048b52740eefbacda1b9767dc2db9469a2d34c395e0752c2b0
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5
- ==> Fetching libxtst
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/blobs/sha256:fac9520eabdd31b4defc300ec39c860da9809c8850415b2c8ba799e1849e5f2f
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.3
- ==> Fetching at-spi2-core
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/blobs/sha256:7411120d55974056aee8f75317cc2fc215fda4bbe0be9899f60a1059c2f17fa1
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:abda3f3925574ac53d9fa5a7629102dda29132a64cf1a9f756eedc3258d1e855
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d58dd9f3a4f417985f847d7b2e69bf6281674be74db4aef1a2f05c55a5720da2--fribidi--1.0.16.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:c5deecf446ce9684b3f57ad27c34a66dc10937b21427847c3c7306e1d868f0b2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/120826dbecffd375cfb3695015376e7450062c32d46619bc8458c4d8a7996052--jpeg-turbo--3.1.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- 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:bcfccd14315dedf3291f77682702f80711fb8829bd14a53431d60204eb99ec32
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a76132fb724401f16b88160ec531fdf12c8313c47b0742602edbf77816dc79e3--zstd--1.5.7.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:5610196cb9396c468513adc5bc7c4834a3f475ff6f3ebd98f77e3f8b2123da3e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19ad8bbeb43734f7b39c7837b37440ddb66de566d8c3fac7b3a7b239fe04e053--libtiff--4.7.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json
- ==> Fetching gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/blobs/sha256:4b55a027f7b848eee61127f19da0c29fd2ae32d51d5a936e32ac30d504864fe6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fef5c2dde67001b7438c640d4385f4c730421f9811b9b7248f3e2ab545a898bb--gdk-pixbuf--2.42.12_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0
- ==> Fetching gsettings-desktop-schemas
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/blobs/sha256:28388575b4cdde9dbca9351e2589c4445e531fb7e4fa43905d96d3d89dd78d29
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:afd3067ded2f8fb2ae3400d908a271825c5f7013f089312949ac9576b2a26d96
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f1bd59181d3c8186b52b744bbe8bf9f851ba71f66a1fb83e45241c48dc973ede--graphite2--1.3.14.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Fetching icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:54d609febedd08e8a4a825435d85f6d4db045f586523edb8965434e8e9c93fa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11e74c87967dc86e6b3deabe4c454ae87bbf7535c100ec0d330418593c466408--icu4c@77--77.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.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:33f8eb32c6409128386080cade5a4e2d7cd4fa7cd7b640fcc3cd417d59618b19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/782f00bfa9bc918aebd133773d0f8bc5aafc072f027c1bde67f09ecb0cf58a15--harfbuzz--11.3.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18
- ==> Fetching hicolor-icon-theme
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/blobs/sha256:76779247990b538d304e98b042fde85677491e428d0381a59383264ce8ef199f
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10
- ==> Fetching libepoxy
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/blobs/sha256:f0a692baa102940ea9ab31daef2dacb0ad2017d6049b4b58080417f900b0aeb9
- ==> 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:03a76dd1f0f289418ac065fdabfbf3a4391962587975f63fd33a109da1f52c0b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ced37548ed15a9f583fd8e2b86135142ae388a9fc82bd8c1560def413c6290e--pango--1.56.4.sonoma.bottle.tar.gz
- ==> Fetching gtk+3
- ==> Downloading https://ghcr.io/v2/homebrew/core/gtkx3/blobs/sha256:2cacc04efe921c90b249335794eba802bad712bcca12232436be427d5bd0e65d
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz
- ==> Installing dependencies for cairo: libpng, freetype, 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.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libpng/1.6.50: 28 files, 1.2MB
- ==> Installing cairo dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json
- ==> Pouring freetype--2.13.3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/freetype/2.13.3: 68 files, 2.5MB
- ==> Installing cairo dependency: 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.sonoma.bottle.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /usr/local/Cellar/fontconfig/2.16.0/bin/fc-cache -frv
- 🍺 /usr/local/Cellar/fontconfig/2.16.0: 92 files, 1.1MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺 /usr/local/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.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libunistring/1.3: 59 files, 5.5MB
- ==> Installing cairo dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Pouring gettext--0.26.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gettext/0.26: 2,428 files, 26.9MB
- ==> Installing cairo dependency: 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.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/glib/2.84.3: 504 files, 34.9MB
- ==> Installing cairo dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Pouring xorgproto--2024.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/xorgproto/2024.1: 268 files, 3.9MB
- ==> Installing cairo dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Pouring libxau--1.0.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxau/1.0.12: 21 files, 93KB
- ==> Installing cairo dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 120.6KB
- ==> Installing cairo dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Pouring libxcb--1.17.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.2MB
- ==> Installing cairo dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Pouring libx11--1.8.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libx11/1.8.12: 1,043 files, 6.8MB
- ==> Installing cairo dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Pouring libxext--1.3.6.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxext/1.3.6: 88 files, 430.1KB
- ==> Installing cairo dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Pouring libxrender--0.9.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxrender/0.9.12: 13 files, 174.1KB
- ==> Installing cairo dependency: lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/lzo/2.10: 32 files, 555.7KB
- ==> Installing cairo dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/46f8ebb55ee93ac9c441b90114c800d1281ac1ac5e72933697bf6f3df5b42cfd--pixman-0.46.4.bottle_manifest.json
- ==> Pouring pixman--0.46.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/pixman/0.46.4: 10 files, 672.7KB
- ==> Installing cairo
- ==> Pouring cairo--1.18.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/cairo/1.18.4: 53 files, 2.0MB
- ==> Running `brew cleanup cairo`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring expat--2.7.1.sonoma.bottle.tar.gz
- ==> Caveats
- expat is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have expat first in your PATH, run:
- echo 'export PATH="/usr/local/opt/expat/bin:$PATH"' >> ~/.profile
-
- For compilers to find expat you may need to set:
- export LDFLAGS="-L/usr/local/opt/expat/lib"
- export CPPFLAGS="-I/usr/local/opt/expat/include"
- ==> Summary
- 🍺 /usr/local/Cellar/expat/2.7.1: 23 files, 600.5KB
- ==> Running `brew cleanup expat`...
- ==> Installing dependencies for gtk+3: dbus, libxfixes, libxi, libxtst, at-spi2-core, fribidi, jpeg-turbo, xz, lz4, zstd, libtiff, gdk-pixbuf, gsettings-desktop-schemas, graphite2, icu4c@77, harfbuzz, hicolor-icon-theme, libepoxy and pango
- ==> Installing gtk+3 dependency: dbus
- ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d7addc05476f068c217c8e9d9c3a43fd366359d34bd4ad056d0de7568cd8847--dbus-1.16.2.bottle_manifest.json
- ==> Pouring dbus--1.16.2.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/dbus/1.16.2/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-id
- 🍺 /usr/local/Cellar/dbus/1.16.2: 78 files, 1.6MB
- ==> 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.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxfixes/6.0.1: 13 files, 122.5KB
- ==> Installing gtk+3 dependency: libxi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxi/manifests/1.8.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/089cbc546059463acb4a311e70491ca9665a8c04ab7683bc3c0803ee15b4d698--libxi-1.8.2.bottle_manifest.json
- ==> Pouring libxi--1.8.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxi/1.8.2: 86 files, 653.2KB
- ==> Installing gtk+3 dependency: libxtst
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxtst/manifests/1.2.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/255b29f533b7064a6e692de37b3d9a41d73033506bec841e9900dbf2eb337a4c--libxtst-1.2.5.bottle_manifest.json
- ==> Pouring libxtst--1.2.5.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxtst/1.2.5: 23 files, 126.4KB
- ==> Installing gtk+3 dependency: at-spi2-core
- ==> Downloading https://ghcr.io/v2/homebrew/core/at-spi2-core/manifests/2.56.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.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/at-spi2-core/2.56.3: 201 files, 4MB
- ==> Installing gtk+3 dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Pouring fribidi--1.0.16.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/fribidi/1.0.16: 68 files, 475.6KB
- ==> Installing gtk+3 dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.1.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/jpeg-turbo/3.1.1: 47 files, 4.2MB
- ==> Installing gtk+3 dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB
- ==> Installing gtk+3 dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB
- ==> Installing gtk+3 dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json
- ==> Pouring zstd--1.5.7.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB
- ==> Installing gtk+3 dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json
- ==> Pouring libtiff--4.7.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/libtiff/4.7.0: 486 files, 7.6MB
- ==> Installing gtk+3 dependency: gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json
- ==> Pouring gdk-pixbuf--2.42.12_1.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/gdk-pixbuf/2.42.12_1/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺 /usr/local/Cellar/gdk-pixbuf/2.42.12_1: 152 files, 3.2MB
- ==> Installing gtk+3 dependency: gsettings-desktop-schemas
- ==> Downloading https://ghcr.io/v2/homebrew/core/gsettings-desktop-schemas/manifests/48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b50977acc6e572c3fef03f9e0d5a91fb31313e24dce8cea5c0cedcc626a07b3b--gsettings-desktop-schemas-48.0.bottle_manifest.json
- ==> Pouring gsettings-desktop-schemas--48.0.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas
- 🍺 /usr/local/Cellar/gsettings-desktop-schemas/48.0: 107 files, 5.5MB
- ==> Installing gtk+3 dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/graphite2/1.3.14: 19 files, 261.4KB
- ==> Installing gtk+3 dependency: icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Pouring icu4c@77--77.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/icu4c@77/77.1: 277 files, 80MB
- ==> Installing gtk+3 dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.3.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ccb81524ccfa5d9f8ba03b1d860cc6280c4ecb6e1b404d700d77d88d516e40bc--harfbuzz-11.3.3.bottle_manifest.json
- ==> Pouring harfbuzz--11.3.3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/harfbuzz/11.3.3: 77 files, 10.3MB
- ==> Installing gtk+3 dependency: hicolor-icon-theme
- ==> Downloading https://ghcr.io/v2/homebrew/core/hicolor-icon-theme/manifests/0.18
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70835c74d449476f69c535127dcf54e7bc83475b0e28f15db78ccf6c2dfe3e7a--hicolor-icon-theme-0.18.bottle_manifest.json
- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz
- 🍺 /usr/local/Cellar/hicolor-icon-theme/0.18: 8 files, 80.0KB
- ==> Installing gtk+3 dependency: libepoxy
- ==> Downloading https://ghcr.io/v2/homebrew/core/libepoxy/manifests/1.5.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91321dc6032305294ad3c7c3851bc80f1505f18512e4753036c509ba4b4e2c--libepoxy-1.5.10.bottle_manifest.json
- ==> Pouring libepoxy--1.5.10.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libepoxy/1.5.10: 11 files, 2.5MB
- ==> Installing gtk+3 dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.56.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2aea7cad1d8c6268959bdd70cf5b58468d5ce9bf4a14a631e7edeae8c5715c72--pango-1.56.4.bottle_manifest.json
- ==> Pouring pango--1.56.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/pango/1.56.4: 69 files, 3MB
- ==> Installing gtk+3
- ==> Pouring gtk+3--3.24.49.sonoma.bottle.tar.gz
- ==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas
- ==> /usr/local/Cellar/gtk+3/3.24.49/bin/gtk3-update-icon-cache -f -t /usr/local/share/icons/hicolor
- ==> /usr/local/Cellar/gtk+3/3.24.49/bin/gtk-query-immodules-3.0 > /usr/local/lib/gtk-3.0/3.0.0/immodules.cache
- 🍺 /usr/local/Cellar/gtk+3/3.24.49: 749 files, 55.9MB
- ==> Running `brew cleanup gtk+3`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> No outdated dependents to upgrade!
- ==> Caveats
- ==> expat
- expat is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have expat first in your PATH, run:
- echo 'export PATH="/usr/local/opt/expat/bin:$PATH"' >> ~/.profile
-
- For compilers to find expat you may need to set:
- export LDFLAGS="-L/usr/local/opt/expat/lib"
- export CPPFLAGS="-I/usr/local/opt/expat/include"
2025-07-31 08:16.17 ---> 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 bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> installed conf-gtk3.18
-> installed conf-cairo.1
-> retrieved afl-persistent.1.4 (https://github.com/stedolan/ocaml-afl-persistent/archive/refs/tags/v1.4.tar.gz)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved crowbar.0.2.1 (https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz)
-> retrieved domain-local-await.1.0.1 (https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz)
-> retrieved cairo2.0.6.5 (https://github.com/Chris00/ocaml-cairo/releases/download/0.6.5/cairo2-0.6.5.tbz)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iomux.0.3 (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz)
-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (https://github.com/ocaml-multicore/eio/releases/download/v1.3/eio-1.3.tbz)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lablgtk3.3.1.5 (https://github.com/garrigue/lablgtk/releases/download/3.1.5/lablgtk3-3.1.5.tbz)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved seq.base (cached)
-> retrieved psq.0.2.1 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved topkg.1.1.0 (cached)
-> retrieved thread-table.1.0.0 (https://github.com/ocaml-multicore/thread-table/releases/download/1.0.0/thread-table-1.0.0.tbz)
-> retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> 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 lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed afl-persistent.1.4
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed processor.0.2
-> installed optint.0.3.0
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed ocplib-endian.1.2
-> 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 08:17.52 ---> saved as "8d230ade74ce8cba2bfdc7585bb9d3f47ef13066107a1d7e0ccf3445b0714f14"
/: (copy (src .) (dst ./src))
2025-07-31 08:17.54 ---> 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/amd64/amd64.cmxa -I /Users/mac1000/.opam/5.3.0/lib/processor/amd64 /Users/mac1000/.opam/5.3.0/lib/processor/processor.cmxa -I /Users/mac1000/.opam/5.3.0/lib/processor src/.main.eobjs/native/dune__exe.cmx src/.main.eobjs/native/dune__exe__Dump.cmx src/.main.eobjs/native/dune__exe__Gc_stats.cmx src/.main.eobjs/native/dune__exe__Record.cmx src/.main.eobjs/native/dune__exe__Main.cmx)
ld: warning: ignoring duplicate libraries: '-lpthread'
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o gtk/main.exe /Users/mac1000/.opam/5.3.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.3.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.3.0/lib/optint/optint.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.3.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.3.0/lib/cstruct /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.3.0/lib/eio/eio.cmxa fxt/fxt.cmxa lib/eio_trace.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/cairo2/cairo.cmxa -I /Users/mac1000/.opam/5.3.0/lib/cairo2 /Users/mac1000/.opam/5.3.0/lib/lablgtk3/lablgtk3.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lablgtk3 gtk/.main.eobjs/native/dune__exe.cmx gtk/.main.eobjs/native/dune__exe__Minibuffer.cmx gtk/.main.eobjs/native/dune__exe__Render_cairo.cmx gtk/.main.eobjs/native/dune__exe__Save.cmx gtk/.main.eobjs/native/dune__exe__Gtk_ui.cmx gtk/.main.eobjs/native/dune__exe__Main.cmx)
ld: warning: ignoring duplicate libraries: '-lcairo'
2025-07-31 08:17.57 ---> saved as "9650c6ed131301c69e9159b9fc6a3a9a8a469d1321cbeec2b138dbfcc146a08a"
Job succeeded
2025-07-31 08:18.04: Job succeeded