Organisationssanettetsdl-ttfa1ca86 ()alpine-3.22-5.4_opam-2.5

alpine-3.22-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-11 08:11.16: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (a1ca867e06ab7db2049bac45e57eb18e90097089) (linux-x86_64:alpine-3.22-5.4_opam-2.5)
Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard a1ca867e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
# alpine-3.22-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
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 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-01-11 08:11.16: Using cache hint "sanette/tsdl-ttf-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66-alpine-3.22-5.4_opam-2.5-c44e32e48bce9bc4977ebeeb0735d861"
2026-01-11 08:11.16: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66)
(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)
(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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")
(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-01-11 08:11.16: Waiting for resource in pool OCluster
2026-01-11 08:11.16: Waiting for worker…
2026-01-11 08:11.16: Got resource from pool OCluster
Building on clete
HEAD is now at d655afc fmt
HEAD is now at a1ca867 readme


(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66' locally
docker.io/ocaml/opam@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66: Pulling from ocaml/opam
2d35ebdb57d9: Already exists
f63fa0955e1c: Already exists
d1aff334d2ef: Already exists
dd7ef0713d60: Already exists
1cb85b1771c1: Already exists
b3e3cbca8fe5: Already exists
e20f2edd147c: Already exists
2a81809d2792: Already exists
44d45904e0bf: Already exists
e4766861c56b: Already exists
781637641c53: Already exists
7a3635ad3eff: Already exists
a17b51910e9e: Already exists
ebefb05f3452: Already exists
7516504988c4: Already exists
6de436e58aaa: Already exists
6de436e58aaa: Already exists
c95d51a1d4cc: Already exists
4f4fb700ef54: Already exists
958c68e99d31: Already exists
3276c8259ea4: Already exists
dc258c8006b5: Already exists
762484f20604: Already exists
e420826a58be: Already exists
21ebbf1cf394: Already exists
fcab148fc6b3: Already exists
0a5763305413: Already exists
0bb0efb41734: Already exists
99400a979ef1: Already exists
57e03fc374af: Already exists
e6ea8c92b8c1: Already exists
5a22d79cf5c8: Already exists
6a9a0d422609: Already exists
68439d778116: Already exists
3d406935f5b2: Already exists
c13ead8bd9c1: Already exists
d66e8882c1fe: Already exists
60d0ca65b3af: Already exists
a78ec84347da: Already exists
bb1d15e7eedf: Already exists
75d5cb23d48b: Already exists
12b7f17bd730: Already exists
568b87493d7a: Already exists
Digest: sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
Status: Downloaded newer image for ocaml/opam@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66
2026-01-11 08:11.37 ---> saved as "d0327f940a3c6a061e0c402e9328a78119d7dfd715a32de8de339388ce4c3eef"


/: (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-01-11 08:11.37 ---> saved as "723d578bd59d770ce65a283564423eeaba870878aaa0c8a26e537ef790a47453"


/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.


[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-11 08:12.00 ---> saved as "244c5d33473acd9a97f151af26c597d0699fe4d22f73096164dc7773892ebfe0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-11 08:12.00 ---> saved as "1f01e9a1ae3cbfc93a858f89b7df154cce047ac7f6b3b33e879ecf3089a709d9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-11 08:12.01 ---> saved as "ba822164d7ca5e8d8aeb7971e0abbae48464b552f58adf8e877278d9ad4bf2a8"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(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
ee48e882f0..a6b2f19780  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-11 08:12.15 ---> saved as "39bb2bb624d5aa5d48d46a3b1182470d95f5ffba57568d106793b49ae79165e0"


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-01-11 08:12.16 ---> saved as "4b9e294b406f690da757585fd5d2ee1b324af792abb8433ac41accf0882b0459"


/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-01-11 08:12.18 ---> saved as "cb6d27e9555329b6adc4ebf3be8b6b50a5fe12f0cba671c0c81b2e42f7c38135"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-11 08:12.18 ---> saved as "bc86e4d1009627ebe1a768b85b53a72691844e153d413d163a3e235b993bd27c"


/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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")


/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.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251224-958-g5b94f92c413 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251224-963-g34721125c3e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251224-957-g8e4e43d585c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60697 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/108) Installing linux-headers (6.14.2-r0)
- (2/108) Installing libffi-dev (3.4.8-r0)
- (3/108) Installing sdl2 (2.32.8-r0)
- (4/108) Installing hwdata-pci (0.395-r0)
- (5/108) Installing libpciaccess (0.18.1-r0)
- (6/108) Installing libdrm (2.4.124-r0)
- (7/108) Installing libpciaccess-dev (0.18.1-r0)
- (8/108) Installing libdrm-dev (2.4.124-r0)
- (9/108) Installing libxext (1.3.6-r2)
- (10/108) Installing libxext-dev (1.3.6-r2)
- (11/108) Installing libxdamage (1.1.6-r5)
- (12/108) Installing libxfixes (6.0.1-r4)
- (13/108) Installing libxfixes-dev (6.0.1-r4)
- (14/108) Installing libxdamage-dev (1.1.6-r5)
- (15/108) Installing libxshmfence (1.3.3-r0)
- (16/108) Installing libxshmfence-dev (1.3.3-r0)
- (17/108) Installing libxml2 (2.13.9-r0)
- (18/108) Installing llvm20-libs (20.1.8-r0)
- (19/108) Installing spirv-tools (1.4.313.0-r0)
- (20/108) Installing libelf (0.193-r0)
- (21/108) Installing wayland-libs-server (1.23.1-r3)
- (22/108) Installing mesa (25.1.9-r0)
- (23/108) Installing mesa-gbm (25.1.9-r0)
- (24/108) Installing wayland-libs-client (1.23.1-r3)
- (25/108) Installing mesa-egl (25.1.9-r0)
- (26/108) Installing libxxf86vm (1.1.6-r0)
- (27/108) Installing mesa-gl (25.1.9-r0)
- (28/108) Installing mesa-gles (25.1.9-r0)
- (29/108) Installing clang20-headers (20.1.8-r0)
- (30/108) Installing libclc (20.1.8-r0)
- (31/108) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (32/108) Installing clang20-libs (20.1.8-r0)
- (33/108) Installing mesa-rusticl (25.1.9-r0)
- (34/108) Installing mesa-xatracker (25.1.9-r0)
- (35/108) Installing libxxf86vm-dev (1.1.6-r0)
- (36/108) Installing mesa-dev (25.1.9-r0)
- (37/108) Installing sdl2-dev (2.32.8-r0)
- (38/108) Installing libpng (1.6.53-r0)
- (39/108) Installing freetype (2.13.3-r0)
- (40/108) Installing bzip2-dev (1.0.8-r6)
- (41/108) Installing brotli (1.1.0-r2)
- (42/108) Installing brotli-dev (1.1.0-r2)
- (43/108) Installing zlib-dev (1.3.1-r2)
- (44/108) Installing libpng-dev (1.6.53-r0)
- (45/108) Installing freetype-dev (2.13.3-r0)
- (46/108) Installing libxrender (0.9.12-r0)
- (47/108) Installing fontconfig (2.15.0-r3)
- (48/108) Installing pixman (0.46.4-r0)
- (49/108) Installing cairo (1.18.4-r0)
- (50/108) Installing libintl (0.24.1-r0)
- (51/108) Installing libeconf (0.6.3-r0)
- (52/108) Installing libblkid (2.41-r9)
- (53/108) Installing libmount (2.41-r9)
- (54/108) Installing glib (2.84.4-r0)
- (55/108) Installing graphite2 (1.3.14-r6)
- (56/108) Installing harfbuzz (11.2.1-r0)
- (57/108) Installing harfbuzz-cairo (11.2.1-r0)
- (58/108) Installing harfbuzz-gobject (11.2.1-r0)
- (59/108) 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.
- *
- (60/108) Installing icu-libs (76.1-r1)
- (61/108) Installing harfbuzz-icu (11.2.1-r0)
- (62/108) Installing harfbuzz-subset (11.2.1-r0)
- (63/108) Installing cairo-tools (1.18.4-r0)
- (64/108) Installing expat (2.7.3-r0)
- (65/108) Installing expat-dev (2.7.3-r0)
- (66/108) Installing fontconfig-dev (2.15.0-r3)
- (67/108) Installing libxrender-dev (0.9.12-r0)
- (68/108) Installing pixman-dev (0.46.4-r0)
- (69/108) Installing util-macros (1.20.1-r0)
- (70/108) Installing xcb-util (0.4.1-r3)
- (71/108) Installing xcb-util-dev (0.4.1-r3)
- (72/108) Installing cairo-gobject (1.18.4-r0)
- (73/108) Installing libxml2-utils (2.13.9-r0)
- (74/108) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (75/108) Installing libxslt (1.1.43-r3)
- (76/108) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (77/108) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (78/108) Installing docbook-xsl (1.79.2-r11)
- (79/108) Installing gettext-asprintf (0.24.1-r0)
- (80/108) Installing gettext-libs (0.24.1-r0)
- (81/108) Installing gettext-envsubst (0.24.1-r0)
- (82/108) Installing gettext (0.24.1-r0)
- (83/108) Installing gettext-dev (0.24.1-r0)
- (84/108) Installing py3-parsing (3.2.3-r0)
- (85/108) Installing py3-parsing-pyc (3.2.3-r0)
- (86/108) Installing py3-packaging (25.0-r0)
- (87/108) Installing py3-packaging-pyc (25.0-r0)
- (88/108) Installing bsd-compat-headers (0.7.2-r6)
- (89/108) Installing libedit (20250104.3.1-r1)
- (90/108) Installing libedit-dev (20250104.3.1-r1)
- (91/108) Installing libpcre2-16 (10.46-r0)
- (92/108) Installing libpcre2-32 (10.46-r0)
- (93/108) Installing pcre2-dev (10.46-r0)
- (94/108) Installing libuuid (2.41-r9)
- (95/108) Installing libfdisk (2.41-r9)
- (96/108) Installing liblastlog2 (2.41-r9)
- (97/108) Installing libsmartcols (2.41-r9)
- (98/108) Installing sqlite (3.49.2-r1)
- (99/108) Installing sqlite-dev (3.49.2-r1)
- (100/108) Installing util-linux-dev (2.41-r9)
- (101/108) Installing glib-dev (2.84.4-r0)
- (102/108) Installing cairo-dev (1.18.4-r0)
- (103/108) Installing graphite2-dev (1.3.14-r6)
- (104/108) Installing icu (76.1-r1)
- (105/108) Installing icu-dev (76.1-r1)
- (106/108) Installing harfbuzz-dev (11.2.1-r0)
- (107/108) Installing sdl2_ttf (2.24.0-r0)
- (108/108) 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-01-11 08:12.39 ---> saved as "3364859fb92d8c37ae35a5e93fbe8b362c5265508b4d9e51c1d0db0328fba24e"


/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.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


<><> 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)
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-11 08:13.26 ---> saved as "6a76863fc6a7599476adc8b4150f24d4189344efb1857bbecd6fe87781e754a6"


/src: (copy (src .) (dst /src))
2026-01-11 08:13.26 ---> saved as "c322f6bcd997d4989a91b0644990d8b58c9d4489ece6e1e17e07d1bc8a98c4ba"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
TTF_Init
TTF_Linked_Version
TTF_OpenFont
TTF_OpenFontIndex
TTF_OpenFontRW
TTF_OpenFontIndexRW
TTF_GetFontStyle
TTF_SetFontStyle
TTF_GetFontOutline
TTF_SetFontOutline
TTF_GetFontHinting
TTF_SetFontHinting
TTF_FontHeight
TTF_FontAscent
TTF_FontDescent
TTF_FontLineSkip
TTF_GetFontKerning
TTF_SetFontKerning
TTF_FontFaces
TTF_FontFaceIsFixedWidth
TTF_FontFaceFamilyName
TTF_FontFaceStyleName
TTF_GlyphIsProvided
TTF_GlyphIsProvided32
TTF_GlyphMetrics
TTF_SizeText
TTF_SizeUTF8
TTF_RenderText_Solid
TTF_RenderUTF8_Solid
TTF_RenderGlyph_Solid
TTF_RenderGlyph32_Solid
TTF_RenderText_Shaded
TTF_RenderUTF8_Shaded
TTF_RenderGlyph_Shaded
TTF_RenderGlyph32_Shaded
TTF_RenderText_Blended
TTF_RenderUTF8_Blended
TTF_RenderText_Blended_Wrapped
TTF_RenderUTF8_Blended_Wrapped
TTF_RenderGlyph_Blended
TTF_RenderGlyph32_Blended
TTF_CloseFont
TTF_Quit
TTF_WasInit
TTF_GetFontKerningSize
Dummy video driver
INFO: SDL_ttf Version (2,24,0)
2026-01-11 08:13.27 ---> saved as "070b4b1f5a7c5c95543fb20a082d75f3a174efd61380189a748ece049c0e1adf"
Job succeeded
2026-01-11 08:13.27: Job succeeded