2026-02-23 16:59.15: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (fdfec639002cd9c3a9b5fb80836aa83de43b62da) (linux-arm64:debian-13-4.14_arm32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard fdfec639 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 # debian-13-4.14_arm32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-23 16:59.15: Using cache hint "sanette/bogue-ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0-debian-13-4.14_arm32_opam-2.5-4f8da32203d3af7699d6086d7e3e87ea" 2026-02-23 16:59.15: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0) (comment debian-13-4.14_arm32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1") (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 bogue.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-02-23 16:59.15: Waiting for resource in pool OCluster 2026-02-23 16:59.16: Waiting for worker… 2026-02-23 17:27.36: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at fdfec63 changelog (from ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0' locally docker.io/ocaml/opam@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0: Pulling from ocaml/opam e712004ad7e7: Pulling fs layer f4a2e9816aad: Pulling fs layer b14c4857e1a9: Pulling fs layer 9c930e2cb2ec: Pulling fs layer 19df24c44b68: Pulling fs layer 2a9173c17dde: Pulling fs layer f05d30e027df: Pulling fs layer 847f46d86916: Pulling fs layer 3eeb3101b6ee: Pulling fs layer 5da418d5a6de: Pulling fs layer 462770ac6080: Pulling fs layer aa0023295cef: Pulling fs layer 257f31c177b1: Pulling fs layer 336791f88cff: Pulling fs layer be89abc29155: Pulling fs layer f77baff82d34: Pulling fs layer 907bc802738d: Pulling fs layer 81c246c404f9: Pulling fs layer b6e475e3854d: Pulling fs layer 847f46d86916: Waiting fef9953c549d: Pulling fs layer 38fcba0da00a: Pulling fs layer 4f4fb700ef54: Pulling fs layer 9c930e2cb2ec: Waiting e712004ad7e7: Waiting 03880e84f14b: Pulling fs layer f4a2e9816aad: Waiting b5aeaeb94e07: Pulling fs layer b14c4857e1a9: Waiting 38a9bd2f4744: Pulling fs layer 2a9173c17dde: Waiting 19df24c44b68: Waiting f05d30e027df: Waiting 907bc802738d: Waiting fef9953c549d: Waiting 3eeb3101b6ee: Waiting 5e65f7efc058: Pulling fs layer 5da418d5a6de: Waiting 462770ac6080: Waiting 81c246c404f9: Waiting 5edbaf3e2682: Pulling fs layer aa0023295cef: Waiting b6e475e3854d: Waiting 257f31c177b1: Waiting be89abc29155: Waiting f77baff82d34: Waiting 336791f88cff: Waiting ffcaad2b6111: Pulling fs layer 03880e84f14b: Waiting 38fcba0da00a: Waiting 38a9bd2f4744: Waiting 4f4fb700ef54: Waiting b5aeaeb94e07: Waiting 5e65f7efc058: Waiting 8b0ebaf5f4b3: Pulling fs layer 5edbaf3e2682: Waiting be3c368bde1b: Pulling fs layer ffcaad2b6111: Waiting 8b0ebaf5f4b3: Waiting b62f8f7e31ae: Pulling fs layer 11c7d2a34a82: Pulling fs layer b35308a43e0f: Pulling fs layer b62f8f7e31ae: Waiting be3c368bde1b: Waiting d86292649578: Pulling fs layer 11c7d2a34a82: Waiting 561950a070c6: Pulling fs layer b35308a43e0f: Waiting d86292649578: Waiting ef19f07d583e: Pulling fs layer 561950a070c6: Waiting 0e25da84ed2f: Pulling fs layer ef19f07d583e: Waiting 09d767361b2b: Pulling fs layer 0e25da84ed2f: Waiting 4550e0b1212a: Pulling fs layer a26a297765ea: Pulling fs layer 09d767361b2b: Waiting 4550e0b1212a: Waiting 817d4ef92f18: Pulling fs layer a26a297765ea: Waiting 93e4b5be6add: Pulling fs layer 817d4ef92f18: Waiting d59d5fbe343a: Pulling fs layer 067bb54dc608: Pulling fs layer 93e4b5be6add: Waiting 067bb54dc608: Waiting d59d5fbe343a: Waiting e712004ad7e7: Download complete f4a2e9816aad: Verifying Checksum f4a2e9816aad: Download complete b14c4857e1a9: Verifying Checksum b14c4857e1a9: Download complete e712004ad7e7: Pull complete f4a2e9816aad: Pull complete b14c4857e1a9: Pull complete 9c930e2cb2ec: Verifying Checksum 9c930e2cb2ec: Download complete 19df24c44b68: Download complete 9c930e2cb2ec: Pull complete 19df24c44b68: Pull complete f05d30e027df: Verifying Checksum f05d30e027df: Download complete 847f46d86916: Verifying Checksum 847f46d86916: Download complete 3eeb3101b6ee: Verifying Checksum 3eeb3101b6ee: Download complete 5da418d5a6de: Verifying Checksum 5da418d5a6de: Download complete 462770ac6080: Verifying Checksum 462770ac6080: Download complete aa0023295cef: Verifying Checksum aa0023295cef: Download complete 257f31c177b1: Verifying Checksum 257f31c177b1: Download complete 336791f88cff: Verifying Checksum 336791f88cff: Download complete be89abc29155: Verifying Checksum be89abc29155: Download complete f77baff82d34: Verifying Checksum f77baff82d34: Download complete 907bc802738d: Verifying Checksum 907bc802738d: Download complete 81c246c404f9: Verifying Checksum 81c246c404f9: Download complete b6e475e3854d: Verifying Checksum b6e475e3854d: Download complete fef9953c549d: Download complete 38fcba0da00a: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 03880e84f14b: Verifying Checksum 03880e84f14b: Download complete b5aeaeb94e07: Download complete 38a9bd2f4744: Verifying Checksum 38a9bd2f4744: Download complete 5e65f7efc058: Verifying Checksum 5e65f7efc058: Download complete 5edbaf3e2682: Download complete ffcaad2b6111: Verifying Checksum ffcaad2b6111: Download complete 8b0ebaf5f4b3: Verifying Checksum 8b0ebaf5f4b3: Download complete be3c368bde1b: Verifying Checksum be3c368bde1b: Download complete b62f8f7e31ae: Download complete 11c7d2a34a82: Verifying Checksum 11c7d2a34a82: Download complete b35308a43e0f: Verifying Checksum b35308a43e0f: Download complete d86292649578: Verifying Checksum d86292649578: Download complete ef19f07d583e: Download complete 2a9173c17dde: Verifying Checksum 2a9173c17dde: Download complete 09d767361b2b: Verifying Checksum 09d767361b2b: Download complete 4550e0b1212a: Verifying Checksum 4550e0b1212a: Download complete a26a297765ea: Verifying Checksum a26a297765ea: Download complete 2a9173c17dde: Pull complete f05d30e027df: Pull complete 847f46d86916: Pull complete 3eeb3101b6ee: Pull complete 5da418d5a6de: Pull complete 462770ac6080: Pull complete aa0023295cef: Pull complete 257f31c177b1: Pull complete 336791f88cff: Pull complete be89abc29155: Pull complete f77baff82d34: Pull complete 907bc802738d: Pull complete 81c246c404f9: Pull complete b6e475e3854d: Pull complete fef9953c549d: Pull complete 38fcba0da00a: Pull complete 4f4fb700ef54: Pull complete 03880e84f14b: Pull complete b5aeaeb94e07: Pull complete 38a9bd2f4744: Pull complete 5e65f7efc058: Pull complete 5edbaf3e2682: Pull complete ffcaad2b6111: Pull complete 8b0ebaf5f4b3: Pull complete be3c368bde1b: Pull complete b62f8f7e31ae: Pull complete 11c7d2a34a82: Pull complete b35308a43e0f: Pull complete d86292649578: Pull complete 817d4ef92f18: Verifying Checksum 817d4ef92f18: Download complete d59d5fbe343a: Verifying Checksum d59d5fbe343a: Download complete 067bb54dc608: Verifying Checksum 067bb54dc608: Download complete 561950a070c6: Verifying Checksum 561950a070c6: Download complete 561950a070c6: Pull complete ef19f07d583e: Pull complete 0e25da84ed2f: Verifying Checksum 0e25da84ed2f: Download complete 0e25da84ed2f: Pull complete 09d767361b2b: Pull complete 4550e0b1212a: Pull complete a26a297765ea: Pull complete 817d4ef92f18: Pull complete 93e4b5be6add: Pull complete d59d5fbe343a: Pull complete 067bb54dc608: Pull complete Digest: sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 Status: Downloaded newer image for ocaml/opam@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 2026-02-23 17:27.37 ---> using "275249804ec3de03d27fc594a34b0667fbb635db87ef97f4cf2cb6053b56158d" from cache /: (comment debian-13-4.14_arm32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-23 17:27.37 ---> using "dc63d69dbc9fe4e5b26975786ac16b79c9aa594d2467b61c334f40a904c6e32f" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-23 17:27.37 ---> using "24c5010e165147c757c0333cba3e1cd9a09c6c5215b8afeb7eea18623b9fbde9" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-23 17:27.37 ---> using "664abb3b0e28e38887c969e7dd4213d361170ea19cf554ed0b8afd336d0221a1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-23 17:27.37 ---> using "d6e8d3aa2a812259d92d9beaac3a9d91bb267f7cc2ce1ee581efb82aeb6df88b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..a60948cc4a master -> origin/master 9464771fda Merge pull request #29437 from jrfondren/master <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.1"), 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-02-23 17:27.37 ---> using "090117b07fa10af079c16a0f8479dd554006b859349add83cb0de6a82d706947" from cache /src: (copy (src bogue.opam) (dst ./)) 2026-02-23 17:27.38 ---> saved as "6c9a8ed50481191a7b156fd061f39243728c560d936a6d8c0f96c044b7d52d0b" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2026-02-23 17:27.42 ---> saved as "337a1f76603f1f49ccdcccd793f775a18c66c31808050090cf01501698cd2516" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-23 17:27.44 ---> saved as "60c359afa1b318ca305d79d23b369f87a315e62232a759d8d50f00cf5e40c673" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1") /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 bogue.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 armhf Packages [106 kB] - Fetched 197 kB in 0s (505 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config" - Preconfiguring packages ... - Selecting previously unselected package libsystemd-shared:armhf. - (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 ... 20349 files and directories currently installed.) - Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_armhf.deb ... - Unpacking libsystemd-shared:armhf (257.9-1~deb13u1) ... - Setting up libsystemd-shared:armhf (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 ... 20357 files and directories currently installed.) - Preparing to unpack .../systemd_257.9-1~deb13u1_armhf.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 ... 21289 files and directories currently installed.) - Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_armhf.deb ... - Unpacking systemd-sysv (257.9-1~deb13u1) ... - Selecting previously unselected package libdbus-1-3:armhf. - Preparing to unpack .../1-libdbus-1-3_1.16.2-2_armhf.deb ... - Unpacking libdbus-1-3:armhf (1.16.2-2) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../2-dbus-bin_1.16.2-2_armhf.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_armhf.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_armhf.deb ... - Unpacking dbus (1.16.2-2) ... - Selecting previously unselected package libpython3.13-minimal:armhf. - Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_armhf.deb ... - Unpacking libpython3.13-minimal:armhf (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../8-python3.13-minimal_3.13.5-2_armhf.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:armhf (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 ... 21706 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_armhf.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:armhf. - Preparing to unpack .../3-libreadline8t64_8.2-6_armhf.deb ... - Adding 'diversion of /lib/arm-linux-gnueabihf/libhistory.so.8 to /lib/arm-linux-gnueabihf/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libhistory.so.8.2 to /lib/arm-linux-gnueabihf/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libreadline.so.8 to /lib/arm-linux-gnueabihf/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/arm-linux-gnueabihf/libreadline.so.8.2 to /lib/arm-linux-gnueabihf/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:armhf (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:armhf. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_armhf.deb ... - Unpacking libpython3.13-stdlib:armhf (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_armhf.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:armhf. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_armhf.deb ... - Unpacking libpython3-stdlib:armhf (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 ... 22192 files and directories currently installed.) - Preparing to unpack .../000-python3_3.13.5-1_armhf.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package libnss-systemd:armhf. - Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_armhf.deb ... - Unpacking libnss-systemd:armhf (257.9-1~deb13u1) ... - Selecting previously unselected package libpam-systemd:armhf. - Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_armhf.deb ... - Unpacking libpam-systemd:armhf (257.9-1~deb13u1) ... - Selecting previously unselected package systemd-timesyncd. - Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_armhf.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_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ... - Selecting previously unselected package libglib2.0-0t64:armhf. - Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libglib2.0-0t64:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package libxml2:armhf. - Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_armhf.deb ... - Unpacking libxml2:armhf (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_armhf.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package libjpeg62-turbo:armhf. - Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_armhf.deb ... - Unpacking libjpeg62-turbo:armhf (1:2.1.5-4) ... - Selecting previously unselected package libpng16-16t64:armhf. - Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u3_armhf.deb ... - Unpacking libpng16-16t64:armhf (1.6.48-1+deb13u3) ... - Selecting previously unselected package libdeflate0:armhf. - Preparing to unpack .../010-libdeflate0_1.23-2_armhf.deb ... - Unpacking libdeflate0:armhf (1.23-2) ... - Selecting previously unselected package libjbig0:armhf. - Preparing to unpack .../011-libjbig0_2.1-6.1+b2_armhf.deb ... - Unpacking libjbig0:armhf (2.1-6.1+b2) ... - Selecting previously unselected package liblerc4:armhf. - Preparing to unpack .../012-liblerc4_4.0.0+ds-5_armhf.deb ... - Unpacking liblerc4:armhf (4.0.0+ds-5) ... - Selecting previously unselected package libsharpyuv0:armhf. - Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_armhf.deb ... - Unpacking libsharpyuv0:armhf (1.5.0-0.1) ... - Selecting previously unselected package libwebp7:armhf. - Preparing to unpack .../014-libwebp7_1.5.0-0.1_armhf.deb ... - Unpacking libwebp7:armhf (1.5.0-0.1) ... - Selecting previously unselected package libtiff6:armhf. - Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u1_armhf.deb ... - Unpacking libtiff6:armhf (4.7.0-3+deb13u1) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:armhf. - Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4_armhf.deb ... - Unpacking libgdk-pixbuf-2.0-0:armhf (2.42.12+dfsg-4) ... - Selecting previously unselected package gtk-update-icon-cache. - Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_armhf.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:armhf. - Preparing to unpack .../022-libasound2t64_1.2.14-1_armhf.deb ... - Unpacking libasound2t64:armhf (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:armhf. - Preparing to unpack .../025-libxi6_2%3a1.8.2-1_armhf.deb ... - Unpacking libxi6:armhf (2:1.8.2-1) ... - Selecting previously unselected package libatspi2.0-0t64:armhf. - Preparing to unpack .../026-libatspi2.0-0t64_2.56.2-1+deb13u1_armhf.deb ... - Unpacking libatspi2.0-0t64:armhf (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:armhf. - Preparing to unpack .../028-libxtst6_2%3a1.2.5-1_armhf.deb ... - Unpacking libxtst6:armhf (2:1.2.5-1) ... - Selecting previously unselected package dbus-user-session. - Preparing to unpack .../029-dbus-user-session_1.16.2-2_armhf.deb ... - Unpacking dbus-user-session (1.16.2-2) ... - Selecting previously unselected package libdconf1:armhf. - Preparing to unpack .../030-libdconf1_0.40.0-5_armhf.deb ... - Unpacking libdconf1:armhf (0.40.0-5) ... - Selecting previously unselected package dconf-service. - Preparing to unpack .../031-dconf-service_0.40.0-5_armhf.deb ... - Unpacking dconf-service (0.40.0-5) ... - Selecting previously unselected package dconf-gsettings-backend:armhf. - Preparing to unpack .../032-dconf-gsettings-backend_0.40.0-5_armhf.deb ... - Unpacking dconf-gsettings-backend:armhf (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_armhf.deb ... - Unpacking at-spi2-core (2.56.2-1+deb13u1) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../035-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package libdevmapper1.02.1:armhf. - Preparing to unpack .../036-libdevmapper1.02.1_2%3a1.02.205-2_armhf.deb ... - Unpacking libdevmapper1.02.1:armhf (2:1.02.205-2) ... - Selecting previously unselected package dmsetup. - Preparing to unpack .../037-dmsetup_2%3a1.02.205-2_armhf.deb ... - Unpacking dmsetup (2:1.02.205-2) ... - Selecting previously unselected package libfreetype6:armhf. - Preparing to unpack .../038-libfreetype6_2.13.3+dfsg-1_armhf.deb ... - Unpacking libfreetype6:armhf (2.13.3+dfsg-1) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../039-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 .../040-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../041-fontconfig-config_2.15.0-2.3_armhf.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1:armhf. - Preparing to unpack .../042-libfontconfig1_2.15.0-2.3_armhf.deb ... - Unpacking libfontconfig1:armhf (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../043-fontconfig_2.15.0-2.3_armhf.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package gir1.2-glib-2.0:armhf. - Preparing to unpack .../044-gir1.2-glib-2.0_2.84.4-3~deb13u2_armhf.deb ... - Unpacking gir1.2-glib-2.0:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package libpixman-1-0:armhf. - Preparing to unpack .../045-libpixman-1-0_0.44.0-3_armhf.deb ... - Unpacking libpixman-1-0:armhf (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:armhf. - Preparing to unpack .../046-libxcb-render0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-render0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:armhf. - Preparing to unpack .../047-libxcb-shm0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-shm0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:armhf. - Preparing to unpack .../048-libxrender1_1%3a0.9.12-1_armhf.deb ... - Unpacking libxrender1:armhf (1:0.9.12-1) ... - Selecting previously unselected package libcairo2:armhf. - Preparing to unpack .../049-libcairo2_1.18.4-1+b1_armhf.deb ... - Unpacking libcairo2:armhf (1.18.4-1+b1) ... - Selecting previously unselected package libcairo-gobject2:armhf. - Preparing to unpack .../050-libcairo-gobject2_1.18.4-1+b1_armhf.deb ... - Unpacking libcairo-gobject2:armhf (1.18.4-1+b1) ... - Selecting previously unselected package gir1.2-freedesktop:armhf. - Preparing to unpack .../051-gir1.2-freedesktop_1.84.0-1_armhf.deb ... - Unpacking gir1.2-freedesktop:armhf (1.84.0-1) ... - Selecting previously unselected package gir1.2-glib-2.0-dev:armhf. - Preparing to unpack .../052-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_armhf.deb ... - Unpacking gir1.2-glib-2.0-dev:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package gir1.2-freedesktop-dev:armhf. - Preparing to unpack .../053-gir1.2-freedesktop-dev_1.84.0-1_armhf.deb ... - Unpacking gir1.2-freedesktop-dev:armhf (1.84.0-1) ... - Selecting previously unselected package libgraphite2-3:armhf. - Preparing to unpack .../054-libgraphite2-3_1.3.14-2+b1_armhf.deb ... - Unpacking libgraphite2-3:armhf (1.3.14-2+b1) ... - Selecting previously unselected package libharfbuzz0b:armhf. - Preparing to unpack .../055-libharfbuzz0b_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz0b:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-gobject0:armhf. - Preparing to unpack .../056-libharfbuzz-gobject0_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz-gobject0:armhf (10.2.0-1+b1) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:armhf. - Preparing to unpack .../057-gir1.2-harfbuzz-0.0_10.2.0-1+b1_armhf.deb ... - Unpacking gir1.2-harfbuzz-0.0:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-5:armhf. - Preparing to unpack .../058-libibus-1.0-5_1.5.32-2_armhf.deb ... - Unpacking libibus-1.0-5:armhf (1.5.32-2) ... - Selecting previously unselected package gir1.2-ibus-1.0:armhf. - Preparing to unpack .../059-gir1.2-ibus-1.0_1.5.32-2_armhf.deb ... - Unpacking gir1.2-ibus-1.0:armhf (1.5.32-2) ... - Selecting previously unselected package native-architecture. - Preparing to unpack .../060-native-architecture_0.2.6_all.deb ... - Unpacking native-architecture (0.2.6) ... - Selecting previously unselected package libgirepository-2.0-0:armhf. - Preparing to unpack .../061-libgirepository-2.0-0_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libgirepository-2.0-0:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package girepository-tools:armhf. - Preparing to unpack .../062-girepository-tools_2.84.4-3~deb13u2_armhf.deb ... - Unpacking girepository-tools:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package libicu76:armhf. - Preparing to unpack .../063-libicu76_76.1-4_armhf.deb ... - Unpacking libicu76:armhf (76.1-4) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../064-icu-devtools_76.1-4_armhf.deb ... - Unpacking icu-devtools (76.1-4) ... - Selecting previously unselected package libasound2-dev:armhf. - Preparing to unpack .../065-libasound2-dev_1.2.14-1_armhf.deb ... - Unpacking libasound2-dev:armhf (1.2.14-1) ... - Selecting previously unselected package libasyncns0:armhf. - Preparing to unpack .../066-libasyncns0_0.8-6+b5_armhf.deb ... - Unpacking libasyncns0:armhf (0.8-6+b5) ... - Selecting previously unselected package libatk1.0-0t64:armhf. - Preparing to unpack .../067-libatk1.0-0t64_2.56.2-1+deb13u1_armhf.deb ... - Unpacking libatk1.0-0t64:armhf (2.56.2-1+deb13u1) ... - Selecting previously unselected package libatk-bridge2.0-0t64:armhf. - Preparing to unpack .../068-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_armhf.deb ... - Unpacking libatk-bridge2.0-0t64:armhf (2.56.2-1+deb13u1) ... - Selecting previously unselected package libavahi-common-data:armhf. - Preparing to unpack .../069-libavahi-common-data_0.8-16_armhf.deb ... - Unpacking libavahi-common-data:armhf (0.8-16) ... - Selecting previously unselected package libavahi-common3:armhf. - Preparing to unpack .../070-libavahi-common3_0.8-16_armhf.deb ... - Unpacking libavahi-common3:armhf (0.8-16) ... - Selecting previously unselected package libavahi-client3:armhf. - Preparing to unpack .../071-libavahi-client3_0.8-16_armhf.deb ... - Unpacking libavahi-client3:armhf (0.8-16) ... - Selecting previously unselected package uuid-dev:armhf. - Preparing to unpack .../072-uuid-dev_2.41-5_armhf.deb ... - Unpacking uuid-dev:armhf (2.41-5) ... - Selecting previously unselected package libblkid-dev:armhf. - Preparing to unpack .../073-libblkid-dev_2.41-5_armhf.deb ... - Unpacking libblkid-dev:armhf (2.41-5) ... - Selecting previously unselected package libbrotli-dev:armhf. - Preparing to unpack .../074-libbrotli-dev_1.1.0-2+b7_armhf.deb ... - Unpacking libbrotli-dev:armhf (1.1.0-2+b7) ... - Selecting previously unselected package libbz2-dev:armhf. - Preparing to unpack .../075-libbz2-dev_1.0.8-6_armhf.deb ... - Unpacking libbz2-dev:armhf (1.0.8-6) ... - Selecting previously unselected package libcloudproviders0:armhf. - Preparing to unpack .../076-libcloudproviders0_0.3.6-2_armhf.deb ... - Unpacking libcloudproviders0:armhf (0.3.6-2) ... - Selecting previously unselected package liblcms2-2:armhf. - Preparing to unpack .../077-liblcms2-2_2.16-2_armhf.deb ... - Unpacking liblcms2-2:armhf (2.16-2) ... - Selecting previously unselected package libcolord2:armhf. - Preparing to unpack .../078-libcolord2_1.4.7-3_armhf.deb ... - Unpacking libcolord2:armhf (1.4.7-3) ... - Selecting previously unselected package libjson-c5:armhf. - Preparing to unpack .../079-libjson-c5_0.18+ds-1_armhf.deb ... - Unpacking libjson-c5:armhf (0.18+ds-1) ... - Selecting previously unselected package libcryptsetup12:armhf. - Preparing to unpack .../080-libcryptsetup12_2%3a2.7.5-2_armhf.deb ... - Unpacking libcryptsetup12:armhf (2:2.7.5-2) ... - Selecting previously unselected package libcups2t64:armhf. - Preparing to unpack .../081-libcups2t64_2.4.10-3+deb13u2_armhf.deb ... - Unpacking libcups2t64:armhf (2.4.10-3+deb13u2) ... - Selecting previously unselected package libdatrie1:armhf. - Preparing to unpack .../082-libdatrie1_0.2.13-3+b1_armhf.deb ... - Unpacking libdatrie1:armhf (0.2.13-3+b1) ... - Selecting previously unselected package libdav1d7:armhf. - Preparing to unpack .../083-libdav1d7_1.5.1-1_armhf.deb ... - Unpacking libdav1d7:armhf (1.5.1-1) ... - Selecting previously unselected package libsystemd-dev:armhf. - Preparing to unpack .../084-libsystemd-dev_257.9-1~deb13u1_armhf.deb ... - Unpacking libsystemd-dev:armhf (257.9-1~deb13u1) ... - Selecting previously unselected package libpkgconf3:armhf. - Preparing to unpack .../085-libpkgconf3_1.8.1-4_armhf.deb ... - Unpacking libpkgconf3:armhf (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../086-pkgconf-bin_1.8.1-4_armhf.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:armhf. - Preparing to unpack .../087-pkgconf_1.8.1-4_armhf.deb ... - Unpacking pkgconf:armhf (1.8.1-4) ... - Selecting previously unselected package sgml-base. - Preparing to unpack .../088-sgml-base_1.31+nmu1_all.deb ... - Unpacking sgml-base (1.31+nmu1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../089-xml-core_0.19_all.deb ... - Unpacking xml-core (0.19) ... - Selecting previously unselected package libdbus-1-dev:armhf. - Preparing to unpack .../090-libdbus-1-dev_1.16.2-2_armhf.deb ... - Unpacking libdbus-1-dev:armhf (1.16.2-2) ... - Selecting previously unselected package libwayland-client0:armhf. - Preparing to unpack .../091-libwayland-client0_1.23.1-3_armhf.deb ... - Unpacking libwayland-client0:armhf (1.23.1-3) ... - Selecting previously unselected package libdecor-0-0:armhf. - Preparing to unpack .../092-libdecor-0-0_0.2.2-2_armhf.deb ... - Unpacking libdecor-0-0:armhf (0.2.2-2) ... - Selecting previously unselected package libwayland-server0:armhf. - Preparing to unpack .../093-libwayland-server0_1.23.1-3_armhf.deb ... - Unpacking libwayland-server0:armhf (1.23.1-3) ... - Selecting previously unselected package libwayland-cursor0:armhf. - Preparing to unpack .../094-libwayland-cursor0_1.23.1-3_armhf.deb ... - Unpacking libwayland-cursor0:armhf (1.23.1-3) ... - Selecting previously unselected package libwayland-egl1:armhf. - Preparing to unpack .../095-libwayland-egl1_1.23.1-3_armhf.deb ... - Unpacking libwayland-egl1:armhf (1.23.1-3) ... - Selecting previously unselected package libwayland-bin. - Preparing to unpack .../096-libwayland-bin_1.23.1-3_armhf.deb ... - Unpacking libwayland-bin (1.23.1-3) ... - Selecting previously unselected package libffi-dev:armhf. - Preparing to unpack .../097-libffi-dev_3.4.8-2_armhf.deb ... - Unpacking libffi-dev:armhf (3.4.8-2) ... - Selecting previously unselected package libwayland-dev:armhf. - Preparing to unpack .../098-libwayland-dev_1.23.1-3_armhf.deb ... - Unpacking libwayland-dev:armhf (1.23.1-3) ... - Selecting previously unselected package libdecor-0-dev:armhf. - Preparing to unpack .../099-libdecor-0-dev_0.2.2-2_armhf.deb ... - Unpacking libdecor-0-dev:armhf (0.2.2-2) ... - Selecting previously unselected package libepoxy0:armhf. - Preparing to unpack .../100-libepoxy0_1.5.10-2_armhf.deb ... - Unpacking libepoxy0:armhf (1.5.10-2) ... - Selecting previously unselected package libfribidi0:armhf. - Preparing to unpack .../101-libfribidi0_1.0.16-1_armhf.deb ... - Unpacking libfribidi0:armhf (1.0.16-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../102-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libthai0:armhf. - Preparing to unpack .../103-libthai0_0.1.29-2+b1_armhf.deb ... - Unpacking libthai0:armhf (0.1.29-2+b1) ... - Selecting previously unselected package libpango-1.0-0:armhf. - Preparing to unpack .../104-libpango-1.0-0_1.56.3-1_armhf.deb ... - Unpacking libpango-1.0-0:armhf (1.56.3-1) ... - Selecting previously unselected package libpangoft2-1.0-0:armhf. - Preparing to unpack .../105-libpangoft2-1.0-0_1.56.3-1_armhf.deb ... - Unpacking libpangoft2-1.0-0:armhf (1.56.3-1) ... - Selecting previously unselected package libpangocairo-1.0-0:armhf. - Preparing to unpack .../106-libpangocairo-1.0-0_1.56.3-1_armhf.deb ... - Unpacking libpangocairo-1.0-0:armhf (1.56.3-1) ... - Selecting previously unselected package libxcomposite1:armhf. - Preparing to unpack .../107-libxcomposite1_1%3a0.4.6-1_armhf.deb ... - Unpacking libxcomposite1:armhf (1:0.4.6-1) ... - Selecting previously unselected package libxfixes3:armhf. - Preparing to unpack .../108-libxfixes3_1%3a6.0.0-2+b4_armhf.deb ... - Unpacking libxfixes3:armhf (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor1:armhf. - Preparing to unpack .../109-libxcursor1_1%3a1.2.3-1_armhf.deb ... - Unpacking libxcursor1:armhf (1:1.2.3-1) ... - Selecting previously unselected package libxdamage1:armhf. - Preparing to unpack .../110-libxdamage1_1%3a1.1.6-1+b2_armhf.deb ... - Unpacking libxdamage1:armhf (1:1.1.6-1+b2) ... - Selecting previously unselected package libxinerama1:armhf. - Preparing to unpack .../111-libxinerama1_2%3a1.1.4-3+b4_armhf.deb ... - Unpacking libxinerama1:armhf (2:1.1.4-3+b4) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../112-xkb-data_2.42-1_all.deb ... - Unpacking xkb-data (2.42-1) ... - Selecting previously unselected package libxkbcommon0:armhf. - Preparing to unpack .../113-libxkbcommon0_1.7.0-2_armhf.deb ... - Unpacking libxkbcommon0:armhf (1.7.0-2) ... - Selecting previously unselected package libxrandr2:armhf. - Preparing to unpack .../114-libxrandr2_2%3a1.5.4-1+b3_armhf.deb ... - Unpacking libxrandr2:armhf (2:1.5.4-1+b3) ... - Selecting previously unselected package libgtk-3-common. - Preparing to unpack .../115-libgtk-3-common_3.24.49-3_all.deb ... - Unpacking libgtk-3-common (3.24.49-3) ... - Selecting previously unselected package libgtk-3-0t64:armhf. - Preparing to unpack .../116-libgtk-3-0t64_3.24.49-3_armhf.deb ... - Unpacking libgtk-3-0t64:armhf (3.24.49-3) ... - Selecting previously unselected package libdecor-0-plugin-1-gtk:armhf. - Preparing to unpack .../117-libdecor-0-plugin-1-gtk_0.2.2-2_armhf.deb ... - Unpacking libdecor-0-plugin-1-gtk:armhf (0.2.2-2) ... - Selecting previously unselected package libdeflate-dev:armhf. - Preparing to unpack .../118-libdeflate-dev_1.23-2_armhf.deb ... - Unpacking libdeflate-dev:armhf (1.23-2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../119-libdrm-common_2.4.124-2_all.deb ... - Unpacking libdrm-common (2.4.124-2) ... - Selecting previously unselected package libdrm2:armhf. - Preparing to unpack .../120-libdrm2_2.4.124-2_armhf.deb ... - Unpacking libdrm2:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-amdgpu1:armhf. - Preparing to unpack .../121-libdrm-amdgpu1_2.4.124-2_armhf.deb ... - Unpacking libdrm-amdgpu1:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-radeon1:armhf. - Preparing to unpack .../122-libdrm-radeon1_2.4.124-2_armhf.deb ... - Unpacking libdrm-radeon1:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-nouveau2:armhf. - Preparing to unpack .../123-libdrm-nouveau2_2.4.124-2_armhf.deb ... - Unpacking libdrm-nouveau2:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-omap1:armhf. - Preparing to unpack .../124-libdrm-omap1_2.4.124-2_armhf.deb ... - Unpacking libdrm-omap1:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-freedreno1:armhf. - Preparing to unpack .../125-libdrm-freedreno1_2.4.124-2_armhf.deb ... - Unpacking libdrm-freedreno1:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-exynos1:armhf. - Preparing to unpack .../126-libdrm-exynos1_2.4.124-2_armhf.deb ... - Unpacking libdrm-exynos1:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-tegra0:armhf. - Preparing to unpack .../127-libdrm-tegra0_2.4.124-2_armhf.deb ... - Unpacking libdrm-tegra0:armhf (2.4.124-2) ... - Selecting previously unselected package libdrm-etnaviv1:armhf. - Preparing to unpack .../128-libdrm-etnaviv1_2.4.124-2_armhf.deb ... - Unpacking libdrm-etnaviv1:armhf (2.4.124-2) ... - Selecting previously unselected package libpciaccess0:armhf. - Preparing to unpack .../129-libpciaccess0_0.17-3+b3_armhf.deb ... - Unpacking libpciaccess0:armhf (0.17-3+b3) ... - Selecting previously unselected package libpciaccess-dev:armhf. - Preparing to unpack .../130-libpciaccess-dev_0.17-3+b3_armhf.deb ... - Unpacking libpciaccess-dev:armhf (0.17-3+b3) ... - Selecting previously unselected package libdrm-dev:armhf. - Preparing to unpack .../131-libdrm-dev_2.4.124-2_armhf.deb ... - Unpacking libdrm-dev:armhf (2.4.124-2) ... - Selecting previously unselected package libglvnd0:armhf. - Preparing to unpack .../132-libglvnd0_1.7.0-1+b2_armhf.deb ... - Unpacking libglvnd0:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libelf1t64:armhf. - Preparing to unpack .../133-libelf1t64_0.192-4_armhf.deb ... - Unpacking libelf1t64:armhf (0.192-4) ... - Selecting previously unselected package libz3-4:armhf. - Preparing to unpack .../134-libz3-4_4.13.3-1_armhf.deb ... - Unpacking libz3-4:armhf (4.13.3-1) ... - Selecting previously unselected package libllvm19:armhf. - Preparing to unpack .../135-libllvm19_1%3a19.1.7-3+b1_armhf.deb ... - Unpacking libllvm19:armhf (1:19.1.7-3+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../136-libsensors-config_1%3a3.6.2-2_all.deb ... - Unpacking libsensors-config (1:3.6.2-2) ... - Selecting previously unselected package libsensors5:armhf. - Preparing to unpack .../137-libsensors5_1%3a3.6.2-2_armhf.deb ... - Unpacking libsensors5:armhf (1:3.6.2-2) ... - Selecting previously unselected package libx11-xcb1:armhf. - Preparing to unpack .../138-libx11-xcb1_2%3a1.8.12-1_armhf.deb ... - Unpacking libx11-xcb1:armhf (2:1.8.12-1) ... - Selecting previously unselected package libxcb-dri3-0:armhf. - Preparing to unpack .../139-libxcb-dri3-0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-dri3-0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-present0:armhf. - Preparing to unpack .../140-libxcb-present0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-present0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-randr0:armhf. - Preparing to unpack .../141-libxcb-randr0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-randr0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-sync1:armhf. - Preparing to unpack .../142-libxcb-sync1_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-sync1:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-xfixes0:armhf. - Preparing to unpack .../143-libxcb-xfixes0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-xfixes0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxshmfence1:armhf. - Preparing to unpack .../144-libxshmfence1_1.3.3-1_armhf.deb ... - Unpacking libxshmfence1:armhf (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:armhf. - Preparing to unpack .../145-mesa-libgallium_25.0.7-2_armhf.deb ... - Unpacking mesa-libgallium:armhf (25.0.7-2) ... - Selecting previously unselected package libgbm1:armhf. - Preparing to unpack .../146-libgbm1_25.0.7-2_armhf.deb ... - Unpacking libgbm1:armhf (25.0.7-2) ... - Selecting previously unselected package libegl-mesa0:armhf. - Preparing to unpack .../147-libegl-mesa0_25.0.7-2_armhf.deb ... - Unpacking libegl-mesa0:armhf (25.0.7-2) ... - Selecting previously unselected package libegl1:armhf. - Preparing to unpack .../148-libegl1_1.7.0-1+b2_armhf.deb ... - Unpacking libegl1:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libxcb-glx0:armhf. - Preparing to unpack .../149-libxcb-glx0_1.17.0-2+b1_armhf.deb ... - Unpacking libxcb-glx0:armhf (1.17.0-2+b1) ... - Selecting previously unselected package libxxf86vm1:armhf. - Preparing to unpack .../150-libxxf86vm1_1%3a1.1.4-1+b4_armhf.deb ... - Unpacking libxxf86vm1:armhf (1:1.1.4-1+b4) ... - Selecting previously unselected package libvulkan1:armhf. - Preparing to unpack .../151-libvulkan1_1.4.309.0-1_armhf.deb ... - Unpacking libvulkan1:armhf (1.4.309.0-1) ... - Selecting previously unselected package libgl1-mesa-dri:armhf. - Preparing to unpack .../152-libgl1-mesa-dri_25.0.7-2_armhf.deb ... - Unpacking libgl1-mesa-dri:armhf (25.0.7-2) ... - Selecting previously unselected package libglx-mesa0:armhf. - Preparing to unpack .../153-libglx-mesa0_25.0.7-2_armhf.deb ... - Unpacking libglx-mesa0:armhf (25.0.7-2) ... - Selecting previously unselected package libglx0:armhf. - Preparing to unpack .../154-libglx0_1.7.0-1+b2_armhf.deb ... - Unpacking libglx0:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libgl1:armhf. - Preparing to unpack .../155-libgl1_1.7.0-1+b2_armhf.deb ... - Unpacking libgl1:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libglx-dev:armhf. - Preparing to unpack .../156-libglx-dev_1.7.0-1+b2_armhf.deb ... - Unpacking libglx-dev:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libgl-dev:armhf. - Preparing to unpack .../157-libgl-dev_1.7.0-1+b2_armhf.deb ... - Unpacking libgl-dev:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libegl-dev:armhf. - Preparing to unpack .../158-libegl-dev_1.7.0-1+b2_armhf.deb ... - Unpacking libegl-dev:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libogg0:armhf. - Preparing to unpack .../159-libogg0_1.3.5-3+b2_armhf.deb ... - Unpacking libogg0:armhf (1.3.5-3+b2) ... - Selecting previously unselected package libflac14:armhf. - Preparing to unpack .../160-libflac14_1.5.0+ds-2_armhf.deb ... - Unpacking libflac14:armhf (1.5.0+ds-2) ... - Selecting previously unselected package zlib1g-dev:armhf. - Preparing to unpack .../161-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_armhf.deb ... - Unpacking zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:armhf. - Preparing to unpack .../162-libpng-dev_1.6.48-1+deb13u3_armhf.deb ... - Unpacking libpng-dev:armhf (1.6.48-1+deb13u3) ... - Selecting previously unselected package libfreetype-dev:armhf. - Preparing to unpack .../163-libfreetype-dev_2.13.3+dfsg-1_armhf.deb ... - Unpacking libfreetype-dev:armhf (2.13.3+dfsg-1) ... - Selecting previously unselected package libgbm-dev:armhf. - Preparing to unpack .../164-libgbm-dev_25.0.7-2_armhf.deb ... - Unpacking libgbm-dev:armhf (25.0.7-2) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../165-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4_armhf.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ... - Selecting previously unselected package libsepol-dev:armhf. - Preparing to unpack .../166-libsepol-dev_3.8.1-1_armhf.deb ... - Unpacking libsepol-dev:armhf (3.8.1-1) ... - Selecting previously unselected package libpcre2-16-0:armhf. - Preparing to unpack .../167-libpcre2-16-0_10.46-1~deb13u1_armhf.deb ... - Unpacking libpcre2-16-0:armhf (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-32-0:armhf. - Preparing to unpack .../168-libpcre2-32-0_10.46-1~deb13u1_armhf.deb ... - Unpacking libpcre2-32-0:armhf (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-posix3:armhf. - Preparing to unpack .../169-libpcre2-posix3_10.46-1~deb13u1_armhf.deb ... - Unpacking libpcre2-posix3:armhf (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-dev:armhf. - Preparing to unpack .../170-libpcre2-dev_10.46-1~deb13u1_armhf.deb ... - Unpacking libpcre2-dev:armhf (10.46-1~deb13u1) ... - Selecting previously unselected package libselinux1-dev:armhf. - Preparing to unpack .../171-libselinux1-dev_3.8.1-1_armhf.deb ... - Unpacking libselinux1-dev:armhf (3.8.1-1) ... - Selecting previously unselected package libmount-dev:armhf. - Preparing to unpack .../172-libmount-dev_2.41-5_armhf.deb ... - Unpacking libmount-dev:armhf (2.41-5) ... - Selecting previously unselected package libsysprof-capture-4-dev:armhf. - Preparing to unpack .../173-libsysprof-capture-4-dev_48.0-2_armhf.deb ... - Unpacking libsysprof-capture-4-dev:armhf (48.0-2) ... - Selecting previously unselected package libgio-2.0-dev:armhf. - Preparing to unpack .../174-libgio-2.0-dev_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libgio-2.0-dev:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package python3-packaging. - Preparing to unpack .../175-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 .../176-libgio-2.0-dev-bin_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libgles1:armhf. - Preparing to unpack .../177-libgles1_1.7.0-1+b2_armhf.deb ... - Unpacking libgles1:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libgles2:armhf. - Preparing to unpack .../178-libgles2_1.7.0-1+b2_armhf.deb ... - Unpacking libgles2:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libgles-dev:armhf. - Preparing to unpack .../179-libgles-dev_1.7.0-1+b2_armhf.deb ... - Unpacking libgles-dev:armhf (1.7.0-1+b2) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../180-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 .../181-libglib2.0-bin_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../182-libglib2.0-dev-bin_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev:armhf. - Preparing to unpack .../183-libglib2.0-dev_2.84.4-3~deb13u2_armhf.deb ... - Unpacking libglib2.0-dev:armhf (2.84.4-3~deb13u2) ... - Selecting previously unselected package libgraphite2-dev:armhf. - Preparing to unpack .../184-libgraphite2-dev_1.3.14-2+b1_armhf.deb ... - Unpacking libgraphite2-dev:armhf (1.3.14-2+b1) ... - Selecting previously unselected package libgtk-3-bin. - Preparing to unpack .../185-libgtk-3-bin_3.24.49-3_armhf.deb ... - Unpacking libgtk-3-bin (3.24.49-3) ... - Selecting previously unselected package libharfbuzz-cairo0:armhf. - Preparing to unpack .../186-libharfbuzz-cairo0_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz-cairo0:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-icu0:armhf. - Preparing to unpack .../187-libharfbuzz-icu0_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz-icu0:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-subset0:armhf. - Preparing to unpack .../188-libharfbuzz-subset0_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz-subset0:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libicu-dev:armhf. - Preparing to unpack .../189-libicu-dev_76.1-4_armhf.deb ... - Unpacking libicu-dev:armhf (76.1-4) ... - Selecting previously unselected package libharfbuzz-dev:armhf. - Preparing to unpack .../190-libharfbuzz-dev_10.2.0-1+b1_armhf.deb ... - Unpacking libharfbuzz-dev:armhf (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-dev:armhf. - Preparing to unpack .../191-libibus-1.0-dev_1.5.32-2_armhf.deb ... - Unpacking libibus-1.0-dev:armhf (1.5.32-2) ... - Selecting previously unselected package libice6:armhf. - Preparing to unpack .../192-libice6_2%3a1.1.1-1_armhf.deb ... - Unpacking libice6:armhf (2:1.1.1-1) ... - Selecting previously unselected package libice-dev:armhf. - Preparing to unpack .../193-libice-dev_2%3a1.1.1-1_armhf.deb ... - Unpacking libice-dev:armhf (2:1.1.1-1) ... - Selecting previously unselected package libjbig-dev:armhf. - Preparing to unpack .../194-libjbig-dev_2.1-6.1+b2_armhf.deb ... - Unpacking libjbig-dev:armhf (2.1-6.1+b2) ... - Selecting previously unselected package libjpeg62-turbo-dev:armhf. - Preparing to unpack .../195-libjpeg62-turbo-dev_1%3a2.1.5-4_armhf.deb ... - Unpacking libjpeg62-turbo-dev:armhf (1:2.1.5-4) ... - Selecting previously unselected package libjpeg-dev:armhf. - Preparing to unpack .../196-libjpeg-dev_1%3a2.1.5-4_armhf.deb ... - Unpacking libjpeg-dev:armhf (1:2.1.5-4) ... - Selecting previously unselected package libkmod2:armhf. - Preparing to unpack .../197-libkmod2_34.2-2_armhf.deb ... - Unpacking libkmod2:armhf (34.2-2) ... - Selecting previously unselected package liblerc-dev:armhf. - Preparing to unpack .../198-liblerc-dev_4.0.0+ds-5_armhf.deb ... - Unpacking liblerc-dev:armhf (4.0.0+ds-5) ... - Selecting previously unselected package liblzma-dev:armhf. - Preparing to unpack .../199-liblzma-dev_5.8.1-1_armhf.deb ... - Unpacking liblzma-dev:armhf (5.8.1-1) ... - Selecting previously unselected package libmp3lame0:armhf. - Preparing to unpack .../200-libmp3lame0_3.100-6+b3_armhf.deb ... - Unpacking libmp3lame0:armhf (3.100-6+b3) ... - Selecting previously unselected package libmpg123-0t64:armhf. - Preparing to unpack .../201-libmpg123-0t64_1.32.10-1_armhf.deb ... - Unpacking libmpg123-0t64:armhf (1.32.10-1) ... - Selecting previously unselected package libopus0:armhf. - Preparing to unpack .../202-libopus0_1.5.2-2_armhf.deb ... - Unpacking libopus0:armhf (1.5.2-2) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../203-libpng-tools_1.6.48-1+deb13u3_armhf.deb ... - Unpacking libpng-tools (1.6.48-1+deb13u3) ... - Selecting previously unselected package libvorbis0a:armhf. - Preparing to unpack .../204-libvorbis0a_1.3.7-3_armhf.deb ... - Unpacking libvorbis0a:armhf (1.3.7-3) ... - Selecting previously unselected package libvorbisenc2:armhf. - Preparing to unpack .../205-libvorbisenc2_1.3.7-3_armhf.deb ... - Unpacking libvorbisenc2:armhf (1.3.7-3) ... - Selecting previously unselected package libsndfile1:armhf. - Preparing to unpack .../206-libsndfile1_1.2.2-2+b1_armhf.deb ... - Unpacking libsndfile1:armhf (1.2.2-2+b1) ... - Selecting previously unselected package libpulse0:armhf. - Preparing to unpack .../207-libpulse0_17.0+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse0:armhf (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-mainloop-glib0:armhf. - Preparing to unpack .../208-libpulse-mainloop-glib0_17.0+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse-mainloop-glib0:armhf (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-dev:armhf. - Preparing to unpack .../209-libpulse-dev_17.0+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse-dev:armhf (17.0+dfsg1-2+b1) ... - Selecting previously unselected package librsvg2-2:armhf. - Preparing to unpack .../210-librsvg2-2_2.60.0+dfsg-1_armhf.deb ... - Unpacking librsvg2-2:armhf (2.60.0+dfsg-1) ... - Selecting previously unselected package librsvg2-common:armhf. - Preparing to unpack .../211-librsvg2-common_2.60.0+dfsg-1_armhf.deb ... - Unpacking librsvg2-common:armhf (2.60.0+dfsg-1) ... - Selecting previously unselected package libsamplerate0:armhf. - Preparing to unpack .../212-libsamplerate0_0.2.2-4+b2_armhf.deb ... - Unpacking libsamplerate0:armhf (0.2.2-4+b2) ... - Selecting previously unselected package pkg-config:armhf. - Preparing to unpack .../213-pkg-config_1.8.1-4_armhf.deb ... - Unpacking pkg-config:armhf (1.8.1-4) ... - Selecting previously unselected package libsamplerate0-dev:armhf. - Preparing to unpack .../214-libsamplerate0-dev_0.2.2-4+b2_armhf.deb ... - Unpacking libsamplerate0-dev:armhf (0.2.2-4+b2) ... - Selecting previously unselected package libxss1:armhf. - Preparing to unpack .../215-libxss1_1%3a1.2.3-1+b3_armhf.deb ... - Unpacking libxss1:armhf (1:1.2.3-1+b3) ... - Selecting previously unselected package libsdl2-2.0-0:armhf. - Preparing to unpack .../216-libsdl2-2.0-0_2.32.4+dfsg-1_armhf.deb ... - Unpacking libsdl2-2.0-0:armhf (2.32.4+dfsg-1) ... - Selecting previously unselected package libsndio7.0:armhf. - Preparing to unpack .../217-libsndio7.0_1.10.0-0.1_armhf.deb ... - Unpacking libsndio7.0:armhf (1.10.0-0.1) ... - Selecting previously unselected package libsndio-dev:armhf. - Preparing to unpack .../218-libsndio-dev_1.10.0-0.1_armhf.deb ... - Unpacking libsndio-dev:armhf (1.10.0-0.1) ... - Selecting previously unselected package libudev-dev:armhf. - Preparing to unpack .../219-libudev-dev_257.9-1~deb13u1_armhf.deb ... - Unpacking libudev-dev:armhf (257.9-1~deb13u1) ... - Selecting previously unselected package libxrender-dev:armhf. - Preparing to unpack .../220-libxrender-dev_1%3a0.9.12-1_armhf.deb ... - Unpacking libxrender-dev:armhf (1:0.9.12-1) ... - Selecting previously unselected package libxfixes-dev:armhf. - Preparing to unpack .../221-libxfixes-dev_1%3a6.0.0-2+b4_armhf.deb ... - Unpacking libxfixes-dev:armhf (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor-dev:armhf. - Preparing to unpack .../222-libxcursor-dev_1%3a1.2.3-1_armhf.deb ... - Unpacking libxcursor-dev:armhf (1:1.2.3-1) ... - Selecting previously unselected package libxext-dev:armhf. - Preparing to unpack .../223-libxext-dev_2%3a1.3.4-1+b3_armhf.deb ... - Unpacking libxext-dev:armhf (2:1.3.4-1+b3) ... - Selecting previously unselected package libxi-dev:armhf. - Preparing to unpack .../224-libxi-dev_2%3a1.8.2-1_armhf.deb ... - Unpacking libxi-dev:armhf (2:1.8.2-1) ... - Selecting previously unselected package libxinerama-dev:armhf. - Preparing to unpack .../225-libxinerama-dev_2%3a1.1.4-3+b4_armhf.deb ... - Unpacking libxinerama-dev:armhf (2:1.1.4-3+b4) ... - Selecting previously unselected package libxkbcommon-dev:armhf. - Preparing to unpack .../226-libxkbcommon-dev_1.7.0-2_armhf.deb ... - Unpacking libxkbcommon-dev:armhf (1.7.0-2) ... - Selecting previously unselected package libxrandr-dev:armhf. - Preparing to unpack .../227-libxrandr-dev_2%3a1.5.4-1+b3_armhf.deb ... - Unpacking libxrandr-dev:armhf (2:1.5.4-1+b3) ... - Selecting previously unselected package libxss-dev:armhf. - Preparing to unpack .../228-libxss-dev_1%3a1.2.3-1+b3_armhf.deb ... - Unpacking libxss-dev:armhf (1:1.2.3-1+b3) ... - Selecting previously unselected package libsm6:armhf. - Preparing to unpack .../229-libsm6_2%3a1.2.6-1_armhf.deb ... - Unpacking libsm6:armhf (2:1.2.6-1) ... - Selecting previously unselected package libxt6t64:armhf. - Preparing to unpack .../230-libxt6t64_1%3a1.2.1-1.2+b2_armhf.deb ... - Unpacking libxt6t64:armhf (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libsm-dev:armhf. - Preparing to unpack .../231-libsm-dev_2%3a1.2.6-1_armhf.deb ... - Unpacking libsm-dev:armhf (2:1.2.6-1) ... - Selecting previously unselected package libxt-dev:armhf. - Preparing to unpack .../232-libxt-dev_1%3a1.2.1-1.2+b2_armhf.deb ... - Unpacking libxt-dev:armhf (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libxv1:armhf. - Preparing to unpack .../233-libxv1_2%3a1.0.11-1.1+b3_armhf.deb ... - Unpacking libxv1:armhf (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxv-dev:armhf. - Preparing to unpack .../234-libxv-dev_2%3a1.0.11-1.1+b3_armhf.deb ... - Unpacking libxv-dev:armhf (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxxf86vm-dev:armhf. - Preparing to unpack .../235-libxxf86vm-dev_1%3a1.1.4-1+b4_armhf.deb ... - Unpacking libxxf86vm-dev:armhf (1:1.1.4-1+b4) ... - Selecting previously unselected package libsdl2-dev:armhf. - Preparing to unpack .../236-libsdl2-dev_2.32.4+dfsg-1_armhf.deb ... - Unpacking libsdl2-dev:armhf (2.32.4+dfsg-1) ... - Selecting previously unselected package libwebpdemux2:armhf. - Preparing to unpack .../237-libwebpdemux2_1.5.0-0.1_armhf.deb ... - Unpacking libwebpdemux2:armhf (1.5.0-0.1) ... - Selecting previously unselected package libsdl2-image-2.0-0:armhf. - Preparing to unpack .../238-libsdl2-image-2.0-0_2.8.8+dfsg-1_armhf.deb ... - Unpacking libsdl2-image-2.0-0:armhf (2.8.8+dfsg-1) ... - Selecting previously unselected package libzstd-dev:armhf. - Preparing to unpack .../239-libzstd-dev_1.5.7+dfsg-1_armhf.deb ... - Unpacking libzstd-dev:armhf (1.5.7+dfsg-1) ... - Selecting previously unselected package libwebpmux3:armhf. - Preparing to unpack .../240-libwebpmux3_1.5.0-0.1_armhf.deb ... - Unpacking libwebpmux3:armhf (1.5.0-0.1) ... - Selecting previously unselected package libwebpdecoder3:armhf. - Preparing to unpack .../241-libwebpdecoder3_1.5.0-0.1_armhf.deb ... - Unpacking libwebpdecoder3:armhf (1.5.0-0.1) ... - Selecting previously unselected package libsharpyuv-dev:armhf. - Preparing to unpack .../242-libsharpyuv-dev_1.5.0-0.1_armhf.deb ... - Unpacking libsharpyuv-dev:armhf (1.5.0-0.1) ... - Selecting previously unselected package libwebp-dev:armhf. - Preparing to unpack .../243-libwebp-dev_1.5.0-0.1_armhf.deb ... - Unpacking libwebp-dev:armhf (1.5.0-0.1) ... - Selecting previously unselected package libtiffxx6:armhf. - Preparing to unpack .../244-libtiffxx6_4.7.0-3+deb13u1_armhf.deb ... - Unpacking libtiffxx6:armhf (4.7.0-3+deb13u1) ... - Selecting previously unselected package libtiff-dev:armhf. - Preparing to unpack .../245-libtiff-dev_4.7.0-3+deb13u1_armhf.deb ... - Unpacking libtiff-dev:armhf (4.7.0-3+deb13u1) ... - Selecting previously unselected package libsdl2-image-dev:armhf. - Preparing to unpack .../246-libsdl2-image-dev_2.8.8+dfsg-1_armhf.deb ... - Unpacking libsdl2-image-dev:armhf (2.8.8+dfsg-1) ... - Selecting previously unselected package libsdl2-ttf-2.0-0:armhf. - Preparing to unpack .../247-libsdl2-ttf-2.0-0_2.24.0+dfsg-2_armhf.deb ... - Unpacking libsdl2-ttf-2.0-0:armhf (2.24.0+dfsg-2) ... - Selecting previously unselected package libsdl2-ttf-dev:armhf. - Preparing to unpack .../248-libsdl2-ttf-dev_2.24.0+dfsg-2_armhf.deb ... - Unpacking libsdl2-ttf-dev:armhf (2.24.0+dfsg-2) ... - Selecting previously unselected package mesa-vulkan-drivers:armhf. - Preparing to unpack .../249-mesa-vulkan-drivers_25.0.7-2_armhf.deb ... - Unpacking mesa-vulkan-drivers:armhf (25.0.7-2) ... - Selecting previously unselected package systemd-cryptsetup. - Preparing to unpack .../250-systemd-cryptsetup_257.9-1~deb13u1_armhf.deb ... - Unpacking systemd-cryptsetup (257.9-1~deb13u1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../251-xdg-user-dirs_0.18-2_armhf.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Setting up media-types (13.0.0) ... - Setting up libgraphite2-3:armhf (1.3.14-2+b1) ... - Setting up libxcb-dri3-0:armhf (1.17.0-2+b1) ... - Setting up liblcms2-2:armhf (2.16-2) ... - Setting up libpixman-1-0:armhf (0.44.0-3) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libsharpyuv0:armhf (1.5.0-0.1) ... - Setting up libwayland-server0:armhf (1.23.1-3) ... - Setting up libx11-xcb1:armhf (2:1.8.12-1) ... - Setting up libpciaccess0:armhf (0.17-3+b3) ... - Setting up systemd-sysv (257.9-1~deb13u1) ... - Setting up native-architecture (0.2.6) ... - Setting up libxdamage1:armhf (1:1.1.6-1+b2) ... - Setting up libpciaccess-dev:armhf (0.17-3+b3) ... - Setting up libxcb-xfixes0:armhf (1.17.0-2+b1) ... - Setting up libogg0:armhf (1.3.5-3+b2) ... - Setting up liblerc4:armhf (4.0.0+ds-5) ... - Setting up libzstd-dev:armhf (1.5.7+dfsg-1) ... - Setting up hicolor-icon-theme (0.18-2) ... - Setting up libxi6:armhf (2:1.8.2-1) ... - Setting up libxrender1:armhf (1:0.9.12-1) ... - Setting up libdatrie1:armhf (0.2.13-3+b1) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libxcb-render0:armhf (1.17.0-2+b1) ... - Setting up libglvnd0:armhf (1.7.0-1+b2) ... - Setting up libxcb-glx0:armhf (1.17.0-2+b1) ... - Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ... - 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:armhf (1.23-2) ... - Setting up libwebpdecoder3:armhf (1.5.0-0.1) ... - Setting up libnss-systemd:armhf (257.9-1~deb13u1) ... - Setting up xkb-data (2.42-1) ... - Setting up libxcb-shm0:armhf (1.17.0-2+b1) ... - Setting up libmpg123-0t64:armhf (1.32.10-1) ... - Setting up libffi-dev:armhf (3.4.8-2) ... - Setting up libjbig0:armhf (2.1-6.1+b2) ... - Setting up libpcre2-16-0:armhf (10.46-1~deb13u1) ... - Setting up libelf1t64:armhf (0.192-4) ... - Setting up libxxf86vm1:armhf (1:1.1.4-1+b4) ... - Setting up libxcb-present0:armhf (1.17.0-2+b1) ... - Setting up libsysprof-capture-4-dev:armhf (48.0-2) ... - Setting up libasound2-data (1.2.14-1) ... - Setting up libgraphite2-dev:armhf (1.3.14-2+b1) ... - Setting up libz3-4:armhf (4.13.3-1) ... - Setting up libpcre2-32-0:armhf (10.46-1~deb13u1) ... - Setting up libglib2.0-0t64:armhf (2.84.4-3~deb13u2) ... - Setting up libglib2.0-data (2.84.4-3~deb13u2) ... - Setting up libpkgconf3:armhf (1.8.1-4) ... - Setting up libgles2:armhf (1.7.0-1+b2) ... - Setting up libasound2t64:armhf (1.2.14-1) ... - Setting up libjpeg62-turbo:armhf (1:2.1.5-4) ... - Setting up libjpeg62-turbo-dev:armhf (1:2.1.5-4) ... - Setting up libepoxy0:armhf (1.5.10-2) ... - Setting up libxfixes3:armhf (1:6.0.0-2+b4) ... - Setting up libxcb-sync1:armhf (1.17.0-2+b1) ... - Setting up uuid-dev:armhf (2.41-5) ... - Setting up libavahi-common-data:armhf (0.8-16) ... - Setting up libgles1:armhf (1.7.0-1+b2) ... - Setting up libdbus-1-3:armhf (1.16.2-2) ... - Setting up libfribidi0:armhf (1.0.16-1) ... - Setting up libopus0:armhf (1.5.2-2) ... - Setting up libxinerama1:armhf (2:1.1.4-3+b4) ... - Setting up libxv1:armhf (2:1.0.11-1.1+b3) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:armhf (1.6.48-1+deb13u3) ... - 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:armhf (1.3.7-3) ... - Setting up libxrandr2:armhf (2:1.5.4-1+b3) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up libflac14:armhf (1.5.0+ds-2) ... - Setting up libudev-dev:armhf (257.9-1~deb13u1) ... - Setting up libsepol-dev:armhf (3.8.1-1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up gir1.2-glib-2.0:armhf (2.84.4-3~deb13u2) ... - Setting up libsensors5:armhf (1:3.6.2-2) ... - Setting up liblerc-dev:armhf (4.0.0+ds-5) ... - Setting up libvulkan1:armhf (1.4.309.0-1) ... - Setting up libwebp7:armhf (1.5.0-0.1) ... - Setting up libxext-dev:armhf (2:1.3.4-1+b3) ... - Setting up liblzma-dev:armhf (5.8.1-1) ... - Setting up libsndio7.0:armhf (1.10.0-0.1) ... - Setting up zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:armhf (10.46-1~deb13u1) ... - Setting up alsa-topology-conf (1.2.5.1-3) ... - Setting up libdav1d7:armhf (1.5.1-1) ... - Setting up gir1.2-glib-2.0-dev:armhf (2.84.4-3~deb13u2) ... - Setting up libasyncns0:armhf (0.8-6+b5) ... - Setting up libxshmfence1:armhf (1.3.3-1) ... - Setting up at-spi2-common (2.56.2-1+deb13u1) ... - Setting up libtiff6:armhf (4.7.0-3+deb13u1) ... - Setting up libxcb-randr0:armhf (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:armhf (1.23.1-3) ... - Setting up libxss1:armhf (1:1.2.3-1+b3) ... - Setting up libicu76:armhf (76.1-4) ... - 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:armhf (1.2.14-1) ... - Setting up libsharpyuv-dev:armhf (1.5.0-0.1) ... - Setting up libsamplerate0:armhf (0.2.2-4+b2) ... - Setting up libwebpmux3:armhf (1.5.0-0.1) ... - Setting up libtiffxx6:armhf (4.7.0-3+deb13u1) ... - Setting up libdeflate-dev:armhf (1.23-2) ... - Setting up libdrm-common (2.4.124-2) ... - Setting up libxcomposite1:armhf (1:0.4.6-1) ... - Setting up libxrender-dev:armhf (1:0.9.12-1) ... - Setting up libjson-c5:armhf (0.18+ds-1) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:armhf (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up dbus-bin (1.16.2-2) ... - Setting up libsystemd-dev:armhf (257.9-1~deb13u1) ... - Setting up libbrotli-dev:armhf (1.1.0-2+b7) ... - Setting up libmp3lame0:armhf (3.100-6+b3) ... - Setting up libvorbisenc2:armhf (1.3.7-3) ... - Setting up libkmod2:armhf (34.2-2) ... - Setting up libbz2-dev:armhf (1.0.8-6) ... - Setting up libxkbcommon0:armhf (1.7.0-2) ... - Setting up libwayland-client0:armhf (1.23.1-3) ... - Setting up libblkid-dev:armhf (2.41-5) ... - Setting up libllvm19:armhf (1:19.1.7-3+b1) ... - Setting up libice6:armhf (2:1.1.1-1) ... - Setting up libsndio-dev:armhf (1.10.0-0.1) ... - Setting up libatk1.0-0t64:armhf (2.56.2-1+deb13u1) ... - Setting up libpcre2-dev:armhf (10.46-1~deb13u1) ... - Setting up libice-dev:armhf (2:1.1.1-1) ... - Setting up libpng-tools (1.6.48-1+deb13u3) ... - Setting up alsa-ucm-conf (1.2.14-1) ... - Setting up libgirepository-2.0-0:armhf (2.84.4-3~deb13u2) ... - Setting up libselinux1-dev:armhf (3.8.1-1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libxtst6:armhf (2:1.2.5-1) ... - Setting up libwebpdemux2:armhf (1.5.0-0.1) ... - Setting up libxxf86vm-dev:armhf (1:1.1.4-1+b4) ... - Setting up libxkbcommon-dev:armhf (1.7.0-2) ... - Setting up libxcursor1:armhf (1:1.2.3-1) ... - Setting up libpng-dev:armhf (1.6.48-1+deb13u3) ... - Setting up libibus-1.0-5:armhf (1.5.32-2) ... - Setting up libavahi-common3:armhf (0.8-16) ... - Setting up libjpeg-dev:armhf (1:2.1.5-4) ... - Setting up libjbig-dev:armhf (2.1-6.1+b2) ... - Setting up libcloudproviders0:armhf (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:armhf (1:1.2.3-1+b3) ... - Setting up libcolord2:armhf (1.4.7-3) ... - Setting up pkgconf:armhf (1.8.1-4) ... - Setting up libdconf1:armhf (0.40.0-5) ... - Setting up libxfixes-dev:armhf (1:6.0.0-2+b4) ... - Setting up libthai0:armhf (0.1.29-2+b1) ... - Setting up libxv-dev:armhf (2:1.0.11-1.1+b3) ... - Setting up libwayland-bin (1.23.1-3) ... - Setting up libxrandr-dev:armhf (2:1.5.4-1+b3) ... - Setting up libwebp-dev:armhf (1.5.0-0.1) ... - Setting up libfreetype6:armhf (2.13.3+dfsg-1) ... - Setting up libtiff-dev:armhf (4.7.0-3+deb13u1) ... - Setting up libatspi2.0-0t64:armhf (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 icu-devtools (76.1-4) ... - Setting up pkg-config:armhf (1.8.1-4) ... - Setting up libxinerama-dev:armhf (2:1.1.4-3+b4) ... - Setting up libreadline8t64:armhf (8.2-6) ... - Setting up libdrm2:armhf (2.4.124-2) ... - Setting up libwayland-cursor0:armhf (1.23.1-3) ... - Setting up xml-core (0.19) ... - Setting up libpam-systemd:armhf (257.9-1~deb13u1) ... - Setting up libdecor-0-0:armhf (0.2.2-2) ... - Setting up libharfbuzz0b:armhf (10.2.0-1+b1) ... - Setting up libgdk-pixbuf-2.0-0:armhf (2.42.12+dfsg-4) ... - Setting up libfontconfig1:armhf (2.15.0-2.3) ... - Setting up libsndfile1:armhf (1.2.2-2+b1) ... - Setting up libdrm-omap1:armhf (2.4.124-2) ... - Setting up libxi-dev:armhf (2:1.8.2-1) ... - Setting up gir1.2-ibus-1.0:armhf (1.5.32-2) ... - Setting up libsm6:armhf (2:1.2.6-1) ... - Setting up libpython3.13-stdlib:armhf (3.13.5-2) ... - Setting up libicu-dev:armhf (76.1-4) ... - Setting up libavahi-client3:armhf (0.8-16) ... - Setting up libmount-dev:armhf (2.41-5) ... - Setting up libdrm-exynos1:armhf (2.4.124-2) ... - Setting up libpython3-stdlib:armhf (3.13.5-1) ... - Setting up libdrm-amdgpu1:armhf (2.4.124-2) ... - Setting up libatk-bridge2.0-0t64:armhf (2.56.2-1+deb13u1) ... - Setting up mesa-vulkan-drivers:armhf (25.0.7-2) ... - Setting up gtk-update-icon-cache (4.18.6+ds-2) ... - Setting up mesa-libgallium:armhf (25.0.7-2) ... - Setting up fontconfig (2.15.0-2.3) ... - Regenerating fonts cache... - done. - Setting up libdrm-nouveau2:armhf (2.4.124-2) ... - Setting up libgio-2.0-dev:armhf (2.84.4-3~deb13u2) ... - Setting up libharfbuzz-icu0:armhf (10.2.0-1+b1) ... - Setting up girepository-tools:armhf (2.84.4-3~deb13u2) ... - Setting up libdrm-etnaviv1:armhf (2.4.124-2) ... - Setting up libgbm1:armhf (25.0.7-2) ... - Setting up libpulse0:armhf (17.0+dfsg1-2+b1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up libsm-dev:armhf (2:1.2.6-1) ... - Setting up libdrm-radeon1:armhf (2.4.124-2) ... - Setting up libxcursor-dev:armhf (1:1.2.3-1) ... - Setting up libpango-1.0-0:armhf (1.56.3-1) ... - Setting up libsamplerate0-dev:armhf (0.2.2-4+b2) ... - Setting up libgl1-mesa-dri:armhf (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 libharfbuzz-gobject0:armhf (10.2.0-1+b1) ... - Setting up libwayland-dev:armhf (1.23.1-3) ... - Setting up libcairo2:armhf (1.18.4-1+b1) ... - Setting up libgbm-dev:armhf (25.0.7-2) ... - Setting up libfreetype-dev:armhf (2.13.3+dfsg-1) ... - Setting up libdecor-0-dev:armhf (0.2.2-2) ... - Setting up dbus-user-session (1.16.2-2) ... - Setting up libegl-mesa0:armhf (25.0.7-2) ... - Setting up python3-packaging (25.0-1) ... - Setting up libharfbuzz-cairo0:armhf (10.2.0-1+b1) ... - 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:armhf (17.0+dfsg1-2+b1) ... - Setting up libxt6t64:armhf (1:1.2.1-1.2+b2) ... - Setting up libdrm-freedreno1:armhf (2.4.124-2) ... - Setting up libdrm-tegra0:armhf (2.4.124-2) ... - Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ... - Setting up libegl1:armhf (1.7.0-1+b2) ... - Setting up libharfbuzz-subset0:armhf (10.2.0-1+b1) ... - Setting up libcairo-gobject2:armhf (1.18.4-1+b1) ... - Setting up libpangoft2-1.0-0:armhf (1.56.3-1) ... - Setting up libsdl2-2.0-0:armhf (2.32.4+dfsg-1) ... - Setting up libcups2t64:armhf (2.4.10-3+deb13u2) ... - Setting up libpangocairo-1.0-0:armhf (1.56.3-1) ... - Setting up libsdl2-image-2.0-0:armhf (2.8.8+dfsg-1) ... - Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up libdrm-dev:armhf (2.4.124-2) ... - Setting up gir1.2-freedesktop:armhf (1.84.0-1) ... - Setting up libglx-mesa0:armhf (25.0.7-2) ... - Setting up libglx0:armhf (1.7.0-1+b2) ... - Setting up dconf-service (0.40.0-5) ... - Setting up gir1.2-harfbuzz-0.0:armhf (10.2.0-1+b1) ... - Setting up librsvg2-2:armhf (2.60.0+dfsg-1) ... - Setting up libgl1:armhf (1.7.0-1+b2) ... - Setting up libxt-dev:armhf (1:1.2.1-1.2+b2) ... - Setting up gir1.2-freedesktop-dev:armhf (1.84.0-1) ... - Setting up librsvg2-common:armhf (2.60.0+dfsg-1) ... - Setting up libglx-dev:armhf (1.7.0-1+b2) ... - Setting up libsdl2-ttf-2.0-0:armhf (2.24.0+dfsg-2) ... - Setting up libgl-dev:armhf (1.7.0-1+b2) ... - Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up dconf-gsettings-backend:armhf (0.40.0-5) ... - Setting up libegl-dev:armhf (1.7.0-1+b2) ... - Setting up libglib2.0-dev:armhf (2.84.4-3~deb13u2) ... - Setting up libpulse-dev:armhf (17.0+dfsg1-2+b1) ... - Setting up libgles-dev:armhf (1.7.0-1+b2) ... - Setting up libgtk-3-common (3.24.49-3) ... - Setting up gsettings-desktop-schemas (48.0-1) ... - Setting up libharfbuzz-dev:armhf (10.2.0-1+b1) ... - Setting up libgtk-3-0t64:armhf (3.24.49-3) ... - Setting up at-spi2-core (2.56.2-1+deb13u1) ... - Setting up libdecor-0-plugin-1-gtk:armhf (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:armhf (2:1.02.205-2) ... - Setting up libcryptsetup12:armhf (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" - Processing triggers for libc-bin (2.41-12+deb13u1) ... - Processing triggers for systemd (257.9-1~deb13u1) ... - Processing triggers for sgml-base (1.31+nmu1) ... - Setting up libdbus-1-dev:armhf (1.16.2-2) ... - Setting up libibus-1.0-dev:armhf (1.5.32-2) ... - Setting up libsdl2-dev:armhf (2.32.4+dfsg-1) ... - Setting up libsdl2-ttf-dev:armhf (2.24.0+dfsg-2) ... - Setting up libsdl2-image-dev:armhf (2.8.8+dfsg-1) ... - Processing triggers for libgdk-pixbuf-2.0-0:armhf (2.42.12+dfsg-4) ... # To update the current shell environment, run: eval $(opam env) 2026-02-23 17:28.41 ---> saved as "646a4c9c8316dd9ec7d75b859f8a12a9e1ab6711f7253625ba0990571a67f14d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 19 packages - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.21.1 - install dune-configurator 3.21.1 - install integers 0.7.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install tsdl 1.2.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.21.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1, xdg.3.21.1 (cached) -> installed conf-pkg-config.4 -> retrieved integers.0.7.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved tsdl.1.2.0 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed dune.3.21.1 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.21.1 -> installed dune-configurator.3.21.1 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed tsdl.1.2.0 -> installed tsdl-ttf.0.6 -> installed tsdl-image.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-23 17:30.05 ---> saved as "101d884914694133a84abc9c6e29477c72135fadd0ea92d1de6e0f9e6780e9f0" /src: (copy (src .) (dst /src)) 2026-02-23 17:30.08 ---> saved as "02a2c38c46af9cbea0fc1355600407037ef957bb48ec865774ced4eb9c4178b3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples && ./examples.exe 00) [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [37][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default [37][0] : Warning: User variable 'DIR' not found in config. [37][0] : Warning: Using DIR= [46][0] : Warning: User variable 'THEME' not found in config. [46][0] : Warning: Using THEME=default [46][0] : I/O: No theme specified, using default=default. [48][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260208] [48][0] : I/O: Reading BACKGROUND=color:white [48][0] : I/O: Reading CHECK_ON=fa:check-square-o [48][0] : I/O: Reading CHECK_OFF=fa:square-o [48][0] : Warning: Using THEME=default Loading Bogue 20260208 with config dir /src/_build/install/default/share/bogue/themes/default [48][0] : Warning: Using BACKGROUND=color:white [48][0] : Warning: User variable 'BG_COLOR' not found in config. [48][0] : Warning: Using BG_COLOR=aliceblue [48][0] : Warning: User variable 'BOX_BG_COLOR' not found in config. [48][0] : Warning: Using BOX_BG_COLOR=lightsteelblue [48][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [48][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [48][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [48][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [48][0] : Warning: Using CHECK_ON=fa:check-square-o [48][0] : Warning: Using CHECK_OFF=fa:square-o [48][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [48][0] : Warning: Using CURSOR_COLOR=#2a7da2 [48][0] : Warning: User variable 'DISABLED_FG' not found in config. [48][0] : Warning: Using DISABLED_FG=gray [49][0] : Warning: User variable 'DISABLED_BG' not found in config. [49][0] : Warning: Using DISABLED_BG=lightgray [49][0] : Warning: User variable 'FAINT_COLOR' not found in config. [49][0] : Warning: Using FAINT_COLOR=#B1C7D5 [49][0] : Warning: User variable 'TEXT_COLOR' not found in config. [49][0] : Warning: Using TEXT_COLOR=black [49][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [49][0] : Warning: Using SEL_BG_COLOR=slategray [49][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [49][0] : Warning: Using SEL_FG_COLOR=white [49][0] : Warning: User variable 'LABEL_COLOR' not found in config. [49][0] : Warning: Using LABEL_COLOR=black [49][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [49][0] : Warning: Using MENU_HL_COLOR=#8099a2 [49][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [49][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [49][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [49][0] : Warning: Using LABEL_FONT_SIZE=14 [49][0] : Warning: User variable 'LABEL_FONT' not found in config. [49][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [49][0] : Warning: User variable 'TEXT_FONT' not found in config. [49][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [49][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [49][0] : Warning: Using TEXT_FONT_SIZE=14 [49][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [49][0] : Warning: Using SMALL_FONT_SIZE=10 [49][0] : Warning: User variable 'MONO_FONT' not found in config. [49][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [49][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [49][0] : Warning: Using ROOM_MARGIN=10 [49][0] : Warning: User variable 'FA_DIR' not found in config. [49][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [49][0] : Warning: User variable 'INT_SCALE' not found in config. [49][0] : Warning: Using INT_SCALE=false [49][0] : Warning: User variable 'SCALE' not found in config. [49][0] : Warning: Using SCALE=0 [49][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [49][0] : Warning: Using OPENGL_MULTISAMPLE=false [49][0] : Warning: User variable 'NO_VSYNC' not found in config. [49][0] : Warning: Using NO_VSYNC=false [49][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [49][0] : Warning: Using NATURAL_SCROLLING=auto [52][0] : Warning: User variable 'USE_FSWATCH' not found in config. [52][0] : Warning: Using USE_FSWATCH=true [55][0] : Custom: Detected os type: [Linux] [61][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [61][0] : Warning: SDL initialized [62][0] : Event: SDL Events initialized [62][0] : Event: Register new event type:user (Ox8000) [62][0] : Event: Register new event type:stop (Ox8001) [62][0] : Event: Register new event type:stopped (Ox8002) [62][0] : Event: Register new event type:mouse_enter (Ox8003) [62][0] : Event: Register new event type:mouse_leave (Ox8004) [62][0] : Event: Register new event type:redraw (Ox8005) [62][0] : Event: Register new event type:mouse_at_rest (Ox8006) [62][0] : Event: Register new event type:startup (Ox8007) [62][0] : Event: Register new event type:var_changed (Ox8008) [62][0] : Event: Register new event type:update (Ox8009) [62][0] : Event: Register new event type:sync_action (Ox800a) [62][0] : Event: Register new event type:keyboard_focus (Ox800b) [62][0] : Event: Register new event type:mouse_focus (Ox800c) [62][0] : Event: Register new event type:remove_focus (Ox800d) [62][0] : Event: Register new event type:destroy_window (Ox800e) [62][0] : Event: Register new event type:add_window (Ox800f) [62][0] : Event: Register new event type:new_mail (Ox8010) [62][0] : Event: Register new event type:not_used (Ox8011) [62][0] : Board: Layout #1 (dummy) created. [64][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [65][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [73][0] : Graphics: SDL Video initialized [73][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [75][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [80][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [80][0] : Graphics: DPI from system: 110 [80][0] : Graphics; Warning: Using SCALE=1.000000 [80][0] : Graphics: SDL Image initialized [80][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [81][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [81][0] : Board: Adding timeout 1 [81][0] : Board: Layout #2 (windows_house) created. [81][0] : Board: ==> Running board! [81][0] : Graphics; Warning: Could not get refresh rate information for any monitor [81][0] : Graphics: Desired FPS=60 [91][0] : Board: Has focus: NO [91][0] : Board: Adding timeout 2 [91][0] : Graphics: FPS:100 (round_trip=0) [1091][0] : Board: Executing timeout 1 Hello world [1091][0] : Memory: All zombies have been killed! Congratulations! [1091][0] : Board: Board exiting [1091][0] : Board: Quitting... [1091][0] : Graphics: Quitting SDL Image [1091][0] : Graphics: Quitting SDL Video [1091][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1091][0] : Memory: Freeing surface (123,128) [1091][0] : Event: Quitting SDL Events [1091][0] : Graphics: Exit SDL... [1091][0] : Graphics: Done. INFO: Using SDL 2.32.4 /bin/sh: 1: xdpyinfo: not found 2026-02-23 17:30.17 ---> saved as "a7b32cf743b45038054b55d5b9f7f677fab635a8184e510b69fc06b97308c02b" Job succeeded 2026-02-23 17:30.18: Job succeeded