2025-02-17 18:26.56: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (24e7148dc6585fd218904df0c623a8be5fdc301b) (linux-arm64:debian-12-4.14_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 24e7148d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7 # debian-12-4.14_arm32_opam-2.3 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.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-02-17 18:26.56: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7-debian-12-4.14_arm32_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70" 2025-02-17 18:26.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7) (comment debian-12-4.14_arm32_opam-2.3) (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.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") (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.3 --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")) ) 2025-02-17 18:26.56: Waiting for resource in pool OCluster 2025-02-17 18:27.09: Waiting for worker… 2025-02-17 19:14.28: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at 24e7148 add video example28 (from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7' locally docker.io/ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7: Pulling from ocaml/opam 7929835bdff1: Already exists 34f2eee6b16e: Already exists 69963c68d9e8: Pulling fs layer c32c770313c9: Pulling fs layer 5008f5f2af95: Pulling fs layer 75de8602cd4e: Pulling fs layer 75de8602cd4e: Waiting 5008f5f2af95: Verifying Checksum 5008f5f2af95: Download complete c32c770313c9: Verifying Checksum c32c770313c9: Download complete 75de8602cd4e: Download complete 69963c68d9e8: Verifying Checksum 69963c68d9e8: Download complete 69963c68d9e8: Pull complete c32c770313c9: Pull complete 5008f5f2af95: Pull complete 75de8602cd4e: Pull complete Digest: sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7 Status: Downloaded newer image for ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-02-17 19:14.28 ---> using "76cd0f3770355f20b3067ee4d17d6cabec368e57ddaf9c9948eae9570c621338" from cache /: (comment debian-12-4.14_arm32_opam-2.3) /: (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.3 /usr/bin/opam")) 2025-02-17 19:14.28 ---> using "31e06a6d5634d41948525fa8b0d6fcfd3a5b3934bdfe644c3fce358fc5b8d31b" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-02-17 19:14.28 ---> using "6d96d07c898b94c79d911199a9cb09b3342b33c5116b79b51c7a323065f91073" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-02-17 19:14.28 ---> using "950efe6100d425cd59b5968f83b58e0db94a0ae36da44f1fad27a3282edb5ed7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-17 19:14.28 ---> using "ff058e076f3abdbb8d49b40391d82befddabcdf419db465ca0e5a23e2bebe6c9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-02-17 19:14.28 ---> using "4a4ee2742d514dca720bd3492c36be2dd13c305687217cc98bc75a5b1668b110" from cache /src: (copy (src bogue.opam) (dst ./)) 2025-02-17 19:14.28 ---> saved as "bba05340dd1f84399580073e0b0537f118fa0c985f89e7f35946e2bf1a7c1ed2" /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) 2025-02-17 19:14.30 ---> saved as "8684cb416aca367fae07b40591e7a470d5ecc191e064a3b8caff666a9104b869" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-17 19:14.31 ---> saved as "dd4d6de67dbf261feb75f2ba16adcb238113e6768e9bf7054372a3bcd290eb1a" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") /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.3 --depext-only -y bogue.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [225 kB] - Fetched 329 kB in 0s (688 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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3: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 ... 18473 files and directories currently installed.) - Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_armhf.deb ... - Unpacking libdbus-1-3:armhf (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_armhf.deb ... - Unpacking dbus-bin (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package libapparmor1:armhf. - Preparing to unpack .../3-libapparmor1_3.0.8-3_armhf.deb ... - Unpacking libapparmor1:armhf (3.0.8-3) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_armhf.deb ... - Unpacking dbus-daemon (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_armhf.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package libpython3.11-minimal:armhf. - Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u5_armhf.deb ... - Unpacking libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u5_armhf.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ... - Setting up python3.11-minimal (3.11.2-6+deb12u5) ... - 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 ... 18866 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_armhf.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:armhf. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_armhf.deb ... - Unpacking libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_armhf.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - Selecting previously unselected package libpython3-stdlib:armhf. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_armhf.deb ... - Unpacking libpython3-stdlib:armhf (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19276 files and directories currently installed.) - Preparing to unpack .../000-python3_3.11.2-1+b1_armhf.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package sgml-base. - Preparing to unpack .../001-sgml-base_1.31_all.deb ... - Unpacking sgml-base (1.31) ... - Selecting previously unselected package alsa-topology-conf. - Preparing to unpack .../002-alsa-topology-conf_1.2.5.1-2_all.deb ... - Unpacking alsa-topology-conf (1.2.5.1-2) ... - Selecting previously unselected package libasound2-data. - Preparing to unpack .../003-libasound2-data_1.2.8-1_all.deb ... - Unpacking libasound2-data (1.2.8-1) ... - Selecting previously unselected package libasound2:armhf. - Preparing to unpack .../004-libasound2_1.2.8-1+b1_armhf.deb ... - Unpacking libasound2:armhf (1.2.8-1+b1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../005-alsa-ucm-conf_1.2.8-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.8-1) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../006-fontconfig_2.14.1-4_armhf.deb ... - Unpacking fontconfig (2.14.1-4) ... - Selecting previously unselected package libglib2.0-0:armhf. - Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u5_armhf.deb ... - Unpacking libglib2.0-0:armhf (2.74.6-2+deb12u5) ... - Selecting previously unselected package libgirepository-1.0-1:armhf. - Preparing to unpack .../008-libgirepository-1.0-1_1.74.0-3_armhf.deb ... - Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ... - Selecting previously unselected package gir1.2-glib-2.0:armhf. - Preparing to unpack .../009-gir1.2-glib-2.0_1.74.0-3_armhf.deb ... - Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ... - Selecting previously unselected package gir1.2-freedesktop:armhf. - Preparing to unpack .../010-gir1.2-freedesktop_1.74.0-3_armhf.deb ... - Unpacking gir1.2-freedesktop:armhf (1.74.0-3) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:armhf. - Preparing to unpack .../011-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_armhf.deb ... - Unpacking gir1.2-harfbuzz-0.0:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libibus-1.0-5:armhf. - Preparing to unpack .../012-libibus-1.0-5_1.5.27-5_armhf.deb ... - Unpacking libibus-1.0-5:armhf (1.5.27-5) ... - Selecting previously unselected package gir1.2-ibus-1.0:armhf. - Preparing to unpack .../013-gir1.2-ibus-1.0_1.5.27-5_armhf.deb ... - Unpacking gir1.2-ibus-1.0:armhf (1.5.27-5) ... - Selecting previously unselected package libicu72:armhf. - Preparing to unpack .../014-libicu72_72.1-3_armhf.deb ... - Unpacking libicu72:armhf (72.1-3) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../015-icu-devtools_72.1-3_armhf.deb ... - Unpacking icu-devtools (72.1-3) ... - Selecting previously unselected package libasound2-dev:armhf. - Preparing to unpack .../016-libasound2-dev_1.2.8-1+b1_armhf.deb ... - Unpacking libasound2-dev:armhf (1.2.8-1+b1) ... - Selecting previously unselected package libasyncns0:armhf. - Preparing to unpack .../017-libasyncns0_0.8-6+b3_armhf.deb ... - Unpacking libasyncns0:armhf (0.8-6+b3) ... - Selecting previously unselected package uuid-dev:armhf. - Preparing to unpack .../018-uuid-dev_2.38.1-5+deb12u3_armhf.deb ... - Unpacking uuid-dev:armhf (2.38.1-5+deb12u3) ... - Selecting previously unselected package libblkid-dev:armhf. - Preparing to unpack .../019-libblkid-dev_2.38.1-5+deb12u3_armhf.deb ... - Unpacking libblkid-dev:armhf (2.38.1-5+deb12u3) ... - Selecting previously unselected package libbrotli-dev:armhf. - Preparing to unpack .../020-libbrotli-dev_1.0.9-2+b6_armhf.deb ... - Unpacking libbrotli-dev:armhf (1.0.9-2+b6) ... - Selecting previously unselected package libpixman-1-0:armhf. - Preparing to unpack .../021-libpixman-1-0_0.42.2-1_armhf.deb ... - Unpacking libpixman-1-0:armhf (0.42.2-1) ... - Selecting previously unselected package libxcb-render0:armhf. - Preparing to unpack .../022-libxcb-render0_1.15-1_armhf.deb ... - Unpacking libxcb-render0:armhf (1.15-1) ... - Selecting previously unselected package libxcb-shm0:armhf. - Preparing to unpack .../023-libxcb-shm0_1.15-1_armhf.deb ... - Unpacking libxcb-shm0:armhf (1.15-1) ... - Selecting previously unselected package libxrender1:armhf. - Preparing to unpack .../024-libxrender1_1%3a0.9.10-1.1_armhf.deb ... - Unpacking libxrender1:armhf (1:0.9.10-1.1) ... - Selecting previously unselected package libcairo2:armhf. - Preparing to unpack .../025-libcairo2_1.16.0-7_armhf.deb ... - Unpacking libcairo2:armhf (1.16.0-7) ... - Selecting previously unselected package libdatrie1:armhf. - Preparing to unpack .../026-libdatrie1_0.2.13-2+b1_armhf.deb ... - Unpacking libdatrie1:armhf (0.2.13-2+b1) ... - Selecting previously unselected package libpkgconf3:armhf. - Preparing to unpack .../027-libpkgconf3_1.8.1-1_armhf.deb ... - Unpacking libpkgconf3:armhf (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../028-pkgconf-bin_1.8.1-1_armhf.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:armhf. - Preparing to unpack .../029-pkgconf_1.8.1-1_armhf.deb ... - Unpacking pkgconf:armhf (1.8.1-1) ... - Selecting previously unselected package pkg-config:armhf. - Preparing to unpack .../030-pkg-config_1.8.1-1_armhf.deb ... - Unpacking pkg-config:armhf (1.8.1-1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../031-xml-core_0.18+nmu1_all.deb ... - Unpacking xml-core (0.18+nmu1) ... - Selecting previously unselected package libdbus-1-dev:armhf. - Preparing to unpack .../032-libdbus-1-dev_1.14.10-1~deb12u1_armhf.deb ... - Unpacking libdbus-1-dev:armhf (1.14.10-1~deb12u1) ... - Selecting previously unselected package libwayland-client0:armhf. - Preparing to unpack .../033-libwayland-client0_1.21.0-1_armhf.deb ... - Unpacking libwayland-client0:armhf (1.21.0-1) ... - Selecting previously unselected package libdecor-0-0:armhf. - Preparing to unpack .../034-libdecor-0-0_0.1.1-2_armhf.deb ... - Unpacking libdecor-0-0:armhf (0.1.1-2) ... - Selecting previously unselected package libwayland-server0:armhf. - Preparing to unpack .../035-libwayland-server0_1.21.0-1_armhf.deb ... - Unpacking libwayland-server0:armhf (1.21.0-1) ... - Selecting previously unselected package libwayland-cursor0:armhf. - Preparing to unpack .../036-libwayland-cursor0_1.21.0-1_armhf.deb ... - Unpacking libwayland-cursor0:armhf (1.21.0-1) ... - Selecting previously unselected package libwayland-egl1:armhf. - Preparing to unpack .../037-libwayland-egl1_1.21.0-1_armhf.deb ... - Unpacking libwayland-egl1:armhf (1.21.0-1) ... - Selecting previously unselected package libxml2:armhf. - Preparing to unpack .../038-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ... - Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package libwayland-bin. - Preparing to unpack .../039-libwayland-bin_1.21.0-1_armhf.deb ... - Unpacking libwayland-bin (1.21.0-1) ... - Selecting previously unselected package libffi-dev:armhf. - Preparing to unpack .../040-libffi-dev_3.4.4-1_armhf.deb ... - Unpacking libffi-dev:armhf (3.4.4-1) ... - Selecting previously unselected package libwayland-dev:armhf. - Preparing to unpack .../041-libwayland-dev_1.21.0-1_armhf.deb ... - Unpacking libwayland-dev:armhf (1.21.0-1) ... - Selecting previously unselected package libdecor-0-dev:armhf. - Preparing to unpack .../042-libdecor-0-dev_0.1.1-2_armhf.deb ... - Unpacking libdecor-0-dev:armhf (0.1.1-2) ... - Selecting previously unselected package libfribidi0:armhf. - Preparing to unpack .../043-libfribidi0_1.0.8-2.1_armhf.deb ... - Unpacking libfribidi0:armhf (1.0.8-2.1) ... - Selecting previously unselected package libgraphite2-3:armhf. - Preparing to unpack .../044-libgraphite2-3_1.3.14-1_armhf.deb ... - Unpacking libgraphite2-3:armhf (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:armhf. - Preparing to unpack .../045-libharfbuzz0b_6.0.0+dfsg-3_armhf.deb ... - Unpacking libharfbuzz0b:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../046-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libthai0:armhf. - Preparing to unpack .../047-libthai0_0.1.29-1_armhf.deb ... - Unpacking libthai0:armhf (0.1.29-1) ... - Selecting previously unselected package libpango-1.0-0:armhf. - Preparing to unpack .../048-libpango-1.0-0_1.50.12+ds-1_armhf.deb ... - Unpacking libpango-1.0-0:armhf (1.50.12+ds-1) ... - Selecting previously unselected package libpangoft2-1.0-0:armhf. - Preparing to unpack .../049-libpangoft2-1.0-0_1.50.12+ds-1_armhf.deb ... - Unpacking libpangoft2-1.0-0:armhf (1.50.12+ds-1) ... - Selecting previously unselected package libpangocairo-1.0-0:armhf. - Preparing to unpack .../050-libpangocairo-1.0-0_1.50.12+ds-1_armhf.deb ... - Unpacking libpangocairo-1.0-0:armhf (1.50.12+ds-1) ... - Selecting previously unselected package libdecor-0-plugin-1-cairo:armhf. - Preparing to unpack .../051-libdecor-0-plugin-1-cairo_0.1.1-2_armhf.deb ... - Unpacking libdecor-0-plugin-1-cairo:armhf (0.1.1-2) ... - Selecting previously unselected package libdeflate-dev:armhf. - Preparing to unpack .../052-libdeflate-dev_1.14-1_armhf.deb ... - Unpacking libdeflate-dev:armhf (1.14-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../053-libdrm-common_2.4.114-1_all.deb ... - Unpacking libdrm-common (2.4.114-1) ... - Selecting previously unselected package libdrm2:armhf. - Preparing to unpack .../054-libdrm2_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm2:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-amdgpu1:armhf. - Preparing to unpack .../055-libdrm-amdgpu1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-amdgpu1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-radeon1:armhf. - Preparing to unpack .../056-libdrm-radeon1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-radeon1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-nouveau2:armhf. - Preparing to unpack .../057-libdrm-nouveau2_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-nouveau2:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-omap1:armhf. - Preparing to unpack .../058-libdrm-omap1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-omap1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-freedreno1:armhf. - Preparing to unpack .../059-libdrm-freedreno1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-freedreno1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-exynos1:armhf. - Preparing to unpack .../060-libdrm-exynos1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-exynos1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-tegra0:armhf. - Preparing to unpack .../061-libdrm-tegra0_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-tegra0:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-etnaviv1:armhf. - Preparing to unpack .../062-libdrm-etnaviv1_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-etnaviv1:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libpciaccess0:armhf. - Preparing to unpack .../063-libpciaccess0_0.17-2_armhf.deb ... - Unpacking libpciaccess0:armhf (0.17-2) ... - Selecting previously unselected package libpciaccess-dev:armhf. - Preparing to unpack .../064-libpciaccess-dev_0.17-2_armhf.deb ... - Unpacking libpciaccess-dev:armhf (0.17-2) ... - Selecting previously unselected package libdrm-dev:armhf. - Preparing to unpack .../065-libdrm-dev_2.4.114-1+b1_armhf.deb ... - Unpacking libdrm-dev:armhf (2.4.114-1+b1) ... - Selecting previously unselected package libglvnd0:armhf. - Preparing to unpack .../066-libglvnd0_1.6.0-1_armhf.deb ... - Unpacking libglvnd0:armhf (1.6.0-1) ... - Selecting previously unselected package libgbm1:armhf. - Preparing to unpack .../067-libgbm1_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libgbm1:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglapi-mesa:armhf. - Preparing to unpack .../068-libglapi-mesa_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libglapi-mesa:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libx11-xcb1:armhf. - Preparing to unpack .../069-libx11-xcb1_2%3a1.8.4-2+deb12u2_armhf.deb ... - Unpacking libx11-xcb1:armhf (2:1.8.4-2+deb12u2) ... - Selecting previously unselected package libxcb-dri2-0:armhf. - Preparing to unpack .../070-libxcb-dri2-0_1.15-1_armhf.deb ... - Unpacking libxcb-dri2-0:armhf (1.15-1) ... - Selecting previously unselected package libxcb-dri3-0:armhf. - Preparing to unpack .../071-libxcb-dri3-0_1.15-1_armhf.deb ... - Unpacking libxcb-dri3-0:armhf (1.15-1) ... - Selecting previously unselected package libxcb-present0:armhf. - Preparing to unpack .../072-libxcb-present0_1.15-1_armhf.deb ... - Unpacking libxcb-present0:armhf (1.15-1) ... - Selecting previously unselected package libxcb-randr0:armhf. - Preparing to unpack .../073-libxcb-randr0_1.15-1_armhf.deb ... - Unpacking libxcb-randr0:armhf (1.15-1) ... - Selecting previously unselected package libxcb-sync1:armhf. - Preparing to unpack .../074-libxcb-sync1_1.15-1_armhf.deb ... - Unpacking libxcb-sync1:armhf (1.15-1) ... - Selecting previously unselected package libxcb-xfixes0:armhf. - Preparing to unpack .../075-libxcb-xfixes0_1.15-1_armhf.deb ... - Unpacking libxcb-xfixes0:armhf (1.15-1) ... - Selecting previously unselected package libxshmfence1:armhf. - Preparing to unpack .../076-libxshmfence1_1.3-1_armhf.deb ... - Unpacking libxshmfence1:armhf (1.3-1) ... - Selecting previously unselected package libegl-mesa0:armhf. - Preparing to unpack .../077-libegl-mesa0_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libegl-mesa0:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libegl1:armhf. - Preparing to unpack .../078-libegl1_1.6.0-1_armhf.deb ... - Unpacking libegl1:armhf (1.6.0-1) ... - Selecting previously unselected package libxcb-glx0:armhf. - Preparing to unpack .../079-libxcb-glx0_1.15-1_armhf.deb ... - Unpacking libxcb-glx0:armhf (1.15-1) ... - Selecting previously unselected package libxfixes3:armhf. - Preparing to unpack .../080-libxfixes3_1%3a6.0.0-2_armhf.deb ... - Unpacking libxfixes3:armhf (1:6.0.0-2) ... - Selecting previously unselected package libxxf86vm1:armhf. - Preparing to unpack .../081-libxxf86vm1_1%3a1.1.4-1+b2_armhf.deb ... - Unpacking libxxf86vm1:armhf (1:1.1.4-1+b2) ... - Selecting previously unselected package libelf1:armhf. - Preparing to unpack .../082-libelf1_0.188-2.1_armhf.deb ... - Unpacking libelf1:armhf (0.188-2.1) ... - Selecting previously unselected package libz3-4:armhf. - Preparing to unpack .../083-libz3-4_4.8.12-3.1_armhf.deb ... - Unpacking libz3-4:armhf (4.8.12-3.1) ... - Selecting previously unselected package libllvm15:armhf. - Preparing to unpack .../084-libllvm15_1%3a15.0.6-4+b1_armhf.deb ... - Unpacking libllvm15:armhf (1:15.0.6-4+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../085-libsensors-config_1%3a3.6.0-7.1_all.deb ... - Unpacking libsensors-config (1:3.6.0-7.1) ... - Selecting previously unselected package libsensors5:armhf. - Preparing to unpack .../086-libsensors5_1%3a3.6.0-7.1_armhf.deb ... - Unpacking libsensors5:armhf (1:3.6.0-7.1) ... - Selecting previously unselected package libgl1-mesa-dri:armhf. - Preparing to unpack .../087-libgl1-mesa-dri_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libgl1-mesa-dri:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglx-mesa0:armhf. - Preparing to unpack .../088-libglx-mesa0_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libglx-mesa0:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglx0:armhf. - Preparing to unpack .../089-libglx0_1.6.0-1_armhf.deb ... - Unpacking libglx0:armhf (1.6.0-1) ... - Selecting previously unselected package libgl1:armhf. - Preparing to unpack .../090-libgl1_1.6.0-1_armhf.deb ... - Unpacking libgl1:armhf (1.6.0-1) ... - Selecting previously unselected package libglx-dev:armhf. - Preparing to unpack .../091-libglx-dev_1.6.0-1_armhf.deb ... - Unpacking libglx-dev:armhf (1.6.0-1) ... - Selecting previously unselected package libgl-dev:armhf. - Preparing to unpack .../092-libgl-dev_1.6.0-1_armhf.deb ... - Unpacking libgl-dev:armhf (1.6.0-1) ... - Selecting previously unselected package libegl-dev:armhf. - Preparing to unpack .../093-libegl-dev_1.6.0-1_armhf.deb ... - Unpacking libegl-dev:armhf (1.6.0-1) ... - Selecting previously unselected package libogg0:armhf. - Preparing to unpack .../094-libogg0_1.3.5-3_armhf.deb ... - Unpacking libogg0:armhf (1.3.5-3) ... - Selecting previously unselected package libflac12:armhf. - Preparing to unpack .../095-libflac12_1.4.2+ds-2_armhf.deb ... - Unpacking libflac12:armhf (1.4.2+ds-2) ... - Selecting previously unselected package zlib1g-dev:armhf. - Preparing to unpack .../096-zlib1g-dev_1%3a1.2.13.dfsg-1_armhf.deb ... - Unpacking zlib1g-dev:armhf (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libpng-dev:armhf. - Preparing to unpack .../097-libpng-dev_1.6.39-2_armhf.deb ... - Unpacking libpng-dev:armhf (1.6.39-2) ... - Selecting previously unselected package libfreetype-dev:armhf. - Preparing to unpack .../098-libfreetype-dev_2.12.1+dfsg-5+deb12u3_armhf.deb ... - Unpacking libfreetype-dev:armhf (2.12.1+dfsg-5+deb12u3) ... - Selecting previously unselected package libgbm-dev:armhf. - Preparing to unpack .../099-libgbm-dev_22.3.6-1+deb12u1_armhf.deb ... - Unpacking libgbm-dev:armhf (22.3.6-1+deb12u1) ... - Selecting previously unselected package libgles1:armhf. - Preparing to unpack .../100-libgles1_1.6.0-1_armhf.deb ... - Unpacking libgles1:armhf (1.6.0-1) ... - Selecting previously unselected package libgles2:armhf. - Preparing to unpack .../101-libgles2_1.6.0-1_armhf.deb ... - Unpacking libgles2:armhf (1.6.0-1) ... - Selecting previously unselected package libgles-dev:armhf. - Preparing to unpack .../102-libgles-dev_1.6.0-1_armhf.deb ... - Unpacking libgles-dev:armhf (1.6.0-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../103-libglib2.0-data_2.74.6-2+deb12u5_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u5) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../104-libglib2.0-bin_2.74.6-2+deb12u5_armhf.deb ... - Unpacking libglib2.0-bin (2.74.6-2+deb12u5) ... - Selecting previously unselected package python3-lib2to3. - Preparing to unpack .../105-python3-lib2to3_3.11.2-3_all.deb ... - Unpacking python3-lib2to3 (3.11.2-3) ... - Selecting previously unselected package python3-distutils. - Preparing to unpack .../106-python3-distutils_3.11.2-3_all.deb ... - Unpacking python3-distutils (3.11.2-3) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../107-libglib2.0-dev-bin_2.74.6-2+deb12u5_armhf.deb ... - Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u5) ... - Selecting previously unselected package libsepol-dev:armhf. - Preparing to unpack .../108-libsepol-dev_3.4-2.1_armhf.deb ... - Unpacking libsepol-dev:armhf (3.4-2.1) ... - Selecting previously unselected package libpcre2-16-0:armhf. - Preparing to unpack .../109-libpcre2-16-0_10.42-1_armhf.deb ... - Unpacking libpcre2-16-0:armhf (10.42-1) ... - Selecting previously unselected package libpcre2-32-0:armhf. - Preparing to unpack .../110-libpcre2-32-0_10.42-1_armhf.deb ... - Unpacking libpcre2-32-0:armhf (10.42-1) ... - Selecting previously unselected package libpcre2-posix3:armhf. - Preparing to unpack .../111-libpcre2-posix3_10.42-1_armhf.deb ... - Unpacking libpcre2-posix3:armhf (10.42-1) ... - Selecting previously unselected package libpcre2-dev:armhf. - Preparing to unpack .../112-libpcre2-dev_10.42-1_armhf.deb ... - Unpacking libpcre2-dev:armhf (10.42-1) ... - Selecting previously unselected package libselinux1-dev:armhf. - Preparing to unpack .../113-libselinux1-dev_3.4-1+b6_armhf.deb ... - Unpacking libselinux1-dev:armhf (3.4-1+b6) ... - Selecting previously unselected package libmount-dev:armhf. - Preparing to unpack .../114-libmount-dev_2.38.1-5+deb12u3_armhf.deb ... - Unpacking libmount-dev:armhf (2.38.1-5+deb12u3) ... - Selecting previously unselected package libglib2.0-dev:armhf. - Preparing to unpack .../115-libglib2.0-dev_2.74.6-2+deb12u5_armhf.deb ... - Unpacking libglib2.0-dev:armhf (2.74.6-2+deb12u5) ... - Selecting previously unselected package libgraphite2-dev:armhf. - Preparing to unpack .../116-libgraphite2-dev_1.3.14-1_armhf.deb ... - Unpacking libgraphite2-dev:armhf (1.3.14-1) ... - Selecting previously unselected package libharfbuzz-icu0:armhf. - Preparing to unpack .../117-libharfbuzz-icu0_6.0.0+dfsg-3_armhf.deb ... - Unpacking libharfbuzz-icu0:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libharfbuzz-gobject0:armhf. - Preparing to unpack .../118-libharfbuzz-gobject0_6.0.0+dfsg-3_armhf.deb ... - Unpacking libharfbuzz-gobject0:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libharfbuzz-subset0:armhf. - Preparing to unpack .../119-libharfbuzz-subset0_6.0.0+dfsg-3_armhf.deb ... - Unpacking libharfbuzz-subset0:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libicu-dev:armhf. - Preparing to unpack .../120-libicu-dev_72.1-3_armhf.deb ... - Unpacking libicu-dev:armhf (72.1-3) ... - Selecting previously unselected package libharfbuzz-dev:armhf. - Preparing to unpack .../121-libharfbuzz-dev_6.0.0+dfsg-3_armhf.deb ... - Unpacking libharfbuzz-dev:armhf (6.0.0+dfsg-3) ... - Selecting previously unselected package libibus-1.0-dev:armhf. - Preparing to unpack .../122-libibus-1.0-dev_1.5.27-5_armhf.deb ... - Unpacking libibus-1.0-dev:armhf (1.5.27-5) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../123-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libice6:armhf. - Preparing to unpack .../124-libice6_2%3a1.0.10-1_armhf.deb ... - Unpacking libice6:armhf (2:1.0.10-1) ... - Selecting previously unselected package libice-dev:armhf. - Preparing to unpack .../125-libice-dev_2%3a1.0.10-1_armhf.deb ... - Unpacking libice-dev:armhf (2:1.0.10-1) ... - Selecting previously unselected package libjbig-dev:armhf. - Preparing to unpack .../126-libjbig-dev_2.1-6.1_armhf.deb ... - Unpacking libjbig-dev:armhf (2.1-6.1) ... - Selecting previously unselected package libjpeg62-turbo-dev:armhf. - Preparing to unpack .../127-libjpeg62-turbo-dev_1%3a2.1.5-2_armhf.deb ... - Unpacking libjpeg62-turbo-dev:armhf (1:2.1.5-2) ... - Selecting previously unselected package libjpeg-dev:armhf. - Preparing to unpack .../128-libjpeg-dev_1%3a2.1.5-2_armhf.deb ... - Unpacking libjpeg-dev:armhf (1:2.1.5-2) ... - Selecting previously unselected package liblerc-dev:armhf. - Preparing to unpack .../129-liblerc-dev_4.0.0+ds-2_armhf.deb ... - Unpacking liblerc-dev:armhf (4.0.0+ds-2) ... - Selecting previously unselected package liblzma-dev:armhf. - Preparing to unpack .../130-liblzma-dev_5.4.1-0.2_armhf.deb ... - Unpacking liblzma-dev:armhf (5.4.1-0.2) ... - Selecting previously unselected package libmp3lame0:armhf. - Preparing to unpack .../131-libmp3lame0_3.100-6_armhf.deb ... - Unpacking libmp3lame0:armhf (3.100-6) ... - Selecting previously unselected package libmpg123-0:armhf. - Preparing to unpack .../132-libmpg123-0_1.31.2-1+deb12u1_armhf.deb ... - Unpacking libmpg123-0:armhf (1.31.2-1+deb12u1) ... - Selecting previously unselected package libopus0:armhf. - Preparing to unpack .../133-libopus0_1.3.1-3_armhf.deb ... - Unpacking libopus0:armhf (1.3.1-3) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../134-libpng-tools_1.6.39-2_armhf.deb ... - Unpacking libpng-tools (1.6.39-2) ... - Selecting previously unselected package libvorbis0a:armhf. - Preparing to unpack .../135-libvorbis0a_1.3.7-1_armhf.deb ... - Unpacking libvorbis0a:armhf (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:armhf. - Preparing to unpack .../136-libvorbisenc2_1.3.7-1_armhf.deb ... - Unpacking libvorbisenc2:armhf (1.3.7-1) ... - Selecting previously unselected package libsndfile1:armhf. - Preparing to unpack .../137-libsndfile1_1.2.0-1_armhf.deb ... - Unpacking libsndfile1:armhf (1.2.0-1) ... - Selecting previously unselected package libpulse0:armhf. - Preparing to unpack .../138-libpulse0_16.1+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse0:armhf (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-mainloop-glib0:armhf. - Preparing to unpack .../139-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse-mainloop-glib0:armhf (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-dev:armhf. - Preparing to unpack .../140-libpulse-dev_16.1+dfsg1-2+b1_armhf.deb ... - Unpacking libpulse-dev:armhf (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libsamplerate0:armhf. - Preparing to unpack .../141-libsamplerate0_0.2.2-3_armhf.deb ... - Unpacking libsamplerate0:armhf (0.2.2-3) ... - Selecting previously unselected package libsamplerate0-dev:armhf. - Preparing to unpack .../142-libsamplerate0-dev_0.2.2-3_armhf.deb ... - Unpacking libsamplerate0-dev:armhf (0.2.2-3) ... - Selecting previously unselected package libxcursor1:armhf. - Preparing to unpack .../143-libxcursor1_1%3a1.2.1-1_armhf.deb ... - Unpacking libxcursor1:armhf (1:1.2.1-1) ... - Selecting previously unselected package libxi6:armhf. - Preparing to unpack .../144-libxi6_2%3a1.8-1+b1_armhf.deb ... - Unpacking libxi6:armhf (2:1.8-1+b1) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../145-xkb-data_2.35.1-1_all.deb ... - Unpacking xkb-data (2.35.1-1) ... - Selecting previously unselected package libxkbcommon0:armhf. - Preparing to unpack .../146-libxkbcommon0_1.5.0-1_armhf.deb ... - Unpacking libxkbcommon0:armhf (1.5.0-1) ... - Selecting previously unselected package libxrandr2:armhf. - Preparing to unpack .../147-libxrandr2_2%3a1.5.2-2+b1_armhf.deb ... - Unpacking libxrandr2:armhf (2:1.5.2-2+b1) ... - Selecting previously unselected package libxss1:armhf. - Preparing to unpack .../148-libxss1_1%3a1.2.3-1_armhf.deb ... - Unpacking libxss1:armhf (1:1.2.3-1) ... - Selecting previously unselected package libsdl2-2.0-0:armhf. - Preparing to unpack .../149-libsdl2-2.0-0_2.26.5+dfsg-1_armhf.deb ... - Unpacking libsdl2-2.0-0:armhf (2.26.5+dfsg-1) ... - Selecting previously unselected package libsndio7.0:armhf. - Preparing to unpack .../150-libsndio7.0_1.9.0-0.3+b2_armhf.deb ... - Unpacking libsndio7.0:armhf (1.9.0-0.3+b2) ... - Selecting previously unselected package libsndio-dev:armhf. - Preparing to unpack .../151-libsndio-dev_1.9.0-0.3+b2_armhf.deb ... - Unpacking libsndio-dev:armhf (1.9.0-0.3+b2) ... - Selecting previously unselected package libudev-dev:armhf. - Preparing to unpack .../152-libudev-dev_252.33-1~deb12u1_armhf.deb ... - Unpacking libudev-dev:armhf (252.33-1~deb12u1) ... - Selecting previously unselected package libxrender-dev:armhf. - Preparing to unpack .../153-libxrender-dev_1%3a0.9.10-1.1_armhf.deb ... - Unpacking libxrender-dev:armhf (1:0.9.10-1.1) ... - Selecting previously unselected package libxfixes-dev:armhf. - Preparing to unpack .../154-libxfixes-dev_1%3a6.0.0-2_armhf.deb ... - Unpacking libxfixes-dev:armhf (1:6.0.0-2) ... - Selecting previously unselected package libxcursor-dev:armhf. - Preparing to unpack .../155-libxcursor-dev_1%3a1.2.1-1_armhf.deb ... - Unpacking libxcursor-dev:armhf (1:1.2.1-1) ... - Selecting previously unselected package libxext-dev:armhf. - Preparing to unpack .../156-libxext-dev_2%3a1.3.4-1+b1_armhf.deb ... - Unpacking libxext-dev:armhf (2:1.3.4-1+b1) ... - Selecting previously unselected package libxi-dev:armhf. - Preparing to unpack .../157-libxi-dev_2%3a1.8-1+b1_armhf.deb ... - Unpacking libxi-dev:armhf (2:1.8-1+b1) ... - Selecting previously unselected package libxinerama1:armhf. - Preparing to unpack .../158-libxinerama1_2%3a1.1.4-3_armhf.deb ... - Unpacking libxinerama1:armhf (2:1.1.4-3) ... - Selecting previously unselected package libxinerama-dev:armhf. - Preparing to unpack .../159-libxinerama-dev_2%3a1.1.4-3_armhf.deb ... - Unpacking libxinerama-dev:armhf (2:1.1.4-3) ... - Selecting previously unselected package libxkbcommon-dev:armhf. - Preparing to unpack .../160-libxkbcommon-dev_1.5.0-1_armhf.deb ... - Unpacking libxkbcommon-dev:armhf (1.5.0-1) ... - Selecting previously unselected package libxrandr-dev:armhf. - Preparing to unpack .../161-libxrandr-dev_2%3a1.5.2-2+b1_armhf.deb ... - Unpacking libxrandr-dev:armhf (2:1.5.2-2+b1) ... - Selecting previously unselected package libxss-dev:armhf. - Preparing to unpack .../162-libxss-dev_1%3a1.2.3-1_armhf.deb ... - Unpacking libxss-dev:armhf (1:1.2.3-1) ... - Selecting previously unselected package libsm6:armhf. - Preparing to unpack .../163-libsm6_2%3a1.2.3-1_armhf.deb ... - Unpacking libsm6:armhf (2:1.2.3-1) ... - Selecting previously unselected package libxt6:armhf. - Preparing to unpack .../164-libxt6_1%3a1.2.1-1.1_armhf.deb ... - Unpacking libxt6:armhf (1:1.2.1-1.1) ... - Selecting previously unselected package libsm-dev:armhf. - Preparing to unpack .../165-libsm-dev_2%3a1.2.3-1_armhf.deb ... - Unpacking libsm-dev:armhf (2:1.2.3-1) ... - Selecting previously unselected package libxt-dev:armhf. - Preparing to unpack .../166-libxt-dev_1%3a1.2.1-1.1_armhf.deb ... - Unpacking libxt-dev:armhf (1:1.2.1-1.1) ... - Selecting previously unselected package libxv1:armhf. - Preparing to unpack .../167-libxv1_2%3a1.0.11-1.1_armhf.deb ... - Unpacking libxv1:armhf (2:1.0.11-1.1) ... - Selecting previously unselected package libxv-dev:armhf. - Preparing to unpack .../168-libxv-dev_2%3a1.0.11-1.1_armhf.deb ... - Unpacking libxv-dev:armhf (2:1.0.11-1.1) ... - Selecting previously unselected package libxxf86vm-dev:armhf. - Preparing to unpack .../169-libxxf86vm-dev_1%3a1.1.4-1+b2_armhf.deb ... - Unpacking libxxf86vm-dev:armhf (1:1.1.4-1+b2) ... - Selecting previously unselected package libsdl2-dev:armhf. - Preparing to unpack .../170-libsdl2-dev_2.26.5+dfsg-1_armhf.deb ... - Unpacking libsdl2-dev:armhf (2.26.5+dfsg-1) ... - Selecting previously unselected package libsdl2-image-2.0-0:armhf. - Preparing to unpack .../171-libsdl2-image-2.0-0_2.6.3+dfsg-1_armhf.deb ... - Unpacking libsdl2-image-2.0-0:armhf (2.6.3+dfsg-1) ... - Selecting previously unselected package libzstd-dev:armhf. - Preparing to unpack .../172-libzstd-dev_1.5.4+dfsg2-5_armhf.deb ... - Unpacking libzstd-dev:armhf (1.5.4+dfsg2-5) ... - Selecting previously unselected package libwebpmux3:armhf. - Preparing to unpack .../173-libwebpmux3_1.2.4-0.2+deb12u1_armhf.deb ... - Unpacking libwebpmux3:armhf (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebpdemux2:armhf. - Preparing to unpack .../174-libwebpdemux2_1.2.4-0.2+deb12u1_armhf.deb ... - Unpacking libwebpdemux2:armhf (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebp-dev:armhf. - Preparing to unpack .../175-libwebp-dev_1.2.4-0.2+deb12u1_armhf.deb ... - Unpacking libwebp-dev:armhf (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libtiffxx6:armhf. - Preparing to unpack .../176-libtiffxx6_4.5.0-6+deb12u2_armhf.deb ... - Unpacking libtiffxx6:armhf (4.5.0-6+deb12u2) ... - Selecting previously unselected package libtiff-dev:armhf. - Preparing to unpack .../177-libtiff-dev_4.5.0-6+deb12u2_armhf.deb ... - Unpacking libtiff-dev:armhf (4.5.0-6+deb12u2) ... - Selecting previously unselected package libsdl2-image-dev:armhf. - Preparing to unpack .../178-libsdl2-image-dev_2.6.3+dfsg-1_armhf.deb ... - Unpacking libsdl2-image-dev:armhf (2.6.3+dfsg-1) ... - Selecting previously unselected package libsdl2-ttf-2.0-0:armhf. - Preparing to unpack .../179-libsdl2-ttf-2.0-0_2.20.1+dfsg-2_armhf.deb ... - Unpacking libsdl2-ttf-2.0-0:armhf (2.20.1+dfsg-2) ... - Selecting previously unselected package libsdl2-ttf-dev:armhf. - Preparing to unpack .../180-libsdl2-ttf-dev_2.20.1+dfsg-2_armhf.deb ... - Unpacking libsdl2-ttf-dev:armhf (2.20.1+dfsg-2) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../181-shared-mime-info_2.2-1_armhf.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../182-xdg-user-dirs_0.18-1_armhf.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Setting up media-types (10.0.0) ... - Setting up libgraphite2-3:armhf (1.3.14-1) ... - Setting up libxcb-dri3-0:armhf (1.15-1) ... - Setting up libpixman-1-0:armhf (0.42.2-1) ... - Setting up libwayland-server0:armhf (1.21.0-1) ... - Setting up libx11-xcb1:armhf (2:1.8.4-2+deb12u2) ... - Setting up libpciaccess0:armhf (0.17-2) ... - Setting up fontconfig (2.14.1-4) ... - Regenerating fonts cache... - done. - Setting up libapparmor1:armhf (3.0.8-3) ... - Setting up libicu72:armhf (72.1-3) ... - Setting up libmpg123-0:armhf (1.31.2-1+deb12u1) ... - Setting up libpciaccess-dev:armhf (0.17-2) ... - Setting up libxcb-xfixes0:armhf (1.15-1) ... - Setting up libogg0:armhf (1.3.5-3) ... - Setting up libzstd-dev:armhf (1.5.4+dfsg2-5) ... - Setting up libxi6:armhf (2:1.8-1+b1) ... - Setting up libxrender1:armhf (1:0.9.10-1.1) ... - Setting up libdatrie1:armhf (0.2.13-2+b1) ... - Setting up xdg-user-dirs (0.18-1) ... - Setting up libpng-tools (1.6.39-2) ... - Setting up libxcb-render0:armhf (1.15-1) ... - Setting up libglib2.0-0:armhf (2.74.6-2+deb12u5) ... - No schema files found: doing nothing. - Setting up libglvnd0:armhf (1.6.0-1) ... - Setting up libxcb-glx0:armhf (1.15-1) ... - Setting up libwebpdemux2:armhf (1.2.4-0.2+deb12u1) ... - Setting up libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ... - Setting up libibus-1.0-5:armhf (1.5.27-5) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libsensors-config (1:3.6.0-7.1) ... - Setting up libjbig-dev:armhf (2.1-6.1) ... - Setting up xkb-data (2.35.1-1) ... - Setting up libxcb-shm0:armhf (1.15-1) ... - Setting up libffi-dev:armhf (3.4.4-1) ... - Setting up libcairo2:armhf (1.16.0-7) ... - Setting up libpcre2-16-0:armhf (10.42-1) ... - Setting up libxxf86vm1:armhf (1:1.1.4-1+b2) ... - Setting up libxcb-present0:armhf (1.15-1) ... - Setting up libasound2-data (1.2.8-1) ... - Setting up libgraphite2-dev:armhf (1.3.14-1) ... - Setting up libz3-4:armhf (4.8.12-3.1) ... - Setting up libpcre2-32-0:armhf (10.42-1) ... - Setting up libglib2.0-data (2.74.6-2+deb12u5) ... - Setting up libpkgconf3:armhf (1.8.1-1) ... - Setting up libflac12:armhf (1.4.2+ds-2) ... - Setting up libgles2:armhf (1.6.0-1) ... - Setting up libjpeg62-turbo-dev:armhf (1:2.1.5-2) ... - Setting up libxfixes3:armhf (1:6.0.0-2) ... - Setting up libxcb-sync1:armhf (1.15-1) ... - Setting up uuid-dev:armhf (2.38.1-5+deb12u3) ... - Setting up libgles1:armhf (1.6.0-1) ... - Setting up libdbus-1-3:armhf (1.14.10-1~deb12u1) ... - Setting up libfribidi0:armhf (1.0.8-2.1) ... - Setting up libopus0:armhf (1.3.1-3) ... - Setting up libxinerama1:armhf (2:1.1.4-3) ... - Setting up libxv1:armhf (2:1.0.11-1.1) ... - Setting up libvorbis0a:armhf (1.3.7-1) ... - Setting up libxrandr2:armhf (2:1.5.2-2+b1) ... - Setting up icu-devtools (72.1-3) ... - Setting up libudev-dev:armhf (252.33-1~deb12u1) ... - Setting up libsepol-dev:armhf (3.4-2.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libsensors5:armhf (1:3.6.0-7.1) ... - Setting up liblerc-dev:armhf (4.0.0+ds-2) ... - Setting up libglapi-mesa:armhf (22.3.6-1+deb12u1) ... - Setting up libxext-dev:armhf (2:1.3.4-1+b1) ... - Setting up liblzma-dev:armhf (5.4.1-0.2) ... - Setting up libxcb-dri2-0:armhf (1.15-1) ... - Setting up zlib1g-dev:armhf (1:1.2.13.dfsg-1) ... - Setting up libpcre2-posix3:armhf (10.42-1) ... - Setting up alsa-topology-conf (1.2.5.1-2) ... - Setting up libasyncns0:armhf (0.8-6+b3) ... - Setting up libxshmfence1:armhf (1.3-1) ... - Setting up libxcb-randr0:armhf (1.15-1) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2:armhf (1.2.8-1+b1) ... - Setting up libharfbuzz0b:armhf (6.0.0+dfsg-3) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libgirepository-1.0-1:armhf (1.74.0-3) ... - Setting up sgml-base (1.31) ... - Setting up libwayland-egl1:armhf (1.21.0-1) ... - Setting up libxss1:armhf (1:1.2.3-1) ... - Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2-dev:armhf (1.2.8-1+b1) ... - Setting up libsamplerate0:armhf (0.2.2-3) ... - Setting up libwebpmux3:armhf (1.2.4-0.2+deb12u1) ... - Setting up libtiffxx6:armhf (4.5.0-6+deb12u2) ... - Setting up libdeflate-dev:armhf (1.14-1) ... - Setting up libdrm-common (2.4.114-1) ... - Setting up libelf1:armhf (0.188-2.1) ... - Setting up libxrender-dev:armhf (1:0.9.10-1.1) ... - Setting up libicu-dev:armhf (72.1-3) ... - Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libbrotli-dev:armhf (1.0.9-2+b6) ... - Setting up libmp3lame0:armhf (3.100-6) ... - Setting up libvorbisenc2:armhf (1.3.7-1) ... - Setting up libpython3-stdlib:armhf (3.11.2-1+b1) ... - Setting up libxkbcommon0:armhf (1.5.0-1) ... - Setting up libwayland-client0:armhf (1.21.0-1) ... - Setting up libblkid-dev:armhf (2.38.1-5+deb12u3) ... - Setting up python3.11 (3.11.2-6+deb12u5) ... - Setting up libice6:armhf (2:1.0.10-1) ... - Setting up libharfbuzz-icu0:armhf (6.0.0+dfsg-3) ... - Setting up libpcre2-dev:armhf (10.42-1) ... - Setting up libice-dev:armhf (2:1.0.10-1) ... - Setting up alsa-ucm-conf (1.2.8-1) ... - Setting up libselinux1-dev:armhf (3.4-1+b6) ... - Setting up libxxf86vm-dev:armhf (1:1.1.4-1+b2) ... - Setting up libxkbcommon-dev:armhf (1.5.0-1) ... - Setting up libxcursor1:armhf (1:1.2.1-1) ... - Setting up libpng-dev:armhf (1.6.39-2) ... - Setting up libjpeg-dev:armhf (1:2.1.5-2) ... - Setting up libglib2.0-bin (2.74.6-2+deb12u5) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up libharfbuzz-gobject0:armhf (6.0.0+dfsg-3) ... - Setting up libxss-dev:armhf (1:1.2.3-1) ... - Setting up pkgconf:armhf (1.8.1-1) ... - Setting up libfreetype-dev:armhf (2.12.1+dfsg-5+deb12u3) ... - Setting up libxfixes-dev:armhf (1:6.0.0-2) ... - Setting up libthai0:armhf (0.1.29-1) ... - Setting up libxv-dev:armhf (2:1.0.11-1.1) ... - Setting up libwayland-bin (1.21.0-1) ... - Setting up libxrandr-dev:armhf (2:1.5.2-2+b1) ... - Setting up libwebp-dev:armhf (1.2.4-0.2+deb12u1) ... - Setting up libtiff-dev:armhf (4.5.0-6+deb12u2) ... - Setting up dbus (1.14.10-1~deb12u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.2-1) ... - Setting up pkg-config:armhf (1.8.1-1) ... - Setting up libxinerama-dev:armhf (2:1.1.4-3) ... - Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ... - Setting up libsndio7.0:armhf (1.9.0-0.3+b2) ... - Setting up libdrm2:armhf (2.4.114-1+b1) ... - Setting up libwayland-cursor0:armhf (1.21.0-1) ... - Setting up xml-core (0.18+nmu1) ... - Setting up libllvm15:armhf (1:15.0.6-4+b1) ... - Setting up libdecor-0-0:armhf (0.1.1-2) ... - Setting up libharfbuzz-subset0:armhf (6.0.0+dfsg-3) ... - Setting up libsndfile1:armhf (1.2.0-1) ... - Setting up libdrm-omap1:armhf (2.4.114-1+b1) ... - Setting up libxi-dev:armhf (2:1.8-1+b1) ... - Setting up python3-lib2to3 (3.11.2-3) ... - Setting up gir1.2-ibus-1.0:armhf (1.5.27-5) ... - Setting up libsm6:armhf (2:1.2.3-1) ... - Setting up libmount-dev:armhf (2.38.1-5+deb12u3) ... - Setting up libdrm-exynos1:armhf (2.4.114-1+b1) ... - Setting up libdrm-amdgpu1:armhf (2.4.114-1+b1) ... - Setting up python3-distutils (3.11.2-3) ... - Setting up libglib2.0-dev-bin (2.74.6-2+deb12u5) ... - Setting up libdrm-nouveau2:armhf (2.4.114-1+b1) ... - Setting up gir1.2-freedesktop:armhf (1.74.0-3) ... - Setting up libsndio-dev:armhf (1.9.0-0.3+b2) ... - Setting up libdrm-etnaviv1:armhf (2.4.114-1+b1) ... - Setting up libgbm1:armhf (22.3.6-1+deb12u1) ... - Setting up libpulse0:armhf (16.1+dfsg1-2+b1) ... - Setting up libsm-dev:armhf (2:1.2.3-1) ... - Setting up libdrm-radeon1:armhf (2.4.114-1+b1) ... - Setting up libxcursor-dev:armhf (1:1.2.1-1) ... - Setting up libpango-1.0-0:armhf (1.50.12+ds-1) ... - Setting up libsamplerate0-dev:armhf (0.2.2-3) ... - Setting up libgl1-mesa-dri:armhf (22.3.6-1+deb12u1) ... - Setting up libwayland-dev:armhf (1.21.0-1) ... - Setting up gir1.2-harfbuzz-0.0:armhf (6.0.0+dfsg-3) ... - Setting up libgbm-dev:armhf (22.3.6-1+deb12u1) ... - Setting up libdecor-0-dev:armhf (0.1.1-2) ... - Setting up libegl-mesa0:armhf (22.3.6-1+deb12u1) ... - Setting up libglib2.0-dev:armhf (2.74.6-2+deb12u5) ... - Setting up libpulse-mainloop-glib0:armhf (16.1+dfsg1-2+b1) ... - Setting up libdrm-freedreno1:armhf (2.4.114-1+b1) ... - Setting up libxt6:armhf (1:1.2.1-1.1) ... - Setting up libdrm-tegra0:armhf (2.4.114-1+b1) ... - Setting up libpulse-dev:armhf (16.1+dfsg1-2+b1) ... - Setting up libegl1:armhf (1.6.0-1) ... - Setting up libpangoft2-1.0-0:armhf (1.50.12+ds-1) ... - Setting up libsdl2-2.0-0:armhf (2.26.5+dfsg-1) ... - Setting up libpangocairo-1.0-0:armhf (1.50.12+ds-1) ... - Setting up libsdl2-image-2.0-0:armhf (2.6.3+dfsg-1) ... - Setting up libharfbuzz-dev:armhf (6.0.0+dfsg-3) ... - Setting up libdrm-dev:armhf (2.4.114-1+b1) ... - Setting up libglx-mesa0:armhf (22.3.6-1+deb12u1) ... - Setting up libglx0:armhf (1.6.0-1) ... - Setting up libgl1:armhf (1.6.0-1) ... - Setting up libxt-dev:armhf (1:1.2.1-1.1) ... - Setting up libdecor-0-plugin-1-cairo:armhf (0.1.1-2) ... - Setting up libglx-dev:armhf (1.6.0-1) ... - Setting up libsdl2-ttf-2.0-0:armhf (2.20.1+dfsg-2) ... - Setting up libgl-dev:armhf (1.6.0-1) ... - Setting up libegl-dev:armhf (1.6.0-1) ... - Setting up libgles-dev:armhf (1.6.0-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... - Processing triggers for sgml-base (1.31) ... - Setting up libdbus-1-dev:armhf (1.14.10-1~deb12u1) ... - Setting up libibus-1.0-dev:armhf (1.5.27-5) ... - Setting up libsdl2-dev:armhf (2.26.5+dfsg-1) ... - Setting up libsdl2-ttf-dev:armhf (2.20.1+dfsg-2) ... - Setting up libsdl2-image-dev:armhf (2.6.3+dfsg-1) ... 2025-02-17 19:15.07 ---> saved as "0dd5af6e9faa1ac288075a8bee90a94cf5985f550dd759b0bd1c5fad586236cc" /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 20 packages - install bigarray-compat 1.1.0 - 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.23.0 - install ctypes-foreign 0.23.0 - install dune 3.17.2 - install dune-configurator 3.17.2 - install integers 0.7.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install tsdl 1.1.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.17.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-pkg-config.4 -> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tsdl.1.1.0 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed dune.3.17.2 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.17.2 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed tsdl.1.1.0 -> installed tsdl-ttf.0.6 -> installed tsdl-image.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-17 19:16.35 ---> saved as "c7b3c9b653c2ac9489ef482da8500fda7a508384f6ed0024a0bcabd5aeaa0bbc" /src: (copy (src .) (dst /src)) 2025-02-17 19:16.35 ---> saved as "677a696a63304c57cac39d43571c689d3ae63428e0090a5bc5a91e40a88cef34" /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 [30][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default [30][0] : Warning: User variable 'DIR' not found in config. [30][0] : Warning: Using DIR= [38][0] : Warning: User variable 'THEME' not found in config. [38][0] : Warning: Using THEME=default [38][0] : I/O: No theme specified, using default=default [40][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250210] [40][0] : I/O: Reading BACKGROUND=color:white [40][0] : I/O: Reading CHECK_ON=fa:check-square-o [40][0] : I/O: Reading CHECK_OFF=fa:square-o [40][0] : Warning: Using THEME=default Loading Bogue 20250210 with config dir /src/_build/install/default/share/bogue/themes/default [40][0] : Warning: Using BACKGROUND=color:white [40][0] : Warning: User variable 'BG_COLOR' not found in config. [40][0] : Warning: Using BG_COLOR=lightsteelblue [40][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [40][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [40][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [40][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [40][0] : Warning: Using CHECK_ON=fa:check-square-o [40][0] : Warning: Using CHECK_OFF=fa:square-o [40][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [40][0] : Warning: Using CURSOR_COLOR=#2a7da2 [40][0] : Warning: User variable 'FAINT_COLOR' not found in config. [40][0] : Warning: Using FAINT_COLOR=gainsboro [40][0] : Warning: User variable 'TEXT_COLOR' not found in config. [40][0] : Warning: Using TEXT_COLOR=black [40][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [40][0] : Warning: Using SEL_BG_COLOR=slategray [40][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [40][0] : Warning: Using SEL_FG_COLOR=white [40][0] : Warning: User variable 'LABEL_COLOR' not found in config. [40][0] : Warning: Using LABEL_COLOR=black [40][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [40][0] : Warning: Using MENU_HL_COLOR=#8099a2 [40][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [40][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [40][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [40][0] : Warning: Using LABEL_FONT_SIZE=14 [40][0] : Warning: User variable 'LABEL_FONT' not found in config. [40][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [40][0] : Warning: User variable 'TEXT_FONT' not found in config. [40][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [40][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [40][0] : Warning: Using TEXT_FONT_SIZE=14 [40][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [40][0] : Warning: Using SMALL_FONT_SIZE=10 [40][0] : Warning: User variable 'MONO_FONT' not found in config. [40][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [40][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [40][0] : Warning: Using ROOM_MARGIN=10 [40][0] : Warning: User variable 'FA_DIR' not found in config. [40][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [40][0] : Warning: User variable 'INT_SCALE' not found in config. [40][0] : Warning: Using INT_SCALE=false [40][0] : Warning: User variable 'SCALE' not found in config. [40][0] : Warning: Using SCALE=0 [40][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [40][0] : Warning: Using OPENGL_MULTISAMPLE=false [40][0] : Warning: User variable 'NO_VSYNC' not found in config. [40][0] : Warning: Using NO_VSYNC=false [40][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [40][0] : Warning: Using NATURAL_SCROLLING=auto [44][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt]. [44][0] : Custom: Detected os type: [Linux] [49][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [49][0] : Warning: SDL initialized [49][0] : Event: SDL Events initialized [49][0] : Event: Register new event type:user (Ox8000) [49][0] : Event: Register new event type:stop (Ox8001) [49][0] : Event: Register new event type:stopped (Ox8002) [49][0] : Event: Register new event type:mouse_enter (Ox8003) [49][0] : Event: Register new event type:mouse_leave (Ox8004) [49][0] : Event: Register new event type:redraw (Ox8005) [49][0] : Event: Register new event type:mouse_at_rest (Ox8006) [49][0] : Event: Register new event type:startup (Ox8007) [49][0] : Event: Register new event type:var_changed (Ox8008) [49][0] : Event: Register new event type:update (Ox8009) [49][0] : Event: Register new event type:sync_action (Ox800a) [49][0] : Event: Register new event type:keyboard_focus (Ox800b) [49][0] : Event: Register new event type:mouse_focus (Ox800c) [49][0] : Event: Register new event type:remove_focus (Ox800d) [49][0] : Event: Register new event type:destroy_window (Ox800e) [49][0] : Event: Register new event type:add_window (Ox800f) [49][0] : Event: Register new event type:not_used (Ox8010) [50][0] : Board: Layout #1 (dummy) created. [51][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [52][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [54][0] : Graphics: SDL Video initialized [54][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [56][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [59][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [59][0] : Graphics: DPI from system: 110 [59][0] : Graphics; Warning: Using SCALE=1.000000 [59][0] : Graphics: SDL Image initialized [59][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [61][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [61][0] : Board: Adding timeout 1 [61][0] : Board: Layout #2 (windows_house) created. [61][0] : Board: ==> Running board! [61][0] : Graphics; Warning: Could not get refresh rate information for any monitor [61][0] : Graphics: Desired FPS=60 [71][0] : Board: Has focus: NO [71][0] : Board: Adding timeout 2 [71][0] : Graphics: FPS:100 (round_trip=0) [1071][0] : Board: Executing timeout 1 Hello world [1071][0] : Memory: All zombies have been killed! Congratulations! [1071][0] : Board: Quitting... [1071][0] : Graphics: Quitting SDL Image [1071][0] : Graphics: Quitting SDL Video [1071][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1071][0] : Memory: Freeing surface (123,128) [1071][0] : Event: Quitting SDL Events [1072][0] : Graphics: Exit SDL... [0][0] : Graphics: Done. INFO: Using SDL 2.26.5 /bin/sh: 1: xdpyinfo: not found 2025-02-17 19:16.41 ---> saved as "061c874a7880fa0a0541c399a9b5e2756708d35f434fe3e4959ac2cc51f8eb82" Job succeeded 2025-02-17 19:16.41: Job succeeded