2026-05-05 14:41.22: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (09945345e1ddc2a9c0aacfe92efcc2c5f81fabe7) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 09945345cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01# opensuse-16.0-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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-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 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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-05-05 14:41.22: Using cache hint "sanette/tsdl-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-eecd09940c26c36d24af66e9dcea7d85"2026-05-05 14:41.22: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)(comment opensuse-16.0-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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 (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 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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-05-05 14:41.22: Waiting for resource in pool OCluster2026-05-05 18:55.52: Waiting for worker…2026-05-05 18:59.55: Got resource from pool OClusterBuilding on toxis.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/tsdl.git-f9d5257c631420c8d49832eab0f08a64fc040da8/.git/HEAD is now at 0994534 more debug info(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locallydocker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam64cfa2a65095: Already exists204ffcf2f1fe: Pulling fs layerf6fa4529cc6b: Pulling fs layer97af65095748: Pulling fs layerb802a6057f6d: Pulling fs layer47b045e79836: Pulling fs layer2ce8a10bf29f: Pulling fs layer781ee767d1c7: Pulling fs layer2271c058ae3a: Pulling fs layer2e5754ca2c40: Pulling fs layerde21e4dabd9c: Pulling fs layer781ee767d1c7: Waiting2ce8a10bf29f: Waitingf047029589c4: Pulling fs layerb802a6057f6d: Waiting0f454d36be04: Pulling fs layer47b045e79836: Waiting2271c058ae3a: Waiting2e5754ca2c40: Waiting04ab44a2df2c: Pulling fs layerde21e4dabd9c: Waitingad401f078830: Pulling fs layer096a51bccb57: Pulling fs layer0f454d36be04: Waitingf047029589c4: Waitinge7134f98c78b: Pulling fs layer04ab44a2df2c: Waiting096a51bccb57: Waitingad401f078830: Waitingafc7c35ee433: Pulling fs layer7bfa5dba7952: Pulling fs layerafc7c35ee433: Waiting4f4fb700ef54: Pulling fs layerf6b6a751bb6a: Pulling fs layer7bfa5dba7952: Waitingf71dccae2ee7: Pulling fs layerfe37a54a1499: Pulling fs layerf71dccae2ee7: Waiting1815b99ebc09: Pulling fs layerfe37a54a1499: Waiting363d1f23b2cf: Pulling fs layer1815b99ebc09: Waiting4bb0990bd121: Pulling fs layer363d1f23b2cf: Waitingac4f9c652c6c: Pulling fs layer4bb0990bd121: Waitingab5409fef174: Pulling fs layer5e58ee45c6c7: Pulling fs layerab5409fef174: Waitingee06219176b1: Pulling fs layer34fd31afeec8: Pulling fs layerc7a97b361486: Pulling fs layerfc2b6e5cc5d9: Pulling fs layer34fd31afeec8: Waiting1c145dfb6c8a: Pulling fs layeree06219176b1: Waitingc7a97b361486: Waiting5e58ee45c6c7: Waitingf1bb600e92a6: Pulling fs layerfc2b6e5cc5d9: Waiting1c145dfb6c8a: Waiting97457e4bb83c: Pulling fs layerf443344b6027: Pulling fs layer899babe8d9b2: Pulling fs layer97457e4bb83c: Waitingf1bb600e92a6: Waiting0782628cdc8a: Pulling fs layerf443344b6027: Waiting899babe8d9b2: Waiting5f180230ef97: Pulling fs layerf013892c68c1: Pulling fs layer3c9c3f15c70f: Pulling fs layer0782628cdc8a: Waiting5f180230ef97: Waitingdc2d418c83c6: Pulling fs layerf013892c68c1: Waiting3c9c3f15c70f: Waiting977e732b88fa: Pulling fs layer45baf3280147: Pulling fs layerac4f9c652c6c: Waiting977e732b88fa: Waiting45baf3280147: Waitingdc2d418c83c6: Waiting204ffcf2f1fe: Verifying Checksum204ffcf2f1fe: Download complete204ffcf2f1fe: Pull completeb802a6057f6d: Download complete47b045e79836: Verifying Checksum47b045e79836: Download complete2ce8a10bf29f: Verifying Checksum2ce8a10bf29f: Download complete781ee767d1c7: Verifying Checksum781ee767d1c7: Download complete2271c058ae3a: Verifying Checksum2271c058ae3a: Download complete97af65095748: Verifying Checksum97af65095748: Download complete2e5754ca2c40: Verifying Checksum2e5754ca2c40: Download completef047029589c4: Verifying Checksumf047029589c4: Download complete0f454d36be04: Verifying Checksum0f454d36be04: Download completede21e4dabd9c: Verifying Checksumde21e4dabd9c: Download complete04ab44a2df2c: Verifying Checksum04ab44a2df2c: Download completef6fa4529cc6b: Verifying Checksumf6fa4529cc6b: Download complete096a51bccb57: Download completee7134f98c78b: Verifying Checksume7134f98c78b: Download completeafc7c35ee433: Download complete7bfa5dba7952: Verifying Checksum7bfa5dba7952: Download completef6b6a751bb6a: Verifying Checksumf6b6a751bb6a: Download complete4f4fb700ef54: Verifying Checksumf71dccae2ee7: Verifying Checksumf71dccae2ee7: Download completefe37a54a1499: Download complete363d1f23b2cf: Verifying Checksum363d1f23b2cf: Download complete1815b99ebc09: Verifying Checksum1815b99ebc09: Download complete4bb0990bd121: Download completeac4f9c652c6c: Verifying Checksumac4f9c652c6c: Download completead401f078830: Verifying Checksumad401f078830: Download complete5e58ee45c6c7: Download completeab5409fef174: Verifying Checksumab5409fef174: Download completeee06219176b1: Download complete34fd31afeec8: Download completec7a97b361486: Verifying Checksumc7a97b361486: Download complete1c145dfb6c8a: Verifying Checksum1c145dfb6c8a: Download completef6fa4529cc6b: Pull complete97457e4bb83c: Download completef443344b6027: Download complete899babe8d9b2: Download complete0782628cdc8a: Verifying Checksum0782628cdc8a: Download completef1bb600e92a6: Verifying Checksumf1bb600e92a6: Download completefc2b6e5cc5d9: Verifying Checksumfc2b6e5cc5d9: Download completef013892c68c1: Verifying Checksumf013892c68c1: Download completedc2d418c83c6: Verifying Checksumdc2d418c83c6: Download complete977e732b88fa: Verifying Checksum977e732b88fa: Download complete45baf3280147: Verifying Checksum45baf3280147: Download complete3c9c3f15c70f: Download complete5f180230ef97: Verifying Checksum5f180230ef97: Download complete97af65095748: Pull completeb802a6057f6d: Pull complete47b045e79836: Pull complete2ce8a10bf29f: Pull complete781ee767d1c7: Pull complete2271c058ae3a: Pull complete2e5754ca2c40: Pull completede21e4dabd9c: Pull completef047029589c4: Pull complete0f454d36be04: Pull complete04ab44a2df2c: Pull completead401f078830: Pull complete096a51bccb57: Pull completee7134f98c78b: Pull completeafc7c35ee433: Pull complete7bfa5dba7952: Pull complete4f4fb700ef54: Pull completef6b6a751bb6a: Pull completef71dccae2ee7: Pull completefe37a54a1499: Pull complete1815b99ebc09: Pull complete363d1f23b2cf: Pull complete4bb0990bd121: Pull completeac4f9c652c6c: Pull completeab5409fef174: Pull complete5e58ee45c6c7: Pull completeee06219176b1: Pull complete34fd31afeec8: Pull completec7a97b361486: Pull completefc2b6e5cc5d9: Pull complete1c145dfb6c8a: Pull completef1bb600e92a6: Pull complete97457e4bb83c: Pull completef443344b6027: Pull complete899babe8d9b2: Pull complete0782628cdc8a: Pull complete5f180230ef97: Pull completef013892c68c1: Pull complete3c9c3f15c70f: Pull completedc2d418c83c6: Pull complete977e732b88fa: Pull complete45baf3280147: Pull completeDigest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c012026-05-05 19:00.02 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache/: (comment opensuse-16.0-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-05-05 19:00.02 ---> using "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-05 19:00.02 ---> using "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-05-05 19:00.02 ---> using "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-05 19:00.02 ---> using "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b" 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_HEAD42844088d7..163a32c4d5 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-05-05 19:00.02 ---> using "9ff92c2c93576b971b0821f0dc977ebf6cd4b8c4d85fa5c745e9f28ac0e8d49e" from cache/src: (copy (src tsdl.opam) (dst ./))2026-05-05 19:00.04 ---> saved as "87a7c3120b4125050dd7bae2839be919ba63256f86a93f3beec187e7077d7a10"/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-05-05 19:00.09 ---> saved as "59aa958f23486f87fbb05555ca89338db8d2127339751168aa912d24e8d388b5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-05 19:00.11 ---> saved as "b4201453c9f71e0e91d15bcab1ea732d8da4df462828ec9c17e51f22f7413272"/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 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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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- ...- ....- ..........- ..........- ..........- .........- ..........- ..........- ..........- .........- ..........- ..........- ..........- .........- ..........- ..........- .........- ..........- ..........- ........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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-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 [Error: "Could not resolve host: opensuse.mirrors.proxad.net", trying next mirror.]- .-- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done]- .- 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: 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: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm_radeon1-2.4.124-160000.3.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: libdrm_amdgpu1-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-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: SDL2-devel-2.30.7-160000.2.2.x86_64.rpm [done]- .- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]- .- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]- ..- ..- ..-- Preloading: Mesa-dri-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: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libasound2-1.2.14-160000.2.2.x86_64.rpm [done]- .- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libelf1-0.192-160000.3.1.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: 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: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]- ..- ..-- Preloading: Mesa-libGL-devel-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: Mesa-gallium-24.3.3-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.3.1.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.3.1.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-05-05 19:01.47 ---> saved as "d436e7f909d281de0c81b5ea1faee7c6b540144133876e2b836db4417fccad39"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 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.23.0- install dune-configurator 3.23.0- 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.23.0, dune-configurator.3.23.0 (cached)-> 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.0Done.# To update the current shell environment, run: eval $(opam env)2026-05-05 19:04.07 ---> saved as "fb6c93c0fae7dcde2f46f45b6e2dc8ab0d80f8e607265376bc747a1f96265f62"/src: (copy (src .) (dst /src))2026-05-05 19:04.39 ---> saved as "c9ce6a25616e9073cc97c2baee023cd3e1f71de305ba394fe9336553deed9b77"/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_GetDefaultAudioInfoSDL_DelaySDL_GetTicksSDL_GetTicks64SDL_GetPerformanceCounterSDL_GetPerformanceFrequencySDL_GetPlatformSDL_GetCPUCacheLineSizeSDL_GetCPUCountSDL_GetSystemRAMSDL_Has3DNowSDL_HasAltiVecSDL_HasAVXSDL_HasAVX2SDL_HasMMXSDL_HasNEONSDL_HasRDTSCSDL_HasSSESDL_HasSSE2SDL_HasSSE3SDL_HasSSE41SDL_HasSSE42SDL_GetPowerInfoSDL_GetPreferredLocalesPreferences path = /home/opam/.local/share/bogue/test/Dynlib: using "libSDL2.so" for SDL2.INFO: SDL Version (2,30,7)error: XDG_RUNTIME_DIR is invalid or not set in the environment.2026-05-05 19:04.53 ---> saved as "261700f7482326664f9b23386f340c6872189703d26ee3a5c3f7adad252b6c06"Job succeeded2026-05-05 19:05.05: Job succeeded