2026-05-05 14:41.22: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (09945345e1ddc2a9c0aacfe92efcc2c5f81fabe7) (linux-arm64:debian-13-4.14_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Opam 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:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109# debian-13-4.14_arm64_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-05 14:41.22: Using cache hint "sanette/tsdl-ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-debian-13-4.14_arm64_opam-2.5-8d1394ff95a190a6e8c30e09756015b9"2026-05-05 14:41.22: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)(comment debian-13-4.14_arm64_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-05-05 14:41.22: Waiting for resource in pool OCluster2026-05-05 15:31.40: Waiting for worker…2026-05-05 15:45.24: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devHEAD is now at a0da506 allow several env variablesHEAD is now at 0994534 more debug info(from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locallydocker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opamdeab8db42772: Pulling fs layer0e3be483d5aa: Pulling fs layer068cb436b3a9: Pulling fs layer876321ecdfda: Pulling fs layer273508c8cc8f: Pulling fs layer0127577a5c6f: Pulling fs layer3a9ccd696d58: Pulling fs layer07e9e46cfc73: Pulling fs layer90969cd95f06: Pulling fs layer73bba924289b: Pulling fs layer95b440bef6e0: Pulling fs layer4d557eea525f: Pulling fs layerdeab8db42772: Waiting0e3be483d5aa: Waiting66433cb92d59: Pulling fs layerc84c96b2584b: Pulling fs layer273508c8cc8f: Waiting4c2683e0739d: Pulling fs layer5d1e421ae43b: Pulling fs layer068cb436b3a9: Waiting30b477dede6e: Pulling fs layer73bba924289b: Waitingae38f53b91ad: Pulling fs layer2891aff3bb84: Pulling fs layer0127577a5c6f: Waiting876321ecdfda: Waiting557b57ba5e84: Pulling fs layer26aa66f0772d: Pulling fs layer07e9e46cfc73: Waiting4f4fb700ef54: Pulling fs layer90969cd95f06: Waiting052acd1bf2d5: Pulling fs layer3a9ccd696d58: Waiting4c2683e0739d: Waiting574caf9a2301: Pulling fs layer95b440bef6e0: Waitingc84c96b2584b: Waiting84389297cf64: Pulling fs layer6bbca6fcf80a: Pulling fs layera3d41e3ab742: Pulling fs layer5d1e421ae43b: Waiting8d1ee78e3cbb: Pulling fs layer7e42808b1a06: Pulling fs layer145716f86fbb: Pulling fs layer96f1a7065127: Pulling fs layerbf34a5cce066: Pulling fs layerb208125ec0c1: Pulling fs layer574caf9a2301: Waitingeb9f72cac455: Pulling fs layerb5c4657cdf92: Pulling fs layer8600938f91bb: Pulling fs layer2ddefa03d6ee: Pulling fs layer62e3edde3b1e: Pulling fs layer557b57ba5e84: Waiting767c1c88ccf6: Pulling fs layer0d5131c49294: Pulling fs layer9c2c11790be8: Pulling fs layer052acd1bf2d5: Waiting2584a6dfc06c: Pulling fs layerae38f53b91ad: Waitingcec11c32adaa: Pulling fs layer2891aff3bb84: Waitingd831832b8f59: Pulling fs layerb208125ec0c1: Waiting30b477dede6e: Waiting84389297cf64: Waiting2ddefa03d6ee: Waitingeb9f72cac455: Waiting0d5131c49294: Waitingb5c4657cdf92: Waiting767c1c88ccf6: Waiting26aa66f0772d: Waitingcec11c32adaa: Waiting2584a6dfc06c: Waiting6bbca6fcf80a: Waitinga3d41e3ab742: Waiting96f1a7065127: Waiting8d1ee78e3cbb: Waitingbf34a5cce066: Waiting7e42808b1a06: Waiting0e3be483d5aa: Verifying Checksum0e3be483d5aa: Download complete068cb436b3a9: Download complete876321ecdfda: Verifying Checksum876321ecdfda: Download complete273508c8cc8f: Verifying Checksum273508c8cc8f: Download completedeab8db42772: Verifying Checksumdeab8db42772: Download complete3a9ccd696d58: Verifying Checksum3a9ccd696d58: Download complete07e9e46cfc73: Verifying Checksum07e9e46cfc73: Download complete90969cd95f06: Verifying Checksum90969cd95f06: Download complete73bba924289b: Download complete95b440bef6e0: Verifying Checksum95b440bef6e0: Download complete4d557eea525f: Verifying Checksum4d557eea525f: Download complete66433cb92d59: Verifying Checksum66433cb92d59: Download completedeab8db42772: Pull complete0e3be483d5aa: Pull complete068cb436b3a9: Pull complete0127577a5c6f: Verifying Checksum0127577a5c6f: Download completec84c96b2584b: Verifying Checksumc84c96b2584b: Download complete4c2683e0739d: Verifying Checksum4c2683e0739d: Download complete5d1e421ae43b: Verifying Checksum5d1e421ae43b: Download complete30b477dede6e: Verifying Checksum30b477dede6e: Download completeae38f53b91ad: Verifying Checksumae38f53b91ad: Download complete2891aff3bb84: Download complete876321ecdfda: Pull complete273508c8cc8f: Pull complete557b57ba5e84: Verifying Checksum557b57ba5e84: Download complete26aa66f0772d: Verifying Checksum26aa66f0772d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete574caf9a2301: Verifying Checksum574caf9a2301: Download complete052acd1bf2d5: Verifying Checksum052acd1bf2d5: Download complete84389297cf64: Verifying Checksum84389297cf64: Download complete6bbca6fcf80a: Verifying Checksum6bbca6fcf80a: Download completea3d41e3ab742: Verifying Checksuma3d41e3ab742: Download complete8d1ee78e3cbb: Verifying Checksum8d1ee78e3cbb: Download complete145716f86fbb: Verifying Checksum145716f86fbb: Download complete7e42808b1a06: Download complete96f1a7065127: Verifying Checksum96f1a7065127: Download completebf34a5cce066: Verifying Checksumbf34a5cce066: Download completeb208125ec0c1: Verifying Checksumb208125ec0c1: Download completeeb9f72cac455: Verifying Checksumeb9f72cac455: Download complete8600938f91bb: Verifying Checksum8600938f91bb: Download complete62e3edde3b1e: Verifying Checksum62e3edde3b1e: Download complete767c1c88ccf6: Download complete0d5131c49294: Verifying Checksum0d5131c49294: Download complete2ddefa03d6ee: Verifying Checksum2ddefa03d6ee: Download complete2584a6dfc06c: Verifying Checksum2584a6dfc06c: Download completeb5c4657cdf92: Verifying Checksumb5c4657cdf92: Download completecec11c32adaa: Verifying Checksumcec11c32adaa: Download completed831832b8f59: Verifying Checksumd831832b8f59: Download complete0127577a5c6f: Pull complete3a9ccd696d58: Pull complete07e9e46cfc73: Pull complete9c2c11790be8: Verifying Checksum9c2c11790be8: Download complete90969cd95f06: Pull complete73bba924289b: Pull complete95b440bef6e0: Pull complete4d557eea525f: Pull complete66433cb92d59: Pull completec84c96b2584b: Pull complete4c2683e0739d: Pull complete5d1e421ae43b: Pull complete30b477dede6e: Pull completeae38f53b91ad: Pull complete2891aff3bb84: Pull complete557b57ba5e84: Pull complete26aa66f0772d: Pull complete4f4fb700ef54: Pull complete052acd1bf2d5: Pull complete574caf9a2301: Pull complete84389297cf64: Pull complete6bbca6fcf80a: Pull completea3d41e3ab742: Pull complete8d1ee78e3cbb: Pull complete7e42808b1a06: Pull complete145716f86fbb: Pull complete96f1a7065127: Pull completebf34a5cce066: Pull completeb208125ec0c1: Pull completeeb9f72cac455: Pull completeb5c4657cdf92: Pull complete8600938f91bb: Pull complete2ddefa03d6ee: Pull complete62e3edde3b1e: Pull complete767c1c88ccf6: Pull complete0d5131c49294: Pull complete9c2c11790be8: Pull complete2584a6dfc06c: Pull completecec11c32adaa: Pull completed831832b8f59: Pull completeDigest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f1092026-05-05 15:45.25 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" from cache/: (comment debian-13-4.14_arm64_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 15:45.25 ---> using "08ea8f836be9d9dbc14b98292c65edba305af4c661e7cc2804e3b5ce5fe2519e" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-05 15:45.25 ---> using "b40aea51f0301344ae3f42fcd7534cc2abca62a171f9ac0dbe434190a7a52f5e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-05-05 15:45.25 ---> using "496ba401a603502712c0f8c7dc229480b2690d50c4cbcb035289331a652d2ab3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-05 15:45.25 ---> using "6817a84d7a32db085e0d3669870aebe83f18b6dfb95e1e56d33055a33ca58097" 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_HEAD95972b8834..a70af20c71 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 possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-05-05 15:45.25 ---> using "d49937f76b95d452aa57ee41c8da4a7704852d169636235e035029acf22e349f" from cache/src: (copy (src tsdl.opam) (dst ./))2026-05-05 15:45.26 ---> saved as "b12193c02b6ca803f4dc54730078270525dacc3cf6da86c17fc3a99053a30ea8"/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 15:45.30 ---> saved as "debbfd234366a0a48c767fc22c4882d67134441fe4fc8e977595fe2fa01c5c14"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-05 15:45.31 ---> saved as "013febb01f95f21224355b031bac4e31cfdba0217ff86bd51539776ff1be130e"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.0 dune-configurator.3.23.0 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 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 trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [130 kB]- Fetched 221 kB in 0s (1599 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-dev libsdl2-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "pkg-config"- Preconfiguring packages ...- Selecting previously unselected package libsystemd-shared:arm64.- (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 ... 20737 files and directories currently installed.)- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_arm64.deb ...- Unpacking libsystemd-shared:arm64 (257.9-1~deb13u1) ...- Setting up libsystemd-shared:arm64 (257.9-1~deb13u1) ...- Selecting previously unselected package systemd.- (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 ... 20745 files and directories currently installed.)- Preparing to unpack .../systemd_257.9-1~deb13u1_arm64.deb ...- Unpacking systemd (257.9-1~deb13u1) ...- Setting up systemd (257.9-1~deb13u1) ...- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.- Initializing machine ID from random generator.- Creating group 'systemd-journal' with GID 999.- Creating group 'systemd-network' with GID 998.- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.- Selecting previously unselected package systemd-sysv.- (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 ... 21678 files and directories currently installed.)- Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_arm64.deb ...- Unpacking systemd-sysv (257.9-1~deb13u1) ...- Selecting previously unselected package libdbus-1-3:arm64.- Preparing to unpack .../1-libdbus-1-3_1.16.2-2_arm64.deb ...- Unpacking libdbus-1-3:arm64 (1.16.2-2) ...- Selecting previously unselected package dbus-bin.- Preparing to unpack .../2-dbus-bin_1.16.2-2_arm64.deb ...- Unpacking dbus-bin (1.16.2-2) ...- Selecting previously unselected package dbus-session-bus-common.- Preparing to unpack .../3-dbus-session-bus-common_1.16.2-2_all.deb ...- Unpacking dbus-session-bus-common (1.16.2-2) ...- Selecting previously unselected package dbus-daemon.- Preparing to unpack .../4-dbus-daemon_1.16.2-2_arm64.deb ...- Unpacking dbus-daemon (1.16.2-2) ...- Selecting previously unselected package dbus-system-bus-common.- Preparing to unpack .../5-dbus-system-bus-common_1.16.2-2_all.deb ...- Unpacking dbus-system-bus-common (1.16.2-2) ...- Selecting previously unselected package dbus.- Preparing to unpack .../6-dbus_1.16.2-2_arm64.deb ...- Unpacking dbus (1.16.2-2) ...- Selecting previously unselected package libpython3.13-minimal:arm64.- Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_arm64.deb ...- Unpacking libpython3.13-minimal:arm64 (3.13.5-2) ...- Selecting previously unselected package python3.13-minimal.- Preparing to unpack .../8-python3.13-minimal_3.13.5-2_arm64.deb ...- Unpacking python3.13-minimal (3.13.5-2) ...- Setting up libpython3.13-minimal:arm64 (3.13.5-2) ...- Setting up python3.13-minimal (3.13.5-2) ...- 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 ... 22095 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.13.5-1_arm64.deb ...- Unpacking python3-minimal (3.13.5-1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../1-media-types_13.0.0_all.deb ...- Unpacking media-types (13.0.0) ...- Selecting previously unselected package readline-common.- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...- Unpacking readline-common (8.2-6) ...- Selecting previously unselected package libreadline8t64:arm64.- Preparing to unpack .../3-libreadline8t64_8.2-6_arm64.deb ...- Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'- Unpacking libreadline8t64:arm64 (8.2-6) ...- Selecting previously unselected package libpython3.13-stdlib:arm64.- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_arm64.deb ...- Unpacking libpython3.13-stdlib:arm64 (3.13.5-2) ...- Selecting previously unselected package python3.13.- Preparing to unpack .../5-python3.13_3.13.5-2_arm64.deb ...- Unpacking python3.13 (3.13.5-2) ...- Selecting previously unselected package libpython3-stdlib:arm64.- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_arm64.deb ...- Unpacking libpython3-stdlib:arm64 (3.13.5-1) ...- Setting up python3-minimal (3.13.5-1) ...- 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 ... 22581 files and directories currently installed.)- Preparing to unpack .../000-python3_3.13.5-1_arm64.deb ...- Unpacking python3 (3.13.5-1) ...- Selecting previously unselected package libnss-systemd:arm64.- Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_arm64.deb ...- Unpacking libnss-systemd:arm64 (257.9-1~deb13u1) ...- Selecting previously unselected package libpam-systemd:arm64.- Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_arm64.deb ...- Unpacking libpam-systemd:arm64 (257.9-1~deb13u1) ...- Selecting previously unselected package systemd-timesyncd.- Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_arm64.deb ...- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...- Selecting previously unselected package libgdk-pixbuf2.0-common.- Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4+deb13u1_all.deb ...- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libglib2.0-0t64:arm64.- Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libglib2.0-0t64:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package libxml2:arm64.- Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...- Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../007-shared-mime-info_2.4-5+b2_arm64.deb ...- Unpacking shared-mime-info (2.4-5+b2) ...- Selecting previously unselected package libjpeg62-turbo:arm64.- Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_arm64.deb ...- Unpacking libjpeg62-turbo:arm64 (1:2.1.5-4) ...- Selecting previously unselected package libpng16-16t64:arm64.- Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u4_arm64.deb ...- Unpacking libpng16-16t64:arm64 (1.6.48-1+deb13u4) ...- Selecting previously unselected package libdeflate0:arm64.- Preparing to unpack .../010-libdeflate0_1.23-2_arm64.deb ...- Unpacking libdeflate0:arm64 (1.23-2) ...- Selecting previously unselected package libjbig0:arm64.- Preparing to unpack .../011-libjbig0_2.1-6.1+b2_arm64.deb ...- Unpacking libjbig0:arm64 (2.1-6.1+b2) ...- Selecting previously unselected package liblerc4:arm64.- Preparing to unpack .../012-liblerc4_4.0.0+ds-5_arm64.deb ...- Unpacking liblerc4:arm64 (4.0.0+ds-5) ...- Selecting previously unselected package libsharpyuv0:arm64.- Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_arm64.deb ...- Unpacking libsharpyuv0:arm64 (1.5.0-0.1) ...- Selecting previously unselected package libwebp7:arm64.- Preparing to unpack .../014-libwebp7_1.5.0-0.1_arm64.deb ...- Unpacking libwebp7:arm64 (1.5.0-0.1) ...- Selecting previously unselected package libtiff6:arm64.- Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u2_arm64.deb ...- Unpacking libtiff6:arm64 (4.7.0-3+deb13u2) ...- Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.- Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_arm64.deb ...- Unpacking libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package gtk-update-icon-cache.- Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_arm64.deb ...- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.- Unpacking gtk-update-icon-cache (4.18.6+ds-2) ...- Selecting previously unselected package hicolor-icon-theme.- Preparing to unpack .../018-hicolor-icon-theme_0.18-2_all.deb ...- Unpacking hicolor-icon-theme (0.18-2) ...- Selecting previously unselected package adwaita-icon-theme.- Preparing to unpack .../019-adwaita-icon-theme_48.1-1_all.deb ...- Unpacking adwaita-icon-theme (48.1-1) ...- Selecting previously unselected package alsa-topology-conf.- Preparing to unpack .../020-alsa-topology-conf_1.2.5.1-3_all.deb ...- Unpacking alsa-topology-conf (1.2.5.1-3) ...- Selecting previously unselected package libasound2-data.- Preparing to unpack .../021-libasound2-data_1.2.14-1_all.deb ...- Unpacking libasound2-data (1.2.14-1) ...- Selecting previously unselected package libasound2t64:arm64.- Preparing to unpack .../022-libasound2t64_1.2.14-1_arm64.deb ...- Unpacking libasound2t64:arm64 (1.2.14-1) ...- Selecting previously unselected package alsa-ucm-conf.- Preparing to unpack .../023-alsa-ucm-conf_1.2.14-1_all.deb ...- Unpacking alsa-ucm-conf (1.2.14-1) ...- Selecting previously unselected package at-spi2-common.- Preparing to unpack .../024-at-spi2-common_2.56.2-1+deb13u1_all.deb ...- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...- Selecting previously unselected package libxi6:arm64.- Preparing to unpack .../025-libxi6_2%3a1.8.2-1_arm64.deb ...- Unpacking libxi6:arm64 (2:1.8.2-1) ...- Selecting previously unselected package libatspi2.0-0t64:arm64.- Preparing to unpack .../026-libatspi2.0-0t64_2.56.2-1+deb13u1_arm64.deb ...- Unpacking libatspi2.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Selecting previously unselected package x11-common.- Preparing to unpack .../027-x11-common_1%3a7.7+24+deb13u1_all.deb ...- Unpacking x11-common (1:7.7+24+deb13u1) ...- Selecting previously unselected package libxtst6:arm64.- Preparing to unpack .../028-libxtst6_2%3a1.2.5-1_arm64.deb ...- Unpacking libxtst6:arm64 (2:1.2.5-1) ...- Selecting previously unselected package dbus-user-session.- Preparing to unpack .../029-dbus-user-session_1.16.2-2_arm64.deb ...- Unpacking dbus-user-session (1.16.2-2) ...- Selecting previously unselected package libdconf1:arm64.- Preparing to unpack .../030-libdconf1_0.40.0-5_arm64.deb ...- Unpacking libdconf1:arm64 (0.40.0-5) ...- Selecting previously unselected package dconf-service.- Preparing to unpack .../031-dconf-service_0.40.0-5_arm64.deb ...- Unpacking dconf-service (0.40.0-5) ...- Selecting previously unselected package dconf-gsettings-backend:arm64.- Preparing to unpack .../032-dconf-gsettings-backend_0.40.0-5_arm64.deb ...- Unpacking dconf-gsettings-backend:arm64 (0.40.0-5) ...- Selecting previously unselected package gsettings-desktop-schemas.- Preparing to unpack .../033-gsettings-desktop-schemas_48.0-1_all.deb ...- Unpacking gsettings-desktop-schemas (48.0-1) ...- Selecting previously unselected package at-spi2-core.- Preparing to unpack .../034-at-spi2-core_2.56.2-1+deb13u1_arm64.deb ...- Unpacking at-spi2-core (2.56.2-1+deb13u1) ...- Selecting previously unselected package libdevmapper1.02.1:arm64.- Preparing to unpack .../035-libdevmapper1.02.1_2%3a1.02.205-2_arm64.deb ...- Unpacking libdevmapper1.02.1:arm64 (2:1.02.205-2) ...- Selecting previously unselected package dmsetup.- Preparing to unpack .../036-dmsetup_2%3a1.02.205-2_arm64.deb ...- Unpacking dmsetup (2:1.02.205-2) ...- Selecting previously unselected package libfreetype6:arm64.- Preparing to unpack .../037-libfreetype6_2.13.3+dfsg-1+deb13u1_arm64.deb ...- Unpacking libfreetype6:arm64 (2.13.3+dfsg-1+deb13u1) ...- Selecting previously unselected package fonts-dejavu-mono.- Preparing to unpack .../038-fonts-dejavu-mono_2.37-8_all.deb ...- Unpacking fonts-dejavu-mono (2.37-8) ...- Selecting previously unselected package fonts-dejavu-core.- Preparing to unpack .../039-fonts-dejavu-core_2.37-8_all.deb ...- Unpacking fonts-dejavu-core (2.37-8) ...- Selecting previously unselected package fontconfig-config.- Preparing to unpack .../040-fontconfig-config_2.15.0-2.3_arm64.deb ...- Unpacking fontconfig-config (2.15.0-2.3) ...- Selecting previously unselected package libfontconfig1:arm64.- Preparing to unpack .../041-libfontconfig1_2.15.0-2.3_arm64.deb ...- Unpacking libfontconfig1:arm64 (2.15.0-2.3) ...- Selecting previously unselected package fontconfig.- Preparing to unpack .../042-fontconfig_2.15.0-2.3_arm64.deb ...- Unpacking fontconfig (2.15.0-2.3) ...- Selecting previously unselected package gir1.2-glib-2.0:arm64.- Preparing to unpack .../043-gir1.2-glib-2.0_2.84.4-3~deb13u2_arm64.deb ...- Unpacking gir1.2-glib-2.0:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.- Preparing to unpack .../044-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_arm64.deb ...- Unpacking gir1.2-glib-2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package libibus-1.0-5:arm64.- Preparing to unpack .../045-libibus-1.0-5_1.5.32-2_arm64.deb ...- Unpacking libibus-1.0-5:arm64 (1.5.32-2) ...- Selecting previously unselected package gir1.2-ibus-1.0:arm64.- Preparing to unpack .../046-gir1.2-ibus-1.0_1.5.32-2_arm64.deb ...- Unpacking gir1.2-ibus-1.0:arm64 (1.5.32-2) ...- Selecting previously unselected package native-architecture.- Preparing to unpack .../047-native-architecture_0.2.6_all.deb ...- Unpacking native-architecture (0.2.6) ...- Selecting previously unselected package libgirepository-2.0-0:arm64.- Preparing to unpack .../048-libgirepository-2.0-0_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libgirepository-2.0-0:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package girepository-tools:arm64.- Preparing to unpack .../049-girepository-tools_2.84.4-3~deb13u2_arm64.deb ...- Unpacking girepository-tools:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package libasound2-dev:arm64.- Preparing to unpack .../050-libasound2-dev_1.2.14-1_arm64.deb ...- Unpacking libasound2-dev:arm64 (1.2.14-1) ...- Selecting previously unselected package libasyncns0:arm64.- Preparing to unpack .../051-libasyncns0_0.8-6+b5_arm64.deb ...- Unpacking libasyncns0:arm64 (0.8-6+b5) ...- Selecting previously unselected package libatk1.0-0t64:arm64.- Preparing to unpack .../052-libatk1.0-0t64_2.56.2-1+deb13u1_arm64.deb ...- Unpacking libatk1.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Selecting previously unselected package libatk-bridge2.0-0t64:arm64.- Preparing to unpack .../053-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_arm64.deb ...- Unpacking libatk-bridge2.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Selecting previously unselected package libavahi-common-data:arm64.- Preparing to unpack .../054-libavahi-common-data_0.8-16_arm64.deb ...- Unpacking libavahi-common-data:arm64 (0.8-16) ...- Selecting previously unselected package libavahi-common3:arm64.- Preparing to unpack .../055-libavahi-common3_0.8-16_arm64.deb ...- Unpacking libavahi-common3:arm64 (0.8-16) ...- Selecting previously unselected package libavahi-client3:arm64.- Preparing to unpack .../056-libavahi-client3_0.8-16_arm64.deb ...- Unpacking libavahi-client3:arm64 (0.8-16) ...- Selecting previously unselected package uuid-dev:arm64.- Preparing to unpack .../057-uuid-dev_2.41-5_arm64.deb ...- Unpacking uuid-dev:arm64 (2.41-5) ...- Selecting previously unselected package libblkid-dev:arm64.- Preparing to unpack .../058-libblkid-dev_2.41-5_arm64.deb ...- Unpacking libblkid-dev:arm64 (2.41-5) ...- Selecting previously unselected package libpixman-1-0:arm64.- Preparing to unpack .../059-libpixman-1-0_0.44.0-3_arm64.deb ...- Unpacking libpixman-1-0:arm64 (0.44.0-3) ...- Selecting previously unselected package libxcb-render0:arm64.- Preparing to unpack .../060-libxcb-render0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-render0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0:arm64.- Preparing to unpack .../061-libxcb-shm0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-shm0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxrender1:arm64.- Preparing to unpack .../062-libxrender1_1%3a0.9.12-1_arm64.deb ...- Unpacking libxrender1:arm64 (1:0.9.12-1) ...- Selecting previously unselected package libcairo2:arm64.- Preparing to unpack .../063-libcairo2_1.18.4-1+b1_arm64.deb ...- Unpacking libcairo2:arm64 (1.18.4-1+b1) ...- Selecting previously unselected package libcairo-gobject2:arm64.- Preparing to unpack .../064-libcairo-gobject2_1.18.4-1+b1_arm64.deb ...- Unpacking libcairo-gobject2:arm64 (1.18.4-1+b1) ...- Selecting previously unselected package libcloudproviders0:arm64.- Preparing to unpack .../065-libcloudproviders0_0.3.6-2_arm64.deb ...- Unpacking libcloudproviders0:arm64 (0.3.6-2) ...- Selecting previously unselected package liblcms2-2:arm64.- Preparing to unpack .../066-liblcms2-2_2.16-2_arm64.deb ...- Unpacking liblcms2-2:arm64 (2.16-2) ...- Selecting previously unselected package libcolord2:arm64.- Preparing to unpack .../067-libcolord2_1.4.7-3_arm64.deb ...- Unpacking libcolord2:arm64 (1.4.7-3) ...- Selecting previously unselected package libjson-c5:arm64.- Preparing to unpack .../068-libjson-c5_0.18+ds-1_arm64.deb ...- Unpacking libjson-c5:arm64 (0.18+ds-1) ...- Selecting previously unselected package libcryptsetup12:arm64.- Preparing to unpack .../069-libcryptsetup12_2%3a2.7.5-2_arm64.deb ...- Unpacking libcryptsetup12:arm64 (2:2.7.5-2) ...- Selecting previously unselected package libcups2t64:arm64.- Preparing to unpack .../070-libcups2t64_2.4.10-3+deb13u2_arm64.deb ...- Unpacking libcups2t64:arm64 (2.4.10-3+deb13u2) ...- Selecting previously unselected package libdatrie1:arm64.- Preparing to unpack .../071-libdatrie1_0.2.13-3+b1_arm64.deb ...- Unpacking libdatrie1:arm64 (0.2.13-3+b1) ...- Selecting previously unselected package libdav1d7:arm64.- Preparing to unpack .../072-libdav1d7_1.5.1-1_arm64.deb ...- Unpacking libdav1d7:arm64 (1.5.1-1) ...- Selecting previously unselected package libsystemd-dev:arm64.- Preparing to unpack .../073-libsystemd-dev_257.9-1~deb13u1_arm64.deb ...- Unpacking libsystemd-dev:arm64 (257.9-1~deb13u1) ...- Selecting previously unselected package libpkgconf3:arm64.- Preparing to unpack .../074-libpkgconf3_1.8.1-4_arm64.deb ...- Unpacking libpkgconf3:arm64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../075-pkgconf-bin_1.8.1-4_arm64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:arm64.- Preparing to unpack .../076-pkgconf_1.8.1-4_arm64.deb ...- Unpacking pkgconf:arm64 (1.8.1-4) ...- Selecting previously unselected package sgml-base.- Preparing to unpack .../077-sgml-base_1.31+nmu1_all.deb ...- Unpacking sgml-base (1.31+nmu1) ...- Selecting previously unselected package xml-core.- Preparing to unpack .../078-xml-core_0.19_all.deb ...- Unpacking xml-core (0.19) ...- Selecting previously unselected package libdbus-1-dev:arm64.- Preparing to unpack .../079-libdbus-1-dev_1.16.2-2_arm64.deb ...- Unpacking libdbus-1-dev:arm64 (1.16.2-2) ...- Selecting previously unselected package libwayland-client0:arm64.- Preparing to unpack .../080-libwayland-client0_1.23.1-3_arm64.deb ...- Unpacking libwayland-client0:arm64 (1.23.1-3) ...- Selecting previously unselected package libdecor-0-0:arm64.- Preparing to unpack .../081-libdecor-0-0_0.2.2-2_arm64.deb ...- Unpacking libdecor-0-0:arm64 (0.2.2-2) ...- Selecting previously unselected package libwayland-server0:arm64.- Preparing to unpack .../082-libwayland-server0_1.23.1-3_arm64.deb ...- Unpacking libwayland-server0:arm64 (1.23.1-3) ...- Selecting previously unselected package libwayland-cursor0:arm64.- Preparing to unpack .../083-libwayland-cursor0_1.23.1-3_arm64.deb ...- Unpacking libwayland-cursor0:arm64 (1.23.1-3) ...- Selecting previously unselected package libwayland-egl1:arm64.- Preparing to unpack .../084-libwayland-egl1_1.23.1-3_arm64.deb ...- Unpacking libwayland-egl1:arm64 (1.23.1-3) ...- Selecting previously unselected package libwayland-bin.- Preparing to unpack .../085-libwayland-bin_1.23.1-3_arm64.deb ...- Unpacking libwayland-bin (1.23.1-3) ...- Selecting previously unselected package libffi-dev:arm64.- Preparing to unpack .../086-libffi-dev_3.4.8-2_arm64.deb ...- Unpacking libffi-dev:arm64 (3.4.8-2) ...- Selecting previously unselected package libwayland-dev:arm64.- Preparing to unpack .../087-libwayland-dev_1.23.1-3_arm64.deb ...- Unpacking libwayland-dev:arm64 (1.23.1-3) ...- Selecting previously unselected package libdecor-0-dev:arm64.- Preparing to unpack .../088-libdecor-0-dev_0.2.2-2_arm64.deb ...- Unpacking libdecor-0-dev:arm64 (0.2.2-2) ...- Selecting previously unselected package libepoxy0:arm64.- Preparing to unpack .../089-libepoxy0_1.5.10-2_arm64.deb ...- Unpacking libepoxy0:arm64 (1.5.10-2) ...- Selecting previously unselected package libfribidi0:arm64.- Preparing to unpack .../090-libfribidi0_1.0.16-1_arm64.deb ...- Unpacking libfribidi0:arm64 (1.0.16-1) ...- Selecting previously unselected package libgraphite2-3:arm64.- Preparing to unpack .../091-libgraphite2-3_1.3.14-2+b1_arm64.deb ...- Unpacking libgraphite2-3:arm64 (1.3.14-2+b1) ...- Selecting previously unselected package libharfbuzz0b:arm64.- Preparing to unpack .../092-libharfbuzz0b_10.2.0-1+b1_arm64.deb ...- Unpacking libharfbuzz0b:arm64 (10.2.0-1+b1) ...- Selecting previously unselected package libthai-data.- Preparing to unpack .../093-libthai-data_0.1.29-2_all.deb ...- Unpacking libthai-data (0.1.29-2) ...- Selecting previously unselected package libthai0:arm64.- Preparing to unpack .../094-libthai0_0.1.29-2+b1_arm64.deb ...- Unpacking libthai0:arm64 (0.1.29-2+b1) ...- Selecting previously unselected package libpango-1.0-0:arm64.- Preparing to unpack .../095-libpango-1.0-0_1.56.3-1_arm64.deb ...- Unpacking libpango-1.0-0:arm64 (1.56.3-1) ...- Selecting previously unselected package libpangoft2-1.0-0:arm64.- Preparing to unpack .../096-libpangoft2-1.0-0_1.56.3-1_arm64.deb ...- Unpacking libpangoft2-1.0-0:arm64 (1.56.3-1) ...- Selecting previously unselected package libpangocairo-1.0-0:arm64.- Preparing to unpack .../097-libpangocairo-1.0-0_1.56.3-1_arm64.deb ...- Unpacking libpangocairo-1.0-0:arm64 (1.56.3-1) ...- Selecting previously unselected package libxcomposite1:arm64.- Preparing to unpack .../098-libxcomposite1_1%3a0.4.6-1_arm64.deb ...- Unpacking libxcomposite1:arm64 (1:0.4.6-1) ...- Selecting previously unselected package libxfixes3:arm64.- Preparing to unpack .../099-libxfixes3_1%3a6.0.0-2+b4_arm64.deb ...- Unpacking libxfixes3:arm64 (1:6.0.0-2+b4) ...- Selecting previously unselected package libxcursor1:arm64.- Preparing to unpack .../100-libxcursor1_1%3a1.2.3-1_arm64.deb ...- Unpacking libxcursor1:arm64 (1:1.2.3-1) ...- Selecting previously unselected package libxdamage1:arm64.- Preparing to unpack .../101-libxdamage1_1%3a1.1.6-1+b2_arm64.deb ...- Unpacking libxdamage1:arm64 (1:1.1.6-1+b2) ...- Selecting previously unselected package libxinerama1:arm64.- Preparing to unpack .../102-libxinerama1_2%3a1.1.4-3+b4_arm64.deb ...- Unpacking libxinerama1:arm64 (2:1.1.4-3+b4) ...- Selecting previously unselected package xkb-data.- Preparing to unpack .../103-xkb-data_2.42-1_all.deb ...- Unpacking xkb-data (2.42-1) ...- Selecting previously unselected package libxkbcommon0:arm64.- Preparing to unpack .../104-libxkbcommon0_1.7.0-2_arm64.deb ...- Unpacking libxkbcommon0:arm64 (1.7.0-2) ...- Selecting previously unselected package libxrandr2:arm64.- Preparing to unpack .../105-libxrandr2_2%3a1.5.4-1+b3_arm64.deb ...- Unpacking libxrandr2:arm64 (2:1.5.4-1+b3) ...- Selecting previously unselected package libgtk-3-common.- Preparing to unpack .../106-libgtk-3-common_3.24.49-3_all.deb ...- Unpacking libgtk-3-common (3.24.49-3) ...- Selecting previously unselected package libgtk-3-0t64:arm64.- Preparing to unpack .../107-libgtk-3-0t64_3.24.49-3_arm64.deb ...- Unpacking libgtk-3-0t64:arm64 (3.24.49-3) ...- Selecting previously unselected package libdecor-0-plugin-1-gtk:arm64.- Preparing to unpack .../108-libdecor-0-plugin-1-gtk_0.2.2-2_arm64.deb ...- Unpacking libdecor-0-plugin-1-gtk:arm64 (0.2.2-2) ...- Selecting previously unselected package libdrm-common.- Preparing to unpack .../109-libdrm-common_2.4.124-2_all.deb ...- Unpacking libdrm-common (2.4.124-2) ...- Selecting previously unselected package libdrm2:arm64.- Preparing to unpack .../110-libdrm2_2.4.124-2_arm64.deb ...- Unpacking libdrm2:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-amdgpu1:arm64.- Preparing to unpack .../111-libdrm-amdgpu1_2.4.124-2_arm64.deb ...- Unpacking libdrm-amdgpu1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-radeon1:arm64.- Preparing to unpack .../112-libdrm-radeon1_2.4.124-2_arm64.deb ...- Unpacking libdrm-radeon1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-nouveau2:arm64.- Preparing to unpack .../113-libdrm-nouveau2_2.4.124-2_arm64.deb ...- Unpacking libdrm-nouveau2:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-freedreno1:arm64.- Preparing to unpack .../114-libdrm-freedreno1_2.4.124-2_arm64.deb ...- Unpacking libdrm-freedreno1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-tegra0:arm64.- Preparing to unpack .../115-libdrm-tegra0_2.4.124-2_arm64.deb ...- Unpacking libdrm-tegra0:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-etnaviv1:arm64.- Preparing to unpack .../116-libdrm-etnaviv1_2.4.124-2_arm64.deb ...- Unpacking libdrm-etnaviv1:arm64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess0:arm64.- Preparing to unpack .../117-libpciaccess0_0.17-3+b3_arm64.deb ...- Unpacking libpciaccess0:arm64 (0.17-3+b3) ...- Selecting previously unselected package libpciaccess-dev:arm64.- Preparing to unpack .../118-libpciaccess-dev_0.17-3+b3_arm64.deb ...- Unpacking libpciaccess-dev:arm64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-dev:arm64.- Preparing to unpack .../119-libdrm-dev_2.4.124-2_arm64.deb ...- Unpacking libdrm-dev:arm64 (2.4.124-2) ...- Selecting previously unselected package libglvnd0:arm64.- Preparing to unpack .../120-libglvnd0_1.7.0-1+b2_arm64.deb ...- Unpacking libglvnd0:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libelf1t64:arm64.- Preparing to unpack .../121-libelf1t64_0.192-4_arm64.deb ...- Unpacking libelf1t64:arm64 (0.192-4) ...- Selecting previously unselected package libz3-4:arm64.- Preparing to unpack .../122-libz3-4_4.13.3-1_arm64.deb ...- Unpacking libz3-4:arm64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:arm64.- Preparing to unpack .../123-libllvm19_1%3a19.1.7-3+b1_arm64.deb ...- Unpacking libllvm19:arm64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../124-libsensors-config_1%3a3.6.2-2_all.deb ...- Unpacking libsensors-config (1:3.6.2-2) ...- Selecting previously unselected package libsensors5:arm64.- Preparing to unpack .../125-libsensors5_1%3a3.6.2-2_arm64.deb ...- Unpacking libsensors5:arm64 (1:3.6.2-2) ...- Selecting previously unselected package libx11-xcb1:arm64.- Preparing to unpack .../126-libx11-xcb1_2%3a1.8.12-1_arm64.deb ...- Unpacking libx11-xcb1:arm64 (2:1.8.12-1) ...- Selecting previously unselected package libxcb-dri3-0:arm64.- Preparing to unpack .../127-libxcb-dri3-0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-dri3-0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-present0:arm64.- Preparing to unpack .../128-libxcb-present0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-present0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-randr0:arm64.- Preparing to unpack .../129-libxcb-randr0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-randr0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-sync1:arm64.- Preparing to unpack .../130-libxcb-sync1_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-sync1:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-xfixes0:arm64.- Preparing to unpack .../131-libxcb-xfixes0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-xfixes0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxshmfence1:arm64.- Preparing to unpack .../132-libxshmfence1_1.3.3-1_arm64.deb ...- Unpacking libxshmfence1:arm64 (1.3.3-1) ...- Selecting previously unselected package mesa-libgallium:arm64.- Preparing to unpack .../133-mesa-libgallium_25.0.7-2_arm64.deb ...- Unpacking mesa-libgallium:arm64 (25.0.7-2) ...- Selecting previously unselected package libgbm1:arm64.- Preparing to unpack .../134-libgbm1_25.0.7-2_arm64.deb ...- Unpacking libgbm1:arm64 (25.0.7-2) ...- Selecting previously unselected package libegl-mesa0:arm64.- Preparing to unpack .../135-libegl-mesa0_25.0.7-2_arm64.deb ...- Unpacking libegl-mesa0:arm64 (25.0.7-2) ...- Selecting previously unselected package libegl1:arm64.- Preparing to unpack .../136-libegl1_1.7.0-1+b2_arm64.deb ...- Unpacking libegl1:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libxcb-glx0:arm64.- Preparing to unpack .../137-libxcb-glx0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-glx0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxxf86vm1:arm64.- Preparing to unpack .../138-libxxf86vm1_1%3a1.1.4-1+b4_arm64.deb ...- Unpacking libxxf86vm1:arm64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libvulkan1:arm64.- Preparing to unpack .../139-libvulkan1_1.4.309.0-1_arm64.deb ...- Unpacking libvulkan1:arm64 (1.4.309.0-1) ...- Selecting previously unselected package libgl1-mesa-dri:arm64.- Preparing to unpack .../140-libgl1-mesa-dri_25.0.7-2_arm64.deb ...- Unpacking libgl1-mesa-dri:arm64 (25.0.7-2) ...- Selecting previously unselected package libglx-mesa0:arm64.- Preparing to unpack .../141-libglx-mesa0_25.0.7-2_arm64.deb ...- Unpacking libglx-mesa0:arm64 (25.0.7-2) ...- Selecting previously unselected package libglx0:arm64.- Preparing to unpack .../142-libglx0_1.7.0-1+b2_arm64.deb ...- Unpacking libglx0:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl1:arm64.- Preparing to unpack .../143-libgl1_1.7.0-1+b2_arm64.deb ...- Unpacking libgl1:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libglx-dev:arm64.- Preparing to unpack .../144-libglx-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libglx-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl-dev:arm64.- Preparing to unpack .../145-libgl-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libgl-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libegl-dev:arm64.- Preparing to unpack .../146-libegl-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libegl-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libogg0:arm64.- Preparing to unpack .../147-libogg0_1.3.5-3+b2_arm64.deb ...- Unpacking libogg0:arm64 (1.3.5-3+b2) ...- Selecting previously unselected package libflac14:arm64.- Preparing to unpack .../148-libflac14_1.5.0+ds-2_arm64.deb ...- Unpacking libflac14:arm64 (1.5.0+ds-2) ...- Selecting previously unselected package libgbm-dev:arm64.- Preparing to unpack .../149-libgbm-dev_25.0.7-2_arm64.deb ...- Unpacking libgbm-dev:arm64 (25.0.7-2) ...- Selecting previously unselected package libgdk-pixbuf2.0-bin.- Preparing to unpack .../150-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_arm64.deb ...- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libsepol-dev:arm64.- Preparing to unpack .../151-libsepol-dev_3.8.1-1_arm64.deb ...- Unpacking libsepol-dev:arm64 (3.8.1-1) ...- Selecting previously unselected package libpcre2-16-0:arm64.- Preparing to unpack .../152-libpcre2-16-0_10.46-1~deb13u1_arm64.deb ...- Unpacking libpcre2-16-0:arm64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-32-0:arm64.- Preparing to unpack .../153-libpcre2-32-0_10.46-1~deb13u1_arm64.deb ...- Unpacking libpcre2-32-0:arm64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-posix3:arm64.- Preparing to unpack .../154-libpcre2-posix3_10.46-1~deb13u1_arm64.deb ...- Unpacking libpcre2-posix3:arm64 (10.46-1~deb13u1) ...- Selecting previously unselected package libpcre2-dev:arm64.- Preparing to unpack .../155-libpcre2-dev_10.46-1~deb13u1_arm64.deb ...- Unpacking libpcre2-dev:arm64 (10.46-1~deb13u1) ...- Selecting previously unselected package libselinux1-dev:arm64.- Preparing to unpack .../156-libselinux1-dev_3.8.1-1_arm64.deb ...- Unpacking libselinux1-dev:arm64 (3.8.1-1) ...- Selecting previously unselected package libmount-dev:arm64.- Preparing to unpack .../157-libmount-dev_2.41-5_arm64.deb ...- Unpacking libmount-dev:arm64 (2.41-5) ...- Selecting previously unselected package libsysprof-capture-4-dev:arm64.- Preparing to unpack .../158-libsysprof-capture-4-dev_48.0-2_arm64.deb ...- Unpacking libsysprof-capture-4-dev:arm64 (48.0-2) ...- Selecting previously unselected package zlib1g-dev:arm64.- Preparing to unpack .../159-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...- Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Selecting previously unselected package libgio-2.0-dev:arm64.- Preparing to unpack .../160-libgio-2.0-dev_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libgio-2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package python3-packaging.- Preparing to unpack .../161-python3-packaging_25.0-1_all.deb ...- Unpacking python3-packaging (25.0-1) ...- Selecting previously unselected package libgio-2.0-dev-bin.- Preparing to unpack .../162-libgio-2.0-dev-bin_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...- Selecting previously unselected package libgles1:arm64.- Preparing to unpack .../163-libgles1_1.7.0-1+b2_arm64.deb ...- Unpacking libgles1:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgles2:arm64.- Preparing to unpack .../164-libgles2_1.7.0-1+b2_arm64.deb ...- Unpacking libgles2:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgles-dev:arm64.- Preparing to unpack .../165-libgles-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libgles-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../166-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...- Selecting previously unselected package libglib2.0-bin.- Preparing to unpack .../167-libglib2.0-bin_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ...- Selecting previously unselected package libglib2.0-dev-bin.- Preparing to unpack .../168-libglib2.0-dev-bin_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ...- Selecting previously unselected package libglib2.0-dev:arm64.- Preparing to unpack .../169-libglib2.0-dev_2.84.4-3~deb13u2_arm64.deb ...- Unpacking libglib2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Selecting previously unselected package libgtk-3-bin.- Preparing to unpack .../170-libgtk-3-bin_3.24.49-3_arm64.deb ...- Unpacking libgtk-3-bin (3.24.49-3) ...- Selecting previously unselected package libibus-1.0-dev:arm64.- Preparing to unpack .../171-libibus-1.0-dev_1.5.32-2_arm64.deb ...- Unpacking libibus-1.0-dev:arm64 (1.5.32-2) ...- Selecting previously unselected package libice6:arm64.- Preparing to unpack .../172-libice6_2%3a1.1.1-1_arm64.deb ...- Unpacking libice6:arm64 (2:1.1.1-1) ...- Selecting previously unselected package libice-dev:arm64.- Preparing to unpack .../173-libice-dev_2%3a1.1.1-1_arm64.deb ...- Unpacking libice-dev:arm64 (2:1.1.1-1) ...- Selecting previously unselected package libkmod2:arm64.- Preparing to unpack .../174-libkmod2_34.2-2_arm64.deb ...- Unpacking libkmod2:arm64 (34.2-2) ...- Selecting previously unselected package libmp3lame0:arm64.- Preparing to unpack .../175-libmp3lame0_3.100-6+b3_arm64.deb ...- Unpacking libmp3lame0:arm64 (3.100-6+b3) ...- Selecting previously unselected package libmpg123-0t64:arm64.- Preparing to unpack .../176-libmpg123-0t64_1.32.10-1+deb13u1_arm64.deb ...- Unpacking libmpg123-0t64:arm64 (1.32.10-1+deb13u1) ...- Selecting previously unselected package libopus0:arm64.- Preparing to unpack .../177-libopus0_1.5.2-2_arm64.deb ...- Unpacking libopus0:arm64 (1.5.2-2) ...- Selecting previously unselected package libvorbis0a:arm64.- Preparing to unpack .../178-libvorbis0a_1.3.7-3_arm64.deb ...- Unpacking libvorbis0a:arm64 (1.3.7-3) ...- Selecting previously unselected package libvorbisenc2:arm64.- Preparing to unpack .../179-libvorbisenc2_1.3.7-3_arm64.deb ...- Unpacking libvorbisenc2:arm64 (1.3.7-3) ...- Selecting previously unselected package libsndfile1:arm64.- Preparing to unpack .../180-libsndfile1_1.2.2-2+deb13u1_arm64.deb ...- Unpacking libsndfile1:arm64 (1.2.2-2+deb13u1) ...- Selecting previously unselected package libpulse0:arm64.- Preparing to unpack .../181-libpulse0_17.0+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse0:arm64 (17.0+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-mainloop-glib0:arm64.- Preparing to unpack .../182-libpulse-mainloop-glib0_17.0+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse-mainloop-glib0:arm64 (17.0+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-dev:arm64.- Preparing to unpack .../183-libpulse-dev_17.0+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse-dev:arm64 (17.0+dfsg1-2+b1) ...- Selecting previously unselected package librsvg2-2:arm64.- Preparing to unpack .../184-librsvg2-2_2.60.0+dfsg-1_arm64.deb ...- Unpacking librsvg2-2:arm64 (2.60.0+dfsg-1) ...- Selecting previously unselected package librsvg2-common:arm64.- Preparing to unpack .../185-librsvg2-common_2.60.0+dfsg-1_arm64.deb ...- Unpacking librsvg2-common:arm64 (2.60.0+dfsg-1) ...- Selecting previously unselected package libsamplerate0:arm64.- Preparing to unpack .../186-libsamplerate0_0.2.2-4+b2_arm64.deb ...- Unpacking libsamplerate0:arm64 (0.2.2-4+b2) ...- Selecting previously unselected package pkg-config:arm64.- Preparing to unpack .../187-pkg-config_1.8.1-4_arm64.deb ...- Unpacking pkg-config:arm64 (1.8.1-4) ...- Selecting previously unselected package libsamplerate0-dev:arm64.- Preparing to unpack .../188-libsamplerate0-dev_0.2.2-4+b2_arm64.deb ...- Unpacking libsamplerate0-dev:arm64 (0.2.2-4+b2) ...- Selecting previously unselected package libxss1:arm64.- Preparing to unpack .../189-libxss1_1%3a1.2.3-1+b3_arm64.deb ...- Unpacking libxss1:arm64 (1:1.2.3-1+b3) ...- Selecting previously unselected package libsdl2-2.0-0:arm64.- Preparing to unpack .../190-libsdl2-2.0-0_2.32.4+dfsg-1_arm64.deb ...- Unpacking libsdl2-2.0-0:arm64 (2.32.4+dfsg-1) ...- Selecting previously unselected package libsndio7.0:arm64.- Preparing to unpack .../191-libsndio7.0_1.10.0-0.1_arm64.deb ...- Unpacking libsndio7.0:arm64 (1.10.0-0.1) ...- Selecting previously unselected package libsndio-dev:arm64.- Preparing to unpack .../192-libsndio-dev_1.10.0-0.1_arm64.deb ...- Unpacking libsndio-dev:arm64 (1.10.0-0.1) ...- Selecting previously unselected package libudev-dev:arm64.- Preparing to unpack .../193-libudev-dev_257.9-1~deb13u1_arm64.deb ...- Unpacking libudev-dev:arm64 (257.9-1~deb13u1) ...- Selecting previously unselected package libxrender-dev:arm64.- Preparing to unpack .../194-libxrender-dev_1%3a0.9.12-1_arm64.deb ...- Unpacking libxrender-dev:arm64 (1:0.9.12-1) ...- Selecting previously unselected package libxfixes-dev:arm64.- Preparing to unpack .../195-libxfixes-dev_1%3a6.0.0-2+b4_arm64.deb ...- Unpacking libxfixes-dev:arm64 (1:6.0.0-2+b4) ...- Selecting previously unselected package libxcursor-dev:arm64.- Preparing to unpack .../196-libxcursor-dev_1%3a1.2.3-1_arm64.deb ...- Unpacking libxcursor-dev:arm64 (1:1.2.3-1) ...- Selecting previously unselected package libxext-dev:arm64.- Preparing to unpack .../197-libxext-dev_2%3a1.3.4-1+b3_arm64.deb ...- Unpacking libxext-dev:arm64 (2:1.3.4-1+b3) ...- Selecting previously unselected package libxi-dev:arm64.- Preparing to unpack .../198-libxi-dev_2%3a1.8.2-1_arm64.deb ...- Unpacking libxi-dev:arm64 (2:1.8.2-1) ...- Selecting previously unselected package libxinerama-dev:arm64.- Preparing to unpack .../199-libxinerama-dev_2%3a1.1.4-3+b4_arm64.deb ...- Unpacking libxinerama-dev:arm64 (2:1.1.4-3+b4) ...- Selecting previously unselected package libxkbcommon-dev:arm64.- Preparing to unpack .../200-libxkbcommon-dev_1.7.0-2_arm64.deb ...- Unpacking libxkbcommon-dev:arm64 (1.7.0-2) ...- Selecting previously unselected package libxrandr-dev:arm64.- Preparing to unpack .../201-libxrandr-dev_2%3a1.5.4-1+b3_arm64.deb ...- Unpacking libxrandr-dev:arm64 (2:1.5.4-1+b3) ...- Selecting previously unselected package libxss-dev:arm64.- Preparing to unpack .../202-libxss-dev_1%3a1.2.3-1+b3_arm64.deb ...- Unpacking libxss-dev:arm64 (1:1.2.3-1+b3) ...- Selecting previously unselected package libsm6:arm64.- Preparing to unpack .../203-libsm6_2%3a1.2.6-1_arm64.deb ...- Unpacking libsm6:arm64 (2:1.2.6-1) ...- Selecting previously unselected package libxt6t64:arm64.- Preparing to unpack .../204-libxt6t64_1%3a1.2.1-1.2+b2_arm64.deb ...- Unpacking libxt6t64:arm64 (1:1.2.1-1.2+b2) ...- Selecting previously unselected package libsm-dev:arm64.- Preparing to unpack .../205-libsm-dev_2%3a1.2.6-1_arm64.deb ...- Unpacking libsm-dev:arm64 (2:1.2.6-1) ...- Selecting previously unselected package libxt-dev:arm64.- Preparing to unpack .../206-libxt-dev_1%3a1.2.1-1.2+b2_arm64.deb ...- Unpacking libxt-dev:arm64 (1:1.2.1-1.2+b2) ...- Selecting previously unselected package libxv1:arm64.- Preparing to unpack .../207-libxv1_2%3a1.0.11-1.1+b3_arm64.deb ...- Unpacking libxv1:arm64 (2:1.0.11-1.1+b3) ...- Selecting previously unselected package libxv-dev:arm64.- Preparing to unpack .../208-libxv-dev_2%3a1.0.11-1.1+b3_arm64.deb ...- Unpacking libxv-dev:arm64 (2:1.0.11-1.1+b3) ...- Selecting previously unselected package libxxf86vm-dev:arm64.- Preparing to unpack .../209-libxxf86vm-dev_1%3a1.1.4-1+b4_arm64.deb ...- Unpacking libxxf86vm-dev:arm64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libsdl2-dev:arm64.- Preparing to unpack .../210-libsdl2-dev_2.32.4+dfsg-1_arm64.deb ...- Unpacking libsdl2-dev:arm64 (2.32.4+dfsg-1) ...- Selecting previously unselected package mesa-vulkan-drivers:arm64.- Preparing to unpack .../211-mesa-vulkan-drivers_25.0.7-2_arm64.deb ...- Unpacking mesa-vulkan-drivers:arm64 (25.0.7-2) ...- Selecting previously unselected package systemd-cryptsetup.- Preparing to unpack .../212-systemd-cryptsetup_257.9-1~deb13u1_arm64.deb ...- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../213-xdg-user-dirs_0.18-2_arm64.deb ...- Unpacking xdg-user-dirs (0.18-2) ...- Setting up media-types (13.0.0) ...- Setting up libgraphite2-3:arm64 (1.3.14-2+b1) ...- Setting up libxcb-dri3-0:arm64 (1.17.0-2+b1) ...- Setting up liblcms2-2:arm64 (2.16-2) ...- Setting up libpixman-1-0:arm64 (0.44.0-3) ...- Setting up libsharpyuv0:arm64 (1.5.0-0.1) ...- Setting up libwayland-server0:arm64 (1.23.1-3) ...- Setting up libx11-xcb1:arm64 (2:1.8.12-1) ...- Setting up libpciaccess0:arm64 (0.17-3+b3) ...- Setting up systemd-sysv (257.9-1~deb13u1) ...- Setting up native-architecture (0.2.6) ...- Setting up libxdamage1:arm64 (1:1.1.6-1+b2) ...- Setting up libpciaccess-dev:arm64 (0.17-3+b3) ...- Setting up libxcb-xfixes0:arm64 (1.17.0-2+b1) ...- Setting up libogg0:arm64 (1.3.5-3+b2) ...- Setting up liblerc4:arm64 (4.0.0+ds-5) ...- Setting up hicolor-icon-theme (0.18-2) ...- Setting up libxi6:arm64 (2:1.8.2-1) ...- Setting up libxrender1:arm64 (1:0.9.12-1) ...- Setting up libdatrie1:arm64 (0.2.13-3+b1) ...- Setting up xdg-user-dirs (0.18-2) ...- Setting up libxcb-render0:arm64 (1.17.0-2+b1) ...- Setting up libglvnd0:arm64 (1.7.0-1+b2) ...- Setting up libxcb-glx0:arm64 (1.17.0-2+b1) ...- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...- Setting up x11-common (1:7.7+24+deb13u1) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of start.- Setting up libsensors-config (1:3.6.2-2) ...- Setting up libdeflate0:arm64 (1.23-2) ...- Setting up libnss-systemd:arm64 (257.9-1~deb13u1) ...- Setting up xkb-data (2.42-1) ...- Setting up libxcb-shm0:arm64 (1.17.0-2+b1) ...- Setting up libmpg123-0t64:arm64 (1.32.10-1+deb13u1) ...- Setting up libffi-dev:arm64 (3.4.8-2) ...- Setting up libjbig0:arm64 (2.1-6.1+b2) ...- Setting up libpcre2-16-0:arm64 (10.46-1~deb13u1) ...- Setting up libelf1t64:arm64 (0.192-4) ...- Setting up libxxf86vm1:arm64 (1:1.1.4-1+b4) ...- Setting up libxcb-present0:arm64 (1.17.0-2+b1) ...- Setting up libsysprof-capture-4-dev:arm64 (48.0-2) ...- Setting up libasound2-data (1.2.14-1) ...- Setting up libz3-4:arm64 (4.13.3-1) ...- Setting up libpcre2-32-0:arm64 (10.46-1~deb13u1) ...- Setting up libglib2.0-0t64:arm64 (2.84.4-3~deb13u2) ...- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...- Setting up libpkgconf3:arm64 (1.8.1-4) ...- Setting up libgles2:arm64 (1.7.0-1+b2) ...- Setting up libasound2t64:arm64 (1.2.14-1) ...- Setting up libjpeg62-turbo:arm64 (1:2.1.5-4) ...- Setting up libepoxy0:arm64 (1.5.10-2) ...- Setting up libxfixes3:arm64 (1:6.0.0-2+b4) ...- Setting up libxcb-sync1:arm64 (1.17.0-2+b1) ...- Setting up uuid-dev:arm64 (2.41-5) ...- Setting up libavahi-common-data:arm64 (0.8-16) ...- Setting up libgles1:arm64 (1.7.0-1+b2) ...- Setting up libdbus-1-3:arm64 (1.16.2-2) ...- Setting up libfribidi0:arm64 (1.0.16-1) ...- Setting up libopus0:arm64 (1.5.2-2) ...- Setting up libxinerama1:arm64 (2:1.1.4-3+b4) ...- Setting up libxv1:arm64 (2:1.0.11-1.1+b3) ...- Setting up fonts-dejavu-mono (2.37-8) ...- Setting up libpng16-16t64:arm64 (1.6.48-1+deb13u4) ...- Setting up systemd-timesyncd (257.9-1~deb13u1) ...- Creating group 'systemd-timesync' with GID 997.- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.- Setting up libvorbis0a:arm64 (1.3.7-3) ...- Setting up libxrandr2:arm64 (2:1.5.4-1+b3) ...- Setting up fonts-dejavu-core (2.37-8) ...- Setting up libflac14:arm64 (1.5.0+ds-2) ...- Setting up libudev-dev:arm64 (257.9-1~deb13u1) ...- Setting up libsepol-dev:arm64 (3.8.1-1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up gir1.2-glib-2.0:arm64 (2.84.4-3~deb13u2) ...- Setting up libsensors5:arm64 (1:3.6.2-2) ...- Setting up libvulkan1:arm64 (1.4.309.0-1) ...- Setting up libwebp7:arm64 (1.5.0-0.1) ...- Setting up libxext-dev:arm64 (2:1.3.4-1+b3) ...- Setting up libsndio7.0:arm64 (1.10.0-0.1) ...- Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Setting up libpcre2-posix3:arm64 (10.46-1~deb13u1) ...- Setting up alsa-topology-conf (1.2.5.1-3) ...- Setting up libdav1d7:arm64 (1.5.1-1) ...- Setting up gir1.2-glib-2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Setting up libasyncns0:arm64 (0.8-6+b5) ...- Setting up libxshmfence1:arm64 (1.3.3-1) ...- Setting up at-spi2-common (2.56.2-1+deb13u1) ...- Setting up libtiff6:arm64 (4.7.0-3+deb13u2) ...- Setting up libxcb-randr0:arm64 (1.17.0-2+b1) ...- Setting up dbus-session-bus-common (1.16.2-2) ...- Setting up libthai-data (0.1.29-2) ...- Setting up sgml-base (1.31+nmu1) ...- Setting up libwayland-egl1:arm64 (1.23.1-3) ...- Setting up libxss1:arm64 (1:1.2.3-1+b3) ...- Setting up dbus-system-bus-common (1.16.2-2) ...- Creating group 'messagebus' with GID 996.- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.- Setting up libasound2-dev:arm64 (1.2.14-1) ...- Setting up libsamplerate0:arm64 (0.2.2-4+b2) ...- Setting up libdrm-common (2.4.124-2) ...- Setting up libxcomposite1:arm64 (1:0.4.6-1) ...- Setting up libxrender-dev:arm64 (1:0.9.12-1) ...- Setting up libjson-c5:arm64 (0.18+ds-1) ...- Setting up readline-common (8.2-6) ...- Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up dbus-bin (1.16.2-2) ...- Setting up libsystemd-dev:arm64 (257.9-1~deb13u1) ...- Setting up libmp3lame0:arm64 (3.100-6+b3) ...- Setting up libvorbisenc2:arm64 (1.3.7-3) ...- Setting up libkmod2:arm64 (34.2-2) ...- Setting up libxkbcommon0:arm64 (1.7.0-2) ...- Setting up libwayland-client0:arm64 (1.23.1-3) ...- Setting up libblkid-dev:arm64 (2.41-5) ...- Setting up libllvm19:arm64 (1:19.1.7-3+b1) ...- Setting up libice6:arm64 (2:1.1.1-1) ...- Setting up libsndio-dev:arm64 (1.10.0-0.1) ...- Setting up libatk1.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Setting up libpcre2-dev:arm64 (10.46-1~deb13u1) ...- Setting up libice-dev:arm64 (2:1.1.1-1) ...- Setting up alsa-ucm-conf (1.2.14-1) ...- Setting up libgirepository-2.0-0:arm64 (2.84.4-3~deb13u2) ...- Setting up libselinux1-dev:arm64 (3.8.1-1) ...- Setting up fontconfig-config (2.15.0-2.3) ...- Setting up libxtst6:arm64 (2:1.2.5-1) ...- Setting up libxxf86vm-dev:arm64 (1:1.1.4-1+b4) ...- Setting up libxkbcommon-dev:arm64 (1.7.0-2) ...- Setting up libxcursor1:arm64 (1:1.2.3-1) ...- Setting up libibus-1.0-5:arm64 (1.5.32-2) ...- Setting up libavahi-common3:arm64 (0.8-16) ...- Setting up libcloudproviders0:arm64 (0.3.6-2) ...- Setting up libglib2.0-bin (2.84.4-3~deb13u2) ...- Setting up dbus-daemon (1.16.2-2) ...- Setting up libxss-dev:arm64 (1:1.2.3-1+b3) ...- Setting up libcolord2:arm64 (1.4.7-3) ...- Setting up pkgconf:arm64 (1.8.1-4) ...- Setting up libdconf1:arm64 (0.40.0-5) ...- Setting up libxfixes-dev:arm64 (1:6.0.0-2+b4) ...- Setting up libthai0:arm64 (0.1.29-2+b1) ...- Setting up libxv-dev:arm64 (2:1.0.11-1.1+b3) ...- Setting up libwayland-bin (1.23.1-3) ...- Setting up libxrandr-dev:arm64 (2:1.5.4-1+b3) ...- Setting up libfreetype6:arm64 (2.13.3+dfsg-1+deb13u1) ...- Setting up libatspi2.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Setting up dbus (1.16.2-2) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of start.- Setting up shared-mime-info (2.4-5+b2) ...- Setting up pkg-config:arm64 (1.8.1-4) ...- Setting up libxinerama-dev:arm64 (2:1.1.4-3+b4) ...- Setting up libreadline8t64:arm64 (8.2-6) ...- Setting up libdrm2:arm64 (2.4.124-2) ...- Setting up libwayland-cursor0:arm64 (1.23.1-3) ...- Setting up xml-core (0.19) ...- Setting up libpam-systemd:arm64 (257.9-1~deb13u1) ...- Setting up libdecor-0-0:arm64 (0.2.2-2) ...- Setting up libharfbuzz0b:arm64 (10.2.0-1+b1) ...- Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-4+deb13u1) ...- Setting up libfontconfig1:arm64 (2.15.0-2.3) ...- Setting up libsndfile1:arm64 (1.2.2-2+deb13u1) ...- Setting up libxi-dev:arm64 (2:1.8.2-1) ...- Setting up gir1.2-ibus-1.0:arm64 (1.5.32-2) ...- Setting up libsm6:arm64 (2:1.2.6-1) ...- Setting up libpython3.13-stdlib:arm64 (3.13.5-2) ...- Setting up libavahi-client3:arm64 (0.8-16) ...- Setting up libmount-dev:arm64 (2.41-5) ...- Setting up libpython3-stdlib:arm64 (3.13.5-1) ...- Setting up libdrm-amdgpu1:arm64 (2.4.124-2) ...- Setting up libatk-bridge2.0-0t64:arm64 (2.56.2-1+deb13u1) ...- Setting up mesa-vulkan-drivers:arm64 (25.0.7-2) ...- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...- Setting up mesa-libgallium:arm64 (25.0.7-2) ...- Setting up fontconfig (2.15.0-2.3) ...- Regenerating fonts cache...- done.- Setting up libdrm-nouveau2:arm64 (2.4.124-2) ...- Setting up libgio-2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Setting up girepository-tools:arm64 (2.84.4-3~deb13u2) ...- Setting up libdrm-etnaviv1:arm64 (2.4.124-2) ...- Setting up libgbm1:arm64 (25.0.7-2) ...- Setting up libpulse0:arm64 (17.0+dfsg1-2+b1) ...- Setting up python3.13 (3.13.5-2) ...- Setting up libsm-dev:arm64 (2:1.2.6-1) ...- Setting up libdrm-radeon1:arm64 (2.4.124-2) ...- Setting up libxcursor-dev:arm64 (1:1.2.3-1) ...- Setting up libpango-1.0-0:arm64 (1.56.3-1) ...- Setting up libsamplerate0-dev:arm64 (0.2.2-4+b2) ...- Setting up libgl1-mesa-dri:arm64 (25.0.7-2) ...- Setting up python3 (3.13.5-1) ...- running python rtupdate hooks for python3.13...- running python post-rtupdate hooks for python3.13...- Setting up libwayland-dev:arm64 (1.23.1-3) ...- Setting up libcairo2:arm64 (1.18.4-1+b1) ...- Setting up libgbm-dev:arm64 (25.0.7-2) ...- Setting up libdecor-0-dev:arm64 (0.2.2-2) ...- Setting up dbus-user-session (1.16.2-2) ...- Setting up libegl-mesa0:arm64 (25.0.7-2) ...- Setting up python3-packaging (25.0-1) ...- Setting up adwaita-icon-theme (48.1-1) ...- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode- Setting up libpulse-mainloop-glib0:arm64 (17.0+dfsg1-2+b1) ...- Setting up libxt6t64:arm64 (1:1.2.1-1.2+b2) ...- Setting up libdrm-freedreno1:arm64 (2.4.124-2) ...- Setting up libdrm-tegra0:arm64 (2.4.124-2) ...- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...- Setting up libegl1:arm64 (1.7.0-1+b2) ...- Setting up libcairo-gobject2:arm64 (1.18.4-1+b1) ...- Setting up libpangoft2-1.0-0:arm64 (1.56.3-1) ...- Setting up libsdl2-2.0-0:arm64 (2.32.4+dfsg-1) ...- Setting up libcups2t64:arm64 (2.4.10-3+deb13u2) ...- Setting up libpangocairo-1.0-0:arm64 (1.56.3-1) ...- Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...- Setting up libdrm-dev:arm64 (2.4.124-2) ...- Setting up libglx-mesa0:arm64 (25.0.7-2) ...- Setting up libglx0:arm64 (1.7.0-1+b2) ...- Setting up dconf-service (0.40.0-5) ...- Setting up librsvg2-2:arm64 (2.60.0+dfsg-1) ...- Setting up libgl1:arm64 (1.7.0-1+b2) ...- Setting up libxt-dev:arm64 (1:1.2.1-1.2+b2) ...- Setting up librsvg2-common:arm64 (2.60.0+dfsg-1) ...- Setting up libglx-dev:arm64 (1.7.0-1+b2) ...- Setting up libgl-dev:arm64 (1.7.0-1+b2) ...- Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ...- Setting up dconf-gsettings-backend:arm64 (0.40.0-5) ...- Setting up libegl-dev:arm64 (1.7.0-1+b2) ...- Setting up libglib2.0-dev:arm64 (2.84.4-3~deb13u2) ...- Setting up libpulse-dev:arm64 (17.0+dfsg1-2+b1) ...- Setting up libgles-dev:arm64 (1.7.0-1+b2) ...- Setting up libgtk-3-common (3.24.49-3) ...- Setting up gsettings-desktop-schemas (48.0-1) ...- Setting up libgtk-3-0t64:arm64 (3.24.49-3) ...- Setting up at-spi2-core (2.56.2-1+deb13u1) ...- Setting up libdecor-0-plugin-1-gtk:arm64 (0.2.2-2) ...- Setting up libgtk-3-bin (3.24.49-3) ...- Setting up dmsetup (2:1.02.205-2) ...- Setting up libdevmapper1.02.1:arm64 (2:1.02.205-2) ...- Setting up libcryptsetup12:arm64 (2:2.7.5-2) ...- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...- Processing triggers for procps (2:4.0.4-9) ...- grep: /proc/1/environ: Permission denied- procps: Applying updated sysctl configuration- sysctl: permission denied on key "kernel.core_pattern"- sysctl: permission denied on key "kernel.unprivileged_userns_clone"- sysctl: permission denied on key "kernel.sysrq"- sysctl: permission denied on key "kernel.core_uses_pid"- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f0np0.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f1np1.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.eno1.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.eno2.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f0np0.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f1np1.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.eno1.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.eno2.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f0np0.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.enP1p1s0f1np1.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.eno1.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.eno2.promote_secondaries"- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring- sysctl: permission denied on key "net.core.default_qdisc", ignoring- sysctl: permission denied on key "fs.protected_hardlinks"- sysctl: permission denied on key "fs.protected_symlinks"- sysctl: permission denied on key "fs.protected_regular"- sysctl: permission denied on key "fs.protected_fifos"- sysctl: permission denied on key "vm.max_map_count"- sysctl: permission denied on key "kernel.pid_max"- Processing triggers for libc-bin (2.41-12+deb13u2) ...- Processing triggers for systemd (257.9-1~deb13u1) ...- Processing triggers for sgml-base (1.31+nmu1) ...- Setting up libdbus-1-dev:arm64 (1.16.2-2) ...- Setting up libibus-1.0-dev:arm64 (1.5.32-2) ...- Setting up libsdl2-dev:arm64 (2.32.4+dfsg-1) ...- Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-4+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-05-05 15:46.18 ---> saved as "1b9008c6eac4a43c276c22ab39c9d4f218c970b3a09d87d11a2fbf70d5433e98"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 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.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.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 15:47.19 ---> saved as "e9bbb7e10840e6b089972ff6ca7893867842ffc4ca4d5ac34d2f30a3c65ee75f"/src: (copy (src .) (dst /src))2026-05-05 15:47.19 ---> saved as "393139a5751d45bc9479c7e693cfeef3a75338b46092dbfa788c425754748970"/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,32,4)error: XDG_RUNTIME_DIR is invalid or not set in the environment.2026-05-05 15:47.25 ---> saved as "58110c22bef697a87700a04600410ea33d1114aa2872efc33435e451f3fe51a9"Job succeeded2026-05-05 15:47.26: Job succeeded