Organisationssanettebogue-cairo390ca4 (main)macos-homebrew-4.14_opam-2.5

macos-homebrew-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-03-19 08:04.30: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (390ca4b7e3b6f8de7b1f7ce6e007337d1387fafe) (macos-x86_64:macos-homebrew-4.14_opam-2.5)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 390ca4b7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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-threads.base base-unix.base bogue.20260208 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.22.0 dune-configurator.3.22.0 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.22.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-03-19 08:04.30: Using cache hint "sanette/bogue-cairo-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.5-6f7c3d33ec7accc15d0a1671236a5a3d"
2026-03-19 08:04.30: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_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 bogue-cairo.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.dev './src/./'"))
(run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bogue.20260208 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.22.0 dune-configurator.3.22.0 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.22.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-03-19 08:04.30: Waiting for resource in pool OCluster
2026-03-19 09:25.40: Waiting for workerโ€ฆ
2026-03-19 12:42.10: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
HEAD is now at 390ca4b fix test


(from macos-homebrew-ocaml-4.14)
2026-03-19 12:42.11 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_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 12:42.11 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" 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-03-19 12:42.12 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-19 12:42.12 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" 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_HEAD
4c9d80b731..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


<><> 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-config.3
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-03-19 12:42.12 ---> using "2ff5904eee6d78a2e0a2172e50a82fa4df9bdae63778786871d1ae36e3f13afd" from cache


/: (copy (src bogue-cairo.opam) (dst ./src/./))
2026-03-19 12:42.14 ---> saved as "0af0b198c3f7841e43cc27e644d987ffd221137054703ce6c6b44eb4ad4f705b"


/: (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-03-19 12:42.26 ---> saved as "efac1e3c09328376514ad4f26b9ed86020908bf25f9a0f539bc3dd5f010628d2"


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-03-19 12:42.28 ---> saved as "4aa3804369ae9d48270110a113b3f787971b3a968547049fbbdb7a3e5b188624"


/: (env DEPS "base-bigarray.base base-threads.base base-unix.base bogue.20260208 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.22.0 dune-configurator.3.22.0 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.22.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"))
+ /usr/local/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/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_ttf (2.24.0)
- โœ”๏ธŽ 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 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 (6.1.2)
- โœ”๏ธŽ Bottle giflib (6.1.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_1)
- โœ”๏ธŽ Bottle zstd (1.5.7_1)
- โœ”๏ธŽ Bottle Manifest libtiff (4.7.1_1)
- โœ”๏ธŽ Bottle libtiff (4.7.1_1)
- โœ”๏ธŽ Bottle Manifest little-cms2 (2.18)
- โœ”๏ธŽ Bottle little-cms2 (2.18)
- โœ”๏ธŽ Bottle Manifest libdeflate (1.25)
- โœ”๏ธŽ Bottle libdeflate (1.25)
- โœ”๏ธŽ Bottle Manifest openjph (0.26.3)
- โœ”๏ธŽ Bottle openjph (0.26.3)
- โœ”๏ธŽ Bottle Manifest openexr (3.4.7)
- โœ”๏ธŽ Bottle openexr (3.4.7)
- โœ”๏ธŽ Bottle Manifest jpeg-xl (0.11.2)
- โœ”๏ธŽ Bottle jpeg-xl (0.11.2)
- โœ”๏ธŽ 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.4.0)
- โœ”๏ธŽ Bottle libavif (1.4.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.3)
- โœ”๏ธŽ Bottle Manifest harfbuzz (13.2.0)
- โœ”๏ธŽ Bottle harfbuzz (13.2.0)
- โœ”๏ธŽ Bottle sdl2_ttf (2.24.0)
- โœ”๏ธŽ Bottle icu4c@78 (78.3)
- โœ”๏ธŽ Bottle gettext (1.0)
- โœ”๏ธŽ Bottle libxcb (1.17.0)
- ==> 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 libffi--3.5.2.sonoma.bottle.tar.gz
- ==> Caveats
- libffi 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.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/libffi/3.5.2: 18 files, 721.4KB
- ==> Running `brew cleanup libffi`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring sdl2--2.32.10.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/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.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/jpeg-turbo/3.1.3: 47 files, 4.4MB
- ==> Installing sdl2_image dependency: brotli
- ==> Pouring brotli--1.2.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB
- ==> Installing sdl2_image dependency: giflib
- ==> Pouring giflib--6.1.2.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/giflib/6.1.2: 19 files, 346.1KB
- ==> Installing sdl2_image dependency: highway
- ==> Pouring highway--1.3.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/highway/1.3.0: 81 files, 9.2MB
- ==> Installing sdl2_image dependency: imath
- ==> Pouring imath--3.2.2.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/imath/3.2.2: 50 files, 945.5KB
- ==> Installing sdl2_image dependency: xz
- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB
- ==> Installing sdl2_image dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing sdl2_image 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 sdl2_image 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 sdl2_image dependency: little-cms2
- ==> Pouring little-cms2--2.18.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/little-cms2/2.18: 23 files, 1.2MB
- ==> Installing sdl2_image dependency: libdeflate
- ==> Pouring libdeflate--1.25.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libdeflate/1.25: 17 files, 359.8KB
- ==> Installing sdl2_image dependency: openjph
- ==> Pouring openjph--0.26.3.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openjph/0.26.3: 25 files, 651.6KB
- ==> Installing sdl2_image dependency: openexr
- ==> Pouring openexr--3.4.7.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openexr/3.4.7: 212 files, 4MB
- ==> Installing sdl2_image dependency: jpeg-xl
- ==> Pouring jpeg-xl--0.11.2.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/jpeg-xl/0.11.2: 64 files, 55.9MB
- ==> Installing sdl2_image dependency: libvmaf
- ==> Pouring libvmaf--3.0.0.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libvmaf/3.0.0: 235 files, 7.6MB
- ==> Installing sdl2_image dependency: aom
- ==> Pouring aom--3.13.1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/aom/3.13.1: 28 files, 12.5MB
- ==> Installing sdl2_image dependency: dav1d
- ==> Pouring dav1d--1.5.3.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/dav1d/1.5.3: 16 files, 2.4MB
- ==> Installing sdl2_image dependency: libavif
- ==> Pouring libavif--1.4.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libavif/1.4.0: 22 files, 978.2KB
- ==> Installing sdl2_image dependency: webp
- ==> Pouring webp--1.6.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/webp/1.6.0: 64 files, 2.7MB
- ==> Installing sdl2_image
- ==> Pouring sdl2_image--2.8.8.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/sdl2_image/2.8.8: 15 files, 366KB
- ==> 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.sonoma.bottle.2.tar.gz
- ๐Ÿบ  /usr/local/Cellar/graphite2/1.3.14: 19 files, 239.8KB
- ==> Installing sdl2_ttf dependency: icu4c@78
- ==> Pouring icu4c@78--78.3.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/icu4c@78/78.3: 279 files, 86.7MB
- ==> Installing sdl2_ttf dependency: harfbuzz
- ==> Pouring harfbuzz--13.2.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/harfbuzz/13.2.0: 89 files, 12.6MB
- ==> Installing sdl2_ttf
- ==> Pouring sdl2_ttf--2.24.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/sdl2_ttf/2.24.0: 13 files, 241.4KB
- ==> Running `brew cleanup sdl2_ttf`...
- ==> Caveats
- ==> libffi
- libffi 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.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:45.38 ---> saved as "ce5cf9d99900b86910d7f29e238dd43e0637414b23e82851f3eacf8dcf516e7f"


