Organisationssanettebogueb307b7 ()debian-12-4.14_arm32_opam-2.2

debian-12-4.14_arm32_opam-2.2

Logs

Show full logs
2024-09-18 15:13.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-arm64:debian-12-4.14_arm32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381
# debian-12-4.14_arm32_opam-2.2
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.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-arm32.1 host-system-other.1 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.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --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

2024-09-18 15:13.53: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381-debian-12-4.14_arm32_opam-2.2-2c5835ecc0f140f6c00b9158666f3f12"
2024-09-18 15:13.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381)
 (comment debian-12-4.14_arm32_opam-2.2)
 (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.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-arm32.1 host-system-other.1 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.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --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"))
)

2024-09-18 15:13.53: Waiting for resource in pool OCluster
2024-09-18 16:44.00: Waiting for worker…
2024-09-18 17:50.19: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
HEAD is now at b307b73 remove audio un/lock

(from ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381' locally
docker.io/ocaml/opam@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381: Pulling from ocaml/opam
a7d514534f7f: Already exists
5a2508b6e2f8: Pulling fs layer
e45808cb5c6c: Pulling fs layer
78a8fdc1ba76: Pulling fs layer
6fc65958d835: Pulling fs layer
6fc65958d835: Waiting
78a8fdc1ba76: Waiting
e45808cb5c6c: Download complete
78a8fdc1ba76: Verifying Checksum
78a8fdc1ba76: Download complete
6fc65958d835: Download complete
5a2508b6e2f8: Verifying Checksum
5a2508b6e2f8: Download complete
5a2508b6e2f8: Pull complete
e45808cb5c6c: Pull complete
78a8fdc1ba76: Pull complete
6fc65958d835: Pull complete
Digest: sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381
Status: Downloaded newer image for ocaml/opam@sha256:201fb35b8efb55d009d1bd87852862af41e366c89812ee1cfa5a66b8286b8381
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
2024-09-18 17:50.19 ---> using "330e6f481492eee570e46b56bc3a1ce016ca9f19aec9dfa3bcf3a6cbe4e331f2" from cache

/: (comment debian-12-4.14_arm32_opam-2.2)

/: (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.2 /usr/bin/opam"))
2024-09-18 17:50.19 ---> using "8c969dc1a486175064242bbd25af835eca59673fe2d7dc63cd93e5754ee205a6" 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 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 17:50.19 ---> using "6ed99f6221f88aafec743f5b828d3e7909e656bf665ed53df92e0a25363c0557" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 17:50.19 ---> using "e9855b77c88a542ffe6b7b15ffc2f6d330077815c5ac3928082e19d66e99975b" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 17:50.19 ---> using "c84dd1dc592ae215521e52b6f71f2f60da2cdecfb1ab2b2db554c758234d794b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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.
# Run eval $(opam env) to update the current shell environment
2024-09-18 17:50.19 ---> using "0569008791af6b31f07d4bccf10dc6d15f6c637f4cddf0569b389f7db63086ba" from cache

/src: (copy (src bogue.opam) (dst ./))
2024-09-18 17:50.20 ---> saved as "407ce987db41043ed63f27b3dc4cbb5654c92ae3622d72d0332b67c28c8cc961"

/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)
2024-09-18 17:50.22 ---> saved as "19b86e877f3519e20abb52e4d23f8724cdb642aadddebcef564eb1c457063249"

/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.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-arm32.1 host-system-other.1 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.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main armhf Packages [8499 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [176 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1112 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1112 B]
- Fetched 8942 kB in 1s (6834 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (no changes)

[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm32 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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
- (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 ... 18462 files and directories currently installed.)
- Preparing to unpack .../libsystemd0_252.30-1~deb12u2_armhf.deb ...
- Unpacking libsystemd0:armhf (252.30-1~deb12u2) over (252.26-1~deb12u2) ...
- Setting up libsystemd0:armhf (252.30-1~deb12u2) ...
- 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 ... 18462 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+deb12u3_armhf.deb ...
- Unpacking libpython3.11-minimal:armhf (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u3_armhf.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u3) ...
- Setting up libpython3.11-minimal:armhf (3.11.2-6+deb12u3) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u3) ...
- 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 ... 18855 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+deb12u3_armhf.deb ...
- Unpacking libpython3.11-stdlib:armhf (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u3_armhf.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u3) ...
- 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 ... 19265 files and directories currently installed.)
- Preparing to unpack .../python3_3.11.2-1+b1_armhf.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Preparing to unpack .../libudev1_252.30-1~deb12u2_armhf.deb ...
- Unpacking libudev1:armhf (252.30-1~deb12u2) over (252.26-1~deb12u2) ...
- Setting up libudev1:armhf (252.30-1~deb12u2) ...
- Selecting previously unselected package alsa-topology-conf.
- (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 ... 19313 files and directories currently installed.)
- Preparing to unpack .../000-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 .../001-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:armhf.
- Preparing to unpack .../002-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 .../003-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 .../004-fontconfig_2.14.1-4_armhf.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libglib2.0-0:armhf.
- Preparing to unpack .../005-libglib2.0-0_2.74.6-2+deb12u3_armhf.deb ...
- Unpacking libglib2.0-0:armhf (2.74.6-2+deb12u3) ...
- Selecting previously unselected package libgirepository-1.0-1:armhf.
- Preparing to unpack .../006-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 .../007-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 .../008-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 .../009-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 .../010-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 .../011-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 .../012-libicu72_72.1-3_armhf.deb ...
- Unpacking libicu72:armhf (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../013-icu-devtools_72.1-3_armhf.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libasound2-dev:armhf.
- Preparing to unpack .../014-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 .../015-libasyncns0_0.8-6+b3_armhf.deb ...
- Unpacking libasyncns0:armhf (0.8-6+b3) ...
- Selecting previously unselected package uuid-dev:armhf.
- Preparing to unpack .../016-uuid-dev_2.38.1-5+deb12u1_armhf.deb ...
- Unpacking uuid-dev:armhf (2.38.1-5+deb12u1) ...
- Selecting previously unselected package libblkid-dev:armhf.
- Preparing to unpack .../017-libblkid-dev_2.38.1-5+deb12u1_armhf.deb ...
- Unpacking libblkid-dev:armhf (2.38.1-5+deb12u1) ...
- Selecting previously unselected package libbrotli-dev:armhf.
- Preparing to unpack .../018-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 .../019-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 .../020-libxcb-render0_1.15-1_armhf.deb ...
- Unpacking libxcb-render0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:armhf.
- Preparing to unpack .../021-libxcb-shm0_1.15-1_armhf.deb ...
- Unpacking libxcb-shm0:armhf (1.15-1) ...
- Selecting previously unselected package libxrender1:armhf.
- Preparing to unpack .../022-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 .../023-libcairo2_1.16.0-7_armhf.deb ...
- Unpacking libcairo2:armhf (1.16.0-7) ...
- Selecting previously unselected package libdatrie1:armhf.
- Preparing to unpack .../024-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 .../025-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../026-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../027-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../028-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 .../029-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:armhf.
- Preparing to unpack .../030-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 .../031-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 .../032-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 .../033-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 .../034-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 .../035-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 .../036-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 .../037-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 .../038-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 .../039-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 .../040-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 .../041-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 .../042-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 .../043-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 .../044-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:armhf.
- Preparing to unpack .../045-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 .../046-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 .../047-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 .../048-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 .../049-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 .../050-libdeflate-dev_1.14-1_armhf.deb ...
- Unpacking libdeflate-dev:armhf (1.14-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../051-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:armhf.
- Preparing to unpack .../052-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 .../053-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 .../054-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 .../055-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 .../056-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 .../057-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 .../058-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 .../059-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 .../060-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 .../061-libpciaccess0_0.17-2_armhf.deb ...
- Unpacking libpciaccess0:armhf (0.17-2) ...
- Selecting previously unselected package libpciaccess-dev:armhf.
- Preparing to unpack .../062-libpciaccess-dev_0.17-2_armhf.deb ...
- Unpacking libpciaccess-dev:armhf (0.17-2) ...
- Selecting previously unselected package libdrm-dev:armhf.
- Preparing to unpack .../063-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 .../064-libglvnd0_1.6.0-1_armhf.deb ...
- Unpacking libglvnd0:armhf (1.6.0-1) ...
- Selecting previously unselected package libgbm1:armhf.
- Preparing to unpack .../065-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 .../066-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 .../067-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 .../068-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 .../069-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 .../070-libxcb-present0_1.15-1_armhf.deb ...
- Unpacking libxcb-present0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:armhf.
- Preparing to unpack .../071-libxcb-randr0_1.15-1_armhf.deb ...
- Unpacking libxcb-randr0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:armhf.
- Preparing to unpack .../072-libxcb-sync1_1.15-1_armhf.deb ...
- Unpacking libxcb-sync1:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:armhf.
- Preparing to unpack .../073-libxcb-xfixes0_1.15-1_armhf.deb ...
- Unpacking libxcb-xfixes0:armhf (1.15-1) ...
- Selecting previously unselected package libxshmfence1:armhf.
- Preparing to unpack .../074-libxshmfence1_1.3-1_armhf.deb ...
- Unpacking libxshmfence1:armhf (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:armhf.
- Preparing to unpack .../075-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 .../076-libegl1_1.6.0-1_armhf.deb ...
- Unpacking libegl1:armhf (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:armhf.
- Preparing to unpack .../077-libxcb-glx0_1.15-1_armhf.deb ...
- Unpacking libxcb-glx0:armhf (1.15-1) ...
- Selecting previously unselected package libxfixes3:armhf.
- Preparing to unpack .../078-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 .../079-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 .../080-libelf1_0.188-2.1_armhf.deb ...
- Unpacking libelf1:armhf (0.188-2.1) ...
- Selecting previously unselected package libz3-4:armhf.
- Preparing to unpack .../081-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 .../082-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 .../083-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 .../084-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 .../085-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 .../086-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 .../087-libglx0_1.6.0-1_armhf.deb ...
- Unpacking libglx0:armhf (1.6.0-1) ...
- Selecting previously unselected package libgl1:armhf.
- Preparing to unpack .../088-libgl1_1.6.0-1_armhf.deb ...
- Unpacking libgl1:armhf (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:armhf.
- Preparing to unpack .../089-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 .../090-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 .../091-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 .../092-libogg0_1.3.5-3_armhf.deb ...
- Unpacking libogg0:armhf (1.3.5-3) ...
- Selecting previously unselected package libflac12:armhf.
- Preparing to unpack .../093-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 .../094-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 .../095-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 .../096-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 .../097-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 .../098-libgles1_1.6.0-1_armhf.deb ...
- Unpacking libgles1:armhf (1.6.0-1) ...
- Selecting previously unselected package libgles2:armhf.
- Preparing to unpack .../099-libgles2_1.6.0-1_armhf.deb ...
- Unpacking libgles2:armhf (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:armhf.
- Preparing to unpack .../100-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 .../101-libglib2.0-data_2.74.6-2+deb12u3_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u3) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../102-libglib2.0-bin_2.74.6-2+deb12u3_armhf.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u3) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../103-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../104-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 .../105-libglib2.0-dev-bin_2.74.6-2+deb12u3_armhf.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u3) ...
- Selecting previously unselected package libsepol-dev:armhf.
- Preparing to unpack .../106-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 .../107-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 .../108-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 .../109-libpcre2-posix3_10.42-1_armhf.deb ...
- Unpacking libpcre2-posix3:armhf (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:armhf.
- Preparing to unpack .../110-libpcre2-dev_10.42-1_armhf.deb ...
- Unpacking libpcre2-dev:armhf (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:armhf.
- Preparing to unpack .../111-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 .../112-libmount-dev_2.38.1-5+deb12u1_armhf.deb ...
- Unpacking libmount-dev:armhf (2.38.1-5+deb12u1) ...
- Selecting previously unselected package libglib2.0-dev:armhf.
- Preparing to unpack .../113-libglib2.0-dev_2.74.6-2+deb12u3_armhf.deb ...
- Unpacking libglib2.0-dev:armhf (2.74.6-2+deb12u3) ...
- Selecting previously unselected package libgraphite2-dev:armhf.
- Preparing to unpack .../114-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 .../115-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 .../116-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 .../117-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 .../118-libicu-dev_72.1-3_armhf.deb ...
- Unpacking libicu-dev:armhf (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:armhf.
- Preparing to unpack .../119-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 .../120-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 .../121-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:armhf.
- Preparing to unpack .../122-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 .../123-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 .../124-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 .../125-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 .../126-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 .../127-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 .../128-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 .../129-libmp3lame0_3.100-6_armhf.deb ...
- Unpacking libmp3lame0:armhf (3.100-6) ...
- Selecting previously unselected package libmpg123-0:armhf.
- Preparing to unpack .../130-libmpg123-0_1.31.2-1_armhf.deb ...
- Unpacking libmpg123-0:armhf (1.31.2-1) ...
- Selecting previously unselected package libopus0:armhf.
- Preparing to unpack .../131-libopus0_1.3.1-3_armhf.deb ...
- Unpacking libopus0:armhf (1.3.1-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../132-libpng-tools_1.6.39-2_armhf.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libvorbis0a:armhf.
- Preparing to unpack .../133-libvorbis0a_1.3.7-1_armhf.deb ...
- Unpacking libvorbis0a:armhf (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:armhf.
- Preparing to unpack .../134-libvorbisenc2_1.3.7-1_armhf.deb ...
- Unpacking libvorbisenc2:armhf (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:armhf.
- Preparing to unpack .../135-libsndfile1_1.2.0-1_armhf.deb ...
- Unpacking libsndfile1:armhf (1.2.0-1) ...
- Selecting previously unselected package libpulse0:armhf.
- Preparing to unpack .../136-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 .../137-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 .../138-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 .../139-libsamplerate0_0.2.2-3_armhf.deb ...
- Unpacking libsamplerate0:armhf (0.2.2-3) ...
- Selecting previously unselected package libsamplerate0-dev:armhf.
- Preparing to unpack .../140-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 .../141-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 .../142-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 .../143-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:armhf.
- Preparing to unpack .../144-libxkbcommon0_1.5.0-1_armhf.deb ...
- Unpacking libxkbcommon0:armhf (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:armhf.
- Preparing to unpack .../145-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 .../146-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 .../147-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 .../148-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 .../149-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 .../150-libudev-dev_252.30-1~deb12u2_armhf.deb ...
- Unpacking libudev-dev:armhf (252.30-1~deb12u2) ...
- Selecting previously unselected package libxrender-dev:armhf.
- Preparing to unpack .../151-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 .../152-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 .../153-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 .../154-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 .../155-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 .../156-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 .../157-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 .../158-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 .../159-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 .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-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 .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-libtiffxx6_4.5.0-6+deb12u1_armhf.deb ...
- Unpacking libtiffxx6:armhf (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libtiff-dev:armhf.
- Preparing to unpack .../175-libtiff-dev_4.5.0-6+deb12u1_armhf.deb ...
- Unpacking libtiff-dev:armhf (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libsdl2-image-dev:armhf.
- Preparing to unpack .../176-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 .../177-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 .../178-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 .../179-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 .../180-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) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u1) ...
- 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.30-1~deb12u2) ...
- 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+deb12u1) ...
- 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+deb12u1) ...
- Setting up python3.11 (3.11.2-6+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u1) ...
- 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+deb12u1) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u7) ...
- 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) ...
2024-09-18 17:50.59 ---> saved as "7d5ea71949b9555002c7b6c9398b889e8fbbaadd3e2707c154c113846d643e0e"

/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm32 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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   3
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.20.2
  - install ctypes-foreign    0.18.0
  - install dune              3.16.0
  - install dune-configurator 3.16.0
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              0.9.8
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0, xdg.3.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> 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.16.0
-> installed dune-configurator.3.16.0
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 17:52.15 ---> saved as "1cfd475f9b479bbb3c61c9e1a9e31e07daf4035b22a5e7852d18479f1f5a4e37"

/src: (copy (src .) (dst /src))
2024-09-18 17:52.16 ---> saved as "b7b7df089426180599187317d11df4533b2c3d33bdfeea8f5178d7ad26bf1201"

/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 '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
[31][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[31][0] :	 Warning: User variable 'DIR' not found in config.
[31][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
[39][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240229]
[39][0] :	 I/O: Reading BACKGROUND=color:white
[39][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[39][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[39][0] :	 Warning: Using THEME=default
Loading Bogue 20240229 with config dir /src/_build/install/default/share/bogue/themes/default
[39][0] :	 Warning: Using BACKGROUND=color:white
[39][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[39][0] :	 Warning: Using BG_COLOR=lightsteelblue
[39][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[39][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[39][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[39][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[39][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
[44][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[49][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[50][0] :	 Warning: SDL initialized
[50][0] :	 Event: SDL Events initialized
[50][0] :	 Event: Register new event type:user (32768)
[50][0] :	 Event: Register new event type:stop (32769)
[50][0] :	 Event: Register new event type:stopped (32770)
[50][0] :	 Event: Register new event type:mouse_enter (32771)
[50][0] :	 Event: Register new event type:mouse_leave (32772)
[50][0] :	 Event: Register new event type:redraw (32773)
[50][0] :	 Event: Register new event type:mouse_at_rest (32774)
[50][0] :	 Event: Register new event type:startup (32775)
[50][0] :	 Event: Register new event type:var_changed (32776)
[50][0] :	 Event: Register new event type:update (32777)
[50][0] :	 Event: Register new event type:sync_action (32778)
[50][0] :	 Event: Register new event type:keyboard_focus (32779)
[50][0] :	 Event: Register new event type:mouse_focus (32780)
[50][0] :	 Event: Register new event type:remove_layout (32781)
[50][0] :	 Event: Register new event type:destroy_window (32782)
[50][0] :	 Event: Register new event type:not_used (32783)
[51][0] :	 Board: Layout #1 (dummy) created.
[51][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[55][0] :	 Graphics: SDL Video initialized
[55][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
[61][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[61][0] :	 Graphics: DPI from system: 110
[61][0] :	 Graphics; Warning: Using SCALE=1.000000
[61][0] :	 Graphics: SDL Image initialized
[61][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
[62][0] :	 Board: Layout #2 (windows_house) created.
[62][0] :	 Board: ==> Running board!
[72][0] :	 Board: Has focus: NO
[72][0] :	 Board: Adding timeout 2
[72][0] :	 Graphics: FPS:100 (round_trip=0)

[1071][0] :	 Board: Executing timeout 1
Hello world
[1072][0] :	 Memory: All zombies have been killed! Congratulations!
[1072][0] :	 Board: Quitting...
[1072][0] :	 Graphics: Quitting SDL Image
[1072][0] :	 Graphics: Quitting SDL Video
[1072][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1072][0] :	 Memory: Freeing surface (123,128)
[1072][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
2024-09-18 17:52.21 ---> saved as "f7082d0cafa19df579fc19aa64b3f923ad691a8eceb899027c686328086847f0"
Job succeeded
2024-09-18 17:52.21: Job succeeded