2026-04-14 08:11.25: 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.4 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 ce5fb3cf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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-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.2 dune-configurator.3.22.2 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 $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 2026-04-14 08:11.25: Using cache hint "ocaml-multicore/eio-trace-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-b1be34d9b1128e646ba2bc169783c812" 2026-04-14 08:11.25: 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 dune-configurator.3.22.2 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-04-14 08:11.25: Waiting for resource in pool OCluster 2026-04-14 10:27.14: Waiting for worker… 2026-04-14 14:20.48: Got resource from pool OCluster Building on i7-worker-01 All commits already cached HEAD is now at ce5fb3c Merge pull request #45 from talex5/nix (from macos-homebrew-ocaml-5.4) 2026-04-14 14:20.48 ---> 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-04-14 14:20.49 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2026-04-14 14:20.49 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.5.0 2026-04-14 14:20.49 ---> 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4c9d80b731..23068bb422 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-compiler.5.4.1 However, 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-04-14 14:20.50 ---> using "4da42f7976bac0f81618a8f15bc93ef66a2ea6f3accb43d42844302691bcdee0" from cache /: (copy (src eio-trace.opam) (dst ./src/./)) 2026-04-14 14:20.52 ---> saved as "ef18d55c7b42a9bddd8b4db95e10424c305968c1faf175943688f434faf86e70" /: (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-04-14 14:21.13 ---> saved as "0e0f9ea8b959649a8b38e37acfef163e411d0d1345f0e290786c540e56dc9ebd" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-04-14 14:21.14 ---> saved as "60568466169feafda1788c5ae4590404b8f4202933ed93827e9408faafb8638a" /: (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.2 dune-configurator.3.22.2 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... - 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.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.52) - ✔︎ Bottle Manifest pkgconf (2.5.1) - ✔︎ Bottle Manifest pkgconf (2.5.1) - ✔︎ Bottle Manifest libpng (1.6.57) - ✔︎ Bottle libpng (1.6.57) - ✔︎ Bottle Manifest freetype (2.14.3) - ✔︎ Bottle freetype (2.14.3) - ✔︎ 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.4.1) - ✔︎ Bottle jpeg-turbo (3.1.4.1) - ✔︎ Bottle Manifest xz (5.8.3) - ✔︎ Bottle xz (5.8.3) - ✔︎ 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.6) - ✔︎ Bottle gdk-pixbuf (2.44.6) - ✔︎ 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 (14.1.0) - ✔︎ Bottle harfbuzz (14.1.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.1) - ✔︎ Bottle icu4c@78 (78.3) - ✔︎ Bottle pango (1.57.1) - ✔︎ Bottle pkgconf (2.5.1) - ✔︎ Bottle gettext (1.0) - ✔︎ Bottle libxcb (1.17.0) - ✔︎ Bottle gtk+3 (3.24.52) - ==> 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.57.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/libpng/1.6.57: 28 files, 1.3MB - ==> Installing cairo dependency: freetype - ==> Pouring freetype--2.14.3.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/freetype/2.14.3: 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.8KB - ==> 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, 653.1KB - ==> 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.3KB - ==> Installing gtk+3 dependency: libxi - ==> Pouring libxi--1.8.2.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/libxi/1.8.2: 86 files, 669.0KB - ==> 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.4.1.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/jpeg-turbo/3.1.4.1: 47 files, 4.4MB - ==> Installing gtk+3 dependency: xz - ==> Pouring xz--5.8.3.sequoia.bottle.tar.gz - 🍺 /usr/local/Cellar/xz/5.8.3: 96 files, 2.5MB - ==> 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.6.sonoma.bottle.tar.gz - ==> /usr/local/Cellar/gdk-pixbuf/2.44.6/bin/gdk-pixbuf-query-loaders --update-cache - 🍺 /usr/local/Cellar/gdk-pixbuf/2.44.6: 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--14.1.0.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/harfbuzz/14.1.0: 94 files, 13.3MB - ==> 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, 82.0KB - ==> 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.3KB - ==> 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.1.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/pango/1.57.1: 69 files, 3.3MB - ==> Installing gtk+3 - ==> Pouring gtk+3--3.24.52.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.52/bin/gtk3-update-icon-cache -f -t /usr/local/share/icons/hicolor - ==> /usr/local/Cellar/gtk+3/3.24.52/bin/gtk-query-immodules-3.0 > /usr/local/lib/gtk-3.0/3.0.0/immodules.cache - 🍺 /usr/local/Cellar/gtk+3/3.24.52: 749 files, 58.4MB - ==> 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-04-14 14:24.32 ---> saved as "eddea956174a75632d3e3f8d394e8eefbeedb861b50f3d681d5655b8687b20a1" /: (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.2 - install dune-configurator 3.22.2 - 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) -> retrieved cstruct.6.2.0 (cached) -> installed conf-cairo.1 -> installed conf-gtk3.18 -> 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.2, dune-configurator.3.22.2 (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.2 -> 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.2 -> 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-1 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.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2026-04-14 14:26.04 ---> saved as "eb5d1a20614545526af867abb7349ec1c4859ddbee51ac6d2df49bbf6f06bbfa" /: (copy (src .) (dst ./src)) 2026-04-14 14:26.06 ---> saved as "e2bdceddc577ebf88dba0b3787bc1bfc63335d38dea0ec6b02d9dae3b36d4795" /: (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.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-04-14 14:26.09 ---> saved as "c5f9722d53073208fe14840d67a2f82a422c1016454c279debd7ff7a8876b64e" Job succeeded 2026-04-14 14:26.18: Job succeeded