/: (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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 22 packages
- install bogue             20260208
- 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.22.0
- install dune-configurator 3.22.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.22.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> installed conf-sdl2-ttf.1
-> installed conf-sdl2-image.1
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved bogue.20260208  (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.22.0, dune-configurator.3.22.0, xdg.3.22.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.22.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed xdg.3.22.0
-> installed dune-configurator.3.22.0
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20260208
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:47.25 ---> saved as "17ff57b56614ce75b91356bb765436ca8817763cf08703c0b96ed4d2b9a56423"


/: (copy (src .) (dst ./src))
2026-03-19 12:47.27 ---> saved as "a252d099570b1379e29b35726c7337d2d5ce4a5dab39f4bef6ad459135b066db"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe /Users/mac1000/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/4.14.2/lib/integers/integers.cmxa -I /Users/mac1000/.opam/4.14.2/lib/integers /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ctypes/ctypes.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ctypes /Users/mac1000/.opam/4.14.2/lib/ocaml/threads/threads.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ctypes-foreign/ctypes_foreign.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ctypes-foreign /Users/mac1000/.opam/4.14.2/lib/tsdl/tsdl.cmxa -I /Users/mac1000/.opam/4.14.2/lib/tsdl /Users/mac1000/.opam/4.14.2/lib/cairo2/cairo.cmxa -I /Users/mac1000/.opam/4.14.2/lib/cairo2 /Users/mac1000/.opam/4.14.2/lib/xdg/xdg.cmxa -I /Users/mac1000/.opam/4.14.2/lib/xdg /Users/mac1000/.opam/4.14.2/lib/ocaml/str.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/tsdl-image/tsdl_image.cmxa /Users/mac1000/.opam/4.14.2/lib/tsdl-ttf/tsdl_ttf.cmxa /Users/mac1000/.opam/4.14.2/lib/bogue/bogue.cmxa lib/bogue_cairo.cmxa test/.test.eobjs/native/dune__exe__Test.cmx)
ld: warning: ignoring duplicate libraries: '-lSDL2'
(cd _build/default/test && ./test.exe)
Loading Bogue 20260208 with config dir /Users/mac1000/.opam/4.14.2/share/bogue/themes/default
Skipping display since OCAMLCI=true.
2026-03-19 12:47:29.088 test.exe[60710:5015481] INFO: Using SDL 2.32.10
2026-03-19 12:47:29.603 test.exe[60710:5015481] INFO: The video driver did not add any displays
/bin/sh: xdpyinfo: command not found
2026-03-19 12:47.32 ---> saved as "4c7501629f74c492191188bc3e3eb84b79fd94b4ad4b226cd5b09016081e1936"
Job succeeded
2026-03-19 12:47.47: Job succeeded