2026-01-09 21:44.00: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (eb2ad0ecd46deb78ee689ad20e1450e15a09738d) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ff8c78c052f285c980e74a46b8c654e86e6c8cfd17f89440e505c3d8aae6f362Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard eb2ad0eccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ff8c78c052f285c980e74a46b8c654e86e6c8cfd17f89440e505c3d8aae6f362# opensuse-16.0-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tsdl.opam ./RUN opam pin add -yn tsdl.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 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.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-01-09 21:44.00: Using cache hint "sanette/tsdl-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ff8c78c052f285c980e74a46b8c654e86e6c8cfd17f89440e505c3d8aae6f362-opensuse-16.0-4.14_opam-2.5-8a26471451d0c382ee7b1e09703f4ea6"2026-01-09 21:44.00: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ff8c78c052f285c980e74a46b8c654e86e6c8cfd17f89440e505c3d8aae6f362)(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tsdl.opam) (dst ./))(run (network host)(shell "opam pin add -yn tsdl.dev './'"))(run (network host)(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 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.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.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-09 21:44.00: Waiting for resource in pool OCluster2026-01-09 22:16.58: Waiting for worker…2026-01-09 22:21.09: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at eb2ad0e final ? version checks(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ff8c78c052f285c980e74a46b8c654e86e6c8cfd17f89440e505c3d8aae6f362)2026-01-09 22:21.10 ---> using "a0a976251f45337c147c3f4c1372d0de66904d02417c4343a804714134815013" 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-01-09 22:21.10 ---> using "d729dd6dab6ef578f008fb54d1b0d7d5dcdd9e5ad32aec1d7519a1d6e038c314" 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-01-09 22:21.10 ---> using "39419f96b674a2e1917910970882526a8d1ad9326c56a4d2113f8be97e20837a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-01-09 22:21.10 ---> using "14392a736e181892c112524393b2e0f1f0c22e17327c854bcf912065e0048c23" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-09 22:21.10 ---> using "b39a5c7c72a99d39712844737a7bfdccf0c4fa29f3289aab381dc527650a8d99" from cache/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_HEADee48e882f0..a6b2f19780 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.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-01-09 22:21.10 ---> using "ad2bbff44abf7f32004228c8e0bc2c9871e8ca111c022937355181c0be1ba68c" from cache/src: (copy (src tsdl.opam) (dst ./))2026-01-09 22:21.10 ---> saved as "cd9389296b435e68833d6938899bde897bad9f6176bda3fa0403d213daf0525b"/src: (run (network host)(shell "opam pin add -yn tsdl.dev './'"))[tsdl.dev] synchronised (file:///src)tsdl is now pinned to file:///src (version dev)2026-01-09 22:21.11 ---> saved as "a640f2a14b2c27b5af55eddd061661c148074200b070a9087c8be8aae1712128"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-09 22:21.11 ---> saved as "b7ccb56ce02341c3f90dc44bb5074ee47188c3e1bb563deaf097f77933769f20"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.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.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- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- .- ........- ..........- .........- ..........- ........- ......done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tsdl.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<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libSDL2-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- 'libSDL2-devel' not found in package names. Trying capabilities.- Resolving package dependencies...-- The following 34 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 glu-devel libGLU1 libLLVM19 libSDL2-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-- 34 new packages to install.-- Package download size: 59.2 MiB-- Package install size change:- | 261.0 MiB required by packages that will be installed- 261.0 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-dri-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libglvnd-1.7.0-160000.3.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_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]- ..- ..- ..- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done]- .- Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done]- .- .- Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libpciaccess0-0.18.1-160000.3.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: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- ..- Preloading: SDL2-devel-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: 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: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]- .- Preloading: libvulkan1-1.4.309-160000.2.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: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64.rpm [done]- .- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]- .- ..- ..- ..- .- Preloading: libwayland-client0-1.24.0-160000.1.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/34), 256.2 KiB- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/34), 276.4 KiB- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (3/34), 28.3 MiB- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (4/34), 1.5 MiB- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (5/34), 37.3 KiB- Retrieving: libasound2-1.2.14-160000.2.2.x86_64 (repo-oss (16.0)) (6/34), 589.8 KiB- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (7/34), 107.8 KiB- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (8/34), 94.7 KiB- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (9/34), 30.8 KiB- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (10/34), 29.1 KiB- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (11/34), 156.2 KiB- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (12/34), 47.8 KiB- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (13/34), 54.2 KiB- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (14/34), 12.0 KiB- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (15/34), 17.0 KiB- Retrieving: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (16/34), 698.3 KiB- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (17/34), 258.9 KiB- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (18/34), 90.7 KiB- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (19/34), 93.5 KiB- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (20/34), 133.3 KiB- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (21/34), 257.7 KiB- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (22/34), 9.7 MiB- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (23/34), 253.7 KiB- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (24/34), 380.4 KiB- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (25/34), 395.5 KiB- Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (26/34), 32.2 KiB- Retrieving: libGLU1-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (27/34), 153.1 KiB- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (28/34), 13.3 MiB- Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (29/34), 692.3 KiB- Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (30/34), 272.4 KiB- Retrieving: glu-devel-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (31/34), 13.7 KiB- Retrieving: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (32/34), 287.3 KiB- Retrieving: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (33/34), 266.2 KiB- Retrieving: SDL2-devel-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (34/34), 552.6 KiB-- Checking for file conflicts: [...done]- ( 1/34) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done]- ( 2/34) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [.- .done]- ( 3/34) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [......done]- ( 4/34) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]- ( 5/34) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]- ( 6/34) Installing: libasound2-1.2.14-160000.2.2.x86_64 [..done]- ( 7/34) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]- ( 8/34) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]- ( 9/34) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]- (10/34) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]- (11/34) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]- (12/34) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]- (13/34) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..- done]- (14/34) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]- (15/34) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]- (16/34) Installing: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 [..done]- (17/34) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]- (18/34) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]- (19/34) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]- (20/34) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]- (21/34) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]- (22/34) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [...done]- (23/34) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]- (24/34) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]- (25/34) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]- (26/34) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done]- (27/34) Installing: libGLU1-9.0.3-160000.2.2.x86_64 [..done]- (28/34) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [...- .done]- (29/34) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..done]- (30/34) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done]- (31/34) Installing: glu-devel-9.0.3-160000.2.2.x86_64 [..done]- (32/34) Installing: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 [..done]- (33/34) Installing: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 [..done]- (34/34) Installing: SDL2-devel-2.30.7-160000.2.2.x86_64 [..done]- Running post-transaction scripts [...done]# To update the current shell environment, run: eval $(opam env)2026-01-09 22:22.42 ---> saved as "e149bd91e8e2238d77e9c0dd5d94e9b006893ca10488d0ca48193c8fb53e00cf"/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 10 packages- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 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 stdlib-shims 0.3.0The 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 detectable4. 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)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.20.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-09 22:23.21 ---> saved as "20a83987170c7a275cc11ecd370eb8d2b5c965dd7e84429bb1683f08870384ee"/src: (copy (src .) (dst /src))2026-01-09 22:23.21 ---> saved as "fcae2f9c1908294fceaf19f5d07876ab5ddefa60ef2808b596c69dd3898827d6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_tsdl.exe)SDL_GetErrorSDL_freeSDL_SetMainReadySDL_InitSDL_InitSubSystemSDL_QuitSDL_QuitSubSystemSDL_WasInitSDL_ClearHintsSDL_GetHintSDL_GetHintBooleanSDL_SetHintSDL_SetHintWithPrioritySDL_ClearErrorSDL_SetErrorSDL_LogMessageSDL_LogGetPrioritySDL_LogResetPrioritiesSDL_LogSetAllPrioritySDL_LogSetPrioritySDL_GetVersionSDL_GetRevisionSDL_GetRevisionNumberSDL_LoadFile_RWSDL_RWFromFileSDL_RWFromConstMemSDL_RWFromMemSDL_GetBasePathSDL_GetPrefPathSDL_EnclosePointsSDL_HasIntersectionSDL_IntersectRectSDL_IntersectRectAndLineSDL_UnionRectSDL_AllocPaletteSDL_FreePaletteSDL_SetPaletteColorsSDL_CalculateGammaRampSDL_ComposeCustomBlendModeSDL_AllocFormatSDL_FreeFormatSDL_GetPixelFormatNameSDL_GetRGBSDL_GetRGBASDL_MapRGBSDL_MapRGBASDL_MasksToPixelFormatEnumSDL_PixelFormatEnumToMasksSDL_SetPixelFormatPaletteSDL_UpperBlitScaledSDL_UpperBlitSDL_ConvertPixelsSDL_ConvertSurfaceSDL_ConvertSurfaceFormatSDL_CreateRGBSurfaceSDL_CreateRGBSurfaceFromSDL_CreateRGBSurfaceWithFormatSDL_CreateRGBSurfaceWithFormatFromSDL_DuplicateSurfaceSDL_FillRectSDL_FillRectsSDL_FreeSurfaceSDL_GetClipRectSDL_GetColorKeySDL_GetSurfaceAlphaModSDL_GetSurfaceBlendModeSDL_GetSurfaceColorModSDL_LoadBMP_RWSDL_LockSurfaceSDL_LowerBlitSDL_LowerBlitScaledSDL_SaveBMP_RWSDL_SetClipRectSDL_SetColorKeySDL_SetSurfaceAlphaModSDL_SetSurfaceBlendModeSDL_SetSurfaceColorModSDL_SetSurfacePaletteSDL_SetSurfaceRLESDL_UnlockSurfaceSDL_CreateRendererSDL_CreateSoftwareRendererSDL_DestroyRendererSDL_GetNumRenderDriversSDL_GetRenderDrawBlendModeSDL_GetRenderDrawColorSDL_GetRenderDriverInfoSDL_GetRenderTargetSDL_GetRendererSDL_GetRendererInfoSDL_GetRendererOutputSizeSDL_RenderClearSDL_RenderCopySDL_RenderCopyExSDL_RenderDrawLineSDL_RenderDrawLineFSDL_RenderDrawLinesSDL_RenderDrawPointSDL_RenderDrawPointsSDL_RenderDrawPointFSDL_RenderDrawPointsFSDL_RenderDrawRectSDL_RenderDrawRectsSDL_RenderFillRectSDL_RenderFillRectsSDL_RenderGeometrySDL_RenderGeometryRawSDL_RenderGetClipRectSDL_RenderIsClipEnabledSDL_RenderGetIntegerScaleSDL_RenderGetLogicalSizeSDL_RenderGetScaleSDL_RenderGetViewportSDL_RenderGetWindowSDL_RenderPresentSDL_RenderReadPixelsSDL_RenderSetClipRectSDL_RenderSetIntegerScaleSDL_RenderSetLogicalSizeSDL_RenderSetScaleSDL_RenderSetViewportSDL_RenderTargetSupportedSDL_SetRenderDrawBlendModeSDL_SetRenderDrawColorSDL_SetRenderTargetSDL_CreateTextureSDL_CreateTextureFromSurfaceSDL_DestroyTextureSDL_GetTextureAlphaModSDL_GetTextureBlendModeSDL_GetTextureColorModSDL_GetTextureScaleModeSDL_QueryTextureSDL_LockTextureSDL_SetTextureAlphaModSDL_SetTextureBlendModeSDL_SetTextureColorModSDL_SetTextureScaleModeSDL_UnlockTextureSDL_UpdateTextureSDL_UpdateYUVTextureSDL_GetCurrentVideoDriverSDL_GetNumVideoDriversSDL_GetVideoDriverSDL_VideoInitSDL_VideoQuitSDL_GetClosestDisplayModeSDL_GetCurrentDisplayModeSDL_GetDesktopDisplayModeSDL_GetDisplayBoundsSDL_GetDisplayDPISDL_GetDisplayModeSDL_GetDisplayUsableBoundsSDL_GetNumDisplayModesSDL_GetDisplayNameSDL_GetNumVideoDisplaysSDL_CreateWindowSDL_CreateWindowAndRendererSDL_DestroyWindowSDL_GetWindowBrightnessSDL_GetWindowBordersSizeSDL_GetWindowDisplayIndexSDL_GetWindowDisplayModeSDL_GetWindowFlagsSDL_GetWindowFromIDSDL_GetWindowGammaRampSDL_GetWindowGrabSDL_GetGrabbedWindowSDL_GetWindowIDSDL_GetWindowMaximumSizeSDL_GetWindowMinimumSizeSDL_GetWindowOpacitySDL_GetWindowPixelFormatSDL_GetWindowPositionSDL_GetWindowSizeSDL_GetWindowSurfaceSDL_GetWindowTitleSDL_HideWindowSDL_MaximizeWindowSDL_MinimizeWindowSDL_RaiseWindowSDL_RestoreWindowSDL_SetWindowBorderedSDL_SetWindowBrightnessSDL_SetWindowDisplayModeSDL_SetWindowFullscreenSDL_SetWindowGammaRampSDL_SetWindowGrabSDL_SetWindowIconSDL_SetWindowInputFocusSDL_SetWindowMaximumSizeSDL_SetWindowMinimumSizeSDL_SetWindowModalForSDL_SetWindowOpacitySDL_SetWindowPositionSDL_SetWindowResizableSDL_SetWindowSizeSDL_SetWindowTitleSDL_ShowWindowSDL_UpdateWindowSurfaceSDL_UpdateWindowSurfaceRectsSDL_GL_BindTextureSDL_GL_CreateContextSDL_GL_DeleteContextSDL_GL_ExtensionSupportedSDL_GL_GetAttributeSDL_GL_GetCurrentContextSDL_GL_GetDrawableSizeSDL_GL_GetSwapIntervalSDL_GL_MakeCurrentSDL_GL_ResetAttributesSDL_GL_SetAttributeSDL_GL_SetSwapIntervalSDL_GL_SwapWindowSDL_GL_UnbindTextureSDL_Vulkan_LoadLibrarySDL_Vulkan_UnloadLibrarySDL_Vulkan_GetInstanceExtensionsSDL_Vulkan_CreateSurfaceSDL_Vulkan_GetDrawableSizeSDL_DisableScreenSaverSDL_EnableScreenSaverSDL_IsScreenSaverEnabledSDL_ShowMessageBoxSDL_ShowSimpleMessageBoxSDL_GetClipboardTextSDL_HasClipboardTextSDL_SetClipboardTextSDL_GetKeyboardFocusSDL_GetKeyboardStateSDL_GetKeyFromNameSDL_GetKeyFromScancodeSDL_GetKeyNameSDL_GetModStateSDL_GetScancodeFromKeySDL_GetScancodeFromNameSDL_GetScancodeNameSDL_HasScreenKeyboardSupportSDL_IsScreenKeyboardShownSDL_IsTextInputActiveSDL_SetModStateSDL_SetTextInputRectSDL_StartTextInputSDL_StopTextInputSDL_CaptureMouseSDL_CreateColorCursorSDL_CreateCursorSDL_CreateSystemCursorSDL_FreeCursorSDL_GetCursorSDL_GetDefaultCursorSDL_GetGlobalMouseStateSDL_GetMouseFocusSDL_GetMouseStateSDL_GetRelativeMouseModeSDL_GetRelativeMouseStateSDL_ShowCursorSDL_SetCursorSDL_SetRelativeMouseModeSDL_WarpMouseInWindowSDL_WarpMouseGlobalSDL_GetNumTouchDevicesSDL_GetNumTouchFingersSDL_GetTouchDeviceSDL_GetTouchFingerSDL_LoadDollarTemplatesSDL_RecordGestureSDL_SaveDollarTemplateSDL_SaveAllDollarTemplatesSDL_JoystickCloseSDL_JoystickCurrentPowerLevelSDL_JoystickEventStateSDL_JoystickFromInstanceIDSDL_JoystickGetAttachedSDL_JoystickGetAxisSDL_JoystickGetAxisInitialStateSDL_JoystickGetBallSDL_JoystickGetButtonSDL_JoystickGetDeviceGUIDSDL_JoystickGetDeviceProductSDL_JoystickGetDeviceProductVersionSDL_JoystickGetDeviceTypeSDL_JoystickGetDeviceInstanceIDSDL_JoystickGetDeviceVendorSDL_JoystickGetGUIDSDL_JoystickGetGUIDFromStringSDL_JoystickGetGUIDStringSDL_JoystickGetHatSDL_JoystickGetProductSDL_JoystickGetProductVersionSDL_JoystickGetTypeSDL_JoystickGetVendorSDL_JoystickInstanceIDSDL_JoystickNameSDL_JoystickNameForIndexSDL_JoystickNumAxesSDL_JoystickNumBallsSDL_JoystickNumButtonsSDL_JoystickNumHatsSDL_JoystickOpenSDL_JoystickUpdateSDL_NumJoysticksSDL_GameControllerAddMappingSDL_GameControllerAddMappingsFromRWSDL_GameControllerCloseSDL_GameControllerEventStateSDL_GameControllerFromInstanceIDSDL_GameControllerGetAttachedSDL_GameControllerGetAxisSDL_GameControllerGetAxisFromStringSDL_GameControllerGetBindForAxisSDL_GameControllerGetBindForButtonSDL_GameControllerGetButtonSDL_GameControllerGetButtonFromStringSDL_GameControllerGetJoystickSDL_GameControllerGetProductSDL_GameControllerGetProductVersionSDL_GameControllerGetStringForAxisSDL_GameControllerGetStringForButtonSDL_GameControllerGetVendorSDL_GameControllerMappingSDL_GameControllerMappingForIndexSDL_GameControllerMappingForGUIDSDL_GameControllerNameSDL_GameControllerNameForIndexSDL_GameControllerNumMappingsSDL_GameControllerOpenSDL_GameControllerUpdateSDL_IsGameControllerSDL_EventStateSDL_FlushEventSDL_FlushEventsSDL_HasEventSDL_HasEventsSDL_PollEventSDL_PumpEventsSDL_PushEventSDL_RegisterEventsSDL_WaitEventSDL_WaitEventTimeoutSDL_HapticCloseSDL_HapticDestroyEffectSDL_HapticEffectSupportedSDL_HapticGetEffectStatusSDL_HapticIndexSDL_HapticNameSDL_HapticNewEffectSDL_HapticNumAxesSDL_HapticNumEffectsSDL_HapticNumEffectsPlayingSDL_HapticOpenSDL_HapticOpenFromJoystickSDL_HapticOpenFromMouseSDL_HapticOpenedSDL_HapticPauseSDL_HapticQuerySDL_HapticRumbleInitSDL_HapticRumblePlaySDL_HapticRumbleStopSDL_HapticRumbleSupportedSDL_HapticRunEffectSDL_HapticSetAutocenterSDL_HapticSetGainSDL_HapticStopAllSDL_HapticStopEffectSDL_HapticUnpauseSDL_HapticUpdateEffectSDL_JoystickIsHapticSDL_MouseIsHapticSDL_NumHapticsSDL_AudioInitSDL_AudioQuitSDL_GetAudioDriverSDL_GetCurrentAudioDriverSDL_GetNumAudioDriversSDL_CloseAudioDeviceSDL_FreeWAVSDL_GetAudioDeviceNameSDL_GetAudioDeviceStatusSDL_GetNumAudioDevicesSDL_LoadWAV_RWSDL_LockAudioDeviceSDL_OpenAudioDeviceSDL_PauseAudioDeviceSDL_UnlockAudioDeviceSDL_QueueAudioSDL_DequeueAudioSDL_GetQueuedAudioSizeSDL_ClearQueuedAudioSDL_DelaySDL_GetTicksSDL_GetTicks64SDL_GetPerformanceCounterSDL_GetPerformanceFrequencySDL_GetPlatformSDL_GetCPUCacheLineSizeSDL_GetCPUCountSDL_GetSystemRAMSDL_Has3DNowSDL_HasAltiVecSDL_HasAVXSDL_HasMMXSDL_HasNEONSDL_HasRDTSCSDL_HasSSESDL_HasSSE2SDL_HasSSE3SDL_HasSSE41SDL_HasSSE42SDL_GetPowerInfoSDL_GetPreferredLocalesINFO: SDL Version (2,30,7)error: XDG_RUNTIME_DIR is invalid or not set in the environment.2026-01-09 22:23.26 ---> saved as "fa076b8c0f5c70f8efa6fe07a4e6c213d0a03b7766f93f5d5dab796c7c308447"Job succeeded2026-01-09 22:23.26: Job succeeded