2026-04-10 09:11.44: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (28a3b27aeea8619d9ab6bf254b376bade89bf30d) (linux-x86_64:alpine-3.22-5.4_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5Opam 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 ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5# alpine-3.22-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn tsdl-ttf.dev './'RUN echo '(lang dune 3.0)' > './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 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-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-alpine-3.22-5.4_opam-2.5-2a4e0424cf05520836b57cee2eec5d8e"2026-04-10 09:11.44: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)(comment alpine-3.22-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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 ./))(run (network host)(shell "opam pin add -yn tsdl-ttf.dev './'"))(run (shell "echo '(lang dune 3.0)' > './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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-10 09:11.44: Waiting for resource in pool OCluster2026-04-10 10:22.40: Waiting for worker…2026-04-10 10:25.15: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 28a3b27 dl_error(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)2026-04-10 10:25.15 ---> using "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e" from cache/: (comment alpine-3.22-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-10 10:25.15 ---> using "5de1607ed24a4d9a94f038b30a5d26051019ad9d567bd9b920207c8a8790958e" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-10 10:25.15 ---> using "9a9c4e5cee84ea1f4dd03ef20c73db2f8677135dce421b26bfc6a84a6e4cec86" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.02.5.02026-04-10 10:25.15 ---> using "667074f5be2334a92415ceab74ec15bb59d47bdf0e2beb825eaa389555f40c78" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-10 10:25.15 ---> using "33c7b91e3a3fd17dd0b670dfb64c2fe390ea331270d4439429317512d6a40df2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEADa6b2f19780..4d62a12e26 master -> origin/master7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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 10:25.15 ---> using "540552cc00357cad78d3fe8468f552daa264849cfc03c1c9fc8ac3f5a9980778" from cache/src: (copy (src tsdl-ttf.opam) (dst ./))2026-04-10 10:25.15 ---> saved as "1b21b6bcfce150afe014bd6e20b03d7fed26ff05b0c0554d2b818fb30e34e298"/src: (run (network host)(shell "opam pin add -yn tsdl-ttf.dev './'"))[tsdl-ttf.dev] synchronised (file:///src)tsdl-ttf is now pinned to file:///src (version dev)2026-04-10 10:25.17 ---> saved as "f2fab581c580f414c647b87ad86c00e91345a42813ea7b668acb515e509218c2"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-10 10:25.17 ---> saved as "f946f60afe7235824b44776265beb93d0bd8c8356f521d4fc231712af052ef44"/src: (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")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.3-115-gc25a43863aa [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-112-gc90fc322983 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-7337-g009e7c8ebd0 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-7344-g05fc4c55cdd [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-7340-g3a2fc0a1de1 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 61280 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tsdl-ttf.dev] synchronised (file:///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-dev sdl2-dev sdl2_ttf-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" "sdl2_ttf-dev"- (1/109) Upgrading libexpat (2.7.3-r0 -> 2.7.5-r0)- (2/109) Installing linux-headers (6.14.2-r0)- (3/109) Installing libffi-dev (3.4.8-r0)- (4/109) Installing sdl2 (2.32.8-r0)- (5/109) Installing hwdata-pci (0.395-r0)- (6/109) Installing libpciaccess (0.18.1-r0)- (7/109) Installing libdrm (2.4.124-r0)- (8/109) Installing libpciaccess-dev (0.18.1-r0)- (9/109) Installing libdrm-dev (2.4.124-r0)- (10/109) Installing libxext (1.3.6-r2)- (11/109) Installing libxext-dev (1.3.6-r2)- (12/109) Installing libxdamage (1.1.6-r5)- (13/109) Installing libxfixes (6.0.1-r4)- (14/109) Installing libxfixes-dev (6.0.1-r4)- (15/109) Installing libxdamage-dev (1.1.6-r5)- (16/109) Installing libxshmfence (1.3.3-r0)- (17/109) Installing libxshmfence-dev (1.3.3-r0)- (18/109) Installing libxml2 (2.13.9-r0)- (19/109) Installing llvm20-libs (20.1.8-r0)- (20/109) Installing spirv-tools (1.4.313.0-r0)- (21/109) Installing libelf (0.193-r0)- (22/109) Installing wayland-libs-server (1.23.1-r3)- (23/109) Installing mesa (25.1.9-r0)- (24/109) Installing mesa-gbm (25.1.9-r0)- (25/109) Installing wayland-libs-client (1.23.1-r3)- (26/109) Installing mesa-egl (25.1.9-r0)- (27/109) Installing libxxf86vm (1.1.7-r0)- (28/109) Installing mesa-gl (25.1.9-r0)- (29/109) Installing mesa-gles (25.1.9-r0)- (30/109) Installing clang20-headers (20.1.8-r0)- (31/109) Installing libclc (20.1.8-r0)- (32/109) Installing spirv-llvm-translator-libs (20.1.2-r0)- (33/109) Installing clang20-libs (20.1.8-r0)- (34/109) Installing mesa-rusticl (25.1.9-r0)- (35/109) Installing mesa-xatracker (25.1.9-r0)- (36/109) Installing libxxf86vm-dev (1.1.7-r0)- (37/109) Installing mesa-dev (25.1.9-r0)- (38/109) Installing sdl2-dev (2.32.8-r0)- (39/109) Installing libpng (1.6.56-r0)- (40/109) Installing freetype (2.13.3-r0)- (41/109) Installing bzip2-dev (1.0.8-r6)- (42/109) Installing brotli (1.1.0-r2)- (43/109) Installing brotli-dev (1.1.0-r2)- (44/109) Installing zlib-dev (1.3.1-r2)- (45/109) Installing libpng-dev (1.6.56-r0)- (46/109) Installing freetype-dev (2.13.3-r0)- (47/109) Installing libxrender (0.9.12-r0)- (48/109) Installing fontconfig (2.15.0-r3)- (49/109) Installing pixman (0.46.4-r0)- (50/109) Installing cairo (1.18.4-r0)- (51/109) Installing libintl (0.24.1-r0)- (52/109) Installing libeconf (0.6.3-r0)- (53/109) Installing libblkid (2.41-r9)- (54/109) Installing libmount (2.41-r9)- (55/109) Installing glib (2.84.4-r0)- (56/109) Installing graphite2 (1.3.14-r6)- (57/109) Installing harfbuzz (11.2.1-r0)- (58/109) Installing harfbuzz-cairo (11.2.1-r0)- (59/109) Installing harfbuzz-gobject (11.2.1-r0)- (60/109) Installing icu-data-en (76.1-r1)- Executing icu-data-en-76.1-r1.post-install- *- * If you need ICU with non-English locales and legacy charset support, install- * package icu-data-full.- *- (61/109) Installing icu-libs (76.1-r1)- (62/109) Installing harfbuzz-icu (11.2.1-r0)- (63/109) Installing harfbuzz-subset (11.2.1-r0)- (64/109) Installing cairo-tools (1.18.4-r0)- (65/109) Installing expat (2.7.5-r0)- (66/109) Installing expat-dev (2.7.5-r0)- (67/109) Installing fontconfig-dev (2.15.0-r3)- (68/109) Installing libxrender-dev (0.9.12-r0)- (69/109) Installing pixman-dev (0.46.4-r0)- (70/109) Installing util-macros (1.20.1-r0)- (71/109) Installing xcb-util (0.4.1-r3)- (72/109) Installing xcb-util-dev (0.4.1-r3)- (73/109) Installing cairo-gobject (1.18.4-r0)- (74/109) Installing libxml2-utils (2.13.9-r0)- (75/109) Installing docbook-xml (4.5-r10)- Executing docbook-xml-4.5-r10.post-install- (76/109) Installing libxslt (1.1.43-r3)- (77/109) Installing docbook-xsl-ns (1.79.2-r11)- Executing docbook-xsl-ns-1.79.2-r11.post-install- (78/109) Installing docbook-xsl-nons (1.79.2-r11)- Executing docbook-xsl-nons-1.79.2-r11.post-install- (79/109) Installing docbook-xsl (1.79.2-r11)- (80/109) Installing gettext-asprintf (0.24.1-r0)- (81/109) Installing gettext-libs (0.24.1-r0)- (82/109) Installing gettext-envsubst (0.24.1-r0)- (83/109) Installing gettext (0.24.1-r0)- (84/109) Installing gettext-dev (0.24.1-r0)- (85/109) Installing py3-parsing (3.2.5-r0)- (86/109) Installing py3-parsing-pyc (3.2.5-r0)- (87/109) Installing py3-packaging (25.0-r0)- (88/109) Installing py3-packaging-pyc (25.0-r0)- (89/109) Installing bsd-compat-headers (0.7.2-r6)- (90/109) Installing libedit (20250104.3.1-r1)- (91/109) Installing libedit-dev (20250104.3.1-r1)- (92/109) Installing libpcre2-16 (10.46-r0)- (93/109) Installing libpcre2-32 (10.46-r0)- (94/109) Installing pcre2-dev (10.46-r0)- (95/109) Installing libuuid (2.41-r9)- (96/109) Installing libfdisk (2.41-r9)- (97/109) Installing liblastlog2 (2.41-r9)- (98/109) Installing libsmartcols (2.41-r9)- (99/109) Installing sqlite (3.49.2-r1)- (100/109) Installing sqlite-dev (3.49.2-r1)- (101/109) Installing util-linux-dev (2.41-r9)- (102/109) Installing glib-dev (2.84.4-r0)- (103/109) Installing cairo-dev (1.18.4-r0)- (104/109) Installing graphite2-dev (1.3.14-r6)- (105/109) Installing icu (76.1-r1)- (106/109) Installing icu-dev (76.1-r1)- (107/109) Installing harfbuzz-dev (11.2.1-r0)- (108/109) Installing sdl2_ttf (2.24.0-r0)- (109/109) Installing sdl2_ttf-dev (2.24.0-r0)- Executing busybox-1.37.0-r20.trigger- Executing glib-2.84.4-r0.trigger- No schema files found: doing nothing.- OK: 980 MiB in 211 packages# To update the current shell environment, run: eval $(opam env)2026-04-10 10:25.41 ---> saved as "ea8100637b7602ae434e92aaec4ca512268302827372ee6445c56c2890385db5"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> installed conf-sdl2-ttf.1-> retrieved ocamlfind.1.9.8 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tsdl.1.3.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed dune.3.22.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> 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 10:26.27 ---> saved as "eb399c8583007e94f33504554a06eb06115572beb4bc194494ae269fea439b54"/src: (copy (src .) (dst /src))2026-04-10 10:26.27 ---> saved as "243a4fb3aaece30959009020e0bd737d04d41076f5842bacd69671c8e980a0a1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./show_string.exe)Trying libSDL2_ttf.soTTF_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 driverINFO: SDL_ttf Version (2,24,0)2026-04-10 10:26.28 ---> saved as "16010b05cf63027afbbfc90d3de8bfab9fabe5c623a9395482dadacbb8996641"Job succeeded2026-04-10 10:26.28: Job succeeded