2025-08-14 14:10.07: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (673e9440223e01d0499cb5e800e23ff2fc424a90) (linux-arm64:debian-12-5.3_arm64_opam-2.4)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 673e9440cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0# debian-12-5.3_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-domains.base base-effects.base base-nnp.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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-08-14 14:10.07: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0-debian-12-5.3_arm64_opam-2.4-1c0792dfdbddbd49ce86938100486697"2025-08-14 14:10.07: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0)(comment debian-12-5.3_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && 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-domains.base base-effects.base base-nnp.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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --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-08-14 14:10.07: Waiting for resource in pool OCluster2025-08-14 14:10.07: Waiting for worker…2025-08-14 14:10.07: Got resource from pool OClusterBuilding on okypous.caelum.ci.devHEAD is now at b05b23f theme improvementsHEAD is now at 673e944 restore ocaml < 4.12 compat(from ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0' locallydocker.io/ocaml/opam@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0: Pulling from ocaml/opam03e896d35897: Pulling fs layer03e896d35897: Verifying Checksum03e896d35897: Download complete03e896d35897: Pull completeDigest: sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba0Status: Downloaded newer image for ocaml/opam@sha256:32ac73f1e1e94e5b51b538ec5bf10459f08ccdd1329a22c26eea8642541b3ba02025-08-14 14:10.08 ---> using "2b6a049f628b0e00612e07a678630afc4e1995fa41a088af5fe5eeb111627646" from cache/: (comment debian-12-5.3_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-08-14 14:10.08 ---> using "cba8234b8fc7799840b819194970153b4c991d7b1e1d82124d5507e801b4b303" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-08-14 14:10.08 ---> using "8dbf3a4131ae0c175d927b879174fa9270802ccae27e32926d61bf19cf3a4497" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-138-genericThe OCaml toplevel, version 5.3.02.4.12025-08-14 14:10.08 ---> using "e0fc09850a6640eb14b5e2cbe9dc5457cf1cba3fe1d428d41b18b5e0bcda5dd0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-14 14:10.08 ---> using "831ba7eb77537e6f779e2883ed3a8091bde4df00df74b12629337c0cdd9a70a6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -u"))04312e26de Merge pull request #28240 from dbuenzli/b0-publish-topkg-care.1.1.0-etc-674572cd688c2627<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-08-14 14:10.08 ---> using "6cb32def31ce6576fbd2235a3bb49a4ff69a82086551a1381d5443866a47e59c" from cache/src: (copy (src bogue.opam) (dst ./))2025-08-14 14:10.08 ---> using "6d4de1c2e7cb6ce3f8089ab06686e31c17ddd567d8ebb69b056af903808fa361" from cache/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-08-14 14:10.08 ---> using "59b67aa17d6795a521f1d0527dba61a1b02dc4842ce385cf53ca5970ca16dc2d" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-14 14:10.08 ---> using "7d016f73e12fc569eaf2ff82923022eca393b994a7bb0a09cbd6744d82fd61f9" from cache/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --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-updates/main arm64 Packages.diff/Index [21.8 kB]- Ign:4 http://deb.debian.org/debian bookworm-updates/main arm64 Packages.diff/Index- Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [6936 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [270 kB]- Fetched 553 kB in 1s (877 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-dev libsdl2-dev 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:arm64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18801 files and directories currently installed.)- Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ...- Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...- Selecting previously unselected package dbus-bin.- Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_arm64.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:arm64.- Preparing to unpack .../3-libapparmor1_3.0.8-3_arm64.deb ...- Unpacking libapparmor1:arm64 (3.0.8-3) ...- Selecting previously unselected package dbus-daemon.- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_arm64.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_arm64.deb ...- Unpacking dbus (1.14.10-1~deb12u1) ...- Selecting previously unselected package libpython3.11-minimal:arm64.- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u6_arm64.deb ...- Unpacking libpython3.11-minimal:arm64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_arm64.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...- Setting up libpython3.11-minimal:arm64 (3.11.2-6+deb12u6) ...- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3-minimal.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19194 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_arm64.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:arm64.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_arm64.deb ...- Unpacking libpython3.11-stdlib:arm64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_arm64.deb ...- Unpacking python3.11 (3.11.2-6+deb12u6) ...- Selecting previously unselected package libpython3-stdlib:arm64.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_arm64.deb ...- Unpacking libpython3-stdlib:arm64 (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 ... 19604 files and directories currently installed.)- Preparing to unpack .../000-python3_3.11.2-1+b1_arm64.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:arm64.- Preparing to unpack .../004-libasound2_1.2.8-1+b1_arm64.deb ...- Unpacking libasound2:arm64 (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_arm64.deb ...- Unpacking fontconfig (2.14.1-4) ...- Selecting previously unselected package libglib2.0-0:arm64.- Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u6_arm64.deb ...- Unpacking libglib2.0-0:arm64 (2.74.6-2+deb12u6) ...- Selecting previously unselected package libgirepository-1.0-1:arm64.- Preparing to unpack .../008-libgirepository-1.0-1_1.74.0-3_arm64.deb ...- Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...- Selecting previously unselected package gir1.2-glib-2.0:arm64.- Preparing to unpack .../009-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...- Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...- Selecting previously unselected package gir1.2-freedesktop:arm64.- Preparing to unpack .../010-gir1.2-freedesktop_1.74.0-3_arm64.deb ...- Unpacking gir1.2-freedesktop:arm64 (1.74.0-3) ...- Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.- Preparing to unpack .../011-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_arm64.deb ...- Unpacking gir1.2-harfbuzz-0.0:arm64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libibus-1.0-5:arm64.- Preparing to unpack .../012-libibus-1.0-5_1.5.27-5_arm64.deb ...- Unpacking libibus-1.0-5:arm64 (1.5.27-5) ...- Selecting previously unselected package gir1.2-ibus-1.0:arm64.- Preparing to unpack .../013-gir1.2-ibus-1.0_1.5.27-5_arm64.deb ...- Unpacking gir1.2-ibus-1.0:arm64 (1.5.27-5) ...- Selecting previously unselected package libicu72:arm64.- Preparing to unpack .../014-libicu72_72.1-3+deb12u1_arm64.deb ...- Unpacking libicu72:arm64 (72.1-3+deb12u1) ...- Selecting previously unselected package icu-devtools.- Preparing to unpack .../015-icu-devtools_72.1-3+deb12u1_arm64.deb ...- Unpacking icu-devtools (72.1-3+deb12u1) ...- Selecting previously unselected package libasound2-dev:arm64.- Preparing to unpack .../016-libasound2-dev_1.2.8-1+b1_arm64.deb ...- Unpacking libasound2-dev:arm64 (1.2.8-1+b1) ...- Selecting previously unselected package libasyncns0:arm64.- Preparing to unpack .../017-libasyncns0_0.8-6+b3_arm64.deb ...- Unpacking libasyncns0:arm64 (0.8-6+b3) ...- Selecting previously unselected package uuid-dev:arm64.- Preparing to unpack .../018-uuid-dev_2.38.1-5+deb12u3_arm64.deb ...- Unpacking uuid-dev:arm64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package libblkid-dev:arm64.- Preparing to unpack .../019-libblkid-dev_2.38.1-5+deb12u3_arm64.deb ...- Unpacking libblkid-dev:arm64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package libbrotli-dev:arm64.- Preparing to unpack .../020-libbrotli-dev_1.0.9-2+b6_arm64.deb ...- Unpacking libbrotli-dev:arm64 (1.0.9-2+b6) ...- Selecting previously unselected package libpixman-1-0:arm64.- Preparing to unpack .../021-libpixman-1-0_0.42.2-1_arm64.deb ...- Unpacking libpixman-1-0:arm64 (0.42.2-1) ...- Selecting previously unselected package libxcb-render0:arm64.- Preparing to unpack .../022-libxcb-render0_1.15-1_arm64.deb ...- Unpacking libxcb-render0:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-shm0:arm64.- Preparing to unpack .../023-libxcb-shm0_1.15-1_arm64.deb ...- Unpacking libxcb-shm0:arm64 (1.15-1) ...- Selecting previously unselected package libxrender1:arm64.- Preparing to unpack .../024-libxrender1_1%3a0.9.10-1.1_arm64.deb ...- Unpacking libxrender1:arm64 (1:0.9.10-1.1) ...- Selecting previously unselected package libcairo2:arm64.- Preparing to unpack .../025-libcairo2_1.16.0-7_arm64.deb ...- Unpacking libcairo2:arm64 (1.16.0-7) ...- Selecting previously unselected package libdatrie1:arm64.- Preparing to unpack .../026-libdatrie1_0.2.13-2+b1_arm64.deb ...- Unpacking libdatrie1:arm64 (0.2.13-2+b1) ...- Selecting previously unselected package libpkgconf3:arm64.- Preparing to unpack .../027-libpkgconf3_1.8.1-1_arm64.deb ...- Unpacking libpkgconf3:arm64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../028-pkgconf-bin_1.8.1-1_arm64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:arm64.- Preparing to unpack .../029-pkgconf_1.8.1-1_arm64.deb ...- Unpacking pkgconf:arm64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:arm64.- Preparing to unpack .../030-pkg-config_1.8.1-1_arm64.deb ...- Unpacking pkg-config:arm64 (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:arm64.- Preparing to unpack .../032-libdbus-1-dev_1.14.10-1~deb12u1_arm64.deb ...- Unpacking libdbus-1-dev:arm64 (1.14.10-1~deb12u1) ...- Selecting previously unselected package libwayland-client0:arm64.- Preparing to unpack .../033-libwayland-client0_1.21.0-1_arm64.deb ...- Unpacking libwayland-client0:arm64 (1.21.0-1) ...- Selecting previously unselected package libdecor-0-0:arm64.- Preparing to unpack .../034-libdecor-0-0_0.1.1-2_arm64.deb ...- Unpacking libdecor-0-0:arm64 (0.1.1-2) ...- Selecting previously unselected package libwayland-server0:arm64.- Preparing to unpack .../035-libwayland-server0_1.21.0-1_arm64.deb ...- Unpacking libwayland-server0:arm64 (1.21.0-1) ...- Selecting previously unselected package libwayland-cursor0:arm64.- Preparing to unpack .../036-libwayland-cursor0_1.21.0-1_arm64.deb ...- Unpacking libwayland-cursor0:arm64 (1.21.0-1) ...- Selecting previously unselected package libwayland-egl1:arm64.- Preparing to unpack .../037-libwayland-egl1_1.21.0-1_arm64.deb ...- Unpacking libwayland-egl1:arm64 (1.21.0-1) ...- Selecting previously unselected package libxml2:arm64.- Preparing to unpack .../038-libxml2_2.9.14+dfsg-1.3~deb12u2_arm64.deb ...- Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u2) ...- Selecting previously unselected package libwayland-bin.- Preparing to unpack .../039-libwayland-bin_1.21.0-1_arm64.deb ...- Unpacking libwayland-bin (1.21.0-1) ...- Selecting previously unselected package libffi-dev:arm64.- Preparing to unpack .../040-libffi-dev_3.4.4-1_arm64.deb ...- Unpacking libffi-dev:arm64 (3.4.4-1) ...- Selecting previously unselected package libwayland-dev:arm64.- Preparing to unpack .../041-libwayland-dev_1.21.0-1_arm64.deb ...- Unpacking libwayland-dev:arm64 (1.21.0-1) ...- Selecting previously unselected package libdecor-0-dev:arm64.- Preparing to unpack .../042-libdecor-0-dev_0.1.1-2_arm64.deb ...- Unpacking libdecor-0-dev:arm64 (0.1.1-2) ...- Selecting previously unselected package libfribidi0:arm64.- Preparing to unpack .../043-libfribidi0_1.0.8-2.1_arm64.deb ...- Unpacking libfribidi0:arm64 (1.0.8-2.1) ...- Selecting previously unselected package libgraphite2-3:arm64.- Preparing to unpack .../044-libgraphite2-3_1.3.14-1_arm64.deb ...- Unpacking libgraphite2-3:arm64 (1.3.14-1) ...- Selecting previously unselected package libharfbuzz0b:arm64.- Preparing to unpack .../045-libharfbuzz0b_6.0.0+dfsg-3_arm64.deb ...- Unpacking libharfbuzz0b:arm64 (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:arm64.- Preparing to unpack .../047-libthai0_0.1.29-1_arm64.deb ...- Unpacking libthai0:arm64 (0.1.29-1) ...- Selecting previously unselected package libpango-1.0-0:arm64.- Preparing to unpack .../048-libpango-1.0-0_1.50.12+ds-1_arm64.deb ...- Unpacking libpango-1.0-0:arm64 (1.50.12+ds-1) ...- Selecting previously unselected package libpangoft2-1.0-0:arm64.- Preparing to unpack .../049-libpangoft2-1.0-0_1.50.12+ds-1_arm64.deb ...- Unpacking libpangoft2-1.0-0:arm64 (1.50.12+ds-1) ...- Selecting previously unselected package libpangocairo-1.0-0:arm64.- Preparing to unpack .../050-libpangocairo-1.0-0_1.50.12+ds-1_arm64.deb ...- Unpacking libpangocairo-1.0-0:arm64 (1.50.12+ds-1) ...- Selecting previously unselected package libdecor-0-plugin-1-cairo:arm64.- Preparing to unpack .../051-libdecor-0-plugin-1-cairo_0.1.1-2_arm64.deb ...- Unpacking libdecor-0-plugin-1-cairo:arm64 (0.1.1-2) ...- Selecting previously unselected package libdeflate-dev:arm64.- Preparing to unpack .../052-libdeflate-dev_1.14-1_arm64.deb ...- Unpacking libdeflate-dev:arm64 (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:arm64.- Preparing to unpack .../054-libdrm2_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm2:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-amdgpu1:arm64.- Preparing to unpack .../055-libdrm-amdgpu1_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-amdgpu1:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-radeon1:arm64.- Preparing to unpack .../056-libdrm-radeon1_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-radeon1:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-nouveau2:arm64.- Preparing to unpack .../057-libdrm-nouveau2_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-nouveau2:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-freedreno1:arm64.- Preparing to unpack .../058-libdrm-freedreno1_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-freedreno1:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-tegra0:arm64.- Preparing to unpack .../059-libdrm-tegra0_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-tegra0:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-etnaviv1:arm64.- Preparing to unpack .../060-libdrm-etnaviv1_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-etnaviv1:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libpciaccess0:arm64.- Preparing to unpack .../061-libpciaccess0_0.17-2_arm64.deb ...- Unpacking libpciaccess0:arm64 (0.17-2) ...- Selecting previously unselected package libpciaccess-dev:arm64.- Preparing to unpack .../062-libpciaccess-dev_0.17-2_arm64.deb ...- Unpacking libpciaccess-dev:arm64 (0.17-2) ...- Selecting previously unselected package libdrm-dev:arm64.- Preparing to unpack .../063-libdrm-dev_2.4.114-1+b1_arm64.deb ...- Unpacking libdrm-dev:arm64 (2.4.114-1+b1) ...- Selecting previously unselected package libglvnd0:arm64.- Preparing to unpack .../064-libglvnd0_1.6.0-1_arm64.deb ...- Unpacking libglvnd0:arm64 (1.6.0-1) ...- Selecting previously unselected package libgbm1:arm64.- Preparing to unpack .../065-libgbm1_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libgbm1:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglapi-mesa:arm64.- Preparing to unpack .../066-libglapi-mesa_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libglapi-mesa:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libx11-xcb1:arm64.- Preparing to unpack .../067-libx11-xcb1_2%3a1.8.4-2+deb12u2_arm64.deb ...- Unpacking libx11-xcb1:arm64 (2:1.8.4-2+deb12u2) ...- Selecting previously unselected package libxcb-dri2-0:arm64.- Preparing to unpack .../068-libxcb-dri2-0_1.15-1_arm64.deb ...- Unpacking libxcb-dri2-0:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-dri3-0:arm64.- Preparing to unpack .../069-libxcb-dri3-0_1.15-1_arm64.deb ...- Unpacking libxcb-dri3-0:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-present0:arm64.- Preparing to unpack .../070-libxcb-present0_1.15-1_arm64.deb ...- Unpacking libxcb-present0:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-randr0:arm64.- Preparing to unpack .../071-libxcb-randr0_1.15-1_arm64.deb ...- Unpacking libxcb-randr0:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-sync1:arm64.- Preparing to unpack .../072-libxcb-sync1_1.15-1_arm64.deb ...- Unpacking libxcb-sync1:arm64 (1.15-1) ...- Selecting previously unselected package libxcb-xfixes0:arm64.- Preparing to unpack .../073-libxcb-xfixes0_1.15-1_arm64.deb ...- Unpacking libxcb-xfixes0:arm64 (1.15-1) ...- Selecting previously unselected package libxshmfence1:arm64.- Preparing to unpack .../074-libxshmfence1_1.3-1_arm64.deb ...- Unpacking libxshmfence1:arm64 (1.3-1) ...- Selecting previously unselected package libegl-mesa0:arm64.- Preparing to unpack .../075-libegl-mesa0_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libegl-mesa0:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libegl1:arm64.- Preparing to unpack .../076-libegl1_1.6.0-1_arm64.deb ...- Unpacking libegl1:arm64 (1.6.0-1) ...- Selecting previously unselected package libxcb-glx0:arm64.- Preparing to unpack .../077-libxcb-glx0_1.15-1_arm64.deb ...- Unpacking libxcb-glx0:arm64 (1.15-1) ...- Selecting previously unselected package libxfixes3:arm64.- Preparing to unpack .../078-libxfixes3_1%3a6.0.0-2_arm64.deb ...- Unpacking libxfixes3:arm64 (1:6.0.0-2) ...- Selecting previously unselected package libxxf86vm1:arm64.- Preparing to unpack .../079-libxxf86vm1_1%3a1.1.4-1+b2_arm64.deb ...- Unpacking libxxf86vm1:arm64 (1:1.1.4-1+b2) ...- Selecting previously unselected package libelf1:arm64.- Preparing to unpack .../080-libelf1_0.188-2.1_arm64.deb ...- Unpacking libelf1:arm64 (0.188-2.1) ...- Selecting previously unselected package libz3-4:arm64.- Preparing to unpack .../081-libz3-4_4.8.12-3.1_arm64.deb ...- Unpacking libz3-4:arm64 (4.8.12-3.1) ...- Selecting previously unselected package libllvm15:arm64.- Preparing to unpack .../082-libllvm15_1%3a15.0.6-4+b1_arm64.deb ...- Unpacking libllvm15:arm64 (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:arm64.- Preparing to unpack .../084-libsensors5_1%3a3.6.0-7.1_arm64.deb ...- Unpacking libsensors5:arm64 (1:3.6.0-7.1) ...- Selecting previously unselected package libgl1-mesa-dri:arm64.- Preparing to unpack .../085-libgl1-mesa-dri_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libgl1-mesa-dri:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx-mesa0:arm64.- Preparing to unpack .../086-libglx-mesa0_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libglx-mesa0:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx0:arm64.- Preparing to unpack .../087-libglx0_1.6.0-1_arm64.deb ...- Unpacking libglx0:arm64 (1.6.0-1) ...- Selecting previously unselected package libgl1:arm64.- Preparing to unpack .../088-libgl1_1.6.0-1_arm64.deb ...- Unpacking libgl1:arm64 (1.6.0-1) ...- Selecting previously unselected package libglx-dev:arm64.- Preparing to unpack .../089-libglx-dev_1.6.0-1_arm64.deb ...- Unpacking libglx-dev:arm64 (1.6.0-1) ...- Selecting previously unselected package libgl-dev:arm64.- Preparing to unpack .../090-libgl-dev_1.6.0-1_arm64.deb ...- Unpacking libgl-dev:arm64 (1.6.0-1) ...- Selecting previously unselected package libegl-dev:arm64.- Preparing to unpack .../091-libegl-dev_1.6.0-1_arm64.deb ...- Unpacking libegl-dev:arm64 (1.6.0-1) ...- Selecting previously unselected package libogg0:arm64.- Preparing to unpack .../092-libogg0_1.3.5-3_arm64.deb ...- Unpacking libogg0:arm64 (1.3.5-3) ...- Selecting previously unselected package libflac12:arm64.- Preparing to unpack .../093-libflac12_1.4.2+ds-2_arm64.deb ...- Unpacking libflac12:arm64 (1.4.2+ds-2) ...- Selecting previously unselected package zlib1g-dev:arm64.- Preparing to unpack .../094-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...- Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...- Selecting previously unselected package libpng-dev:arm64.- Preparing to unpack .../095-libpng-dev_1.6.39-2_arm64.deb ...- Unpacking libpng-dev:arm64 (1.6.39-2) ...- Selecting previously unselected package libfreetype-dev:arm64.- Preparing to unpack .../096-libfreetype-dev_2.12.1+dfsg-5+deb12u4_arm64.deb ...- Unpacking libfreetype-dev:arm64 (2.12.1+dfsg-5+deb12u4) ...- Selecting previously unselected package libgbm-dev:arm64.- Preparing to unpack .../097-libgbm-dev_22.3.6-1+deb12u1_arm64.deb ...- Unpacking libgbm-dev:arm64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libgles1:arm64.- Preparing to unpack .../098-libgles1_1.6.0-1_arm64.deb ...- Unpacking libgles1:arm64 (1.6.0-1) ...- Selecting previously unselected package libgles2:arm64.- Preparing to unpack .../099-libgles2_1.6.0-1_arm64.deb ...- Unpacking libgles2:arm64 (1.6.0-1) ...- Selecting previously unselected package libgles-dev:arm64.- Preparing to unpack .../100-libgles-dev_1.6.0-1_arm64.deb ...- Unpacking libgles-dev:arm64 (1.6.0-1) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../101-libglib2.0-data_2.74.6-2+deb12u6_all.deb ...- Unpacking libglib2.0-data (2.74.6-2+deb12u6) ...- Selecting previously unselected package libglib2.0-bin.- Preparing to unpack .../102-libglib2.0-bin_2.74.6-2+deb12u6_arm64.deb ...- Unpacking libglib2.0-bin (2.74.6-2+deb12u6) ...- 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+deb12u6_arm64.deb ...- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u6) ...- Selecting previously unselected package libsepol-dev:arm64.- Preparing to unpack .../106-libsepol-dev_3.4-2.1_arm64.deb ...- Unpacking libsepol-dev:arm64 (3.4-2.1) ...- Selecting previously unselected package libpcre2-16-0:arm64.- Preparing to unpack .../107-libpcre2-16-0_10.42-1_arm64.deb ...- Unpacking libpcre2-16-0:arm64 (10.42-1) ...- Selecting previously unselected package libpcre2-32-0:arm64.- Preparing to unpack .../108-libpcre2-32-0_10.42-1_arm64.deb ...- Unpacking libpcre2-32-0:arm64 (10.42-1) ...- Selecting previously unselected package libpcre2-posix3:arm64.- Preparing to unpack .../109-libpcre2-posix3_10.42-1_arm64.deb ...- Unpacking libpcre2-posix3:arm64 (10.42-1) ...- Selecting previously unselected package libpcre2-dev:arm64.- Preparing to unpack .../110-libpcre2-dev_10.42-1_arm64.deb ...- Unpacking libpcre2-dev:arm64 (10.42-1) ...- Selecting previously unselected package libselinux1-dev:arm64.- Preparing to unpack .../111-libselinux1-dev_3.4-1+b6_arm64.deb ...- Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...- Selecting previously unselected package libmount-dev:arm64.- Preparing to unpack .../112-libmount-dev_2.38.1-5+deb12u3_arm64.deb ...- Unpacking libmount-dev:arm64 (2.38.1-5+deb12u3) ...- Selecting previously unselected package libglib2.0-dev:arm64.- Preparing to unpack .../113-libglib2.0-dev_2.74.6-2+deb12u6_arm64.deb ...- Unpacking libglib2.0-dev:arm64 (2.74.6-2+deb12u6) ...- Selecting previously unselected package libgraphite2-dev:arm64.- Preparing to unpack .../114-libgraphite2-dev_1.3.14-1_arm64.deb ...- Unpacking libgraphite2-dev:arm64 (1.3.14-1) ...- Selecting previously unselected package libharfbuzz-icu0:arm64.- Preparing to unpack .../115-libharfbuzz-icu0_6.0.0+dfsg-3_arm64.deb ...- Unpacking libharfbuzz-icu0:arm64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libharfbuzz-gobject0:arm64.- Preparing to unpack .../116-libharfbuzz-gobject0_6.0.0+dfsg-3_arm64.deb ...- Unpacking libharfbuzz-gobject0:arm64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libharfbuzz-subset0:arm64.- Preparing to unpack .../117-libharfbuzz-subset0_6.0.0+dfsg-3_arm64.deb ...- Unpacking libharfbuzz-subset0:arm64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libicu-dev:arm64.- Preparing to unpack .../118-libicu-dev_72.1-3+deb12u1_arm64.deb ...- Unpacking libicu-dev:arm64 (72.1-3+deb12u1) ...- Selecting previously unselected package libharfbuzz-dev:arm64.- Preparing to unpack .../119-libharfbuzz-dev_6.0.0+dfsg-3_arm64.deb ...- Unpacking libharfbuzz-dev:arm64 (6.0.0+dfsg-3) ...- Selecting previously unselected package libibus-1.0-dev:arm64.- Preparing to unpack .../120-libibus-1.0-dev_1.5.27-5_arm64.deb ...- Unpacking libibus-1.0-dev:arm64 (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:arm64.- Preparing to unpack .../122-libice6_2%3a1.0.10-1_arm64.deb ...- Unpacking libice6:arm64 (2:1.0.10-1) ...- Selecting previously unselected package libice-dev:arm64.- Preparing to unpack .../123-libice-dev_2%3a1.0.10-1_arm64.deb ...- Unpacking libice-dev:arm64 (2:1.0.10-1) ...- Selecting previously unselected package libjbig-dev:arm64.- Preparing to unpack .../124-libjbig-dev_2.1-6.1_arm64.deb ...- Unpacking libjbig-dev:arm64 (2.1-6.1) ...- Selecting previously unselected package libjpeg62-turbo-dev:arm64.- Preparing to unpack .../125-libjpeg62-turbo-dev_1%3a2.1.5-2_arm64.deb ...- Unpacking libjpeg62-turbo-dev:arm64 (1:2.1.5-2) ...- Selecting previously unselected package libjpeg-dev:arm64.- Preparing to unpack .../126-libjpeg-dev_1%3a2.1.5-2_arm64.deb ...- Unpacking libjpeg-dev:arm64 (1:2.1.5-2) ...- Selecting previously unselected package liblerc-dev:arm64.- Preparing to unpack .../127-liblerc-dev_4.0.0+ds-2_arm64.deb ...- Unpacking liblerc-dev:arm64 (4.0.0+ds-2) ...- Selecting previously unselected package liblzma-dev:arm64.- Preparing to unpack .../128-liblzma-dev_5.4.1-1_arm64.deb ...- Unpacking liblzma-dev:arm64 (5.4.1-1) ...- Selecting previously unselected package libmp3lame0:arm64.- Preparing to unpack .../129-libmp3lame0_3.100-6_arm64.deb ...- Unpacking libmp3lame0:arm64 (3.100-6) ...- Selecting previously unselected package libmpg123-0:arm64.- Preparing to unpack .../130-libmpg123-0_1.31.2-1+deb12u1_arm64.deb ...- Unpacking libmpg123-0:arm64 (1.31.2-1+deb12u1) ...- Selecting previously unselected package libopus0:arm64.- Preparing to unpack .../131-libopus0_1.3.1-3_arm64.deb ...- Unpacking libopus0:arm64 (1.3.1-3) ...- Selecting previously unselected package libpng-tools.- Preparing to unpack .../132-libpng-tools_1.6.39-2_arm64.deb ...- Unpacking libpng-tools (1.6.39-2) ...- Selecting previously unselected package libvorbis0a:arm64.- Preparing to unpack .../133-libvorbis0a_1.3.7-1_arm64.deb ...- Unpacking libvorbis0a:arm64 (1.3.7-1) ...- Selecting previously unselected package libvorbisenc2:arm64.- Preparing to unpack .../134-libvorbisenc2_1.3.7-1_arm64.deb ...- Unpacking libvorbisenc2:arm64 (1.3.7-1) ...- Selecting previously unselected package libsndfile1:arm64.- Preparing to unpack .../135-libsndfile1_1.2.0-1_arm64.deb ...- Unpacking libsndfile1:arm64 (1.2.0-1) ...- Selecting previously unselected package libpulse0:arm64.- Preparing to unpack .../136-libpulse0_16.1+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse0:arm64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-mainloop-glib0:arm64.- Preparing to unpack .../137-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse-mainloop-glib0:arm64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libpulse-dev:arm64.- Preparing to unpack .../138-libpulse-dev_16.1+dfsg1-2+b1_arm64.deb ...- Unpacking libpulse-dev:arm64 (16.1+dfsg1-2+b1) ...- Selecting previously unselected package libsamplerate0:arm64.- Preparing to unpack .../139-libsamplerate0_0.2.2-3_arm64.deb ...- Unpacking libsamplerate0:arm64 (0.2.2-3) ...- Selecting previously unselected package libsamplerate0-dev:arm64.- Preparing to unpack .../140-libsamplerate0-dev_0.2.2-3_arm64.deb ...- Unpacking libsamplerate0-dev:arm64 (0.2.2-3) ...- Selecting previously unselected package libxcursor1:arm64.- Preparing to unpack .../141-libxcursor1_1%3a1.2.1-1_arm64.deb ...- Unpacking libxcursor1:arm64 (1:1.2.1-1) ...- Selecting previously unselected package libxi6:arm64.- Preparing to unpack .../142-libxi6_2%3a1.8-1+b1_arm64.deb ...- Unpacking libxi6:arm64 (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:arm64.- Preparing to unpack .../144-libxkbcommon0_1.5.0-1_arm64.deb ...- Unpacking libxkbcommon0:arm64 (1.5.0-1) ...- Selecting previously unselected package libxrandr2:arm64.- Preparing to unpack .../145-libxrandr2_2%3a1.5.2-2+b1_arm64.deb ...- Unpacking libxrandr2:arm64 (2:1.5.2-2+b1) ...- Selecting previously unselected package libxss1:arm64.- Preparing to unpack .../146-libxss1_1%3a1.2.3-1_arm64.deb ...- Unpacking libxss1:arm64 (1:1.2.3-1) ...- Selecting previously unselected package libsdl2-2.0-0:arm64.- Preparing to unpack .../147-libsdl2-2.0-0_2.26.5+dfsg-1_arm64.deb ...- Unpacking libsdl2-2.0-0:arm64 (2.26.5+dfsg-1) ...- Selecting previously unselected package libsndio7.0:arm64.- Preparing to unpack .../148-libsndio7.0_1.9.0-0.3+b2_arm64.deb ...- Unpacking libsndio7.0:arm64 (1.9.0-0.3+b2) ...- Selecting previously unselected package libsndio-dev:arm64.- Preparing to unpack .../149-libsndio-dev_1.9.0-0.3+b2_arm64.deb ...- Unpacking libsndio-dev:arm64 (1.9.0-0.3+b2) ...- Selecting previously unselected package libudev-dev:arm64.- Preparing to unpack .../150-libudev-dev_252.38-1~deb12u1_arm64.deb ...- Unpacking libudev-dev:arm64 (252.38-1~deb12u1) ...- Selecting previously unselected package libxrender-dev:arm64.- Preparing to unpack .../151-libxrender-dev_1%3a0.9.10-1.1_arm64.deb ...- Unpacking libxrender-dev:arm64 (1:0.9.10-1.1) ...- Selecting previously unselected package libxfixes-dev:arm64.- Preparing to unpack .../152-libxfixes-dev_1%3a6.0.0-2_arm64.deb ...- Unpacking libxfixes-dev:arm64 (1:6.0.0-2) ...- Selecting previously unselected package libxcursor-dev:arm64.- Preparing to unpack .../153-libxcursor-dev_1%3a1.2.1-1_arm64.deb ...- Unpacking libxcursor-dev:arm64 (1:1.2.1-1) ...- Selecting previously unselected package libxext-dev:arm64.- Preparing to unpack .../154-libxext-dev_2%3a1.3.4-1+b1_arm64.deb ...- Unpacking libxext-dev:arm64 (2:1.3.4-1+b1) ...- Selecting previously unselected package libxi-dev:arm64.- Preparing to unpack .../155-libxi-dev_2%3a1.8-1+b1_arm64.deb ...- Unpacking libxi-dev:arm64 (2:1.8-1+b1) ...- Selecting previously unselected package libxinerama1:arm64.- Preparing to unpack .../156-libxinerama1_2%3a1.1.4-3_arm64.deb ...- Unpacking libxinerama1:arm64 (2:1.1.4-3) ...- Selecting previously unselected package libxinerama-dev:arm64.- Preparing to unpack .../157-libxinerama-dev_2%3a1.1.4-3_arm64.deb ...- Unpacking libxinerama-dev:arm64 (2:1.1.4-3) ...- Selecting previously unselected package libxkbcommon-dev:arm64.- Preparing to unpack .../158-libxkbcommon-dev_1.5.0-1_arm64.deb ...- Unpacking libxkbcommon-dev:arm64 (1.5.0-1) ...- Selecting previously unselected package libxrandr-dev:arm64.- Preparing to unpack .../159-libxrandr-dev_2%3a1.5.2-2+b1_arm64.deb ...- Unpacking libxrandr-dev:arm64 (2:1.5.2-2+b1) ...- Selecting previously unselected package libxss-dev:arm64.- Preparing to unpack .../160-libxss-dev_1%3a1.2.3-1_arm64.deb ...- Unpacking libxss-dev:arm64 (1:1.2.3-1) ...- Selecting previously unselected package libsm6:arm64.- Preparing to unpack .../161-libsm6_2%3a1.2.3-1_arm64.deb ...- Unpacking libsm6:arm64 (2:1.2.3-1) ...- Selecting previously unselected package libxt6:arm64.- Preparing to unpack .../162-libxt6_1%3a1.2.1-1.1_arm64.deb ...- Unpacking libxt6:arm64 (1:1.2.1-1.1) ...- Selecting previously unselected package libsm-dev:arm64.- Preparing to unpack .../163-libsm-dev_2%3a1.2.3-1_arm64.deb ...- Unpacking libsm-dev:arm64 (2:1.2.3-1) ...- Selecting previously unselected package libxt-dev:arm64.- Preparing to unpack .../164-libxt-dev_1%3a1.2.1-1.1_arm64.deb ...- Unpacking libxt-dev:arm64 (1:1.2.1-1.1) ...- Selecting previously unselected package libxv1:arm64.- Preparing to unpack .../165-libxv1_2%3a1.0.11-1.1_arm64.deb ...- Unpacking libxv1:arm64 (2:1.0.11-1.1) ...- Selecting previously unselected package libxv-dev:arm64.- Preparing to unpack .../166-libxv-dev_2%3a1.0.11-1.1_arm64.deb ...- Unpacking libxv-dev:arm64 (2:1.0.11-1.1) ...- Selecting previously unselected package libxxf86vm-dev:arm64.- Preparing to unpack .../167-libxxf86vm-dev_1%3a1.1.4-1+b2_arm64.deb ...- Unpacking libxxf86vm-dev:arm64 (1:1.1.4-1+b2) ...- Selecting previously unselected package libsdl2-dev:arm64.- Preparing to unpack .../168-libsdl2-dev_2.26.5+dfsg-1_arm64.deb ...- Unpacking libsdl2-dev:arm64 (2.26.5+dfsg-1) ...- Selecting previously unselected package libsdl2-image-2.0-0:arm64.- Preparing to unpack .../169-libsdl2-image-2.0-0_2.6.3+dfsg-1_arm64.deb ...- Unpacking libsdl2-image-2.0-0:arm64 (2.6.3+dfsg-1) ...- Selecting previously unselected package libwebpmux3:arm64.- Preparing to unpack .../170-libwebpmux3_1.2.4-0.2+deb12u1_arm64.deb ...- Unpacking libwebpmux3:arm64 (1.2.4-0.2+deb12u1) ...- Selecting previously unselected package libwebpdemux2:arm64.- Preparing to unpack .../171-libwebpdemux2_1.2.4-0.2+deb12u1_arm64.deb ...- Unpacking libwebpdemux2:arm64 (1.2.4-0.2+deb12u1) ...- Selecting previously unselected package libwebp-dev:arm64.- Preparing to unpack .../172-libwebp-dev_1.2.4-0.2+deb12u1_arm64.deb ...- Unpacking libwebp-dev:arm64 (1.2.4-0.2+deb12u1) ...- Selecting previously unselected package libtiffxx6:arm64.- Preparing to unpack .../173-libtiffxx6_4.5.0-6+deb12u2_arm64.deb ...- Unpacking libtiffxx6:arm64 (4.5.0-6+deb12u2) ...- Selecting previously unselected package libtiff-dev:arm64.- Preparing to unpack .../174-libtiff-dev_4.5.0-6+deb12u2_arm64.deb ...- Unpacking libtiff-dev:arm64 (4.5.0-6+deb12u2) ...- Selecting previously unselected package libsdl2-image-dev:arm64.- Preparing to unpack .../175-libsdl2-image-dev_2.6.3+dfsg-1_arm64.deb ...- Unpacking libsdl2-image-dev:arm64 (2.6.3+dfsg-1) ...- Selecting previously unselected package libsdl2-ttf-2.0-0:arm64.- Preparing to unpack .../176-libsdl2-ttf-2.0-0_2.20.1+dfsg-2_arm64.deb ...- Unpacking libsdl2-ttf-2.0-0:arm64 (2.20.1+dfsg-2) ...- Selecting previously unselected package libsdl2-ttf-dev:arm64.- Preparing to unpack .../177-libsdl2-ttf-dev_2.20.1+dfsg-2_arm64.deb ...- Unpacking libsdl2-ttf-dev:arm64 (2.20.1+dfsg-2) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../178-shared-mime-info_2.2-1_arm64.deb ...- Unpacking shared-mime-info (2.2-1) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../179-xdg-user-dirs_0.18-1_arm64.deb ...- Unpacking xdg-user-dirs (0.18-1) ...- Setting up media-types (10.0.0) ...- Setting up libgraphite2-3:arm64 (1.3.14-1) ...- Setting up libxcb-dri3-0:arm64 (1.15-1) ...- Setting up libpixman-1-0:arm64 (0.42.2-1) ...- Setting up libwayland-server0:arm64 (1.21.0-1) ...- Setting up libx11-xcb1:arm64 (2:1.8.4-2+deb12u2) ...- Setting up libpciaccess0:arm64 (0.17-2) ...- Setting up fontconfig (2.14.1-4) ...- Regenerating fonts cache...- done.- Setting up libapparmor1:arm64 (3.0.8-3) ...- Setting up libicu72:arm64 (72.1-3+deb12u1) ...- Setting up libmpg123-0:arm64 (1.31.2-1+deb12u1) ...- Setting up libpciaccess-dev:arm64 (0.17-2) ...- Setting up libxcb-xfixes0:arm64 (1.15-1) ...- Setting up libogg0:arm64 (1.3.5-3) ...- Setting up libxi6:arm64 (2:1.8-1+b1) ...- Setting up libxrender1:arm64 (1:0.9.10-1.1) ...- Setting up libdatrie1:arm64 (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:arm64 (1.15-1) ...- Setting up libglib2.0-0:arm64 (2.74.6-2+deb12u6) ...- No schema files found: doing nothing.- Setting up libglvnd0:arm64 (1.6.0-1) ...- Setting up libxcb-glx0:arm64 (1.15-1) ...- Setting up libwebpdemux2:arm64 (1.2.4-0.2+deb12u1) ...- Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u6) ...- Setting up libibus-1.0-5:arm64 (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:arm64 (2.1-6.1) ...- Setting up xkb-data (2.35.1-1) ...- Setting up libxcb-shm0:arm64 (1.15-1) ...- Setting up libffi-dev:arm64 (3.4.4-1) ...- Setting up libcairo2:arm64 (1.16.0-7) ...- Setting up libpcre2-16-0:arm64 (10.42-1) ...- Setting up libxxf86vm1:arm64 (1:1.1.4-1+b2) ...- Setting up libxcb-present0:arm64 (1.15-1) ...- Setting up libasound2-data (1.2.8-1) ...- Setting up libgraphite2-dev:arm64 (1.3.14-1) ...- Setting up libz3-4:arm64 (4.8.12-3.1) ...- Setting up libpcre2-32-0:arm64 (10.42-1) ...- Setting up libglib2.0-data (2.74.6-2+deb12u6) ...- Setting up libpkgconf3:arm64 (1.8.1-1) ...- Setting up libflac12:arm64 (1.4.2+ds-2) ...- Setting up libgles2:arm64 (1.6.0-1) ...- Setting up libjpeg62-turbo-dev:arm64 (1:2.1.5-2) ...- Setting up libxfixes3:arm64 (1:6.0.0-2) ...- Setting up libxcb-sync1:arm64 (1.15-1) ...- Setting up uuid-dev:arm64 (2.38.1-5+deb12u3) ...- Setting up libgles1:arm64 (1.6.0-1) ...- Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...- Setting up libfribidi0:arm64 (1.0.8-2.1) ...- Setting up libopus0:arm64 (1.3.1-3) ...- Setting up libxinerama1:arm64 (2:1.1.4-3) ...- Setting up libxv1:arm64 (2:1.0.11-1.1) ...- Setting up libvorbis0a:arm64 (1.3.7-1) ...- Setting up libxrandr2:arm64 (2:1.5.2-2+b1) ...- Setting up icu-devtools (72.1-3+deb12u1) ...- Setting up libudev-dev:arm64 (252.38-1~deb12u1) ...- Setting up libsepol-dev:arm64 (3.4-2.1) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up libsensors5:arm64 (1:3.6.0-7.1) ...- Setting up liblerc-dev:arm64 (4.0.0+ds-2) ...- Setting up libglapi-mesa:arm64 (22.3.6-1+deb12u1) ...- Setting up libxext-dev:arm64 (2:1.3.4-1+b1) ...- Setting up liblzma-dev:arm64 (5.4.1-1) ...- Setting up libxcb-dri2-0:arm64 (1.15-1) ...- Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...- Setting up libpcre2-posix3:arm64 (10.42-1) ...- Setting up alsa-topology-conf (1.2.5.1-2) ...- Setting up libasyncns0:arm64 (0.8-6+b3) ...- Setting up libxshmfence1:arm64 (1.3-1) ...- Setting up libxcb-randr0:arm64 (1.15-1) ...- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...- Setting up libasound2:arm64 (1.2.8-1+b1) ...- Setting up libharfbuzz0b:arm64 (6.0.0+dfsg-3) ...- Setting up libthai-data (0.1.29-1) ...- Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...- Setting up sgml-base (1.31) ...- Setting up libwayland-egl1:arm64 (1.21.0-1) ...- Setting up libxss1:arm64 (1:1.2.3-1) ...- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...- Setting up libasound2-dev:arm64 (1.2.8-1+b1) ...- Setting up libsamplerate0:arm64 (0.2.2-3) ...- Setting up libwebpmux3:arm64 (1.2.4-0.2+deb12u1) ...- Setting up libtiffxx6:arm64 (4.5.0-6+deb12u2) ...- Setting up libdeflate-dev:arm64 (1.14-1) ...- Setting up libdrm-common (2.4.114-1) ...- Setting up libelf1:arm64 (0.188-2.1) ...- Setting up libxrender-dev:arm64 (1:0.9.10-1.1) ...- Setting up libicu-dev:arm64 (72.1-3+deb12u1) ...- Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u2) ...- Setting up dbus-bin (1.14.10-1~deb12u1) ...- Setting up libbrotli-dev:arm64 (1.0.9-2+b6) ...- Setting up libmp3lame0:arm64 (3.100-6) ...- Setting up libvorbisenc2:arm64 (1.3.7-1) ...- Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ...- Setting up libxkbcommon0:arm64 (1.5.0-1) ...- Setting up libwayland-client0:arm64 (1.21.0-1) ...- Setting up libblkid-dev:arm64 (2.38.1-5+deb12u3) ...- Setting up python3.11 (3.11.2-6+deb12u6) ...- Setting up libice6:arm64 (2:1.0.10-1) ...- Setting up libharfbuzz-icu0:arm64 (6.0.0+dfsg-3) ...- Setting up libpcre2-dev:arm64 (10.42-1) ...- Setting up libice-dev:arm64 (2:1.0.10-1) ...- Setting up alsa-ucm-conf (1.2.8-1) ...- Setting up libselinux1-dev:arm64 (3.4-1+b6) ...- Setting up libxxf86vm-dev:arm64 (1:1.1.4-1+b2) ...- Setting up libxkbcommon-dev:arm64 (1.5.0-1) ...- Setting up libxcursor1:arm64 (1:1.2.1-1) ...- Setting up libpng-dev:arm64 (1.6.39-2) ...- Setting up libjpeg-dev:arm64 (1:2.1.5-2) ...- Setting up libglib2.0-bin (2.74.6-2+deb12u6) ...- 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:arm64 (6.0.0+dfsg-3) ...- Setting up libxss-dev:arm64 (1:1.2.3-1) ...- Setting up pkgconf:arm64 (1.8.1-1) ...- Setting up libfreetype-dev:arm64 (2.12.1+dfsg-5+deb12u4) ...- Setting up libxfixes-dev:arm64 (1:6.0.0-2) ...- Setting up libthai0:arm64 (0.1.29-1) ...- Setting up libxv-dev:arm64 (2:1.0.11-1.1) ...- Setting up libwayland-bin (1.21.0-1) ...- Setting up libxrandr-dev:arm64 (2:1.5.2-2+b1) ...- Setting up libwebp-dev:arm64 (1.2.4-0.2+deb12u1) ...- Setting up libtiff-dev:arm64 (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:arm64 (1.8.1-1) ...- Setting up libxinerama-dev:arm64 (2:1.1.4-3) ...- Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...- Setting up libsndio7.0:arm64 (1.9.0-0.3+b2) ...- Setting up libdrm2:arm64 (2.4.114-1+b1) ...- Setting up libwayland-cursor0:arm64 (1.21.0-1) ...- Setting up xml-core (0.18+nmu1) ...- Setting up libllvm15:arm64 (1:15.0.6-4+b1) ...- Setting up libdecor-0-0:arm64 (0.1.1-2) ...- Setting up libharfbuzz-subset0:arm64 (6.0.0+dfsg-3) ...- Setting up libsndfile1:arm64 (1.2.0-1) ...- Setting up libxi-dev:arm64 (2:1.8-1+b1) ...- Setting up python3-lib2to3 (3.11.2-3) ...- Setting up gir1.2-ibus-1.0:arm64 (1.5.27-5) ...- Setting up libsm6:arm64 (2:1.2.3-1) ...- Setting up libmount-dev:arm64 (2.38.1-5+deb12u3) ...- Setting up libdrm-amdgpu1:arm64 (2.4.114-1+b1) ...- Setting up python3-distutils (3.11.2-3) ...- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u6) ...- Setting up libdrm-nouveau2:arm64 (2.4.114-1+b1) ...- Setting up gir1.2-freedesktop:arm64 (1.74.0-3) ...- Setting up libsndio-dev:arm64 (1.9.0-0.3+b2) ...- Setting up libdrm-etnaviv1:arm64 (2.4.114-1+b1) ...- Setting up libgbm1:arm64 (22.3.6-1+deb12u1) ...- Setting up libpulse0:arm64 (16.1+dfsg1-2+b1) ...- Setting up libsm-dev:arm64 (2:1.2.3-1) ...- Setting up libdrm-radeon1:arm64 (2.4.114-1+b1) ...- Setting up libxcursor-dev:arm64 (1:1.2.1-1) ...- Setting up libpango-1.0-0:arm64 (1.50.12+ds-1) ...- Setting up libsamplerate0-dev:arm64 (0.2.2-3) ...- Setting up libgl1-mesa-dri:arm64 (22.3.6-1+deb12u1) ...- Setting up libwayland-dev:arm64 (1.21.0-1) ...- Setting up gir1.2-harfbuzz-0.0:arm64 (6.0.0+dfsg-3) ...- Setting up libgbm-dev:arm64 (22.3.6-1+deb12u1) ...- Setting up libdecor-0-dev:arm64 (0.1.1-2) ...- Setting up libegl-mesa0:arm64 (22.3.6-1+deb12u1) ...- Setting up libglib2.0-dev:arm64 (2.74.6-2+deb12u6) ...- Setting up libpulse-mainloop-glib0:arm64 (16.1+dfsg1-2+b1) ...- Setting up libdrm-freedreno1:arm64 (2.4.114-1+b1) ...- Setting up libxt6:arm64 (1:1.2.1-1.1) ...- Setting up libdrm-tegra0:arm64 (2.4.114-1+b1) ...- Setting up libpulse-dev:arm64 (16.1+dfsg1-2+b1) ...- Setting up libegl1:arm64 (1.6.0-1) ...- Setting up libpangoft2-1.0-0:arm64 (1.50.12+ds-1) ...- Setting up libsdl2-2.0-0:arm64 (2.26.5+dfsg-1) ...- Setting up libpangocairo-1.0-0:arm64 (1.50.12+ds-1) ...- Setting up libsdl2-image-2.0-0:arm64 (2.6.3+dfsg-1) ...- Setting up libharfbuzz-dev:arm64 (6.0.0+dfsg-3) ...- Setting up libdrm-dev:arm64 (2.4.114-1+b1) ...- Setting up libglx-mesa0:arm64 (22.3.6-1+deb12u1) ...- Setting up libglx0:arm64 (1.6.0-1) ...- Setting up libgl1:arm64 (1.6.0-1) ...- Setting up libxt-dev:arm64 (1:1.2.1-1.1) ...- Setting up libdecor-0-plugin-1-cairo:arm64 (0.1.1-2) ...- Setting up libglx-dev:arm64 (1.6.0-1) ...- Setting up libsdl2-ttf-2.0-0:arm64 (2.20.1+dfsg-2) ...- Setting up libgl-dev:arm64 (1.6.0-1) ...- Setting up libegl-dev:arm64 (1.6.0-1) ...- Setting up libgles-dev:arm64 (1.6.0-1) ...- Processing triggers for libc-bin (2.36-9+deb12u10) ...- Processing triggers for sgml-base (1.31) ...- Setting up libdbus-1-dev:arm64 (1.14.10-1~deb12u1) ...- Setting up libibus-1.0-dev:arm64 (1.5.27-5) ...- Setting up libsdl2-dev:arm64 (2.26.5+dfsg-1) ...- Setting up libsdl2-ttf-dev:arm64 (2.20.1+dfsg-2) ...- Setting up libsdl2-image-dev:arm64 (2.6.3+dfsg-1) ...2025-08-14 14:10.08 ---> using "12e058f087e12ef49f567bb189e1eb32bbd2e0f39820109b71fee852f12302ff" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 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.19.1- install dune-configurator 3.19.1- install integers 0.7.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install stdlib-shims 0.3.0- install topkg 1.1.0- install tsdl 1.1.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.19.1<><> 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 integers.0.7.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> retrieved ocamlbuild.0.16.1 (cached)-> 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.1.0 (cached)-> retrieved tsdl.1.1.0 (cached)-> retrieved tsdl-image.0.6 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached)-> retrieved tsdl-ttf.0.6 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed dune.3.19.1-> 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.19.1-> installed dune-configurator.3.19.1-> 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.6Done.# To update the current shell environment, run: eval $(opam env)2025-08-14 14:10.08 ---> using "8fd7979c19fab1afd7dac37d1301dce8eaadf5fb133f9fa678a5f0b5a87ce452" from cache/src: (copy (src .) (dst /src))2025-08-14 14:10.09 ---> saved as "829ea78613ecb0ce78837506692fb34d99ff4d09967ab35a4f816a1d2c102fd3"/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[29][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default[29][0] : Warning: User variable 'DIR' not found in config.[29][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.[38][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250814][38][0] : I/O: Reading BACKGROUND=color:white[38][0] : I/O: Reading CHECK_ON=fa:check-square-o[38][0] : I/O: Reading CHECK_OFF=fa:square-o[38][0] : Warning: Using THEME=defaultLoading Bogue 20250814 with config dir /src/_build/install/default/share/bogue/themes/default[38][0] : Warning: Using BACKGROUND=color:white[38][0] : Warning: User variable 'BG_COLOR' not found in config.[38][0] : Warning: Using BG_COLOR=aliceblue[38][0] : Warning: User variable 'BOX_BG_COLOR' not found in config.[38][0] : Warning: Using BOX_BG_COLOR=lightsteelblue[38][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.[38][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1[38][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.[38][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise[38][0] : Warning: Using CHECK_ON=fa:check-square-o[38][0] : Warning: Using CHECK_OFF=fa:square-o[38][0] : Warning: User variable 'CURSOR_COLOR' not found in config.[38][0] : Warning: Using CURSOR_COLOR=#2a7da2[38][0] : Warning: User variable 'DISABLED_FG' not found in config.[38][0] : Warning: Using DISABLED_FG=gray[38][0] : Warning: User variable 'DISABLED_BG' not found in config.[38][0] : Warning: Using DISABLED_BG=lightgray[38][0] : Warning: User variable 'FAINT_COLOR' not found in config.[38][0] : Warning: Using FAINT_COLOR=gainsboro[38][0] : Warning: User variable 'TEXT_COLOR' not found in config.[38][0] : Warning: Using TEXT_COLOR=black[38][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.[38][0] : Warning: Using SEL_BG_COLOR=slategray[38][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.[38][0] : Warning: Using SEL_FG_COLOR=white[38][0] : Warning: User variable 'LABEL_COLOR' not found in config.[38][0] : Warning: Using LABEL_COLOR=black[38][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.[38][0] : Warning: Using MENU_HL_COLOR=#8099a2[38][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.[38][0] : Warning: Using MENU_BG_COLOR=#BEBEBE[38][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.[38][0] : Warning: Using LABEL_FONT_SIZE=14[38][0] : Warning: User variable 'LABEL_FONT' not found in config.[38][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf[38][0] : Warning: User variable 'TEXT_FONT' not found in config.[38][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf[38][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.[38][0] : Warning: Using TEXT_FONT_SIZE=14[38][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.[38][0] : Warning: Using SMALL_FONT_SIZE=10[38][0] : Warning: User variable 'MONO_FONT' not found in config.[38][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf[38][0] : Warning: User variable 'ROOM_MARGIN' not found in config.[38][0] : Warning: Using ROOM_MARGIN=10[38][0] : Warning: User variable 'FA_DIR' not found in config.[38][0] : Warning: Using FA_DIR=font-awesome-4.6.3[38][0] : Warning: User variable 'INT_SCALE' not found in config.[38][0] : Warning: Using INT_SCALE=false[38][0] : Warning: User variable 'SCALE' not found in config.[39][0] : Warning: Using SCALE=0[39][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.[39][0] : Warning: Using OPENGL_MULTISAMPLE=false[39][0] : Warning: User variable 'NO_VSYNC' not found in config.[39][0] : Warning: Using NO_VSYNC=false[39][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.[39][0] : Warning: Using NATURAL_SCROLLING=auto[41][0] : Warning: User variable 'USE_FSWATCH' not found in config.[41][0] : Warning: Using USE_FSWATCH=true[48][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].[49][0] : Custom: Detected os type: [Linux][54][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.[55][0] : Warning: SDL initialized[55][0] : Event: SDL Events initialized[55][0] : Event: Register new event type:user (Ox8000)[55][0] : Event: Register new event type:stop (Ox8001)[55][0] : Event: Register new event type:stopped (Ox8002)[55][0] : Event: Register new event type:mouse_enter (Ox8003)[55][0] : Event: Register new event type:mouse_leave (Ox8004)[55][0] : Event: Register new event type:redraw (Ox8005)[55][0] : Event: Register new event type:mouse_at_rest (Ox8006)[55][0] : Event: Register new event type:startup (Ox8007)[55][0] : Event: Register new event type:var_changed (Ox8008)[55][0] : Event: Register new event type:update (Ox8009)[55][0] : Event: Register new event type:sync_action (Ox800a)[55][0] : Event: Register new event type:keyboard_focus (Ox800b)[55][0] : Event: Register new event type:mouse_focus (Ox800c)[55][0] : Event: Register new event type:remove_focus (Ox800d)[55][0] : Event: Register new event type:destroy_window (Ox800e)[55][0] : Event: Register new event type:add_window (Ox800f)[55][0] : Event: Register new event type:not_used (Ox8010)[55][0] : Board: Layout #1 (dummy) created.[58][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.[59][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png[63][0] : Graphics: SDL Video initialized[63][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)[64][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported[73][0] : Warning: Cannot get monitor's DPI from xdpyinfo.[73][0] : Graphics: DPI from system: 110[73][0] : Graphics; Warning: Using SCALE=1.000000[73][0] : Graphics: SDL Image initialized[73][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)[73][0] : Memory: Freeing surface (330,290)00 = Bogue initialization without opening any window.[73][0] : Board: Adding timeout 1[74][0] : Board: Layout #2 (windows_house) created.[74][0] : Board: ==> Running board![74][0] : Graphics; Warning: Could not get refresh rate information for any monitor[74][0] : Graphics: Desired FPS=60[84][0] : Board: Has focus: NO[84][0] : Board: Adding timeout 2[84][0] : Graphics: FPS:100 (round_trip=0)[1083][0] : Board: Executing timeout 1Hello world[1083][0] : Memory: All zombies have been killed! Congratulations![1083][0] : Board: Board exiting[1083][0] : Board: Quitting...[1083][0] : Graphics: Quitting SDL Image[1083][0] : Graphics: Quitting SDL Video[1083][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...[1083][0] : Memory: Freeing surface (123,128)[1083][0] : Event: Quitting SDL Events[1083][0] : Graphics: Exit SDL...[0][0] : Graphics: Done.INFO: Using SDL 2.26.5/bin/sh: 1: xdpyinfo: not found2025-08-14 14:10.14 ---> saved as "01c846e493c3dbe8935fea38bdd0c0771e97c559c415d4cc5aa4e4ec867fa5b0"Job succeeded2025-08-14 14:10.15: Job succeeded