2026-03-19 08:04.46: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (macos-x86_64:macos-homebrew-5.4_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 eio-trace.opam ./src/./RUN opam pin add -yn eio-trace.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="afl-persistent.1.4 base-bigarray.base base-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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:04.46: Using cache hint "ocaml-multicore/eio-trace-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-6ee5b5832ac1bee8fd9b80133d23df6f"2026-03-19 08:04.46: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1")(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.5 --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")))2026-03-19 08:04.46: Waiting for resource in pool OCluster2026-03-19 11:36.05: Waiting for worker…2026-03-19 14:35.19: Got resource from pool OClusterBuilding on i7-worker-03All commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from macos-homebrew-ocaml-5.4)2026-03-19 14:35.20 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-03-19 14:35.20 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-03-19 14:35.21 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-03-19 14:35.21 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-19 14:35.21 ---> using "ca14bc3a7123e65bd92e6b496f19b768f699c36799cea5bdf74383175705954d" from cache/: (copy (src eio-trace.opam) (dst ./src/./))2026-03-19 14:35.23 ---> saved as "7013ea3da422e23f002c211816188007bf9b8308ae51fb9aedde7d260d4ad607"/: (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)2026-03-19 14:35.36 ---> saved as "599cc8baf2ef4c8da519c43dfdc7147fff4aad17159803d221bc5b867c71fe0e"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-03-19 14:35.38 ---> saved as "b8e9cc898449c2fb63defb4130156f0ca6d0fc7e3563269cf089eeebdfccd98f"/: (env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1")/: (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.5 --depext-only -y eio-trace.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-4.0.1.catalina.bottle.tar.gz- ==> Pouring portable-ruby-4.0.1.catalina.bottle.tar.gz- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Updated 1 tap (homebrew/core).- ==> New Formulae- ctx7: Manage AI coding skills and documentation context<><> 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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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- ✔︎ Bottle Manifest cairo (1.18.4)- ✔︎ Bottle Manifest expat (2.7.5)- ✔︎ Bottle Manifest gtk+3 (3.24.51)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest libpng (1.6.55)- ✔︎ Bottle libpng (1.6.55)- ✔︎ Bottle Manifest freetype (2.14.2)- ✔︎ Bottle freetype (2.14.2)- ✔︎ Bottle Manifest libunistring (1.4.2)- ✔︎ Bottle libunistring (1.4.2)- ✔︎ Bottle Manifest gettext (1.0)- ✔︎ Bottle Manifest fontconfig (2.17.1)- ✔︎ Bottle fontconfig (2.17.1)- ✔︎ Bottle Manifest pcre2 (10.47_1)- ✔︎ Bottle pcre2 (10.47_1)- ✔︎ Bottle Manifest glib (2.88.0)- ✔︎ Bottle glib (2.88.0)- ✔︎ Bottle Manifest xorgproto (2025.1)- ✔︎ Bottle xorgproto (2025.1)- ✔︎ Bottle Manifest libxau (1.0.12)- ✔︎ Bottle libxau (1.0.12)- ✔︎ Bottle Manifest libxdmcp (1.1.5)- ✔︎ Bottle libxdmcp (1.1.5)- ✔︎ Bottle Manifest libxcb (1.17.0)- ✔︎ Bottle Manifest libx11 (1.8.13)- ✔︎ Bottle libx11 (1.8.13)- ✔︎ Bottle Manifest libxext (1.3.7)- ✔︎ Bottle libxext (1.3.7)- ✔︎ Bottle Manifest libxrender (0.9.12)- ✔︎ Bottle libxrender (0.9.12)- ✔︎ Bottle Manifest lzo (2.10)- ✔︎ Bottle lzo (2.10)- ✔︎ Bottle Manifest pixman (0.46.4)- ✔︎ Bottle pixman (0.46.4)- ✔︎ Bottle cairo (1.18.4)- ✔︎ Bottle expat (2.7.5)- ✔︎ Bottle Manifest dbus (1.16.2_1)- ✔︎ Bottle dbus (1.16.2_1)- ✔︎ Bottle Manifest libxfixes (6.0.2)- ✔︎ Bottle libxfixes (6.0.2)- ✔︎ Bottle Manifest libxi (1.8.2)- ✔︎ Bottle libxi (1.8.2)- ✔︎ Bottle Manifest libxtst (1.2.5)- ✔︎ Bottle libxtst (1.2.5)- ✔︎ Bottle Manifest at-spi2-core (2.60.0)- ✔︎ Bottle at-spi2-core (2.60.0)- ✔︎ Bottle Manifest fribidi (1.0.16)- ✔︎ Bottle fribidi (1.0.16)- ✔︎ Bottle Manifest jpeg-turbo (3.1.3)- ✔︎ Bottle jpeg-turbo (3.1.3)- ✔︎ Bottle Manifest xz (5.8.2)- ✔︎ Bottle xz (5.8.2)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest zstd (1.5.7_1)- ✔︎ Bottle zstd (1.5.7_1)- ✔︎ Bottle Manifest libtiff (4.7.1_1)- ✔︎ Bottle libtiff (4.7.1_1)- ✔︎ Bottle Manifest gdk-pixbuf (2.44.5)- ✔︎ Bottle gdk-pixbuf (2.44.5)- ✔︎ Bottle Manifest gsettings-desktop-schemas (50.0)- ✔︎ Bottle gsettings-desktop-schemas (50.0)- ✔︎ Bottle Manifest graphite2 (1.3.14)- ✔︎ Bottle graphite2 (1.3.14)- ✔︎ Bottle Manifest icu4c@78 (78.3)- ✔︎ Bottle Manifest harfbuzz (13.2.0)- ✔︎ Bottle harfbuzz (13.2.0)- ✔︎ Bottle Manifest hicolor-icon-theme (0.18)- ✔︎ Bottle hicolor-icon-theme (0.18)- ✔︎ Bottle Manifest libepoxy (1.5.10)- ✔︎ Bottle libepoxy (1.5.10)- ✔︎ Bottle Manifest libdatrie (0.2.14)- ✔︎ Bottle libdatrie (0.2.14)- ✔︎ Bottle Manifest libthai (0.1.30)- ✔︎ Bottle libthai (0.1.30)- ✔︎ Bottle Manifest pango (1.57.0_2)- ✔︎ Bottle icu4c@78 (78.3)- ✔︎ Bottle pango (1.57.0_2)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle gettext (1.0)- ✔︎ Bottle libxcb (1.17.0)- ✔︎ Bottle gtk+3 (3.24.51)- ==> Installing dependencies for cairo: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo and pixman- ==> Installing cairo dependency: libpng- ==> Pouring libpng--1.6.55.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libpng/1.6.55: 28 files, 1.3MB- ==> Installing cairo dependency: freetype- ==> Pouring freetype--2.14.2.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/freetype/2.14.2: 68 files, 2.8MB- ==> Installing cairo dependency: libunistring- ==> Pouring libunistring--1.4.2.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libunistring/1.4.2: 59 files, 5.8MB- ==> Installing cairo dependency: gettext- ==> Pouring gettext--1.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/gettext/1.0: 2,499 files, 33.9MB- ==> Installing cairo dependency: fontconfig- ==> Pouring fontconfig--2.17.1.sonoma.bottle.1.tar.gz- ==> Regenerating font cache, this may take a while- ==> /usr/local/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose- 🍺 /usr/local/Cellar/fontconfig/2.17.1: 98 files, 1.2MB- ==> Installing cairo dependency: pcre2- ==> Pouring pcre2--10.47_1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pcre2/10.47_1: 244 files, 7.3MB- ==> Installing cairo dependency: glib- ==> Pouring glib--2.88.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/glib/2.88.0: 506 files, 37MB- ==> Installing cairo dependency: xorgproto- ==> Pouring xorgproto--2025.1.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/xorgproto/2025.1: 268 files, 4.1MB- ==> Installing cairo dependency: libxau- ==> Pouring libxau--1.0.12.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxau/1.0.12: 21 files, 95.3KB- ==> Installing cairo dependency: libxdmcp- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 123.6KB- ==> Installing cairo dependency: libxcb- ==> Pouring libxcb--1.17.0.sonoma.bottle.1.tar.gz- 🍺 /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.5MB- ==> Installing cairo dependency: libx11- ==> Pouring libx11--1.8.13.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libx11/1.8.13: 1,043 files, 7MB- ==> Installing cairo dependency: libxext- ==> Pouring libxext--1.3.7.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxext/1.3.7: 88 files, 411.7KB- ==> Installing cairo dependency: libxrender- ==> Pouring libxrender--0.9.12.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxrender/0.9.12: 13 files, 178.4KB- ==> Installing cairo dependency: lzo- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/lzo/2.10: 32 files, 569KB- ==> Installing cairo dependency: pixman- ==> Pouring pixman--0.46.4.sonoma.bottle.1.tar.gz- 🍺 /usr/local/Cellar/pixman/0.46.4: 11 files, 1.5MB- ==> Installing cairo- ==> Pouring cairo--1.18.4.sonoma.bottle.2.tar.gz- 🍺 /usr/local/Cellar/cairo/1.18.4: 58 files, 4.4MB- ==> Running `brew cleanup cairo`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring expat--2.7.5.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.5: 23 files, 653KB- ==> 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@78, harfbuzz, hicolor-icon-theme, libepoxy, libdatrie, libthai and pango- ==> Installing gtk+3 dependency: dbus- ==> Pouring dbus--1.16.2_1.sonoma.bottle.tar.gz- ==> /usr/local/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/usr/local/var/lib/dbus/machine-id- 🍺 /usr/local/Cellar/dbus/1.16.2_1: 79 files, 1.7MB- ==> Installing gtk+3 dependency: libxfixes- ==> Pouring libxfixes--6.0.2.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxfixes/6.0.2: 13 files, 102.2KB- ==> Installing gtk+3 dependency: libxi- ==> Pouring libxi--1.8.2.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxi/1.8.2: 86 files, 668.9KB- ==> Installing gtk+3 dependency: libxtst- ==> Pouring libxtst--1.2.5.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libxtst/1.2.5: 23 files, 129.5KB- ==> Installing gtk+3 dependency: at-spi2-core- ==> Pouring at-spi2-core--2.60.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/at-spi2-core/2.60.0: 202 files, 4.3MB- ==> Installing gtk+3 dependency: fribidi- ==> Pouring fribidi--1.0.16.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/fribidi/1.0.16: 68 files, 487KB- ==> Installing gtk+3 dependency: jpeg-turbo- ==> Pouring jpeg-turbo--3.1.3.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/jpeg-turbo/3.1.3: 47 files, 4.4MB- ==> Installing gtk+3 dependency: xz- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB- ==> Installing gtk+3 dependency: lz4- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB- ==> Installing gtk+3 dependency: zstd- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB- ==> Installing gtk+3 dependency: libtiff- ==> Pouring libtiff--4.7.1_1.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libtiff/4.7.1_1: 488 files, 8.1MB- ==> Installing gtk+3 dependency: gdk-pixbuf- ==> Pouring gdk-pixbuf--2.44.5.sonoma.bottle.tar.gz- ==> /usr/local/Cellar/gdk-pixbuf/2.44.5/bin/gdk-pixbuf-query-loaders --update-cache- 🍺 /usr/local/Cellar/gdk-pixbuf/2.44.5: 151 files, 3.5MB- ==> Installing gtk+3 dependency: gsettings-desktop-schemas- ==> Pouring gsettings-desktop-schemas--50.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/50.0: 108 files, 6.4MB- ==> Installing gtk+3 dependency: graphite2- ==> Pouring graphite2--1.3.14.sonoma.bottle.2.tar.gz- 🍺 /usr/local/Cellar/graphite2/1.3.14: 19 files, 239.8KB- ==> Installing gtk+3 dependency: icu4c@78- ==> Pouring icu4c@78--78.3.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/icu4c@78/78.3: 279 files, 86.7MB- ==> Installing gtk+3 dependency: harfbuzz- ==> Pouring harfbuzz--13.2.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/harfbuzz/13.2.0: 89 files, 12.6MB- ==> Installing gtk+3 dependency: hicolor-icon-theme- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz- 🍺 /usr/local/Cellar/hicolor-icon-theme/0.18: 8 files, 81.9KB- ==> Installing gtk+3 dependency: libepoxy- ==> Pouring libepoxy--1.5.10.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libepoxy/1.5.10: 11 files, 2.6MB- ==> Installing gtk+3 dependency: libdatrie- ==> Pouring libdatrie--0.2.14.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libdatrie/0.2.14: 20 files, 230.2KB- ==> Installing gtk+3 dependency: libthai- ==> Pouring libthai--0.1.30.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/libthai/0.1.30: 30 files, 922.6KB- ==> Installing gtk+3 dependency: pango- ==> Pouring pango--1.57.0_2.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/pango/1.57.0_2: 69 files, 3.3MB- ==> Installing gtk+3- ==> Pouring gtk+3--3.24.51.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.51/bin/gtk3-update-icon-cache -f -t /usr/local/share/icons/hicolor- ==> /usr/local/Cellar/gtk+3/3.24.51/bin/gtk-query-immodules-3.0 > /usr/local/lib/gtk-3.0/3.0.0/immodules.cache- 🍺 /usr/local/Cellar/gtk+3/3.24.51: 749 files, 57.9MB- ==> Running `brew cleanup gtk+3`...- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB- ==> Running `brew cleanup pkgconf`...- ==> 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"# To update the current shell environment, run: eval $(opam env)2026-03-19 14:38.59 ---> saved as "f316473e5981424f76a8c147a549dc19776898e69ca6c59cd8ee665ecacaa744"/: (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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 31 packages- install afl-persistent 1.4- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.0- install dune-configurator 3.22.0- 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.4- install lablgtk3 3.1.5-1- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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.1<><> 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 crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-gtk3.18-> retrieved cstruct.6.2.0 (cached)-> installed conf-cairo.1-> retrieved cmdliner.2.1.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lablgtk3.3.1.5-1 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved processor.0.2 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.22.0-> 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 camlp-streams.5.0.1-> installed crowbar.0.2.2-> installed domain-local-await.1.0.1-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed cairo2.0.6.5-> installed eio.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed lablgtk3.3.1.5-1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-03-19 14:40.46 ---> saved as "067d36e1d2390accb6bf7f43a6a4c93de0b77210bdaa11665df04d0e7f9116b5"/: (copy (src .) (dst ./src))2026-03-19 14:41.02 ---> saved as "496e14b90556029fe7a3013bb9de4161224b3e550e5c76caf7f06e2761a5552a"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS(cd _build/default && /Users/mac1000/.opam/5.4.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.4.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.4.0/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.4.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.4.0/lib/optint/optint.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.4.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.4.0/lib/cstruct /Users/mac1000/.opam/5.4.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.4.0/lib/bigstringaf /Users/mac1000/.opam/5.4.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/eio.cmxa /Users/mac1000/.opam/5.4.0/lib/psq/psq.cmxa /Users/mac1000/.opam/5.4.0/lib/thread-table/Thread_table.cmxa /Users/mac1000/.opam/5.4.0/lib/domain-local-await/Domain_local_await.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/utils/eio_utils.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.4.0/lib/mtime/clock/mtime_clock.cmxa -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock /Users/mac1000/.opam/5.4.0/lib/eio/unix/eio_unix.cmxa -I /Users/mac1000/.opam/5.4.0/lib/eio/unix /Users/mac1000/.opam/5.4.0/lib/iomux/iomux.cmxa -I /Users/mac1000/.opam/5.4.0/lib/iomux /Users/mac1000/.opam/5.4.0/lib/eio_posix/eio_posix.cmxa -I /Users/mac1000/.opam/5.4.0/lib/eio_posix /Users/mac1000/.opam/5.4.0/lib/eio_main/eio_main.cmxa fxt/fxt.cmxa lib/eio_trace.cmxa /Users/mac1000/.opam/5.4.0/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.4.0/lib/processor/apple_ioreg/processor_apple_ioreg.cmxa -I /Users/mac1000/.opam/5.4.0/lib/processor/apple_ioreg /Users/mac1000/.opam/5.4.0/lib/processor/amd64/amd64.cmxa -I /Users/mac1000/.opam/5.4.0/lib/processor/amd64 /Users/mac1000/.opam/5.4.0/lib/processor/processor.cmxa -I /Users/mac1000/.opam/5.4.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.4.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.4.0/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.4.0/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.4.0/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.4.0/lib/optint/optint.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.4.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.4.0/lib/cstruct /Users/mac1000/.opam/5.4.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.4.0/lib/bigstringaf /Users/mac1000/.opam/5.4.0/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.4.0/lib/eio/eio.cmxa fxt/fxt.cmxa lib/eio_trace.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.4.0/lib/cairo2/cairo.cmxa -I /Users/mac1000/.opam/5.4.0/lib/cairo2 /Users/mac1000/.opam/5.4.0/lib/lablgtk3/lablgtk3.cmxa -I /Users/mac1000/.opam/5.4.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'2026-03-19 14:41.06 ---> saved as "1324e9dfa2535030062a4268582447f4fc81c519bac6accc11db733502f5e12f"Job succeeded2026-03-19 14:41.12: Job succeeded