2026-04-25 17:25.01: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (a0da5064daad2d3e861cfa3e04a47e85f02d6ce9) (linux-x86_64:debian-12-5.4_opam-2.5)Base: ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard a0da5064cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3# debian-12-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 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-04-25 17:25.01: Using cache hint "sanette/tsdl-ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3-debian-12-5.4_opam-2.5-8dc726ac900d14da2cd76b6231ef2a29"2026-04-25 17:25.01: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3)(comment debian-12-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 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-04-25 17:25.01: Waiting for resource in pool OCluster2026-04-25 17:25.01: Waiting for worker…2026-04-25 17:25.21: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at a0da506 allow several env variables(from ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3' locallydocker.io/ocaml/opam@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3: Pulling from ocaml/opamc150dd3f5fc9: Pulling fs layer3546e4aec575: Pulling fs layer6bc8f2abbc4a: Pulling fs layerc150dd3f5fc9: Waiting797e9e8fa14d: Pulling fs layer3546e4aec575: Waiting58742c3479d1: Pulling fs layer6bc8f2abbc4a: Waitinga758dccfaded: Pulling fs layer797e9e8fa14d: Waiting58742c3479d1: Waitingf2bc29ef0632: Pulling fs layer03d877054e50: Pulling fs layera758dccfaded: Waiting5480a1a6c33c: Pulling fs layer03d877054e50: Waiting6288c3211fc9: Pulling fs layer5480a1a6c33c: Waitingf2bc29ef0632: Waiting6aa556e51c64: Pulling fs layerb67b2e06214e: Pulling fs layerc0baf021106d: Pulling fs layer6288c3211fc9: Waiting58865fb2bc07: Pulling fs layer6aa556e51c64: Waitingc0baf021106d: Waiting7d7f709d0c66: Pulling fs layer58865fb2bc07: Waitingd54564b3e09e: Pulling fs layer7d7f709d0c66: Waitingbb7dd514ba6d: Pulling fs layer708d899c4f02: Pulling fs layer7aa36e240957: Pulling fs layerbb7dd514ba6d: Waiting708d899c4f02: Waitingd54564b3e09e: Waitinge9dbec5b4062: Pulling fs layera745cb5729e6: Pulling fs layer7aa36e240957: Waitinge9dbec5b4062: Waiting4f4fb700ef54: Pulling fs layera745cb5729e6: Waiting25f489242a6a: Pulling fs layer4f4fb700ef54: Waiting659e98c7ddca: Pulling fs layer25f489242a6a: Waiting55bee906aaaf: Pulling fs layerb042de76a938: Pulling fs layer4f8af779ddd4: Pulling fs layer55bee906aaaf: Waiting659e98c7ddca: Waiting7175112b765e: Pulling fs layer0e31ad1bcf4c: Pulling fs layerbc6407f32f89: Pulling fs layer8ac607484374: Pulling fs layer7dbc601f06ab: Pulling fs layerbc6407f32f89: Waiting886e524f8d82: Pulling fs layer68452fc07931: Pulling fs layere5022e852b91: Pulling fs layerb1a9ffc781c9: Pulling fs layer886e524f8d82: Waiting68452fc07931: Waitingc3651f53f96f: Pulling fs layer7dbc601f06ab: Waitingb1a9ffc781c9: Waitinga595be6f3d12: Pulling fs layercc379ffd12e1: Pulling fs layera595be6f3d12: Waiting6490def5fec1: Pulling fs layer268f0e6b6cc3: Pulling fs layercc379ffd12e1: Waitingc3651f53f96f: Waiting291d73f3e67c: Pulling fs layer268f0e6b6cc3: Waiting177cea3d024a: Pulling fs layer6490def5fec1: Waitingaeb301b03c14: Pulling fs layerd9dc3e4350bc: Pulling fs layer177cea3d024a: Waitingb042de76a938: Waiting4fff09bffc6b: Pulling fs layerd9dc3e4350bc: Waitingaeb301b03c14: Waiting2a549dccc76f: Pulling fs layere5022e852b91: Waiting2a549dccc76f: Waiting4fff09bffc6b: Waiting4f8af779ddd4: Waitingc150dd3f5fc9: Verifying Checksumc150dd3f5fc9: Download complete3546e4aec575: Verifying Checksum3546e4aec575: Download complete6bc8f2abbc4a: Download complete797e9e8fa14d: Verifying Checksum797e9e8fa14d: Download completec150dd3f5fc9: Pull complete3546e4aec575: Pull complete6bc8f2abbc4a: Pull complete58742c3479d1: Verifying Checksum58742c3479d1: Download complete797e9e8fa14d: Pull complete58742c3479d1: Pull completea758dccfaded: Verifying Checksuma758dccfaded: Download completef2bc29ef0632: Verifying Checksumf2bc29ef0632: Download complete03d877054e50: Verifying Checksum03d877054e50: Download complete5480a1a6c33c: Verifying Checksum5480a1a6c33c: Download complete6aa556e51c64: Verifying Checksum6aa556e51c64: Download complete6288c3211fc9: Verifying Checksum6288c3211fc9: Download completeb67b2e06214e: Verifying Checksumb67b2e06214e: Download complete58865fb2bc07: Verifying Checksum58865fb2bc07: Download completec0baf021106d: Verifying Checksumc0baf021106d: Download complete7d7f709d0c66: Verifying Checksum7d7f709d0c66: Download completed54564b3e09e: Verifying Checksumd54564b3e09e: Download completebb7dd514ba6d: Download complete708d899c4f02: Verifying Checksum708d899c4f02: Download complete7aa36e240957: Verifying Checksum7aa36e240957: Download completea745cb5729e6: Verifying Checksuma745cb5729e6: Download complete4f4fb700ef54: Download completee9dbec5b4062: Verifying Checksume9dbec5b4062: Download complete659e98c7ddca: Download complete25f489242a6a: Verifying Checksum25f489242a6a: Download complete55bee906aaaf: Verifying Checksum55bee906aaaf: Download complete4f8af779ddd4: Download completeb042de76a938: Verifying Checksumb042de76a938: Download complete7175112b765e: Verifying Checksum7175112b765e: Download complete0e31ad1bcf4c: Verifying Checksum0e31ad1bcf4c: Download complete8ac607484374: Verifying Checksum8ac607484374: Download completebc6407f32f89: Download complete7dbc601f06ab: Verifying Checksum7dbc601f06ab: Download complete886e524f8d82: Download complete68452fc07931: Verifying Checksum68452fc07931: Download completeb1a9ffc781c9: Verifying Checksumb1a9ffc781c9: Download completea758dccfaded: Pull completef2bc29ef0632: Pull complete03d877054e50: Pull complete5480a1a6c33c: Pull complete6288c3211fc9: Pull complete6aa556e51c64: Pull completeb67b2e06214e: Pull completec0baf021106d: Pull complete58865fb2bc07: Pull complete7d7f709d0c66: Pull completed54564b3e09e: Pull completebb7dd514ba6d: Pull completec3651f53f96f: Verifying Checksumc3651f53f96f: Download complete708d899c4f02: Pull complete7aa36e240957: Pull completee9dbec5b4062: Pull completea745cb5729e6: Pull complete4f4fb700ef54: Pull complete25f489242a6a: Pull complete659e98c7ddca: Pull complete55bee906aaaf: Pull completeb042de76a938: Pull complete4f8af779ddd4: Pull complete7175112b765e: Pull complete0e31ad1bcf4c: Pull completebc6407f32f89: Pull complete8ac607484374: Pull complete7dbc601f06ab: Pull complete886e524f8d82: Pull complete68452fc07931: Pull completea595be6f3d12: Verifying Checksuma595be6f3d12: Download completecc379ffd12e1: Download complete6490def5fec1: Verifying Checksum6490def5fec1: Download complete268f0e6b6cc3: Download complete291d73f3e67c: Download complete177cea3d024a: Verifying Checksum177cea3d024a: Download completed9dc3e4350bc: Verifying Checksumd9dc3e4350bc: Download complete4fff09bffc6b: Verifying Checksum4fff09bffc6b: Download complete2a549dccc76f: Download completeaeb301b03c14: Verifying Checksumaeb301b03c14: Download completee5022e852b91: Verifying Checksume5022e852b91: Download completee5022e852b91: Pull completeb1a9ffc781c9: Pull completec3651f53f96f: Pull completea595be6f3d12: Pull completecc379ffd12e1: Pull complete6490def5fec1: Pull complete268f0e6b6cc3: Pull complete291d73f3e67c: Pull complete177cea3d024a: Pull completeaeb301b03c14: Pull completed9dc3e4350bc: Pull complete4fff09bffc6b: Pull complete2a549dccc76f: Pull completeDigest: sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b3Status: Downloaded newer image for ocaml/opam@sha256:967c74d882d3c25414b85ddb5f483ebcfcc372b91110af96375ff611353756b32026-04-25 17:30.26 ---> saved as "d0fb9c01142c84987205e262f9c63cdea3cf1d1c4335dee7cb00e5820fa8c530"/: (comment debian-12-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-04-25 17:30.26 Waiting for previous build to finish cancelling2026-04-25 17:30.26 Waiting for previous build to finish cancelling2026-04-25 17:30.26 ---> saved as "0bf7f04d7fee6d5e170fb381a11e451475e9592f13d86ee5fbcf174c7abb2f19"/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-04-25 17:30.58 ---> saved as "cb83a7264ae052d41fedf821a08db87d86f54a12668a201db8ea20a494319c65"/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-04-25 17:30.58 ---> saved as "d141093aed8b9a37bb941a79037c10dbd66c6c6a8ad1060db6fc19667eba8822"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-25 17:30.58 ---> saved as "a2000bc26bea9c9c716fa90983b92e1903626d54228013dfd6b29e8c0890d14d"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..f83868273d master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-25 17:31.16 ---> saved as "347857733318247028454e70e6516dc9157ac7556b1fd0fbe40a41b6f48077e9"/src: (copy (src tsdl.opam) (dst ./))2026-04-25 17:31.16 ---> saved as "090a784f1fd3c6e84a240a334ef391c915c5d15d57a2a35e66684539e2796d5e"/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-04-25 17:31.18 ---> saved as "0410a63052eb92eed3e272d3da744832b29133a6c4ae9c7fa6247bf0b532e2af"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-25 17:31.18 ---> saved as "6ab6c9d7eba0efea5f2a199aecbce092b715d977d73cafdaabdb6aa8cdde20ed"/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.22.2 dune-configurator.3.22.2 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 "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [297 kB]- Fetched 401 kB in 1s (409 kB/s)- Reading package lists...<><> 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-dev libsdl2-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libdbus-1-3:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18786 files and directories currently installed.)- Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...- Selecting previously unselected package dbus-bin.- Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...- Unpacking dbus-bin (1.14.10-1~deb12u1) ...- Selecting previously unselected package dbus-session-bus-common.- Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...- Selecting previously unselected package libapparmor1:amd64.- Preparing to unpack .../3-libapparmor1_3.0.8-3_amd64.deb ...- Unpacking libapparmor1:amd64 (3.0.8-3) ...- Selecting previously unselected package dbus-daemon.- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...- Selecting previously unselected package dbus-system-bus-common.- Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...- Selecting previously unselected package dbus.- Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_amd64.deb ...- Unpacking dbus (1.14.10-1~deb12u1) ...- Selecting previously unselected package libpython3.11-minimal:amd64.- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3-minimal.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19179 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...- Unpacking python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../media-types_10.0.0_all.deb ...- Unpacking media-types (10.0.0) ...- Selecting previously unselected package libpython3.11-stdlib:amd64.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11 (3.11.2-6+deb12u6) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package python3.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19589 files and directories currently installed.)- Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ...- Unpacking python3 (3.11.2-1+b1) ...- Selecting previously unselected package sgml-base.- Preparing to unpack .../001-sgml-base_1.31_all.deb ...- Unpacking sgml-base (1.31) ...- Selecting previously unselected package alsa-topology-conf.- Preparing to unpack .../002-alsa-topology-conf_1.2.5.1-2_all.deb ...- Unpacking alsa-topology-conf (1.2.5.1-2) ...- Selecting previously unselected package libasound2-data.- Preparing to unpack .../003-libasound2-data_1.2.8-1_all.deb ...- Unpacking libasound2-data (1.2.8-1) ...- Selecting previously unselected package libasound2:amd64.- Preparing to unpack .../004-libasound2_1.2.8-1+b1_amd64.deb ...- Unpacking libasound2:amd64 (1.2.8-1+b1) ...- Selecting previously unselected package alsa-ucm-conf.- Preparing to unpack .../005-alsa-ucm-conf_1.2.8-1_all.deb ...- Unpacking alsa-ucm-conf (1.2.8-1) ...- Selecting previously unselected package fontconfig.- Preparing to unpack .../006-fontconfig_2.14.1-4_amd64.deb ...- Unpacking fontconfig (2.14.1-4) ...- Selecting previously unselected package libglib2.0-0:amd64.- Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u8_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u8) ...- Selecting previously unselected package libgirepository-1.0-1:amd64.- Preparing to unpack .../008-libgirepository-1.0-1_1.74.0-3_amd64.deb ...- Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...- Selecting previously unselected package gir1.2-glib-2.0:amd64.- Preparing to unpack .../009-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...- Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...- Selecting previously unselected package libibus-1.0-5:amd64.- Preparing to unpack .../010-libibus-1.0-5_1.5.27-5_amd64.deb ...- Unpacking libibus-1.0-5:amd64 (1.5.27-5) ...- Selecting previously unselected package gir1.2-ibus-1.0:amd64.- Preparing to unpack .../011-gir1.2-ibus-1.0_1.5.27-5_amd64.deb ...- Unpacking gir1.2-ibus-1.0:amd64 (1.5.27-5) ...- Selecting previously unselected package libasound2-dev:amd64.- Preparing to unpack .../012-libasound2-dev_1.2.8-1+b1_amd64.deb ...- Unpacking libasound2-dev:amd64 (1.2.8-1+b1) ...- Selecting previously unselected package libasyncns0:amd64.- Preparing to unpack .../013-libasyncns0_0.8-6+b3_amd64.deb ...- Unpacking libasyncns0:amd64 (0.8-6+b3) ...- Selecting previously unselected package uuid-dev:amd64.- Preparing to unpack .../014-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...- Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package libblkid-dev:amd64.- Preparing to unpack .../015-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ...- Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package libpixman-1-0:amd64.- Preparing to unpack .../016-libpixman-1-0_0.42.2-1_amd64.deb ...- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...- Selecting previously unselected package libxcb-render0:amd64.- Preparing to unpack .../017-libxcb-render0_1.15-1_amd64.deb ...- Unpacking libxcb-render0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-shm0:amd64.- Preparing to unpack .../018-libxcb-shm0_1.15-1_amd64.deb ...- Unpacking libxcb-shm0:amd64 (1.15-1) ...- Selecting previously unselected package libxrender1:amd64.- Preparing to unpack .../019-libxrender1_1%3a0.9.10-1.1_amd64.deb ...- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...- Selecting previously unselected package libcairo2:amd64.- Preparing to unpack .../020-libcairo2_1.16.0-7_amd64.deb ...- Unpacking libcairo2:amd64 (1.16.0-7) ...- Selecting previously unselected package libdatrie1:amd64.- Preparing to unpack .../021-libdatrie1_0.2.13-2+b1_amd64.deb ...- Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../022-libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../023-pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../024-pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../025-pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Selecting previously unselected package xml-core.- Preparing to unpack .../026-xml-core_0.18+nmu1_all.deb ...- Unpacking xml-core (0.18+nmu1) ...- Selecting previously unselected package libdbus-1-dev:amd64.- Preparing to unpack .../027-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...- Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...- Selecting previously unselected package libwayland-client0:amd64.- Preparing to unpack .../028-libwayland-client0_1.21.0-1_amd64.deb ...- Unpacking libwayland-client0:amd64 (1.21.0-1) ...- Selecting previously unselected package libdecor-0-0:amd64.- Preparing to unpack .../029-libdecor-0-0_0.1.1-2_amd64.deb ...- Unpacking libdecor-0-0:amd64 (0.1.1-2) ...- Selecting previously unselected package libwayland-server0:amd64.- Preparing to unpack .../030-libwayland-server0_1.21.0-1_amd64.deb ...- Unpacking libwayland-server0:amd64 (1.21.0-1) ...- Selecting previously unselected package libwayland-cursor0:amd64.- Preparing to unpack .../031-libwayland-cursor0_1.21.0-1_amd64.deb ...- Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...- Selecting previously unselected package libwayland-egl1:amd64.- Preparing to unpack .../032-libwayland-egl1_1.21.0-1_amd64.deb ...- Unpacking libwayland-egl1:amd64 (1.21.0-1) ...- Selecting previously unselected package libicu72:amd64.- Preparing to unpack .../033-libicu72_72.1-3+deb12u1_amd64.deb ...- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../034-libxml2_2.9.14+dfsg-1.3~deb12u5_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ...- Selecting previously unselected package libwayland-bin.- Preparing to unpack .../035-libwayland-bin_1.21.0-1_amd64.deb ...- Unpacking libwayland-bin (1.21.0-1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../036-libffi-dev_3.4.4-1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.4-1) ...- Selecting previously unselected package libwayland-dev:amd64.- Preparing to unpack .../037-libwayland-dev_1.21.0-1_amd64.deb ...- Unpacking libwayland-dev:amd64 (1.21.0-1) ...- Selecting previously unselected package libdecor-0-dev:amd64.- Preparing to unpack .../038-libdecor-0-dev_0.1.1-2_amd64.deb ...- Unpacking libdecor-0-dev:amd64 (0.1.1-2) ...- Selecting previously unselected package libfribidi0:amd64.- Preparing to unpack .../039-libfribidi0_1.0.8-2.1_amd64.deb ...- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...- Selecting previously unselected package libgraphite2-3:amd64.- Preparing to unpack .../040-libgraphite2-3_1.3.14-1_amd64.deb ...- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...- Selecting previously unselected package libharfbuzz0b:amd64.- Preparing to unpack .../041-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...- Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libthai-data.- Preparing to unpack .../042-libthai-data_0.1.29-1_all.deb ...- Unpacking libthai-data (0.1.29-1) ...- Selecting previously unselected package libthai0:amd64.- Preparing to unpack .../043-libthai0_0.1.29-1_amd64.deb ...- Unpacking libthai0:amd64 (0.1.29-1) ...- Selecting previously unselected package libpango-1.0-0:amd64.- Preparing to unpack .../044-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...- Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...- Selecting previously unselected package libpangoft2-1.0-0:amd64.- Preparing to unpack .../045-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...- Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...- Selecting previously unselected package libpangocairo-1.0-0:amd64.- Preparing to unpack .../046-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...- Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...- Selecting previously unselected package libdecor-0-plugin-1-cairo:amd64.- Preparing to unpack .../047-libdecor-0-plugin-1-cairo_0.1.1-2_amd64.deb ...- Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.1-2) ...- Selecting previously unselected package libdrm-common.- Preparing to unpack .../048-libdrm-common_2.4.114-1_all.deb ...- Unpacking libdrm-common (2.4.114-1) ...- Selecting previously unselected package libdrm2:amd64.- Preparing to unpack .../049-libdrm2_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-amdgpu1:amd64.- Preparing to unpack .../050-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libpciaccess0:amd64.- Preparing to unpack .../051-libpciaccess0_0.17-2_amd64.deb ...- Unpacking libpciaccess0:amd64 (0.17-2) ...- Selecting previously unselected package libdrm-intel1:amd64.- Preparing to unpack .../052-libdrm-intel1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-radeon1:amd64.- Preparing to unpack .../053-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-nouveau2:amd64.- Preparing to unpack .../054-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libpciaccess-dev:amd64.- Preparing to unpack .../055-libpciaccess-dev_0.17-2_amd64.deb ...- Unpacking libpciaccess-dev:amd64 (0.17-2) ...- Selecting previously unselected package libdrm-dev:amd64.- Preparing to unpack .../056-libdrm-dev_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-dev:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libglvnd0:amd64.- Preparing to unpack .../057-libglvnd0_1.6.0-1_amd64.deb ...- Unpacking libglvnd0:amd64 (1.6.0-1) ...- Selecting previously unselected package libgbm1:amd64.- Preparing to unpack .../058-libgbm1_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglapi-mesa:amd64.- Preparing to unpack .../059-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libx11-xcb1:amd64.- Preparing to unpack .../060-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...- Selecting previously unselected package libxcb-dri2-0:amd64.- Preparing to unpack .../061-libxcb-dri2-0_1.15-1_amd64.deb ...- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-dri3-0:amd64.- Preparing to unpack .../062-libxcb-dri3-0_1.15-1_amd64.deb ...- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-present0:amd64.- Preparing to unpack .../063-libxcb-present0_1.15-1_amd64.deb ...- Unpacking libxcb-present0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-randr0:amd64.- Preparing to unpack .../064-libxcb-randr0_1.15-1_amd64.deb ...- Unpacking libxcb-randr0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-sync1:amd64.- Preparing to unpack .../065-libxcb-sync1_1.15-1_amd64.deb ...- Unpacking libxcb-sync1:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-xfixes0:amd64.- Preparing to unpack .../066-libxcb-xfixes0_1.15-1_amd64.deb ...- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...- Selecting previously unselected package libxshmfence1:amd64.- Preparing to unpack .../067-libxshmfence1_1.3-1_amd64.deb ...- Unpacking libxshmfence1:amd64 (1.3-1) ...- Selecting previously unselected package libegl-mesa0:amd64.- Preparing to unpack .../068-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libegl1:amd64.- Preparing to unpack .../069-libegl1_1.6.0-1_amd64.deb ...- Unpacking libegl1:amd64 (1.6.0-1) ...- Selecting previously unselected package libxcb-glx0:amd64.- Preparing to unpack .../070-libxcb-glx0_1.15-1_amd64.deb ...- Unpacking libxcb-glx0:amd64 (1.15-1) ...- Selecting previously unselected package libxfixes3:amd64.- Preparing to unpack .../071-libxfixes3_1%3a6.0.0-2_amd64.deb ...- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...- Selecting previously unselected package libxxf86vm1:amd64.- Preparing to unpack .../072-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...- Selecting previously unselected package libelf1:amd64.- Preparing to unpack .../073-libelf1_0.188-2.1_amd64.deb ...- Unpacking libelf1:amd64 (0.188-2.1) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../074-libz3-4_4.8.12-3.1_amd64.deb ...- Unpacking libz3-4:amd64 (4.8.12-3.1) ...- Selecting previously unselected package libllvm15:amd64.- Preparing to unpack .../075-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../076-libsensors-config_1%3a3.6.0-7.1_all.deb ...- Unpacking libsensors-config (1:3.6.0-7.1) ...- Selecting previously unselected package libsensors5:amd64.- Preparing to unpack .../077-libsensors5_1%3a3.6.0-7.1_amd64.deb ...- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...- Selecting previously unselected package libgl1-mesa-dri:amd64.- Preparing to unpack .../078-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx-mesa0:amd64.- Preparing to unpack .../079-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx0:amd64.- Preparing to unpack .../080-libglx0_1.6.0-1_amd64.deb ...- Unpacking libglx0:amd64 (1.6.0-1) ...- Selecting previously unselected package libgl1:amd64.- Preparing to unpack .../081-libgl1_1.6.0-1_amd64.deb ...- Unpacking libgl1:amd64 (1.6.0-1) ...- Selecting previously unselected package libglx-dev:amd64.- Preparing to unpack .../082-libglx-dev_1.6.0-1_amd64.deb ...- Unpacking libglx-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libgl-dev:amd64.- Preparing to unpack .../083-libgl-dev_1.6.0-1_amd64.deb ...- Unpacking libgl-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libegl-dev:amd64.- Preparing to unpack .../084-libegl-dev_1.6.0-1_amd64.deb ...- Unpacking libegl-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libogg0:amd64.- Preparing to unpack .../085-libogg0_1.3.5-3_amd64.deb ...- Unpacking libogg0:amd64 (1.3.5-3) ...- Selecting previously unselected package libflac12:amd64.- Preparing to unpack .../086-libflac12_1.4.2+ds-2_amd64.deb ...- Unpacking libflac12:amd64 (1.4.2+ds-2) ...- Selecting previously unselected package libgbm-dev:amd64.- Preparing to unpack .../087-libgbm-dev_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libgbm-dev:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libgles1:amd64.- Preparing to unpack .../088-libgles1_1.6.0-1_amd64.deb ...- Unpacking libgles1:amd64 (1.6.0-1) ...- Selecting previously unselected package libgles2:amd64.- Preparing to unpack .../089-libgles2_1.6.0-1_amd64.deb ...- Unpacking libgles2:amd64 (1.6.0-1) ...- Selecting previously unselected package libgles-dev:amd64.- Preparing to unpack .../090-libgles-dev_1.6.0-1_amd64.deb ...- Unpacking libgles-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../091-libglib2.0-data_2.74.6-2+deb12u8_all.deb ...- Unpacking libglib2.0-data (2.74.6-2+deb12u8) ...- Selecting previously unselected package libglib2.0-bin.- Preparing to unpack .../092-libglib2.0-bin_2.74.6-2+deb12u8_amd64.deb ...- Unpacking libglib2.0-bin (2.74.6-2+deb12u8) ...- Selecting previously unselected package python3-lib2to3.- Preparing to unpack .../093-python3-lib2to3_3.11.2-3_all.deb ...- Unpacking python3-lib2to3 (3.11.2-3) ...- Selecting previously unselected package python3-distutils.- Preparing to unpack .../094-python3-distutils_3.11.2-3_all.deb ...- Unpacking python3-distutils (3.11.2-3) ...- Selecting previously unselected package libglib2.0-dev-bin.- Preparing to unpack .../095-libglib2.0-dev-bin_2.74.6-2+deb12u8_amd64.deb ...- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u8) ...- Selecting previously unselected package libsepol-dev:amd64.- Preparing to unpack .../096-libsepol-dev_3.4-2.1_amd64.deb ...- Unpacking libsepol-dev:amd64 (3.4-2.1) ...- Selecting previously unselected package libpcre2-16-0:amd64.- Preparing to unpack .../097-libpcre2-16-0_10.42-1_amd64.deb ...- Unpacking libpcre2-16-0:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-32-0:amd64.- Preparing to unpack .../098-libpcre2-32-0_10.42-1_amd64.deb ...- Unpacking libpcre2-32-0:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-posix3:amd64.- Preparing to unpack .../099-libpcre2-posix3_10.42-1_amd64.deb ...- Unpacking libpcre2-posix3:amd64 (10.42-1) ...- Selecting previously unselected package libpcre2-dev:amd64.- Preparing to unpack .../100-libpcre2-dev_10.42-1_amd64.deb ...- Unpacking libpcre2-dev:amd64 (10.42-1) ...- Selecting previously unselected package libselinux1-dev:amd64.- Preparing to unpack .../101-libselinux1-dev_3.4-1+b6_amd64.deb ...- Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...- Selecting previously unselected package libmount-dev:amd64.- Preparing to unpack .../102-libmount-dev_2.38.1-5+deb12u3_amd64.deb ...- Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../103-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Selecting previously unselected package libglib2.0-dev:amd64.- Preparing to unpack .../104-libglib2.0-dev_2.74.6-2+deb12u8_amd64.deb ...- Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u8) ...- Selecting previously unselected package libibus-1.0-dev:amd64.- Preparing to unpack .../105-libibus-1.0-dev_1.5.27-5_amd64.deb ...- Unpacking libibus-1.0-dev:amd64 (1.5.27-5) ...- Selecting previously unselected package x11-common.- Preparing to unpack .../106-x11-common_1%3a7.7+23_all.deb ...- Unpacking x11-common (1:7.7+23) ...- Selecting previously unselected package libice6:amd64.- Preparing to unpack .../107-libice6_2%3a1.0.10-1_amd64.deb ...- Unpacking libice6:amd64 (2:1.0.10-1) ...- Selecting previously unselected package libice-dev:amd64.- Preparing to unpack .../108-libice-dev_2%3a1.0.10-1_amd64.deb ...- Unpacking libice-dev:amd64 (2:1.0.10-1) ...- Selecting previously unselected package libmp3lame0:amd64.- Preparing to unpack .../109-libmp3lame0_3.100-6_amd64.deb ...- Unpacking libmp3lame0:amd64 (3.100-6) ...- Selecting previously unselected package libmpg123-0:amd64.- Preparing to unpack .../110-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...- Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...- Selecting previously unselected package libopus0:amd64.- Preparing to unpack .../111-libopus0_1.3.1-3_amd64.deb ...- Unpacking libopus0:amd64 (1.3.1-3) ...- Selecting previously unselected package libvorbis0a:amd64.- Preparing to unpack .../112-libvorbis0a_1.3.7-1_amd64.deb ...- Unpacking libvorbis0a:amd64 (1.3.7-1) ...- Selecting previously unselected package libvorbisenc2:amd64.- Preparing to unpack .../113-libvorbisenc2_1.3.7-1_amd64.deb ...- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...- Selecting previously unselected package libsndfile1:amd64.- Preparing to unpack .../114-libsndfile1_1.2.0-1+deb12u1_amd64.deb ...- Unpacking libsndfile1:amd64 (1.2.0-1+deb12u1) ...- Selecting previously unselected package libpulse0:amd64.- Preparing to unpack .../115-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...- Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-mainloop-glib0:amd64.- Preparing to unpack .../116-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_amd64.deb ...- Unpacking libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-dev:amd64.- Preparing to unpack .../117-libpulse-dev_16.1+dfsg1-2+b1_amd64.deb ...- Unpacking libpulse-dev:amd64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libsamplerate0:amd64.- Preparing to unpack .../118-libsamplerate0_0.2.2-3_amd64.deb ...- Unpacking libsamplerate0:amd64 (0.2.2-3) ...- Selecting previously unselected package libsamplerate0-dev:amd64.- Preparing to unpack .../119-libsamplerate0-dev_0.2.2-3_amd64.deb ...- Unpacking libsamplerate0-dev:amd64 (0.2.2-3) ...- Selecting previously unselected package libxcursor1:amd64.- Preparing to unpack .../120-libxcursor1_1%3a1.2.1-1_amd64.deb ...- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...- Selecting previously unselected package libxi6:amd64.- Preparing to unpack .../121-libxi6_2%3a1.8-1+b1_amd64.deb ...- Unpacking libxi6:amd64 (2:1.8-1+b1) ...- Selecting previously unselected package xkb-data.- Preparing to unpack .../122-xkb-data_2.35.1-1_all.deb ...- Unpacking xkb-data (2.35.1-1) ...- Selecting previously unselected package libxkbcommon0:amd64.- Preparing to unpack .../123-libxkbcommon0_1.5.0-1_amd64.deb ...- Unpacking libxkbcommon0:amd64 (1.5.0-1) ...- Selecting previously unselected package libxrandr2:amd64.- Preparing to unpack .../124-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...- Selecting previously unselected package libxss1:amd64.- Preparing to unpack .../125-libxss1_1%3a1.2.3-1_amd64.deb ...- Unpacking libxss1:amd64 (1:1.2.3-1) ...- Selecting previously unselected package libsdl2-2.0-0:amd64.- Preparing to unpack .../126-libsdl2-2.0-0_2.26.5+dfsg-1_amd64.deb ...- Unpacking libsdl2-2.0-0:amd64 (2.26.5+dfsg-1) ...- Selecting previously unselected package libsndio7.0:amd64.- Preparing to unpack .../127-libsndio7.0_1.9.0-0.3+b2_amd64.deb ...- Unpacking libsndio7.0:amd64 (1.9.0-0.3+b2) ...- Selecting previously unselected package libsndio-dev:amd64.- Preparing to unpack .../128-libsndio-dev_1.9.0-0.3+b2_amd64.deb ...- Unpacking libsndio-dev:amd64 (1.9.0-0.3+b2) ...- Selecting previously unselected package libudev-dev:amd64.- Preparing to unpack .../129-libudev-dev_252.39-1~deb12u1_amd64.deb ...- Unpacking libudev-dev:amd64 (252.39-1~deb12u1) ...- Selecting previously unselected package libxrender-dev:amd64.- Preparing to unpack .../130-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...- Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...- Selecting previously unselected package libxfixes-dev:amd64.- Preparing to unpack .../131-libxfixes-dev_1%3a6.0.0-2_amd64.deb ...- Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ...- Selecting previously unselected package libxcursor-dev:amd64.- Preparing to unpack .../132-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...- Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...- Selecting previously unselected package libxext-dev:amd64.- Preparing to unpack .../133-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...- Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...- Selecting previously unselected package libxi-dev:amd64.- Preparing to unpack .../134-libxi-dev_2%3a1.8-1+b1_amd64.deb ...- Unpacking libxi-dev:amd64 (2:1.8-1+b1) ...- Selecting previously unselected package libxinerama1:amd64.- Preparing to unpack .../135-libxinerama1_2%3a1.1.4-3_amd64.deb ...- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...- Selecting previously unselected package libxinerama-dev:amd64.- Preparing to unpack .../136-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...- Selecting previously unselected package libxkbcommon-dev:amd64.- Preparing to unpack .../137-libxkbcommon-dev_1.5.0-1_amd64.deb ...- Unpacking libxkbcommon-dev:amd64 (1.5.0-1) ...- Selecting previously unselected package libxrandr-dev:amd64.- Preparing to unpack .../138-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...- Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...- Selecting previously unselected package libxss-dev:amd64.- Preparing to unpack .../139-libxss-dev_1%3a1.2.3-1_amd64.deb ...- Unpacking libxss-dev:amd64 (1:1.2.3-1) ...- Selecting previously unselected package libsm6:amd64.- Preparing to unpack .../140-libsm6_2%3a1.2.3-1_amd64.deb ...- Unpacking libsm6:amd64 (2:1.2.3-1) ...- Selecting previously unselected package libxt6:amd64.- Preparing to unpack .../141-libxt6_1%3a1.2.1-1.1_amd64.deb ...- Unpacking libxt6:amd64 (1:1.2.1-1.1) ...- Selecting previously unselected package libsm-dev:amd64.- Preparing to unpack .../142-libsm-dev_2%3a1.2.3-1_amd64.deb ...- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...- Selecting previously unselected package libxt-dev:amd64.- Preparing to unpack .../143-libxt-dev_1%3a1.2.1-1.1_amd64.deb ...- Unpacking libxt-dev:amd64 (1:1.2.1-1.1) ...- Selecting previously unselected package libxv1:amd64.- Preparing to unpack .../144-libxv1_2%3a1.0.11-1.1_amd64.deb ...- Unpacking libxv1:amd64 (2:1.0.11-1.1) ...- Selecting previously unselected package libxv-dev:amd64.- Preparing to unpack .../145-libxv-dev_2%3a1.0.11-1.1_amd64.deb ...- Unpacking libxv-dev:amd64 (2:1.0.11-1.1) ...- Selecting previously unselected package libxxf86vm-dev:amd64.- Preparing to unpack .../146-libxxf86vm-dev_1%3a1.1.4-1+b2_amd64.deb ...- Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...- Selecting previously unselected package libsdl2-dev:amd64.- Preparing to unpack .../147-libsdl2-dev_2.26.5+dfsg-1_amd64.deb ...- Unpacking libsdl2-dev:amd64 (2.26.5+dfsg-1) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../148-shared-mime-info_2.2-1_amd64.deb ...- Unpacking shared-mime-info (2.2-1) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../149-xdg-user-dirs_0.18-1_amd64.deb ...- Unpacking xdg-user-dirs (0.18-1) ...- Setting up media-types (10.0.0) ...- Setting up libgraphite2-3:amd64 (1.3.14-1) ...- Setting up libxcb-dri3-0:amd64 (1.15-1) ...- Setting up libpixman-1-0:amd64 (0.42.2-1) ...- Setting up libwayland-server0:amd64 (1.21.0-1) ...- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...- Setting up libpciaccess0:amd64 (0.17-2) ...- Setting up fontconfig (2.14.1-4) ...- Regenerating fonts cache...- done.- Setting up libapparmor1:amd64 (3.0.8-3) ...- Setting up libicu72:amd64 (72.1-3+deb12u1) ...- Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...- Setting up libpciaccess-dev:amd64 (0.17-2) ...- Setting up libxcb-xfixes0:amd64 (1.15-1) ...- Setting up libogg0:amd64 (1.3.5-3) ...- Setting up libxi6:amd64 (2:1.8-1+b1) ...- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...- Setting up libdatrie1:amd64 (0.2.13-2+b1) ...- Setting up xdg-user-dirs (0.18-1) ...- Setting up libxcb-render0:amd64 (1.15-1) ...- Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u8) ...- No schema files found: doing nothing.- Setting up libglvnd0:amd64 (1.6.0-1) ...- Setting up libxcb-glx0:amd64 (1.15-1) ...- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Setting up libibus-1.0-5:amd64 (1.5.27-5) ...- Setting up x11-common (1:7.7+23) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of restart.- Setting up libsensors-config (1:3.6.0-7.1) ...- Setting up xkb-data (2.35.1-1) ...- Setting up libxcb-shm0:amd64 (1.15-1) ...- Setting up libffi-dev:amd64 (3.4.4-1) ...- Setting up libcairo2:amd64 (1.16.0-7) ...- Setting up libpcre2-16-0:amd64 (10.42-1) ...- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...- Setting up libxcb-present0:amd64 (1.15-1) ...- Setting up libasound2-data (1.2.8-1) ...- Setting up libz3-4:amd64 (4.8.12-3.1) ...- Setting up libpcre2-32-0:amd64 (10.42-1) ...- Setting up libglib2.0-data (2.74.6-2+deb12u8) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up libflac12:amd64 (1.4.2+ds-2) ...- Setting up libgles2:amd64 (1.6.0-1) ...- Setting up libxfixes3:amd64 (1:6.0.0-2) ...- Setting up libxcb-sync1:amd64 (1.15-1) ...- Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...- Setting up libgles1:amd64 (1.6.0-1) ...- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...- Setting up libfribidi0:amd64 (1.0.8-2.1) ...- Setting up libopus0:amd64 (1.3.1-3) ...- Setting up libxinerama1:amd64 (2:1.1.4-3) ...- Setting up libxv1:amd64 (2:1.0.11-1.1) ...- Setting up libvorbis0a:amd64 (1.3.7-1) ...- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...- Setting up libudev-dev:amd64 (252.39-1~deb12u1) ...- Setting up libsepol-dev:amd64 (3.4-2.1) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...- Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...- Setting up libxcb-dri2-0:amd64 (1.15-1) ...- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up libpcre2-posix3:amd64 (10.42-1) ...- Setting up alsa-topology-conf (1.2.5.1-2) ...- Setting up libasyncns0:amd64 (0.8-6+b3) ...- Setting up libxshmfence1:amd64 (1.3-1) ...- Setting up libxcb-randr0:amd64 (1.15-1) ...- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...- Setting up libasound2:amd64 (1.2.8-1+b1) ...- Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...- Setting up libthai-data (0.1.29-1) ...- Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...- Setting up sgml-base (1.31) ...- Setting up libwayland-egl1:amd64 (1.21.0-1) ...- Setting up libxss1:amd64 (1:1.2.3-1) ...- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...- Setting up libasound2-dev:amd64 (1.2.8-1+b1) ...- Setting up libsamplerate0:amd64 (0.2.2-3) ...- Setting up libdrm-common (2.4.114-1) ...- Setting up libelf1:amd64 (0.188-2.1) ...- Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ...- Setting up dbus-bin (1.14.10-1~deb12u1) ...- Setting up libmp3lame0:amd64 (3.100-6) ...- Setting up libvorbisenc2:amd64 (1.3.7-1) ...- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up libxkbcommon0:amd64 (1.5.0-1) ...- Setting up libwayland-client0:amd64 (1.21.0-1) ...- Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ...- Setting up python3.11 (3.11.2-6+deb12u6) ...- Setting up libice6:amd64 (2:1.0.10-1) ...- Setting up libpcre2-dev:amd64 (10.42-1) ...- Setting up libice-dev:amd64 (2:1.0.10-1) ...- Setting up alsa-ucm-conf (1.2.8-1) ...- Setting up libselinux1-dev:amd64 (3.4-1+b6) ...- Setting up libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...- Setting up libxkbcommon-dev:amd64 (1.5.0-1) ...- Setting up libxcursor1:amd64 (1:1.2.1-1) ...- Setting up libglib2.0-bin (2.74.6-2+deb12u8) ...- Setting up python3 (3.11.2-1+b1) ...- running python rtupdate hooks for python3.11...- running python post-rtupdate hooks for python3.11...- Setting up dbus-daemon (1.14.10-1~deb12u1) ...- Setting up libxss-dev:amd64 (1:1.2.3-1) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up libxfixes-dev:amd64 (1:6.0.0-2) ...- Setting up libthai0:amd64 (0.1.29-1) ...- Setting up libxv-dev:amd64 (2:1.0.11-1.1) ...- Setting up libwayland-bin (1.21.0-1) ...- Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...- Setting up dbus (1.14.10-1~deb12u1) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of start.- Setting up shared-mime-info (2.2-1) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...- Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...- Setting up libsndio7.0:amd64 (1.9.0-0.3+b2) ...- Setting up libdrm2:amd64 (2.4.114-1+b1) ...- Setting up libwayland-cursor0:amd64 (1.21.0-1) ...- Setting up xml-core (0.18+nmu1) ...- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...- Setting up libdecor-0-0:amd64 (0.1.1-2) ...- Setting up libsndfile1:amd64 (1.2.0-1+deb12u1) ...- Setting up libxi-dev:amd64 (2:1.8-1+b1) ...- Setting up python3-lib2to3 (3.11.2-3) ...- Setting up gir1.2-ibus-1.0:amd64 (1.5.27-5) ...- Setting up libsm6:amd64 (2:1.2.3-1) ...- Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ...- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...- Setting up python3-distutils (3.11.2-3) ...- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u8) ...- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...- Setting up libsndio-dev:amd64 (1.9.0-0.3+b2) ...- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...- Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...- Setting up libsm-dev:amd64 (2:1.2.3-1) ...- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...- Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...- Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...- Setting up libsamplerate0-dev:amd64 (0.2.2-3) ...- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...- Setting up libwayland-dev:amd64 (1.21.0-1) ...- Setting up libgbm-dev:amd64 (22.3.6-1+deb12u1) ...- Setting up libdecor-0-dev:amd64 (0.1.1-2) ...- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...- Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u8) ...- Setting up libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ...- Setting up libxt6:amd64 (1:1.2.1-1.1) ...- Setting up libpulse-dev:amd64 (16.1+dfsg1-2+b1) ...- Setting up libegl1:amd64 (1.6.0-1) ...- Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...- Setting up libsdl2-2.0-0:amd64 (2.26.5+dfsg-1) ...- Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...- Setting up libdrm-dev:amd64 (2.4.114-1+b1) ...- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...- Setting up libglx0:amd64 (1.6.0-1) ...- Setting up libgl1:amd64 (1.6.0-1) ...- Setting up libxt-dev:amd64 (1:1.2.1-1.1) ...- Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.1-2) ...- Setting up libglx-dev:amd64 (1.6.0-1) ...- Setting up libgl-dev:amd64 (1.6.0-1) ...- Setting up libegl-dev:amd64 (1.6.0-1) ...- Setting up libgles-dev:amd64 (1.6.0-1) ...- Processing triggers for libc-bin (2.36-9+deb12u13) ...- Processing triggers for sgml-base (1.31) ...- Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...- Setting up libibus-1.0-dev:amd64 (1.5.27-5) ...- Setting up libsdl2-dev:amd64 (2.26.5+dfsg-1) ...# To update the current shell environment, run: eval $(opam env)2026-04-25 17:33.20 ---> saved as "54254ae8d824c2f6999edf2f92b6b0d0e48d7d69eeb6385e4b0591c7630a4436"/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.22.2- install dune-configurator 3.22.2- install integers 0.7.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed dune.3.22.2-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed dune-configurator.3.22.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-25 17:34.58 ---> saved as "a2971b082accfcef1494617469888a239986c5620a1fc54e72eb777c379ec310"/src: (copy (src .) (dst /src))2026-04-25 17:34.59 ---> saved as "1b2465c38f73cce81886a99d2747462c903a1a8ccd430c5684da521a26d77a12"/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/INFO: SDL Version (2,26,5)error: XDG_RUNTIME_DIR is invalid or not set in the environment.2026-04-25 17:35.05 ---> saved as "191529495976bfa5ac8bc4423fe7ccedb9e01b61fc9bf06a226b6b4d532387b5"Job succeeded2026-04-25 17:35.05: Job succeeded