Organisationssanettetsdl-ttf37fc29 ()alpine-3.23-4.14_opam-2.5

alpine-3.23-4.14_opam-2.5

Logs

Show full logs
2026-05-05 14:41.19: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/pull/15/head (37fc29f463d39cab38dd943ea55ad037aa5ce614) (linux-x86_64:alpine-3.23-4.14_opam-2.5)
Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/tsdl-ttf.git" && cd "tsdl-ttf" && git fetch origin "refs/pull/15/head" && git reset --hard 37fc29f4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9
# alpine-3.23-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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-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.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.3.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-05-05 14:41.19: Using cache hint "sanette/tsdl-ttf-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9-alpine-3.23-4.14_opam-2.5-f99aef37e46fca516715ec10732373ed"
2026-05-05 14:41.19: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)
 (comment alpine-3.23-4.14_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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-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.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.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-05-05 14:41.19: Waiting for resource in pool OCluster
2026-05-05 18:49.11: Waiting for worker…
2026-05-05 18:51.47: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 37fc29f Fix linux, add more verbose logging.

(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9' locally
docker.io/ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9: Pulling from ocaml/opam
6a0ac1617861: Pulling fs layer
9630673831f3: Pulling fs layer
4cffb540229a: Pulling fs layer
aa3cee094119: Pulling fs layer
f2700202f619: Pulling fs layer
33135c7375d5: Pulling fs layer
1ea4b64ae955: Pulling fs layer
ca34ef70eda1: Pulling fs layer
4cffb540229a: Waiting
d4998b6f8f35: Pulling fs layer
f2700202f619: Waiting
33135c7375d5: Waiting
aa3cee094119: Waiting
ca34ef70eda1: Waiting
1ea4b64ae955: Waiting
9630673831f3: Waiting
6a0ac1617861: Waiting
d4998b6f8f35: Waiting
4a43cfe8648c: Pulling fs layer
453dd28eaace: Pulling fs layer
a962f0379f0a: Pulling fs layer
453dd28eaace: Waiting
b68882dcbbd8: Pulling fs layer
a962f0379f0a: Waiting
3f63b4eac828: Pulling fs layer
0720e1e1068a: Pulling fs layer
b68882dcbbd8: Waiting
0676d4d6023a: Pulling fs layer
3f63b4eac828: Waiting
0ab690805f49: Pulling fs layer
0720e1e1068a: Waiting
fc0af979c0fe: Pulling fs layer
0676d4d6023a: Waiting
4f4fb700ef54: Pulling fs layer
63f1d0bef8ae: Pulling fs layer
fc0af979c0fe: Waiting
4f4fb700ef54: Waiting
0ab690805f49: Waiting
43fd6995d88f: Pulling fs layer
63f1d0bef8ae: Waiting
c775bfb331ab: Pulling fs layer
a7a9b5ed8780: Pulling fs layer
43fd6995d88f: Waiting
86ac791930d3: Pulling fs layer
c775bfb331ab: Waiting
2e34d70b785c: Pulling fs layer
a7a9b5ed8780: Waiting
86ac791930d3: Waiting
56c554cb0baa: Pulling fs layer
0109b7ea4beb: Pulling fs layer
2e34d70b785c: Waiting
a72aa581a14e: Pulling fs layer
0109b7ea4beb: Waiting
56c554cb0baa: Waiting
0b969b88b90b: Pulling fs layer
a72aa581a14e: Waiting
d1ae0e2bf910: Pulling fs layer
cfd8efe5a061: Pulling fs layer
0b969b88b90b: Waiting
a34595d6f491: Pulling fs layer
d1ae0e2bf910: Waiting
7333547f58a0: Pulling fs layer
cfd8efe5a061: Waiting
a34595d6f491: Waiting
803cdf5f2902: Pulling fs layer
d74501489c54: Pulling fs layer
803cdf5f2902: Waiting
628aecb9cafb: Pulling fs layer
7333547f58a0: Waiting
d74501489c54: Waiting
0c52f398a865: Pulling fs layer
628aecb9cafb: Waiting
c0458221ae1b: Pulling fs layer
5f395ae7d7f2: Pulling fs layer
767edc63c5be: Pulling fs layer
0c52f398a865: Waiting
f3eb2829860a: Pulling fs layer
c0458221ae1b: Waiting
767edc63c5be: Waiting
5f395ae7d7f2: Waiting
2cde0115c1f3: Pulling fs layer
f3eb2829860a: Waiting
2cde0115c1f3: Waiting
6a0ac1617861: Verifying Checksum
6a0ac1617861: Download complete
9630673831f3: Verifying Checksum
9630673831f3: Download complete
6a0ac1617861: Pull complete
9630673831f3: Pull complete
4cffb540229a: Download complete
4cffb540229a: Pull complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
453dd28eaace: Download complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
b68882dcbbd8: Download complete
3f63b4eac828: Download complete
0676d4d6023a: Verifying Checksum
0676d4d6023a: Download complete
0720e1e1068a: Verifying Checksum
0720e1e1068a: Download complete
0ab690805f49: Verifying Checksum
0ab690805f49: Download complete
fc0af979c0fe: Verifying Checksum
fc0af979c0fe: Download complete
4f4fb700ef54: Download complete
63f1d0bef8ae: Verifying Checksum
63f1d0bef8ae: Download complete
43fd6995d88f: Download complete
c775bfb331ab: Download complete
a7a9b5ed8780: Download complete
86ac791930d3: Verifying Checksum
86ac791930d3: Download complete
2e34d70b785c: Verifying Checksum
2e34d70b785c: Download complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
0109b7ea4beb: Verifying Checksum
0109b7ea4beb: Download complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
d1ae0e2bf910: Download complete
cfd8efe5a061: Verifying Checksum
cfd8efe5a061: Download complete
7333547f58a0: Download complete
d74501489c54: Download complete
628aecb9cafb: Verifying Checksum
628aecb9cafb: Download complete
0c52f398a865: Verifying Checksum
0c52f398a865: Download complete
803cdf5f2902: Verifying Checksum
803cdf5f2902: Download complete
aa3cee094119: Pull complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Pull complete
c0458221ae1b: Verifying Checksum
c0458221ae1b: Download complete
d4998b6f8f35: Pull complete
767edc63c5be: Download complete
f3eb2829860a: Verifying Checksum
f3eb2829860a: Download complete
4a43cfe8648c: Pull complete
5f395ae7d7f2: Verifying Checksum
5f395ae7d7f2: Download complete
2cde0115c1f3: Verifying Checksum
2cde0115c1f3: Download complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Pull complete
fc0af979c0fe: Pull complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Pull complete
c775bfb331ab: Pull complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Pull complete
a72aa581a14e: Pull complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Pull complete
a34595d6f491: Verifying Checksum
a34595d6f491: Download complete
a34595d6f491: Pull complete
7333547f58a0: Pull complete
803cdf5f2902: Pull complete
d74501489c54: Pull complete
628aecb9cafb: Pull complete
0c52f398a865: Pull complete
c0458221ae1b: Pull complete
5f395ae7d7f2: Pull complete
767edc63c5be: Pull complete
f3eb2829860a: Pull complete
2cde0115c1f3: Pull complete
Digest: sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9
Status: Downloaded newer image for ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9
2026-05-05 18:51.48 ---> using "8e65bc4d84a4bbc3f291f4c89c5f0411ea9740fc4228eddb2c11cbc44748b04d" from cache

/: (comment alpine-3.23-4.14_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-05-05 18:51.48 ---> using "aab497e11bbd2fd71b7803c973cd82c25e2349fb71321f802961e3807e924999" 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] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"
[default] Initialised
2026-05-05 18:51.48 ---> using "eb2bed6cc5341e5b0471166d705fb405ed6ae7bb0de6d51c8d40ccae315d2b42" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-110-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-05 18:51.48 ---> using "ea09d7cee032ea00f9c93f1d8f0d9acf6ca9697250ec8c7e8afdd1bda0b49776" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-05 18:51.48 ---> using "cac31a3672ff69f16a2ecc50953ac5f79547f2bf715d87c44760644423dcc0a2" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   045748b2d8..163a32c4d5  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-05-05 18:51.48 ---> using "964f603627bed1554329b39dd917a3bef6d8fe3e1e8380035cebf7deeab8969e" from cache

/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-05-05 18:51.48 ---> saved as "c93dcc56bdbfa1a2051b6b61da041bed017430627acbda518b2cf187a31cbed2"

/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-05-05 18:51.50 ---> saved as "babc4168013fd1a2d3be57c36fe927d8bb0069132240ebfbfa0b5560ebc4a53b"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-05 18:51.50 ---> saved as "58d05e5274eea3cdb3fef0b16ec0b7b2824677461edb071d41040ec077cde93b"

/src: (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-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.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"
- v3.23.4-136-g11c41b79f3b [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-131-gb5d853bc1dd [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-9047-gbf8898bdf81 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-9091-gce1ab05e030 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-9091-gce1ab05e030 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62171 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-dev sdl2-dev sdl2_ttf-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" "sdl2_ttf-dev"
- (  1/106) Installing linux-headers (6.16.12-r0)
- (  2/106) Installing libffi-dev (3.5.2-r0)
- (  3/106) Installing sdl2 (2.32.10-r0)
- (  4/106) Installing hwdata-pci (0.401-r0)
- (  5/106) Installing libpciaccess (0.18.1-r1)
- (  6/106) Installing libdrm (2.4.131-r0)
- (  7/106) Installing libpciaccess-dev (0.18.1-r1)
- (  8/106) Installing libdrm-dev (2.4.131-r0)
- (  9/106) Installing libxdamage (1.1.6-r5)
- ( 10/106) Installing libxfixes (6.0.2-r0)
- ( 11/106) Installing libxfixes-dev (6.0.2-r0)
- ( 12/106) Installing libxdamage-dev (1.1.6-r5)
- ( 13/106) Installing libxshmfence (1.3.3-r0)
- ( 14/106) Installing libxshmfence-dev (1.3.3-r0)
- ( 15/106) Installing libxml2 (2.13.9-r0)
- ( 16/106) Installing llvm21-libs (21.1.2-r1)
- ( 17/106) Installing spirv-tools (1.4.321.0-r1)
- ( 18/106) Installing libelf (0.194-r0)
- ( 19/106) Installing mesa (25.2.7-r1)
- ( 20/106) Installing mesa-gles (25.2.7-r1)
- ( 21/106) Installing mesa-gbm (25.2.7-r1)
- ( 22/106) Installing wayland-libs-client (1.24.0-r0)
- ( 23/106) Installing mesa-egl (25.2.7-r1)
- ( 24/106) Installing libxext (1.3.6-r2)
- ( 25/106) Installing libxxf86vm (1.1.7-r0)
- ( 26/106) Installing mesa-gl (25.2.7-r1)
- ( 27/106) Installing clang21-headers (21.1.2-r2)
- ( 28/106) Installing libclc (21.1.2-r0)
- ( 29/106) Installing spirv-llvm-translator-libs (21.1.0-r0)
- ( 30/106) Installing clang21-libs (21.1.2-r2)
- ( 31/106) Installing mesa-rusticl (25.2.7-r1)
- ( 32/106) Installing libxext-dev (1.3.6-r2)
- ( 33/106) Installing libxxf86vm-dev (1.1.7-r0)
- ( 34/106) Installing mesa-dev (25.2.7-r1)
- ( 35/106) Installing sdl2-dev (2.32.10-r0)
- ( 36/106) Installing libpng (1.6.57-r0)
- ( 37/106) Installing freetype (2.14.1-r0)
- ( 38/106) Installing libintl (0.24.1-r1)
- ( 39/106) Installing libeconf (0.8.3-r0)
- ( 40/106) Installing libblkid (2.41.4-r0)
- ( 41/106) Installing libmount (2.41.4-r0)
- ( 42/106) Installing glib (2.86.3-r0)
- ( 43/106) Installing graphite2 (1.3.14-r6)
- ( 44/106) Installing harfbuzz (12.2.0-r0)
- ( 45/106) Installing sdl2_ttf (2.24.0-r0)
- ( 46/106) Installing bzip2-dev (1.0.8-r6)
- ( 47/106) Installing brotli (1.2.0-r0)
- ( 48/106) Installing brotli-dev (1.2.0-r0)
- ( 49/106) Installing zlib-dev (1.3.2-r0)
- ( 50/106) Installing libpng-dev (1.6.57-r0)
- ( 51/106) Installing freetype-dev (2.14.1-r0)
- ( 52/106) Installing libxrender (0.9.12-r0)
- ( 53/106) Installing fontconfig (2.17.1-r0)
- ( 54/106) Installing pixman (0.46.4-r0)
- ( 55/106) Installing cairo (1.18.4-r0)
- ( 56/106) Installing harfbuzz-cairo (12.2.0-r0)
- ( 57/106) Installing harfbuzz-gobject (12.2.0-r0)
- ( 58/106) 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.
-   * 
- ( 59/106) Installing icu-libs (76.1-r1)
- ( 60/106) Installing harfbuzz-icu (12.2.0-r0)
- ( 61/106) Installing harfbuzz-subset (12.2.0-r0)
- ( 62/106) Installing cairo-tools (1.18.4-r0)
- ( 63/106) Installing expat (2.7.5-r0)
- ( 64/106) Installing expat-dev (2.7.5-r0)
- ( 65/106) Installing fontconfig-dev (2.17.1-r0)
- ( 66/106) Installing libxrender-dev (0.9.12-r0)
- ( 67/106) Installing pixman-dev (0.46.4-r0)
- ( 68/106) Installing util-macros (1.20.2-r0)
- ( 69/106) Installing xcb-util (0.4.1-r3)
- ( 70/106) Installing xcb-util-dev (0.4.1-r3)
- ( 71/106) Installing cairo-gobject (1.18.4-r0)
- ( 72/106) Installing libxml2-utils (2.13.9-r0)
- ( 73/106) Installing docbook-xml (4.5-r10)
-   Executing docbook-xml-4.5-r10.post-install
- ( 74/106) Installing libxslt (1.1.43-r3)
- ( 75/106) Installing docbook-xsl-ns (1.79.2-r13)
-   Executing docbook-xsl-ns-1.79.2-r13.post-install
- ( 76/106) Installing docbook-xsl-nons (1.79.2-r13)
-   Executing docbook-xsl-nons-1.79.2-r13.post-install
- ( 77/106) Installing docbook-xsl (1.79.2-r13)
- ( 78/106) Installing gettext-asprintf (0.24.1-r1)
- ( 79/106) Installing gettext-libs (0.24.1-r1)
- ( 80/106) Installing gettext-envsubst (0.24.1-r1)
- ( 81/106) Installing gettext (0.24.1-r1)
- ( 82/106) Installing gettext-dev (0.24.1-r1)
- ( 83/106) Installing py3-parsing (3.2.5-r0)
- ( 84/106) Installing py3-parsing-pyc (3.2.5-r0)
- ( 85/106) Installing py3-packaging (25.0-r0)
- ( 86/106) Installing py3-packaging-pyc (25.0-r0)
- ( 87/106) Installing bsd-compat-headers (0.7.2-r6)
- ( 88/106) Installing libedit (20251016.3.1-r0)
- ( 89/106) Installing libedit-dev (20251016.3.1-r0)
- ( 90/106) Installing libpcre2-16 (10.47-r0)
- ( 91/106) Installing libpcre2-32 (10.47-r0)
- ( 92/106) Installing pcre2-dev (10.47-r0)
- ( 93/106) Installing libuuid (2.41.4-r0)
- ( 94/106) Installing libfdisk (2.41.4-r0)
- ( 95/106) Installing liblastlog2 (2.41.4-r0)
- ( 96/106) Installing libsmartcols (2.41.4-r0)
- ( 97/106) Installing sqlite (3.51.2-r0)
- ( 98/106) Installing sqlite-dev (3.51.2-r0)
- ( 99/106) Installing util-linux-dev (2.41.4-r0)
- (100/106) Installing glib-dev (2.86.3-r0)
- (101/106) Installing cairo-dev (1.18.4-r0)
- (102/106) Installing graphite2-dev (1.3.14-r6)
- (103/106) Installing icu (76.1-r1)
- (104/106) Installing icu-dev (76.1-r1)
- (105/106) Installing harfbuzz-dev (12.2.0-r0)
- (106/106) Installing sdl2_ttf-dev (2.24.0-r0)
- Executing busybox-1.37.0-r30.trigger
- Executing glib-2.86.3-r0.trigger
- * No schema files found: doing nothing.
- OK: 891.3 MiB in 209 packages
# To update the current shell environment, run: eval $(opam env)
2026-05-05 18:52.24 ---> saved as "aa3f8c8e4d2635d8506847ac75563f12f34f136ceacad29e990fcf6ed8e8fdbd"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 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.23.0
  - install dune-configurator 3.23.0
  - install integers          0.7.0
  - install ocamlbuild        0.16.1
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.1.1
  - install tsdl              1.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> 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.23.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.23.0
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-05 18:53.18 ---> saved as "6d4bf54d89d36eea2b1f1916b381ade9b3f9cde8d3098185b84e35086002050e"

/src: (copy (src .) (dst /src))
2026-05-05 18:53.18 ---> saved as "50ffec5b8488bf1219f9bff6d936b30bb5de704104cb79dc26cfa291ef55b307"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src && config/discover.exe) > _build/default/src/sdl2_ttf_config.ml
sdl2-ttf-discover: let library_path = Some "/usr/lib/libSDL2_ttf-2.0.so.0"
let version = Some (2, 24, 0)
(cd _build/default/test && ./show_string.exe)
Library path detected at build time: /usr/lib/libSDL2_ttf-2.0.so.0
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_GlyphMetrics32
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-05-05 18:53.20 ---> saved as "1263d7890db70c0c364b3a1f02476b9377b77e183767f7c98a8044f1fa2b2ac8"
Job succeeded
2026-05-05 18:53.20: Job succeeded