2025-12-15 14:42.24: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (6078fc1ffbeca5b5ef528d4da17fc866beda77bd) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 6078fc1f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./src/./ RUN opam pin add -yn bogue.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base 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.20.2 dune-configurator.3.20.2 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.20.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.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 2025-12-15 14:42.24: Using cache hint "sanette/bogue-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-54d6695b8c2274fe3506169daebf02cf" 2025-12-15 14:42.24: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn bogue.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base 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.20.2 dune-configurator.3.20.2 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.20.2") (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.4 --depext-only -y bogue.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")) ) 2025-12-15 14:42.24: Waiting for resource in pool OCluster 2025-12-15 15:26.23: Waiting for worker… 2025-12-15 16:58.02: Got resource from pool OCluster Building on m1-worker-03 Initialized empty Git repository in /private/var/lib/ocluster-worker/git/bogue.git-610f1e1e85172752554da4aff87c7c6fb55285ea/.git/ HEAD is now at 6078fc1 fix changelog (from macos-homebrew-ocaml-4.14) 2025-12-15 17:03.52 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-12-15 17:03.52 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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 2025-12-15 17:03.52 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 4.14.2 2.4.1 2025-12-15 17:03.52 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> 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.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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) 2025-12-15 17:03.52 ---> using "f76e7975cdead0b431949952755f6427fa0939733c81a292d7d2f02657cf1111" from cache /: (copy (src bogue.opam) (dst ./src/./)) 2025-12-15 17:03.54 ---> saved as "9a102320bea4bc7f7219e72eb9913f1eba55c32bc555915a279ddfaed094ba1c" /: (run (network host) (shell "opam pin add -yn bogue.dev './src/./'")) [bogue.dev] synchronised (file:///Users/mac1000/src) bogue is now pinned to file:///Users/mac1000/src (version dev) 2025-12-15 17:04.19 ---> saved as "cb9d9aaa6adba7b5ab90a461ae1acbda162820bcb9c5db59bb9f5daf6688a0c9" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-12-15 17:04.20 ---> saved as "9a1de07f695825e9c679ba779cbe3314cb25e6d8d22659f710bf3ba57a080d9e" /: (env DEPS "base-bigarray.base base-threads.base base-unix.base 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.20.2 dune-configurator.3.20.2 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.20.2") /: (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.4 --depext-only -y bogue.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.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: libffi pkgconf sdl2 sdl2_image sdl2_ttf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "libffi" "pkgconf" "sdl2" "sdl2_image" "sdl2_ttf" - ==> Fetching downloads for: libffi, pkgconf, sdl2, sdl2_image and sdl2_ttf - ✔︎ 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 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 libpng (1.6.53) - ✔︎ Bottle libpng (1.6.53) - ✔︎ Bottle Manifest xz (5.8.1) - ✔︎ Bottle xz (5.8.1) - ✔︎ 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.25.3) - ✔︎ Bottle openjph (0.25.3) - ✔︎ Bottle Manifest openexr (3.4.4) - ✔︎ Bottle openexr (3.4.4) - ✔︎ Bottle Manifest webp (1.6.0) - ✔︎ Bottle webp (1.6.0) - ✔︎ 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.2) - ✔︎ Bottle dav1d (1.5.2) - ✔︎ Bottle Manifest libavif (1.3.0) - ✔︎ Bottle libavif (1.3.0) - ✔︎ 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 Manifest xorgproto (2024.1) - ✔︎ Bottle xorgproto (2024.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 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 Manifest cairo (1.18.4) - ✔︎ Bottle cairo (1.18.4) - ✔︎ Bottle Manifest graphite2 (1.3.14) - ✔︎ Bottle graphite2 (1.3.14) - ✔︎ Bottle Manifest icu4c@78 (78.1) - ✔︎ Bottle Manifest harfbuzz (12.2.0_1) - ✔︎ Bottle harfbuzz (12.2.0_1) - ✔︎ Bottle glib (2.86.3) - ✔︎ Bottle icu4c@78 (78.1) - ✔︎ Bottle libx11 (1.8.12) - ✔︎ Bottle gettext (0.26_1) - ✔︎ Bottle libxcb (1.17.0) - ✔︎ Bottle sdl2_ttf (2.24.0) - ✔︎ Bottle sdl2_image (2.8.8) - ==> 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`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> 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, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, dav1d and libavif - ==> 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: libpng - ==> Pouring libpng--1.6.53.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libpng/1.6.53: 28 files, 1.4MB - ==> Installing sdl2_image dependency: xz - ==> Pouring xz--5.8.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.6MB - ==> 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.25.3.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/openjph/0.25.3: 25 files, 635.7KB - ==> Installing sdl2_image dependency: openexr - ==> Pouring openexr--3.4.4.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/openexr/3.4.4: 212 files, 4.6MB - ==> 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 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.2.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/dav1d/1.5.2: 16 files, 943.2KB - ==> 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 - ==> 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: freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@78 and harfbuzz - ==> Installing sdl2_ttf 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 sdl2_ttf dependency: libunistring - ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.8MB - ==> Installing sdl2_ttf 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 sdl2_ttf 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 sdl2_ttf dependency: pcre2 - ==> Pouring pcre2--10.47.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.3MB - ==> Installing sdl2_ttf dependency: glib - ==> Pouring glib--2.86.3.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/glib/2.86.3: 504 files, 39.6MB - ==> Installing sdl2_ttf dependency: xorgproto - ==> Pouring xorgproto--2024.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/xorgproto/2024.1: 268 files, 4.1MB - ==> Installing sdl2_ttf dependency: libxau - ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 136.1KB - ==> Installing sdl2_ttf dependency: libxdmcp - ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 142.4KB - ==> Installing sdl2_ttf 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 sdl2_ttf 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 sdl2_ttf dependency: libxext - ==> Pouring libxext--1.3.6.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 466.0KB - ==> Installing sdl2_ttf dependency: libxrender - ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 229.5KB - ==> Installing sdl2_ttf dependency: lzo - ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/lzo/2.10: 32 files, 579.8KB - ==> Installing sdl2_ttf 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 sdl2_ttf dependency: cairo - ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz - 🍺 /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.7MB - ==> 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.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/icu4c@78/78.1: 279 files, 87.9MB - ==> Installing sdl2_ttf dependency: harfbuzz - ==> Pouring harfbuzz--12.2.0_1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/harfbuzz/12.2.0_1: 77 files, 12.5MB - ==> 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" 2025-12-15 17:05.17 ---> saved as "ddf8e30941bca8e197d7269b144047583e2af1ae5430e85716c2dcd88bd003be" /: (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 19 packages - 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.20.2 - install dune-configurator 3.20.2 - 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.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-pkg-config.4 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> installed conf-sdl2-ttf.1 -> installed conf-sdl2-image.1 -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> retrieved csexp.1.5.2 (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 topkg.1.1.1 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> retrieved tsdl-image.0.6 (https://github.com/sanette/tsdl-image/archive/0.6.tar.gz) -> retrieved tsdl.1.2.0 (https://erratique.ch/software/tsdl/releases/tsdl-1.2.0.tbz) -> retrieved tsdl-ttf.0.6 (https://github.com/sanette/tsdl-ttf/archive/0.6.tar.gz) -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed dune.3.20.2 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed integers.0.7.0 -> installed xdg.3.20.2 -> installed dune-configurator.3.20.2 -> 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 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-15 17:06.09 ---> saved as "ec13a84555696007d16baccfe5183d84bf5794edb1895dabf429f508e25c3481" /: (copy (src .) (dst ./src)) 2025-12-15 17:06.10 ---> saved as "57b8c3f10e6d79548580e40520206b2d173901dab4a53a6464ee7b9e53d3d03a" /: (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 examples/examples.exe /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/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/tsdl-image/tsdl_image.cmxa /Users/mac1000/.opam/4.14.2/lib/tsdl-ttf/tsdl_ttf.cmxa lib/bogue.cmxa examples/.examples.eobjs/native/dune__exe__Examples.cmx) ld: warning: ignoring duplicate libraries: '-lSDL2' (cd _build/default/examples && ./examples.exe 00) [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [20][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/Users/mac1000/src/_build/default/examples, prefix_dir=/Users/mac1000/src/_build/default [20][0] : Warning: User variable 'DIR' not found in config. [20][0] : Warning: Using DIR= [25][0] : Warning: User variable 'THEME' not found in config. [25][0] : Warning: Using THEME=default [25][0] : I/O: No theme specified, using default=default. [26][0] : I/O: Reading config file [/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250815] [26][0] : I/O: Reading BACKGROUND=color:white [26][0] : I/O: Reading CHECK_ON=fa:check-square-o [26][0] : I/O: Reading CHECK_OFF=fa:square-o [26][0] : Warning: Using THEME=default Loading Bogue 20250815 with config dir /Users/mac1000/src/_build/install/default/share/bogue/themes/default [26][0] : Warning: Using BACKGROUND=color:white [26][0] : Warning: User variable 'BG_COLOR' not found in config. [26][0] : Warning: Using BG_COLOR=aliceblue [26][0] : Warning: User variable 'BOX_BG_COLOR' not found in config. [26][0] : Warning: Using BOX_BG_COLOR=lightsteelblue [26][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [26][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [26][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [26][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [26][0] : Warning: Using CHECK_ON=fa:check-square-o [26][0] : Warning: Using CHECK_OFF=fa:square-o [26][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [26][0] : Warning: Using CURSOR_COLOR=#2a7da2 [26][0] : Warning: User variable 'DISABLED_FG' not found in config. [26][0] : Warning: Using DISABLED_FG=gray [26][0] : Warning: User variable 'DISABLED_BG' not found in config. [26][0] : Warning: Using DISABLED_BG=lightgray [26][0] : Warning: User variable 'FAINT_COLOR' not found in config. [26][0] : Warning: Using FAINT_COLOR=gainsboro [26][0] : Warning: User variable 'TEXT_COLOR' not found in config. [26][0] : Warning: Using TEXT_COLOR=black [26][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [26][0] : Warning: Using SEL_BG_COLOR=slategray [26][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [26][0] : Warning: Using SEL_FG_COLOR=white [26][0] : Warning: User variable 'LABEL_COLOR' not found in config. [26][0] : Warning: Using LABEL_COLOR=black [26][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [26][0] : Warning: Using MENU_HL_COLOR=#8099a2 [26][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [26][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [26][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [26][0] : Warning: Using LABEL_FONT_SIZE=14 [26][0] : Warning: User variable 'LABEL_FONT' not found in config. [26][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [26][0] : Warning: User variable 'TEXT_FONT' not found in config. [26][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [26][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [26][0] : Warning: Using TEXT_FONT_SIZE=14 [26][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [26][0] : Warning: Using SMALL_FONT_SIZE=10 [26][0] : Warning: User variable 'MONO_FONT' not found in config. [26][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [26][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [26][0] : Warning: Using ROOM_MARGIN=10 [26][0] : Warning: User variable 'FA_DIR' not found in config. [26][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [26][0] : Warning: User variable 'INT_SCALE' not found in config. [26][0] : Warning: Using INT_SCALE=false [26][0] : Warning: User variable 'SCALE' not found in config. [26][0] : Warning: Using SCALE=0 [26][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [26][0] : Warning: Using OPENGL_MULTISAMPLE=false [26][0] : Warning: User variable 'NO_VSYNC' not found in config. [26][0] : Warning: Using NO_VSYNC=false [26][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [26][0] : Warning: Using NATURAL_SCROLLING=auto [29][0] : Warning: User variable 'USE_FSWATCH' not found in config. [29][0] : Warning: Using USE_FSWATCH=true [30][0] : I/O: Reading color names from [/Users/mac1000/src/_build/install/default/share/bogue/themes/common/colors/liste.txt]. [30][0] : Custom: Detected os type: [Darwin] [39][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [39][0] : Warning: SDL initialized [39][0] : Event: SDL Events initialized [39][0] : Event: Register new event type:user (Ox8000) [39][0] : Event: Register new event type:stop (Ox8001) [39][0] : Event: Register new event type:stopped (Ox8002) [39][0] : Event: Register new event type:mouse_enter (Ox8003) [39][0] : Event: Register new event type:mouse_leave (Ox8004) [39][0] : Event: Register new event type:redraw (Ox8005) [39][0] : Event: Register new event type:mouse_at_rest (Ox8006) [39][0] : Event: Register new event type:startup (Ox8007) [39][0] : Event: Register new event type:var_changed (Ox8008) [39][0] : Event: Register new event type:update (Ox8009) [39][0] : Event: Register new event type:sync_action (Ox800a) [39][0] : Event: Register new event type:keyboard_focus (Ox800b) [39][0] : Event: Register new event type:mouse_focus (Ox800c) [39][0] : Event: Register new event type:remove_focus (Ox800d) [39][0] : Event: Register new event type:destroy_window (Ox800e) [39][0] : Event: Register new event type:add_window (Ox800f) [39][0] : Event: Register new event type:not_used (Ox8010) [39][0] : Board: Layout #1 (dummy) created. [43][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [44][0] : I/O: Checking image file size /Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png [44][0] : Graphics: SDL Video initialized [44][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [44][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [49][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [49][0] : Graphics: DPI from system: 110 [49][0] : Graphics; Warning: Using SCALE=1.000000 [49][0] : Graphics: SDL Image initialized [49][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png) [49][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [49][0] : Board: Adding timeout 1 [49][0] : Board: Layout #2 (windows_house) created. [49][0] : Board: ==> Running board! [49][0] : Graphics; Warning: Could not get refresh rate information for any monitor [49][0] : Graphics: Desired FPS=60 [139][0] : Board: Has focus: NO [139][0] : Board: Adding timeout 2 [139][0] : Graphics: FPS:100 (round_trip=0) [1141][0] : Board: Executing timeout 1 Hello world [1142][0] : Memory: All zombies have been killed! Congratulations! [1142][0] : Board: Board exiting [1142][0] : Board: Quitting... [1142][0] : Graphics: Quitting SDL Image [1142][0] : Graphics: Quitting SDL Video [1142][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1142][0] : Memory: Freeing surface (123,128) [1142][0] : Event: Quitting SDL Events [1142][0] : Graphics: Exit SDL... [1142][0] : Graphics: Done. 2025-12-15 17:06:13.399 examples.exe[27758:8361317] INFO: Using SDL 2.32.10 /bin/sh: xdpyinfo: command not found 2025-12-15 17:06.15 ---> saved as "36772aecbdfd9927d0466e5a8587426396246104dc2820147dbbdce0269fd6de" Job succeeded 2025-12-15 17:06.22: Job succeeded