2026-04-04 13:02.18: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (af32eeeb7cd8e7e1a6944a83a8d201376cb296b3) (linux-x86_64:opensuse-16.0-4.14_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard af32eeeb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324 # opensuse-16.0-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 dune-configurator.3.22.1 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.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-04-04 13:02.18: Using cache hint "sanette/tsdl-ttf-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324-opensuse-16.0-4.14_opam-2.5-d7b76608fc0d181835cc85ffc746695e" 2026-04-04 13:02.18: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324) (comment opensuse-16.0-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 dune-configurator.3.22.1 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.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-04 13:02.18: Waiting for resource in pool OCluster 2026-04-04 13:02.18: Waiting for worker… 2026-04-04 13:02.18: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at af32eee debug (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324' locally docker.io/ocaml/opam@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324: Pulling from ocaml/opam 64cfa2a65095: Already exists 7b581e71db22: Already exists 0d9a5a107b9b: Already exists 357b95083b04: Already exists 3658f63fcffa: Already exists 5f00ec28670a: Already exists d5429ba7ea96: Already exists 1e2abec3e48a: Already exists a459d1a5da3b: Already exists 2168339905af: Already exists 165752543076: Already exists 72d1a62a8420: Already exists 7a8e0b1e89ad: Already exists f363e37deee9: Already exists aa8207662583: Already exists 7993a7002f90: Already exists b555b5cbc6e7: Already exists 00bcd96691ba: Already exists e7d8a4a03644: Already exists 4f4fb700ef54: Already exists b84d3b76e0e8: Already exists 32f29cbbfa56: Already exists d591940d5bfc: Already exists a9c4ab92f613: Already exists c84b77db6559: Already exists 4a817e492857: Already exists 8989192c74fe: Already exists 0c77f911b4ac: Already exists 127679045d22: Already exists 703641514dec: Already exists 355713e56611: Already exists b077b32f3467: Already exists 5fac5a53a6e0: Already exists 135be594b6b0: Already exists 8c4f627de9a8: Already exists ddcab00bd8b5: Already exists 8cc53bc399b9: Already exists cc314699ebb3: Already exists 21f9192bbdbc: Already exists c253b21f5645: Already exists 7897251b4390: Already exists 6541215dbcde: Already exists Digest: sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324 Status: Downloaded newer image for ocaml/opam@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324 2026-04-04 13:02.18 ---> using "176b78d4712c07b55d53abc789f23e917c1c9b9dc68c6cb518e960b046403981" from cache /: (comment opensuse-16.0-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-04-04 13:02.18 ---> using "b6f6a6f00cb1450f9e7123a84f7e80afdd7481c9032730bab3f3e337082bf8b0" 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 [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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-04 13:02.18 ---> using "fe38bb56cfbd97c95b1f00743ad5c5b765e061706cd3b49f6178cc785154d43e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-173-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-04 13:02.18 ---> using "b85b52fbc79e3a4889afee6ac2ee7195a84ea3a71c372685a17d14d4dc1eb92b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-04 13:02.18 ---> using "01d7fc4bde2dfa7c72b3c493fcb7a20001c59e42b025f59474209a807df21aaa" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..6445530b48 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [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-04-04 13:02.18 ---> using "78ebf502f08347208a4d276042d6e718603a291160f79b224f64a43abe953941" from cache /src: (copy (src tsdl-ttf.opam) (dst ./)) 2026-04-04 13:02.18 ---> using "13ae02e0df4bc1f48a340d8ac6b50ba3ebf21130237a479c8b588c94baa55174" from cache /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-04 13:02.18 ---> using "e6b9af6a9d7b69971fb5c97b4953e4f6f6d34327092fe2b5040c4894aba91467" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-04 13:02.18 ---> using "f27ae31eada119505e0464aa37e0981bb4c0a35251c12c198fc99a7e30782376" from cache /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.22.1 dune-configurator.3.22.1 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.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 "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - .. - - Note: Received 1 new package signing key from repository "repo-oss (16.0)": - - Those additional keys are usually used to sign packages shipped by the repository. In order to - validate those packages upon download and installation the new keys will be imported into the rpm - database. - - New: - Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0 - Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Wed May 10 14:46:12 2023 - Key Expires: Sun May 9 14:46:12 2027 - Rpm Name: gpg-pubkey-25db7ae0-645bae34 - - The repository metadata introducing the new keys have been signed and validated by the trusted - key: - - Repository: repo-oss (16.0) - Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4 - Key Name: openSUSE Project Signing Key <opensuse@opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Mon Jun 20 14:03:14 2022 - Key Expires: Fri Jun 19 14:03:14 2026 (expires in 76 days) - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - . - .. - ........ - ....... - ....done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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.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-devel libSDL2-devel SDL2_ttf-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libSDL2-devel" "SDL2_ttf-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - 'libSDL2-devel' not found in package names. Trying capabilities. - Resolving package dependencies... - - The following 36 NEW packages are going to be installed: - Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libGLESv1_CM-devel Mesa-libGLESv2-devel Mesa-libglapi0 SDL2-devel SDL2_ttf-devel glu-devel libGLU1 libLLVM19 libSDL2-2_0-0 libSDL2_ttf-2_0-0 libSPIRV-Tools-2025_1_rc1 libXext6 libXxf86vm1 libasound2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libelf1 libffi-devel libgbm1 libglvnd libglvnd-devel libpciaccess0 libvulkan1 libwayland-client0 libwayland-server0 libxshmfence1 - - 36 new packages to install. - - Package download size: 59.9 MiB - - Package install size change: - | 262.6 MiB required by packages that will be installed - 262.6 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [. - . - Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done] - . - - Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64.rpm [done] - .. - Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done] - .. - . - Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.] - .. - .. - .. - - Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done] - .. - Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done] - . - Preloading: SDL2-devel-2.30.7-160000.2.2.x86_64.rpm [done] - . - Preloading: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done] - .. - - Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done] - .. - Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done] - . - Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done] - .. - Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done] - . - - Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done] - . - Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done] - . - Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done] - .. - Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64.rpm [done] - . - Preloading: libasound2-1.2.14-160000.2.2.x86_64.rpm [done] - .. - - Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done] - .. - Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done] - .done] - Retrieving: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/36), 256.2 KiB - Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/36), 276.4 KiB - Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (3/36), 28.3 MiB - Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (4/36), 1.5 MiB - Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (5/36), 37.3 KiB - Retrieving: libasound2-1.2.14-160000.2.2.x86_64 (repo-oss (16.0)) (6/36), 589.8 KiB - Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (7/36), 107.8 KiB - Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (8/36), 94.7 KiB - Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (9/36), 30.8 KiB - Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (10/36), 29.1 KiB - Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (11/36), 156.2 KiB - Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (12/36), 47.8 KiB - Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (13/36), 54.2 KiB - Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (14/36), 12.0 KiB - Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (15/36), 17.0 KiB - Retrieving: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (16/36), 698.3 KiB - Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (17/36), 258.9 KiB - Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (18/36), 90.7 KiB - Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (19/36), 93.5 KiB - Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (20/36), 133.3 KiB - Retrieving: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (21/36), 701.0 KiB - Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (22/36), 257.7 KiB - Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (23/36), 9.7 MiB - Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (24/36), 253.7 KiB - Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/36), 380.4 KiB - Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (26/36), 395.5 KiB - Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (27/36), 32.2 KiB - Retrieving: libGLU1-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (28/36), 153.1 KiB - Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (29/36), 13.3 MiB - Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (30/36), 692.3 KiB - Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (31/36), 272.4 KiB - Retrieving: glu-devel-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (32/36), 13.7 KiB - Retrieving: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (33/36), 287.3 KiB - Retrieving: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (34/36), 266.2 KiB - Retrieving: SDL2-devel-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (35/36), 552.6 KiB - Retrieving: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (36/36), 23.7 KiB - - Checking for file conflicts: [...done] - ( 1/36) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done] - ( 2/36) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done] - ( 3/36) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.... - ....done] - ( 4/36) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done] - ( 5/36) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done] - ( 6/36) Installing: libasound2-1.2.14-160000.2.2.x86_64 [..done] - ( 7/36) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done] - ( 8/36) Installing: libelf1-0.192-160000.2.2.x86_64 [..done] - ( 9/36) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done] - (10/36) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done] - (11/36) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done] - (12/36) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done] - (13/36) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done] - (14/36) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done] - (15/36) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done] - (16/36) Installing: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 [..done] - (17/36) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done] - (18/36) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done] - (19/36) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done] - (20/36) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done] - (21/36) Installing: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 [..done] - (22/36) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done] - (23/36) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [....done] - (24/36) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done] - (25/36) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done] - (26/36) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done] - (27/36) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done] - (28/36) Installing: libGLU1-9.0.3-160000.2.2.x86_64 [..done] - (29/36) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [.... - ..done] - (30/36) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..done] - (31/36) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done] - (32/36) Installing: glu-devel-9.0.3-160000.2.2.x86_64 [..done] - (33/36) Installing: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 [..done] - (34/36) Installing: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 [..done] - (35/36) Installing: SDL2-devel-2.30.7-160000.2.2.x86_64 [..done] - (36/36) Installing: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 [..done] - Running post-transaction scripts [...done] # To update the current shell environment, run: eval $(opam env) 2026-04-04 13:02.18 ---> using "575af5f75fa720906010422ed3436bb722106f4fb43c7ff2f0b01fedc19f8600" from cache /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.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 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 The following system packages will first need to be installed: libSDL2-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run zypper to install them (may need root/sudo access) 2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "zypper" "--non-interactive" "install" "libSDL2-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - 'libSDL2-devel' not found in package names. Trying capabilities. - 'SDL2-devel' providing 'libSDL2-devel' is already installed. - Resolving package dependencies... - Nothing to do. <><> 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 dune.3.22.1, dune-configurator.3.22.1 (cached) -> 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 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 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.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-04 13:02.18 ---> using "feec7aa0f921f6470c868ad92326bb65627aa476c33280575a321c475a08d3b6" from cache /src: (copy (src .) (dst /src)) 2026-04-04 13:02.19 ---> saved as "116527be0431a58d26d7164e5af2ad2fe45f09661e1581aafdf85ed652ac9d6f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./show_string.exe) Trying libSDL2_ttf.so 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-04-04 13:02.19 ---> saved as "04d19a143aa6bbca00aab999404844adbd505e560c157bfad662d5024f332b50" Job succeeded 2026-04-04 13:02.19: Job succeeded