Organisationssanettebogue-cairo6135ed (main)macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Logs

Show full logs
2026-01-16 11:37.26: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (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/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./src/./
RUN opam pin add -yn bogue-cairo.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue-cairo.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-01-16 11:37.26: Using cache hint "sanette/bogue-cairo-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-3d23f81bea909e190e6e1ac208a1f300"
2026-01-16 11:37.26: 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue-cairo.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn bogue-cairo.dev './src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue-cairo.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-01-16 11:37.26: Waiting for resource in pool OCluster
2026-01-16 12:34.01: Waiting for worker…
2026-01-16 14:49.46: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
HEAD is now at 6135ed8 version 0.1.0

(from macos-homebrew-ocaml-5.4)
2026-01-16 14:49.46 ---> 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-01-16 14:49.47 ---> 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-01-16 14:49.47 ---> 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-01-16 14:49.47 ---> 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   95f7875db7..873cb18c37  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 14:49.47 ---> using "3ff791754a4280b7021cbd48394df6cdd342b687ca5bf0326e8e3e3d3038f4f8" from cache

/: (copy (src bogue-cairo.opam) (dst ./src/./))
2026-01-16 14:49.48 ---> saved as "86910ed2f229523a8e4d4911179b6977b615ae40d9d05177cec98325e6e0657a"

/: (run (network host)
        (shell "opam pin add -yn bogue-cairo.dev './src/./'"))
[NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch.
[bogue-cairo.dev] synchronised (file:///Users/mac1000/src)
bogue-cairo is now pinned to file:///Users/mac1000/src (version dev)
2026-01-16 14:50.06 ---> saved as "074ab36b327380494d559859a68eafbcab9401d95f5c04227020e77838c741bc"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-01-16 14:50.07 ---> saved as "4fcdcd7a1c17957f9187de459b8e069e3b554d39635904f6e8b6f82163075fde"

/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.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 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue-cairo.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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 libffi pkgconf sdl2 sdl2_image sdl2_ttf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /opt/homebrew/bin/brew "install" "cairo" "libffi" "pkgconf" "sdl2" "sdl2_image" "sdl2_ttf"
- ==> Fetching downloads for: cairo, libffi, pkgconf, sdl2, sdl2_image and sdl2_ttf
- ✔︎ Bottle Manifest cairo (1.18.4)
- ✔︎ Bottle Manifest libffi (3.5.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sdl2 (2.32.10)
- ✔︎ Bottle Manifest sdl2_image (2.8.8)
- ✔︎ Bottle Manifest sdl2_ttf (2.24.0)
- ✔︎ Bottle Manifest sdl2_image (2.8.8)
- ✔︎ Bottle Manifest sdl2_ttf (2.24.0)
- ✔︎ Bottle Manifest libpng (1.6.54)
- ✔︎ Bottle libpng (1.6.54)
- ✔︎ Bottle Manifest freetype (2.14.1_1)
- ✔︎ Bottle freetype (2.14.1_1)
- ✔︎ Bottle Manifest libunistring (1.4.1)
- ✔︎ Bottle libunistring (1.4.1)
- ✔︎ Bottle Manifest gettext (0.26_1)
- ✔︎ Bottle Manifest fontconfig (2.17.1)
- ✔︎ Bottle fontconfig (2.17.1)
- ✔︎ Bottle Manifest pcre2 (10.47)
- ✔︎ Bottle pcre2 (10.47)
- ✔︎ Bottle Manifest glib (2.86.3)
- ✔︎ Bottle glib (2.86.3)
- ✔︎ 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.12)
- ✔︎ Bottle libx11 (1.8.12)
- ✔︎ Bottle Manifest libxext (1.3.6)
- ✔︎ Bottle libxext (1.3.6)
- ✔︎ 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 libffi (3.5.2)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle sdl2 (2.32.10)
- ✔︎ Bottle Manifest jpeg-turbo (3.1.3)
- ✔︎ Bottle jpeg-turbo (3.1.3)
- ✔︎ Bottle Manifest brotli (1.2.0)
- ✔︎ Bottle brotli (1.2.0)
- ✔︎ Bottle Manifest giflib (5.2.2)
- ✔︎ Bottle giflib (5.2.2)
- ✔︎ Bottle Manifest highway (1.3.0)
- ✔︎ Bottle highway (1.3.0)
- ✔︎ Bottle Manifest imath (3.2.2)
- ✔︎ Bottle imath (3.2.2)
- ✔︎ 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)
- ✔︎ Bottle zstd (1.5.7)
- ✔︎ Bottle Manifest libtiff (4.7.1)
- ✔︎ Bottle libtiff (4.7.1)
- ✔︎ Bottle Manifest little-cms2 (2.17)
- ✔︎ Bottle little-cms2 (2.17)
- ✔︎ Bottle Manifest libdeflate (1.25)
- ✔︎ Bottle libdeflate (1.25)
- ✔︎ Bottle Manifest openjph (0.26.0)
- ✔︎ Bottle openjph (0.26.0)
- ✔︎ Bottle Manifest openexr (3.4.4_1)
- ✔︎ Bottle openexr (3.4.4_1)
- ✔︎ Bottle Manifest jpeg-xl (0.11.1_3)
- ✔︎ Bottle jpeg-xl (0.11.1_3)
- ✔︎ Bottle Manifest libvmaf (3.0.0)
- ✔︎ Bottle libvmaf (3.0.0)
- ✔︎ Bottle Manifest aom (3.13.1)
- ✔︎ Bottle aom (3.13.1)
- ✔︎ Bottle Manifest dav1d (1.5.3)
- ✔︎ Bottle dav1d (1.5.3)
- ✔︎ Bottle Manifest libavif (1.3.0)
- ✔︎ Bottle libavif (1.3.0)
- ✔︎ Bottle Manifest webp (1.6.0)
- ✔︎ Bottle webp (1.6.0)
- ✔︎ Bottle sdl2_image (2.8.8)
- ✔︎ Bottle Manifest graphite2 (1.3.14)
- ✔︎ Bottle graphite2 (1.3.14)
- ✔︎ Bottle Manifest icu4c@78 (78.2)
- ✔︎ Bottle Manifest harfbuzz (12.3.0)
- ✔︎ Bottle sdl2_ttf (2.24.0)
- ✔︎ Bottle harfbuzz (12.3.0)
- ✔︎ Bottle gettext (0.26_1)
- ✔︎ Bottle libxcb (1.17.0)
- ✔︎ Bottle icu4c@78 (78.2)
- ==> 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.54.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libpng/1.6.54: 28 files, 1.4MB
- ==> Installing cairo dependency: freetype
- ==> Pouring freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/freetype/2.14.1_1: 68 files, 2.7MB
- ==> Installing cairo dependency: libunistring
- ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.8MB
- ==> Installing cairo dependency: gettext
- ==> Pouring gettext--0.26_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gettext/0.26_1: 2,428 files, 29.5MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.3MB
- ==> Installing cairo dependency: glib
- ==> Pouring glib--2.86.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/glib/2.86.3: 504 files, 39.6MB
- ==> 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.4KB
- ==> 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.12.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7.4MB
- ==> Installing cairo dependency: libxext
- ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 466.0KB
- ==> 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.1.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 libffi--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi 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.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB
- ==> Running `brew cleanup libffi`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring sdl2--2.32.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sdl2/2.32.10: 94 files, 6.7MB
- ==> Running `brew cleanup sdl2`...
- ==> Installing dependencies for sdl2_image: jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, jpeg-xl, libvmaf, aom, dav1d, libavif and webp
- ==> Installing sdl2_image dependency: jpeg-turbo
- ==> Pouring jpeg-turbo--3.1.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-turbo/3.1.3: 47 files, 3.7MB
- ==> Installing sdl2_image dependency: brotli
- ==> Pouring brotli--1.2.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/brotli/1.2.0: 33 files, 1.9MB
- ==> Installing sdl2_image dependency: giflib
- ==> Pouring giflib--5.2.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/giflib/5.2.2: 20 files, 559.0KB
- ==> Installing sdl2_image dependency: highway
- ==> Pouring highway--1.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/highway/1.3.0: 81 files, 5.6MB
- ==> Installing sdl2_image dependency: imath
- ==> Pouring imath--3.2.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/imath/3.2.2: 50 files, 987.8KB
- ==> Installing sdl2_image dependency: xz
- ==> Pouring xz--5.8.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.8.2: 96 files, 2.7MB
- ==> Installing sdl2_image dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB
- ==> Installing sdl2_image dependency: zstd
- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.3MB
- ==> Installing sdl2_image dependency: libtiff
- ==> Pouring libtiff--4.7.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtiff/4.7.1: 488 files, 9.0MB
- ==> Installing sdl2_image dependency: little-cms2
- ==> Pouring little-cms2--2.17.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/little-cms2/2.17: 23 files, 1.5MB
- ==> Installing sdl2_image dependency: libdeflate
- ==> Pouring libdeflate--1.25.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libdeflate/1.25: 17 files, 441.9KB
- ==> Installing sdl2_image dependency: openjph
- ==> Pouring openjph--0.26.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openjph/0.26.0: 25 files, 635.8KB
- ==> Installing sdl2_image dependency: openexr
- ==> Pouring openexr--3.4.4_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openexr/3.4.4_1: 212 files, 4.6MB
- ==> Installing sdl2_image dependency: jpeg-xl
- ==> Pouring jpeg-xl--0.11.1_3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-xl/0.11.1_3: 64 files, 36MB
- ==> Installing sdl2_image dependency: libvmaf
- ==> Pouring libvmaf--3.0.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libvmaf/3.0.0: 235 files, 7.5MB
- ==> Installing sdl2_image dependency: aom
- ==> Pouring aom--3.13.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/aom/3.13.1: 28 files, 10.6MB
- ==> Installing sdl2_image dependency: dav1d
- ==> Pouring dav1d--1.5.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/dav1d/1.5.3: 16 files, 943.8KB
- ==> Installing sdl2_image dependency: libavif
- ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 1MB
- ==> Installing sdl2_image dependency: webp
- ==> Pouring webp--1.6.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/webp/1.6.0: 64 files, 2.6MB
- ==> Installing sdl2_image
- ==> Pouring sdl2_image--2.8.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sdl2_image/2.8.8: 15 files, 422KB
- ==> Running `brew cleanup sdl2_image`...
- ==> Installing dependencies for sdl2_ttf: graphite2, icu4c@78 and harfbuzz
- ==> Installing sdl2_ttf 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 sdl2_ttf dependency: icu4c@78
- ==> Pouring icu4c@78--78.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/icu4c@78/78.2: 279 files, 87.9MB
- ==> Installing sdl2_ttf dependency: harfbuzz
- ==> Pouring harfbuzz--12.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/harfbuzz/12.3.0: 77 files, 12.4MB
- ==> Installing sdl2_ttf
- ==> Pouring sdl2_ttf--2.24.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sdl2_ttf/2.24.0: 13 files, 287.2KB
- ==> Running `brew cleanup sdl2_ttf`...
- ==> Caveats
- ==> libffi
- libffi 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.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
# To update the current shell environment, run: eval $(opam env)
2026-01-16 14:51.51 ---> saved as "fe8d4a955b270239e3fb3a26a9dda5b0c14495743593d5042eff43a257a0ae97"

/: (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 22 packages
  - install bogue             20250815
  - install cairo2            0.6.5
  - install conf-cairo        1
  - install conf-libffi       2.0.0
  - install conf-pkg-config   4
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.24.0
  - install ctypes-foreign    0.24.0
  - install dune              3.21.0
  - install dune-configurator 3.21.0
  - install integers          0.7.0
  - install ocamlbuild        0.16.1
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.1.1
  - install tsdl              1.2.0
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.21.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> installed conf-sdl2-image.1
-> installed conf-libffi.2.0.0
-> installed conf-cairo.1
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved bogue.20250815  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.21.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed xdg.3.21.0
-> installed dune-configurator.3.21.0
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed bogue.20250815
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 14:52.55 ---> saved as "e2b25cb02ad6ab04286927c33f98455c0155850361fa98c16e37e1ee20910694"

/: (copy (src .) (dst ./src))
2026-01-16 14:52.56 ---> saved as "e7991c88854d6d198b2845d3c09722d940137ee24f5ac17da49e9e27b000f602"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-16 14:52.57 ---> saved as "663b839a8506648075fdd211240c4a72b133d864ae0971caa6744f5744def9f5"
Job succeeded
2026-01-16 14:53.01: Job succeeded