Organisationsocaml-multicoreeio-tracece5fb3 (main)macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.14: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (macos-arm64:macos-homebrew-5.4_arm64_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_arm64_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 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-03 11:36.14: Using cache hint "ocaml-multicore/eio-trace-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-1d1e028b9cf34624f8fccd2c1b853574"
2026-04-03 11:36.14: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_arm64_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 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-03 11:36.14: Waiting for resource in pool OCluster
2026-04-04 01:57.33: Waiting for worker…
2026-04-04 09:33.51: Got resource from pool OCluster
Building on m1-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-04 09:33.52 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_arm64_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-04 09:33.52 ---> 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-04 09:33.52 ---> 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-04 09:33.52 ---> 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
043b6ea343..2a4b439041  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> 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-04 09:33.53 ---> using "1282f226ed6b8369654a3324b4803b27039ef8115d0fc87f58f83cf301e75a16" from cache


/: (copy (src eio-trace.opam) (dst ./src/./))
2026-04-04 09:33.54 ---> saved as "4de49fccddd7fcea1bbe0ca12958261f09fe0fe2e4cbf3147bbc6619c6894d87"


/: (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-04 09:34.16 ---> saved as "e57a7e55d3b6511ce265e33706194a5256815d8b23ad8a7f5c7b1b056611afda"


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-04-04 09:34.17 ---> saved as "1a3653e6cdb2f4c6a27da240e34e76ce01c70ebac09b77fe6e2216f4a14490fc"


/: (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.1 dune-configurator.3.22.1 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"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio-trace.dev] synchronised (file:///Users/mac1000/src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.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 <><><><><><><><><><><><><><><><><><><><><><>


+ /opt/homebrew/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 gtk+3 (3.24.52)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest libpng (1.6.56)
- ✔︎ Bottle libpng (1.6.56)
- ✔︎ 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 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.0.0)
- ✔︎ Bottle harfbuzz (14.0.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)
- ✔︎ Bottle gdk-pixbuf (2.44.6)
- ==> 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.56.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libpng/1.6.56: 28 files, 1.4MB
- ==> Installing cairo dependency: freetype
- ==> Pouring freetype--2.14.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/freetype/2.14.3: 68 files, 2.7MB
- ==> Installing cairo dependency: libunistring
- ==> Pouring libunistring--1.4.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.4.2: 59 files, 5.8MB
- ==> Installing cairo dependency: gettext
- ==> Pouring gettext--1.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gettext/1.0: 2,499 files, 35.3MB
- ==> Installing cairo dependency: fontconfig
- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- 🍺  /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.6MB
- ==> Installing cairo dependency: pcre2
- ==> Pouring pcre2--10.47_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pcre2/10.47_1: 244 files, 7.3MB
- ==> Installing cairo dependency: glib
- ==> Pouring glib--2.88.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/glib/2.88.0: 506 files, 40.0MB
- ==> Installing cairo dependency: xorgproto
- ==> Pouring xorgproto--2025.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xorgproto/2025.1: 268 files, 4.1MB
- ==> Installing cairo dependency: libxau
- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 136.1KB
- ==> Installing cairo dependency: libxdmcp
- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 142.5KB
- ==> Installing cairo dependency: libxcb
- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.8MB
- ==> Installing cairo dependency: libx11
- ==> Pouring libx11--1.8.13.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libx11/1.8.13: 1,043 files, 7.4MB
- ==> Installing cairo dependency: libxext
- ==> Pouring libxext--1.3.7.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxext/1.3.7: 88 files, 469.6KB
- ==> Installing cairo dependency: libxrender
- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 229.5KB
- ==> Installing cairo dependency: lzo
- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lzo/2.10: 32 files, 579.8KB
- ==> Installing cairo dependency: pixman
- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing cairo
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.7MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- expat is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have expat first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile
- 
- For compilers to find expat you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/expat/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/expat/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/expat/2.7.5: 23 files, 728.7KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id
- 🍺  /opt/homebrew/Cellar/dbus/1.16.2_1: 79 files, 2.2MB
- ==> Installing gtk+3 dependency: libxfixes
- ==> Pouring libxfixes--6.0.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxfixes/6.0.2: 13 files, 150.8KB
- ==> Installing gtk+3 dependency: libxi
- ==> Pouring libxi--1.8.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxi/1.8.2: 86 files, 714.5KB
- ==> Installing gtk+3 dependency: libxtst
- ==> Pouring libxtst--1.2.5.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxtst/1.2.5: 23 files, 198.3KB
- ==> Installing gtk+3 dependency: at-spi2-core
- ==> Pouring at-spi2-core--2.60.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/at-spi2-core/2.60.0: 202 files, 4.6MB
- ==> Installing gtk+3 dependency: fribidi
- ==> Pouring fribidi--1.0.16.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/fribidi/1.0.16: 68 files, 578.6KB
- ==> Installing gtk+3 dependency: jpeg-turbo
- ==> Pouring jpeg-turbo--3.1.4.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-turbo/3.1.4.1: 47 files, 3.7MB
- ==> Installing gtk+3 dependency: xz
- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB
- ==> Installing gtk+3 dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.2KB
- ==> Installing gtk+3 dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing gtk+3 dependency: libtiff
- ==> Pouring libtiff--4.7.1_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtiff/4.7.1_1: 488 files, 9.0MB
- ==> Installing gtk+3 dependency: gdk-pixbuf
- ==> Pouring gdk-pixbuf--2.44.6.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/gdk-pixbuf/2.44.6/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /opt/homebrew/Cellar/gdk-pixbuf/2.44.6: 151 files, 4.2MB
- ==> Installing gtk+3 dependency: gsettings-desktop-schemas
- ==> Pouring gsettings-desktop-schemas--50.0.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas
- 🍺  /opt/homebrew/Cellar/gsettings-desktop-schemas/50.0: 108 files, 6.5MB
- ==> Installing gtk+3 dependency: graphite2
- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 276.8KB
- ==> Installing gtk+3 dependency: icu4c@78
- ==> Pouring icu4c@78--78.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/icu4c@78/78.3: 279 files, 87.9MB
- ==> Installing gtk+3 dependency: harfbuzz
- ==> Pouring harfbuzz--14.0.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/harfbuzz/14.0.0: 94 files, 13.5MB
- ==> Installing gtk+3 dependency: hicolor-icon-theme
- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/hicolor-icon-theme/0.18: 8 files, 82.0KB
- ==> Installing gtk+3 dependency: libepoxy
- ==> Pouring libepoxy--1.5.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libepoxy/1.5.10: 11 files, 2.7MB
- ==> Installing gtk+3 dependency: libdatrie
- ==> Pouring libdatrie--0.2.14.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libdatrie/0.2.14: 20 files, 312.0KB
- ==> Installing gtk+3 dependency: libthai
- ==> Pouring libthai--0.1.30.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libthai/0.1.30: 30 files, 973.7KB
- ==> Installing gtk+3 dependency: pango
- ==> Pouring pango--1.57.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pango/1.57.1: 69 files, 3.8MB
- ==> Installing gtk+3
- ==> Pouring gtk+3--3.24.52.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas
- ==> /opt/homebrew/Cellar/gtk+3/3.24.52/bin/gtk3-update-icon-cache -f -t /opt/homebrew/share/icons/hicolor
- ==> /opt/homebrew/Cellar/gtk+3/3.24.52/bin/gtk-query-immodules-3.0 > /opt/homebrew/lib/gtk-3.0/3.0.0/immodules.cache
- 🍺  /opt/homebrew/Cellar/gtk+3/3.24.52: 749 files, 60.4MB
- ==> Running `brew cleanup gtk+3`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Caveats
- ==> expat
- expat is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- If you need to have expat first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/expat/bin:$PATH"' >> ~/.profile
- 
- For compilers to find expat you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/expat/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/expat/include"
# To update the current shell environment, run: eval $(opam env)
2026-04-04 09:36.11 ---> saved as "b1a15567f95bcc73b54dee908098e0a6429ac570af128ce2d1b12112a3690631"


/: (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.1
- install dune-configurator  3.22.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.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-cairo.1
-> installed conf-gtk3.18
-> retrieved cstruct.6.2.0  (cached)
-> 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.1, dune-configurator.3.22.1  (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.1
-> installed lwt-dllist.1.1.0
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed optint.0.3.0
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed processor.0.2
-> installed cstruct.6.2.0
-> installed crowbar.0.2.2
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.22.1
-> 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-04 09:37.05 ---> saved as "7c73f68197533fc72b3fab4c7bc528dc29e50615142b1cffbf0e2c8033ac2ab7"


/: (copy (src .) (dst ./src))
2026-04-04 09:37.06 ---> saved as "34d6c9baafa7c6a45b1eac29f554bc561cb91a6608ac6d2c2997a4c1e90511b3"


/: (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/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-04 09:37.08 ---> saved as "0009b38df3641224d6d88a26a9a5299d20496afc8d53553914c6338226432c5a"
Job succeeded
2026-04-04 09:37.16: Job succeeded