2026-04-10 09:11.44: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (28a3b27aeea8619d9ab6bf254b376bade89bf30d) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 28a3b27acat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tsdl-ttf.opam ./src/./RUN opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 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.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-10 09:11.44: Using cache hint "sanette/tsdl-ttf-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-2a4e0424cf05520836b57cee2eec5d8e"2026-04-10 09:11.44: 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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tsdl-ttf.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn tsdl-ttf.dev './src/./'"))(run (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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 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.3.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 tsdl-ttf.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-10 09:11.44: Waiting for resource in pool OCluster2026-04-10 09:11.45: Waiting for workerโฆ2026-04-10 13:55.49: Got resource from pool OClusterBuilding on m1-worker-02All commits already cachedHEAD is now at 28a3b27 dl_error(from macos-homebrew-ocaml-5.4)2026-04-10 13:55.50 ---> 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-10 13:55.50 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-04-10 13:55.50 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-04-10 13:55.50 ---> 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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..4d62a12e26 master -> origin/master7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1However, 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-10 13:55.50 ---> using "7c218755c8952e101c3c6423faa38489084dc326f240a9fb4f9ff4859ace6357" from cache/: (copy (src tsdl-ttf.opam) (dst ./src/./))2026-04-10 13:55.51 ---> saved as "623b1037fb06533992b15f76a07c1b4dfabca034cb47eec38fb98da461a543c9"/: (run (network host)(shell "opam pin add -yn tsdl-ttf.dev './src/./'"))[tsdl-ttf.dev] synchronised (file:///Users/mac1000/src)tsdl-ttf is now pinned to file:///Users/mac1000/src (version dev)2026-04-10 13:56.05 ---> saved as "66a2a2409af5244fd639ee202bdbd50e3dcdc90c69242e8b21d3020779ff3e32"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-04-10 13:56.06 ---> saved as "5aae94e51162324bde1f6ae3f872650c2ede9a7667f497d6210d16deac50402b"/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 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.3.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 tsdl-ttf.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tsdl-ttf.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:libffi pkgconf sdl2 sdl2_ttf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "libffi" "pkgconf" "sdl2" "sdl2_ttf"- ==> Fetching downloads for: libffi, pkgconf, sdl2 and sdl2_ttf- โ๏ธ Bottle Manifest libffi (3.5.2)- โ๏ธ Bottle Manifest pkgconf (2.5.1)- โ๏ธ Bottle Manifest sdl2 (2.32.10)- โ๏ธ Bottle Manifest sdl2_ttf (2.24.0)- โ๏ธ Bottle Manifest sdl2_ttf (2.24.0)- โ๏ธ Bottle libffi (3.5.2)- โ๏ธ Bottle pkgconf (2.5.1)- โ๏ธ Bottle sdl2 (2.32.10)- โ๏ธ 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 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 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 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.3)- โ๏ธ Bottle Manifest harfbuzz (14.1.0)- โ๏ธ Bottle sdl2_ttf (2.24.0)- โ๏ธ Bottle glib (2.88.0)- โ๏ธ Bottle harfbuzz (14.1.0)- โ๏ธ Bottle libx11 (1.8.13)- โ๏ธ Bottle icu4c@78 (78.3)- โ๏ธ Bottle gettext (1.0)- โ๏ธ Bottle libxcb (1.17.0)- ==> 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.4KB- ==> 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.2KB- ==> 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_ttf: libpng, 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: libpng- ==> Pouring libpng--1.6.56.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/libpng/1.6.56: 28 files, 1.4MB- ==> Installing sdl2_ttf dependency: freetype- ==> Pouring freetype--2.14.3.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/freetype/2.14.3: 68 files, 2.7MB- ==> Installing sdl2_ttf dependency: libunistring- ==> Pouring libunistring--1.4.2.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/libunistring/1.4.2: 59 files, 5.8MB- ==> Installing sdl2_ttf dependency: gettext- ==> Pouring gettext--1.0.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/gettext/1.0: 2,499 files, 35.3MB- ==> 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_1.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/pcre2/10.47_1: 244 files, 7.3MB- ==> Installing sdl2_ttf dependency: glib- ==> Pouring glib--2.88.0.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/glib/2.88.0: 506 files, 40.0MB- ==> Installing sdl2_ttf dependency: xorgproto- ==> Pouring xorgproto--2025.1.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/xorgproto/2025.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.5KB- ==> 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.13.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/libx11/1.8.13: 1,043 files, 7.4MB- ==> Installing sdl2_ttf dependency: libxext- ==> Pouring libxext--1.3.7.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/libxext/1.3.7: 88 files, 469.6KB- ==> 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.2.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.3.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/icu4c@78/78.3: 279 files, 87.9MB- ==> Installing sdl2_ttf dependency: harfbuzz- ==> Pouring harfbuzz--14.1.0.arm64_sequoia.bottle.tar.gz- ๐บ /opt/homebrew/Cellar/harfbuzz/14.1.0: 94 files, 13.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"# To update the current shell environment, run: eval $(opam env)2026-04-10 13:57.18 ---> saved as "16e0dd2af977e1cc913099a6a0f60b6db096cfeeb6787ebbe0d7beeff689d17a"/: (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 15 packages- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 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.1- install dune-configurator 3.22.1- 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.3.0<><> 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.1-> installed conf-libffi.2.0.0-> retrieved integers.0.7.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved tsdl.1.3.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 ocamlfind.1.9.8-> installed topkg.1.1.1-> installed dune.3.22.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.22.1-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed tsdl.1.3.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-10 13:58.15 ---> saved as "08f20519d458ab53663f02f2ce58a7f513889e11757e77a55a720f3c225b9acc"/: (copy (src .) (dst ./src))2026-04-10 13:58.16 ---> saved as "f2ab6560f6872d4621f707fd29aa909826e29e2cf26dee97690fe40cde773a51"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./show_string.exe)Trying libSDL2_ttf.dylibdlopen(libSDL2_ttf.dylib, 0x0002): tried: 'libSDL2_ttf.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibSDL2_ttf.dylib' (no such file), '/usr/lib/libSDL2_ttf.dylib' (no such file, not in dyld cache), 'libSDL2_ttf.dylib' (no such file)Trying /opt/homebrew/lib/libSDL2_ttf.dylibTTF_InitTTF_Linked_VersionTTF_OpenFontTTF_OpenFontIndexTTF_OpenFontRWTTF_OpenFontIndexRWTTF_GetFontStyleTTF_SetFontStyleTTF_GetFontOutlineTTF_SetFontOutlineTTF_GetFontHintingTTF_SetFontHintingTTF_FontHeightTTF_FontAscentTTF_FontDescentTTF_FontLineSkipTTF_GetFontKerningTTF_SetFontKerningTTF_FontFacesTTF_FontFaceIsFixedWidthTTF_FontFaceFamilyNameTTF_FontFaceStyleNameTTF_GlyphIsProvidedTTF_GlyphIsProvided32TTF_GlyphMetricsTTF_GlyphMetrics32TTF_SizeTextTTF_SizeUTF8TTF_RenderText_SolidTTF_RenderUTF8_SolidTTF_RenderGlyph_SolidTTF_RenderGlyph32_SolidTTF_RenderText_ShadedTTF_RenderUTF8_ShadedTTF_RenderGlyph_ShadedTTF_RenderGlyph32_ShadedTTF_RenderText_BlendedTTF_RenderUTF8_BlendedTTF_RenderText_Blended_WrappedTTF_RenderUTF8_Blended_WrappedTTF_RenderGlyph_BlendedTTF_RenderGlyph32_BlendedTTF_CloseFontTTF_QuitTTF_WasInitTTF_GetFontKerningSizeDummy video driver2026-04-10 14:58:17.644 show_string.exe[90628:13678036] INFO: SDL_ttf Version (2,24,0)2026-04-10 13:58.18 ---> saved as "b4047124f9a075df92bb91b941fc47b0ae8e49bb62143b6744b6bdfc1554694d"Job succeeded2026-04-10 13:58.22: Job succeeded