2025-10-18 16:34.25: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288 # debian-13-5.4_riscv64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue-cairo.opam ./ RUN opam pin add -yn bogue-cairo.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 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.20.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-18 16:34.25: Using cache hint "sanette/bogue-cairo-ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288-debian-13-5.4_riscv64_opam-2.4-d9531d5fda75e6389e933e19bb20f2f9" 2025-10-18 16:34.25: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288) (comment debian-13-5.4_riscv64_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue-cairo.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue-cairo.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 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.20.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.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-10-18 16:34.25: Waiting for resource in pool OCluster 2025-10-18 18:03.22: Waiting for worker… 2025-10-19 04:36.19: Got resource from pool OCluster Building on riscv-bm-03.sw.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bogue-cairo.git-fca9cdfa43d36688dd6ccfd2d5be4340427a46d9/.git/ HEAD is now at 6135ed8 version 0.1.0 (from ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288' locally docker.io/ocaml/opam@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288: Pulling from ocaml/opam 913254a25f5e: Pulling fs layer d4181e0c64b1: Pulling fs layer 60067d417858: Pulling fs layer 85acc1d96727: Pulling fs layer 3ed6ed890bcc: Pulling fs layer 2dbf4e493c82: Pulling fs layer 2392a1c0faf2: Pulling fs layer a887790579d0: Pulling fs layer 6bf6091e80a7: Pulling fs layer 8335ff7d796a: Pulling fs layer a5cf80048a8d: Pulling fs layer 11557f96dff6: Pulling fs layer 85acc1d96727: Waiting 5ffa47544a64: Pulling fs layer 2dbf4e493c82: Waiting b92bc0bdd77f: Pulling fs layer 2392a1c0faf2: Waiting 11bee46e736c: Pulling fs layer a887790579d0: Waiting 6cdee63da433: Pulling fs layer bd6b847c6301: Pulling fs layer ef94452a17d0: Pulling fs layer bd4498e2bf68: Pulling fs layer 3ed6ed890bcc: Waiting 6bf6091e80a7: Waiting 8335ff7d796a: Waiting a5cf80048a8d: Waiting 11557f96dff6: Waiting 5ffa47544a64: Waiting b92bc0bdd77f: Waiting 11bee46e736c: Waiting 6cdee63da433: Waiting bd6b847c6301: Waiting ef94452a17d0: Waiting cae9012f5512: Pulling fs layer bd4498e2bf68: Waiting 97e1a82ddbc1: Pulling fs layer 4f4fb700ef54: Pulling fs layer a36b4f4c3856: Pulling fs layer cae9012f5512: Waiting 97e1a82ddbc1: Waiting 4f4fb700ef54: Waiting ba5c5eee93b2: Pulling fs layer a36b4f4c3856: Waiting ccef58c1ec23: Pulling fs layer f58caa225e78: Pulling fs layer e5b816875ec7: Pulling fs layer 637cd996e729: Pulling fs layer 4798bd4315ce: Pulling fs layer 1a9d0398727f: Pulling fs layer 87a13479d21f: Pulling fs layer 826d12795d2a: Pulling fs layer ec3c50c293a6: Pulling fs layer 75873b00ea39: Pulling fs layer ba5c5eee93b2: Waiting 2dc1ede51ef9: Pulling fs layer ccef58c1ec23: Waiting e521104f43f2: Pulling fs layer e5b816875ec7: Waiting 637cd996e729: Waiting 5adb34782261: Pulling fs layer f58caa225e78: Waiting 4798bd4315ce: Waiting 1a9d0398727f: Waiting 3902e7196407: Pulling fs layer 87a13479d21f: Waiting 2dc1ede51ef9: Waiting 826d12795d2a: Waiting ec3c50c293a6: Waiting 75873b00ea39: Waiting e521104f43f2: Waiting 5adb34782261: Waiting 58655837ed1a: Pulling fs layer 48f0059e882a: Pulling fs layer ae593e70caf6: Pulling fs layer c31229a73423: Pulling fs layer c1449e0dd683: Pulling fs layer 3902e7196407: Waiting caf6ad521897: Pulling fs layer 58655837ed1a: Waiting 329dc00a05ae: Pulling fs layer 48f0059e882a: Waiting a47284690750: Pulling fs layer ae593e70caf6: Waiting c31229a73423: Waiting e9c6ab46017e: Pulling fs layer caf6ad521897: Waiting 329dc00a05ae: Waiting a47284690750: Waiting e9c6ab46017e: Waiting c1449e0dd683: Waiting 60067d417858: Verifying Checksum 60067d417858: Download complete d4181e0c64b1: Verifying Checksum d4181e0c64b1: Download complete 85acc1d96727: Verifying Checksum 85acc1d96727: Download complete 3ed6ed890bcc: Verifying Checksum 3ed6ed890bcc: Download complete 913254a25f5e: Verifying Checksum 913254a25f5e: Download complete a887790579d0: Verifying Checksum a887790579d0: Download complete 2392a1c0faf2: Verifying Checksum 2392a1c0faf2: Download complete 6bf6091e80a7: Verifying Checksum 6bf6091e80a7: Download complete 8335ff7d796a: Verifying Checksum a5cf80048a8d: Verifying Checksum a5cf80048a8d: Download complete 5ffa47544a64: Verifying Checksum 5ffa47544a64: Download complete 11557f96dff6: Verifying Checksum 11557f96dff6: Download complete b92bc0bdd77f: Verifying Checksum b92bc0bdd77f: Download complete 11bee46e736c: Verifying Checksum 11bee46e736c: Download complete 6cdee63da433: Verifying Checksum 6cdee63da433: Download complete bd6b847c6301: Verifying Checksum bd6b847c6301: Download complete ef94452a17d0: Download complete bd4498e2bf68: Download complete cae9012f5512: Verifying Checksum cae9012f5512: Download complete 97e1a82ddbc1: Verifying Checksum 97e1a82ddbc1: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a36b4f4c3856: Verifying Checksum a36b4f4c3856: Download complete ba5c5eee93b2: Download complete ccef58c1ec23: Download complete f58caa225e78: Verifying Checksum f58caa225e78: Download complete 637cd996e729: Verifying Checksum 637cd996e729: Download complete 4798bd4315ce: Verifying Checksum 4798bd4315ce: Download complete e5b816875ec7: Verifying Checksum e5b816875ec7: Download complete 1a9d0398727f: Download complete 87a13479d21f: Download complete 826d12795d2a: Verifying Checksum 826d12795d2a: Download complete ec3c50c293a6: Verifying Checksum ec3c50c293a6: Download complete 913254a25f5e: Pull complete d4181e0c64b1: Pull complete 60067d417858: Pull complete 75873b00ea39: Download complete e521104f43f2: Verifying Checksum e521104f43f2: Download complete 85acc1d96727: Pull complete 3ed6ed890bcc: Pull complete 2dbf4e493c82: Verifying Checksum 2dbf4e493c82: Download complete 3902e7196407: Verifying Checksum 3902e7196407: Download complete 58655837ed1a: Verifying Checksum 58655837ed1a: Download complete 48f0059e882a: Verifying Checksum 48f0059e882a: Download complete ae593e70caf6: Download complete c31229a73423: Verifying Checksum c31229a73423: Download complete c1449e0dd683: Verifying Checksum c1449e0dd683: Download complete 2dc1ede51ef9: Download complete 329dc00a05ae: Verifying Checksum 329dc00a05ae: Download complete 5adb34782261: Verifying Checksum 5adb34782261: Download complete a47284690750: Verifying Checksum a47284690750: Download complete e9c6ab46017e: Verifying Checksum e9c6ab46017e: Download complete caf6ad521897: Verifying Checksum caf6ad521897: Download complete 2dbf4e493c82: Pull complete 2392a1c0faf2: Pull complete a887790579d0: Pull complete 6bf6091e80a7: Pull complete 8335ff7d796a: Pull complete a5cf80048a8d: Pull complete 11557f96dff6: Pull complete 5ffa47544a64: Pull complete b92bc0bdd77f: Pull complete 11bee46e736c: Pull complete 6cdee63da433: Pull complete bd6b847c6301: Pull complete ef94452a17d0: Pull complete bd4498e2bf68: Pull complete cae9012f5512: Pull complete 97e1a82ddbc1: Pull complete 4f4fb700ef54: Pull complete a36b4f4c3856: Pull complete ba5c5eee93b2: Pull complete ccef58c1ec23: Pull complete f58caa225e78: Pull complete e5b816875ec7: Pull complete 637cd996e729: Pull complete 4798bd4315ce: Pull complete 1a9d0398727f: Pull complete 87a13479d21f: Pull complete 826d12795d2a: Pull complete ec3c50c293a6: Pull complete 75873b00ea39: Pull complete 2dc1ede51ef9: Pull complete e521104f43f2: Pull complete 5adb34782261: Pull complete 3902e7196407: Pull complete 58655837ed1a: Pull complete 48f0059e882a: Pull complete ae593e70caf6: Pull complete c31229a73423: Pull complete c1449e0dd683: Pull complete caf6ad521897: Pull complete 329dc00a05ae: Pull complete a47284690750: Pull complete e9c6ab46017e: Pull complete Digest: sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288 Status: Downloaded newer image for ocaml/opam@sha256:888c774d4d58e7f324b6278c087e64732081a76af78f2e7652efdf68a8b25288 2025-10-19 04:36.22 ---> using "4fbebff2fe9ef1495e2d214609b2035574aee42978f29274f9ade35b3a9e6719" from cache /: (comment debian-13-5.4_riscv64_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-10-19 04:36.22 ---> using "527ab505f1d7efafc8447b9ab5b51e78bded47dc20193bfc1e609a4f5a8660cd" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-19 04:36.22 ---> using "ef3971c1a78d0fadecd4a56e92a3279693226b19b1d03251b9953afe2a9d9d48" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-19 04:36.22 ---> using "99827ec3f74219203532dd967ad83b982b5f930c87faab8530ffa6a021da7b6c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-19 04:36.22 ---> using "1e8f4a2b1bf1e3fc977029161890dd1e7a3c35e6f17fcd0be8e8891052cfde27" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-19 04:36.22 ---> using "9c2717ef9a25b68a4dd011b1b0193682a626b9b053a3848ff76b3e7f4a47ed14" from cache /src: (copy (src bogue-cairo.opam) (dst ./)) 2025-10-19 04:36.23 ---> saved as "1073afa4c95196d22696214e81be64cdcd5cb2e4547fb40a04220a5c8feb6aa7" /src: (run (network host) (shell "opam pin add -yn bogue-cairo.dev './'")) [NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch. [bogue-cairo.dev] synchronised (file:///src) bogue-cairo is now pinned to file:///src (version dev) 2025-10-19 04:36.31 ---> saved as "3b2c8a2a1de91f11a8c513e20d9baa4c48ed4558a1af28b7c23813b7af5d7faf" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-19 04:36.32 ---> saved as "1678876779d57f4b1412d7793f5c64c1ade94e40864e433340df7349df0511a6" /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 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.20.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [53.4 kB] - Fetched 144 kB in 0s (311 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue-cairo.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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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: libcairo2-dev libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config" - Preconfiguring packages ... - Selecting previously unselected package libseccomp2:riscv64. - (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 ... 20731 files and directories currently installed.) - Preparing to unpack .../libseccomp2_2.6.0-2_riscv64.deb ... - Unpacking libseccomp2:riscv64 (2.6.0-2) ... - Selecting previously unselected package libsystemd-shared:riscv64. - Preparing to unpack .../libsystemd-shared_257.8-1~deb13u2_riscv64.deb ... - Unpacking libsystemd-shared:riscv64 (257.8-1~deb13u2) ... - Setting up libseccomp2:riscv64 (2.6.0-2) ... - Setting up libsystemd-shared:riscv64 (257.8-1~deb13u2) ... - Selecting previously unselected package systemd. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20745 files and directories currently installed.) - Preparing to unpack .../systemd_257.8-1~deb13u2_riscv64.deb ... - Unpacking systemd (257.8-1~deb13u2) ... - Setting up systemd (257.8-1~deb13u2) ... - Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'. - Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'. - Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'. - Initializing machine ID from random generator. - Creating group 'systemd-journal' with GID 999. - Creating group 'systemd-network' with GID 998. - Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. - /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. - Selecting previously unselected package systemd-sysv. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21678 files and directories currently installed.) - Preparing to unpack .../0-systemd-sysv_257.8-1~deb13u2_riscv64.deb ... - Unpacking systemd-sysv (257.8-1~deb13u2) ... - Selecting previously unselected package libdbus-1-3:riscv64. - Preparing to unpack .../1-libdbus-1-3_1.16.2-2_riscv64.deb ... - Unpacking libdbus-1-3:riscv64 (1.16.2-2) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../2-dbus-bin_1.16.2-2_riscv64.deb ... - Unpacking dbus-bin (1.16.2-2) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../3-dbus-session-bus-common_1.16.2-2_all.deb ... - Unpacking dbus-session-bus-common (1.16.2-2) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../4-dbus-daemon_1.16.2-2_riscv64.deb ... - Unpacking dbus-daemon (1.16.2-2) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../5-dbus-system-bus-common_1.16.2-2_all.deb ... - Unpacking dbus-system-bus-common (1.16.2-2) ... - Selecting previously unselected package dbus. - Preparing to unpack .../6-dbus_1.16.2-2_riscv64.deb ... - Unpacking dbus (1.16.2-2) ... - Selecting previously unselected package libpython3.13-minimal:riscv64. - Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_riscv64.deb ... - Unpacking libpython3.13-minimal:riscv64 (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../8-python3.13-minimal_3.13.5-2_riscv64.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:riscv64 (3.13.5-2) ... - Setting up python3.13-minimal (3.13.5-2) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22095 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_riscv64.deb ... - Unpacking python3-minimal (3.13.5-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_13.0.0_all.deb ... - Unpacking media-types (13.0.0) ... - Selecting previously unselected package readline-common. - Preparing to unpack .../2-readline-common_8.2-6_all.deb ... - Unpacking readline-common (8.2-6) ... - Selecting previously unselected package libreadline8t64:riscv64. - Preparing to unpack .../3-libreadline8t64_8.2-6_riscv64.deb ... - Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:riscv64 (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:riscv64. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_riscv64.deb ... - Unpacking libpython3.13-stdlib:riscv64 (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_riscv64.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:riscv64. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_riscv64.deb ... - Unpacking libpython3-stdlib:riscv64 (3.13.5-1) ... - Setting up python3-minimal (3.13.5-1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22581 files and directories currently installed.) - Preparing to unpack .../000-python3_3.13.5-1_riscv64.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package libnss-systemd:riscv64. - Preparing to unpack .../001-libnss-systemd_257.8-1~deb13u2_riscv64.deb ... - Unpacking libnss-systemd:riscv64 (257.8-1~deb13u2) ... - Selecting previously unselected package libpam-systemd:riscv64. - Preparing to unpack .../002-libpam-systemd_257.8-1~deb13u2_riscv64.deb ... - Unpacking libpam-systemd:riscv64 (257.8-1~deb13u2) ... - Selecting previously unselected package systemd-timesyncd. - Preparing to unpack .../003-systemd-timesyncd_257.8-1~deb13u2_riscv64.deb ... - Unpacking systemd-timesyncd (257.8-1~deb13u2) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ... - Selecting previously unselected package libglib2.0-0t64:riscv64. - Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libglib2.0-0t64:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package libxml2:riscv64. - Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_riscv64.deb ... - Unpacking libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../007-shared-mime-info_2.4-5+b2_riscv64.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package libjpeg62-turbo:riscv64. - Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_riscv64.deb ... - Unpacking libjpeg62-turbo:riscv64 (1:2.1.5-4) ... - Selecting previously unselected package libpng16-16t64:riscv64. - Preparing to unpack .../009-libpng16-16t64_1.6.48-1_riscv64.deb ... - Unpacking libpng16-16t64:riscv64 (1.6.48-1) ... - Selecting previously unselected package libdeflate0:riscv64. - Preparing to unpack .../010-libdeflate0_1.23-2_riscv64.deb ... - Unpacking libdeflate0:riscv64 (1.23-2) ... - Selecting previously unselected package libjbig0:riscv64. - Preparing to unpack .../011-libjbig0_2.1-6.1+b2_riscv64.deb ... - Unpacking libjbig0:riscv64 (2.1-6.1+b2) ... - Selecting previously unselected package liblerc4:riscv64. - Preparing to unpack .../012-liblerc4_4.0.0+ds-5_riscv64.deb ... - Unpacking liblerc4:riscv64 (4.0.0+ds-5) ... - Selecting previously unselected package libsharpyuv0:riscv64. - Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_riscv64.deb ... - Unpacking libsharpyuv0:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libwebp7:riscv64. - Preparing to unpack .../014-libwebp7_1.5.0-0.1_riscv64.deb ... - Unpacking libwebp7:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libtiff6:riscv64. - Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u1_riscv64.deb ... - Unpacking libtiff6:riscv64 (4.7.0-3+deb13u1) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:riscv64. - Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4_riscv64.deb ... - Unpacking libgdk-pixbuf-2.0-0:riscv64 (2.42.12+dfsg-4) ... - Selecting previously unselected package gtk-update-icon-cache. - Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_riscv64.deb ... - No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. - No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. - Unpacking gtk-update-icon-cache (4.18.6+ds-2) ... - Selecting previously unselected package hicolor-icon-theme. - Preparing to unpack .../018-hicolor-icon-theme_0.18-2_all.deb ... - Unpacking hicolor-icon-theme (0.18-2) ... - Selecting previously unselected package adwaita-icon-theme. - Preparing to unpack .../019-adwaita-icon-theme_48.1-1_all.deb ... - Unpacking adwaita-icon-theme (48.1-1) ... - Selecting previously unselected package alsa-topology-conf. - Preparing to unpack .../020-alsa-topology-conf_1.2.5.1-3_all.deb ... - Unpacking alsa-topology-conf (1.2.5.1-3) ... - Selecting previously unselected package libasound2-data. - Preparing to unpack .../021-libasound2-data_1.2.14-1_all.deb ... - Unpacking libasound2-data (1.2.14-1) ... - Selecting previously unselected package libasound2t64:riscv64. - Preparing to unpack .../022-libasound2t64_1.2.14-1_riscv64.deb ... - Unpacking libasound2t64:riscv64 (1.2.14-1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../023-alsa-ucm-conf_1.2.14-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.14-1) ... - Selecting previously unselected package at-spi2-common. - Preparing to unpack .../024-at-spi2-common_2.56.2-1_all.deb ... - Unpacking at-spi2-common (2.56.2-1) ... - Selecting previously unselected package libxi6:riscv64. - Preparing to unpack .../025-libxi6_2%3a1.8.2-1_riscv64.deb ... - Unpacking libxi6:riscv64 (2:1.8.2-1) ... - Selecting previously unselected package libatspi2.0-0t64:riscv64. - Preparing to unpack .../026-libatspi2.0-0t64_2.56.2-1_riscv64.deb ... - Unpacking libatspi2.0-0t64:riscv64 (2.56.2-1) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../027-x11-common_1%3a7.7+24_all.deb ... - Unpacking x11-common (1:7.7+24) ... - Selecting previously unselected package libxtst6:riscv64. - Preparing to unpack .../028-libxtst6_2%3a1.2.5-1_riscv64.deb ... - Unpacking libxtst6:riscv64 (2:1.2.5-1) ... - Selecting previously unselected package dbus-user-session. - Preparing to unpack .../029-dbus-user-session_1.16.2-2_riscv64.deb ... - Unpacking dbus-user-session (1.16.2-2) ... - Selecting previously unselected package libdconf1:riscv64. - Preparing to unpack .../030-libdconf1_0.40.0-5_riscv64.deb ... - Unpacking libdconf1:riscv64 (0.40.0-5) ... - Selecting previously unselected package dconf-service. - Preparing to unpack .../031-dconf-service_0.40.0-5_riscv64.deb ... - Unpacking dconf-service (0.40.0-5) ... - Selecting previously unselected package dconf-gsettings-backend:riscv64. - Preparing to unpack .../032-dconf-gsettings-backend_0.40.0-5_riscv64.deb ... - Unpacking dconf-gsettings-backend:riscv64 (0.40.0-5) ... - Selecting previously unselected package gsettings-desktop-schemas. - Preparing to unpack .../033-gsettings-desktop-schemas_48.0-1_all.deb ... - Unpacking gsettings-desktop-schemas (48.0-1) ... - Selecting previously unselected package at-spi2-core. - Preparing to unpack .../034-at-spi2-core_2.56.2-1_riscv64.deb ... - Unpacking at-spi2-core (2.56.2-1) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../035-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package libdevmapper1.02.1:riscv64. - Preparing to unpack .../036-libdevmapper1.02.1_2%3a1.02.205-2_riscv64.deb ... - Unpacking libdevmapper1.02.1:riscv64 (2:1.02.205-2) ... - Selecting previously unselected package dmsetup. - Preparing to unpack .../037-dmsetup_2%3a1.02.205-2_riscv64.deb ... - Unpacking dmsetup (2:1.02.205-2) ... - Selecting previously unselected package libfreetype6:riscv64. - Preparing to unpack .../038-libfreetype6_2.13.3+dfsg-1_riscv64.deb ... - Unpacking libfreetype6:riscv64 (2.13.3+dfsg-1) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../039-fonts-dejavu-mono_2.37-8_all.deb ... - Unpacking fonts-dejavu-mono (2.37-8) ... - Selecting previously unselected package fonts-dejavu-core. - Preparing to unpack .../040-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../041-fontconfig-config_2.15.0-2.3_riscv64.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1:riscv64. - Preparing to unpack .../042-libfontconfig1_2.15.0-2.3_riscv64.deb ... - Unpacking libfontconfig1:riscv64 (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../043-fontconfig_2.15.0-2.3_riscv64.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package gir1.2-glib-2.0:riscv64. - Preparing to unpack .../044-gir1.2-glib-2.0_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking gir1.2-glib-2.0:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package libpixman-1-0:riscv64. - Preparing to unpack .../045-libpixman-1-0_0.44.0-3_riscv64.deb ... - Unpacking libpixman-1-0:riscv64 (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:riscv64. - Preparing to unpack .../046-libxcb-render0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-render0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:riscv64. - Preparing to unpack .../047-libxcb-shm0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-shm0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:riscv64. - Preparing to unpack .../048-libxrender1_1%3a0.9.12-1_riscv64.deb ... - Unpacking libxrender1:riscv64 (1:0.9.12-1) ... - Selecting previously unselected package libcairo2:riscv64. - Preparing to unpack .../049-libcairo2_1.18.4-1+b1_riscv64.deb ... - Unpacking libcairo2:riscv64 (1.18.4-1+b1) ... - Selecting previously unselected package libcairo-gobject2:riscv64. - Preparing to unpack .../050-libcairo-gobject2_1.18.4-1+b1_riscv64.deb ... - Unpacking libcairo-gobject2:riscv64 (1.18.4-1+b1) ... - Selecting previously unselected package gir1.2-freedesktop:riscv64. - Preparing to unpack .../051-gir1.2-freedesktop_1.84.0-1_riscv64.deb ... - Unpacking gir1.2-freedesktop:riscv64 (1.84.0-1) ... - Selecting previously unselected package gir1.2-glib-2.0-dev:riscv64. - Preparing to unpack .../052-gir1.2-glib-2.0-dev_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking gir1.2-glib-2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package gir1.2-freedesktop-dev:riscv64. - Preparing to unpack .../053-gir1.2-freedesktop-dev_1.84.0-1_riscv64.deb ... - Unpacking gir1.2-freedesktop-dev:riscv64 (1.84.0-1) ... - Selecting previously unselected package libgraphite2-3:riscv64. - Preparing to unpack .../054-libgraphite2-3_1.3.14-2+b1_riscv64.deb ... - Unpacking libgraphite2-3:riscv64 (1.3.14-2+b1) ... - Selecting previously unselected package libharfbuzz0b:riscv64. - Preparing to unpack .../055-libharfbuzz0b_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz0b:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-gobject0:riscv64. - Preparing to unpack .../056-libharfbuzz-gobject0_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz-gobject0:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:riscv64. - Preparing to unpack .../057-gir1.2-harfbuzz-0.0_10.2.0-1+b1_riscv64.deb ... - Unpacking gir1.2-harfbuzz-0.0:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-5:riscv64. - Preparing to unpack .../058-libibus-1.0-5_1.5.32-2_riscv64.deb ... - Unpacking libibus-1.0-5:riscv64 (1.5.32-2) ... - Selecting previously unselected package gir1.2-ibus-1.0:riscv64. - Preparing to unpack .../059-gir1.2-ibus-1.0_1.5.32-2_riscv64.deb ... - Unpacking gir1.2-ibus-1.0:riscv64 (1.5.32-2) ... - Selecting previously unselected package native-architecture. - Preparing to unpack .../060-native-architecture_0.2.6_all.deb ... - Unpacking native-architecture (0.2.6) ... - Selecting previously unselected package libgirepository-2.0-0:riscv64. - Preparing to unpack .../061-libgirepository-2.0-0_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libgirepository-2.0-0:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package girepository-tools:riscv64. - Preparing to unpack .../062-girepository-tools_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking girepository-tools:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package libicu76:riscv64. - Preparing to unpack .../063-libicu76_76.1-4_riscv64.deb ... - Unpacking libicu76:riscv64 (76.1-4) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../064-icu-devtools_76.1-4_riscv64.deb ... - Unpacking icu-devtools (76.1-4) ... - Selecting previously unselected package libasound2-dev:riscv64. - Preparing to unpack .../065-libasound2-dev_1.2.14-1_riscv64.deb ... - Unpacking libasound2-dev:riscv64 (1.2.14-1) ... - Selecting previously unselected package libasyncns0:riscv64. - Preparing to unpack .../066-libasyncns0_0.8-6+b5_riscv64.deb ... - Unpacking libasyncns0:riscv64 (0.8-6+b5) ... - Selecting previously unselected package libatk1.0-0t64:riscv64. - Preparing to unpack .../067-libatk1.0-0t64_2.56.2-1_riscv64.deb ... - Unpacking libatk1.0-0t64:riscv64 (2.56.2-1) ... - Selecting previously unselected package libatk-bridge2.0-0t64:riscv64. - Preparing to unpack .../068-libatk-bridge2.0-0t64_2.56.2-1_riscv64.deb ... - Unpacking libatk-bridge2.0-0t64:riscv64 (2.56.2-1) ... - Selecting previously unselected package libavahi-common-data:riscv64. - Preparing to unpack .../069-libavahi-common-data_0.8-16_riscv64.deb ... - Unpacking libavahi-common-data:riscv64 (0.8-16) ... - Selecting previously unselected package libavahi-common3:riscv64. - Preparing to unpack .../070-libavahi-common3_0.8-16_riscv64.deb ... - Unpacking libavahi-common3:riscv64 (0.8-16) ... - Selecting previously unselected package libavahi-client3:riscv64. - Preparing to unpack .../071-libavahi-client3_0.8-16_riscv64.deb ... - Unpacking libavahi-client3:riscv64 (0.8-16) ... - Selecting previously unselected package uuid-dev:riscv64. - Preparing to unpack .../072-uuid-dev_2.41-5_riscv64.deb ... - Unpacking uuid-dev:riscv64 (2.41-5) ... - Selecting previously unselected package libblkid-dev:riscv64. - Preparing to unpack .../073-libblkid-dev_2.41-5_riscv64.deb ... - Unpacking libblkid-dev:riscv64 (2.41-5) ... - Selecting previously unselected package libbrotli-dev:riscv64. - Preparing to unpack .../074-libbrotli-dev_1.1.0-2+b7_riscv64.deb ... - Unpacking libbrotli-dev:riscv64 (1.1.0-2+b7) ... - Selecting previously unselected package libbz2-dev:riscv64. - Preparing to unpack .../075-libbz2-dev_1.0.8-6_riscv64.deb ... - Unpacking libbz2-dev:riscv64 (1.0.8-6) ... - Selecting previously unselected package liblzo2-2:riscv64. - Preparing to unpack .../076-liblzo2-2_2.10-3+b1_riscv64.deb ... - Unpacking liblzo2-2:riscv64 (2.10-3+b1) ... - Selecting previously unselected package libcairo-script-interpreter2:riscv64. - Preparing to unpack .../077-libcairo-script-interpreter2_1.18.4-1+b1_riscv64.deb ... - Unpacking libcairo-script-interpreter2:riscv64 (1.18.4-1+b1) ... - Selecting previously unselected package libexpat1-dev:riscv64. - Preparing to unpack .../078-libexpat1-dev_2.7.1-2_riscv64.deb ... - Unpacking libexpat1-dev:riscv64 (2.7.1-2) ... - Selecting previously unselected package zlib1g-dev:riscv64. - Preparing to unpack .../079-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_riscv64.deb ... - Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:riscv64. - Preparing to unpack .../080-libpng-dev_1.6.48-1_riscv64.deb ... - Unpacking libpng-dev:riscv64 (1.6.48-1) ... - Selecting previously unselected package libfreetype-dev:riscv64. - Preparing to unpack .../081-libfreetype-dev_2.13.3+dfsg-1_riscv64.deb ... - Unpacking libfreetype-dev:riscv64 (2.13.3+dfsg-1) ... - Selecting previously unselected package libpkgconf3:riscv64. - Preparing to unpack .../082-libpkgconf3_1.8.1-4_riscv64.deb ... - Unpacking libpkgconf3:riscv64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../083-pkgconf-bin_1.8.1-4_riscv64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:riscv64. - Preparing to unpack .../084-pkgconf_1.8.1-4_riscv64.deb ... - Unpacking pkgconf:riscv64 (1.8.1-4) ... - Selecting previously unselected package libfontconfig-dev:riscv64. - Preparing to unpack .../085-libfontconfig-dev_2.15.0-2.3_riscv64.deb ... - Unpacking libfontconfig-dev:riscv64 (2.15.0-2.3) ... - Selecting previously unselected package libffi-dev:riscv64. - Preparing to unpack .../086-libffi-dev_3.4.8-2_riscv64.deb ... - Unpacking libffi-dev:riscv64 (3.4.8-2) ... - Selecting previously unselected package libsepol-dev:riscv64. - Preparing to unpack .../087-libsepol-dev_3.8.1-1_riscv64.deb ... - Unpacking libsepol-dev:riscv64 (3.8.1-1) ... - Selecting previously unselected package libpcre2-16-0:riscv64. - Preparing to unpack .../088-libpcre2-16-0_10.46-1~deb13u1_riscv64.deb ... - Unpacking libpcre2-16-0:riscv64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-32-0:riscv64. - Preparing to unpack .../089-libpcre2-32-0_10.46-1~deb13u1_riscv64.deb ... - Unpacking libpcre2-32-0:riscv64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-posix3:riscv64. - Preparing to unpack .../090-libpcre2-posix3_10.46-1~deb13u1_riscv64.deb ... - Unpacking libpcre2-posix3:riscv64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-dev:riscv64. - Preparing to unpack .../091-libpcre2-dev_10.46-1~deb13u1_riscv64.deb ... - Unpacking libpcre2-dev:riscv64 (10.46-1~deb13u1) ... - Selecting previously unselected package libselinux1-dev:riscv64. - Preparing to unpack .../092-libselinux1-dev_3.8.1-1_riscv64.deb ... - Unpacking libselinux1-dev:riscv64 (3.8.1-1) ... - Selecting previously unselected package libmount-dev:riscv64. - Preparing to unpack .../093-libmount-dev_2.41-5_riscv64.deb ... - Unpacking libmount-dev:riscv64 (2.41-5) ... - Selecting previously unselected package libsysprof-capture-4-dev:riscv64. - Preparing to unpack .../094-libsysprof-capture-4-dev_48.0-2_riscv64.deb ... - Unpacking libsysprof-capture-4-dev:riscv64 (48.0-2) ... - Selecting previously unselected package libgio-2.0-dev:riscv64. - Preparing to unpack .../095-libgio-2.0-dev_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libgio-2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../096-libglib2.0-data_2.84.4-3~deb13u1_all.deb ... - Unpacking libglib2.0-data (2.84.4-3~deb13u1) ... - Selecting previously unselected package libelf1t64:riscv64. - Preparing to unpack .../097-libelf1t64_0.192-4_riscv64.deb ... - Unpacking libelf1t64:riscv64 (0.192-4) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../098-libglib2.0-bin_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libglib2.0-bin (2.84.4-3~deb13u1) ... - Selecting previously unselected package python3-packaging. - Preparing to unpack .../099-python3-packaging_25.0-1_all.deb ... - Unpacking python3-packaging (25.0-1) ... - Selecting previously unselected package libgio-2.0-dev-bin. - Preparing to unpack .../100-libgio-2.0-dev-bin_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u1) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../101-libglib2.0-dev-bin_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u1) ... - Selecting previously unselected package libglib2.0-dev:riscv64. - Preparing to unpack .../102-libglib2.0-dev_2.84.4-3~deb13u1_riscv64.deb ... - Unpacking libglib2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Selecting previously unselected package libpixman-1-dev:riscv64. - Preparing to unpack .../103-libpixman-1-dev_0.44.0-3_riscv64.deb ... - Unpacking libpixman-1-dev:riscv64 (0.44.0-3) ... - Selecting previously unselected package libice6:riscv64. - Preparing to unpack .../104-libice6_2%3a1.1.1-1_riscv64.deb ... - Unpacking libice6:riscv64 (2:1.1.1-1) ... - Selecting previously unselected package libsm6:riscv64. - Preparing to unpack .../105-libsm6_2%3a1.2.6-1_riscv64.deb ... - Unpacking libsm6:riscv64 (2:1.2.6-1) ... - Selecting previously unselected package libice-dev:riscv64. - Preparing to unpack .../106-libice-dev_2%3a1.1.1-1_riscv64.deb ... - Unpacking libice-dev:riscv64 (2:1.1.1-1) ... - Selecting previously unselected package libsm-dev:riscv64. - Preparing to unpack .../107-libsm-dev_2%3a1.2.6-1_riscv64.deb ... - Unpacking libsm-dev:riscv64 (2:1.2.6-1) ... - Selecting previously unselected package libxcb-render0-dev:riscv64. - Preparing to unpack .../108-libxcb-render0-dev_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-render0-dev:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0-dev:riscv64. - Preparing to unpack .../109-libxcb-shm0-dev_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-shm0-dev:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxext-dev:riscv64. - Preparing to unpack .../110-libxext-dev_2%3a1.3.4-1+b3_riscv64.deb ... - Unpacking libxext-dev:riscv64 (2:1.3.4-1+b3) ... - Selecting previously unselected package libxrender-dev:riscv64. - Preparing to unpack .../111-libxrender-dev_1%3a0.9.12-1_riscv64.deb ... - Unpacking libxrender-dev:riscv64 (1:0.9.12-1) ... - Selecting previously unselected package libcairo2-dev:riscv64. - Preparing to unpack .../112-libcairo2-dev_1.18.4-1+b1_riscv64.deb ... - Unpacking libcairo2-dev:riscv64 (1.18.4-1+b1) ... - Selecting previously unselected package libcloudproviders0:riscv64. - Preparing to unpack .../113-libcloudproviders0_0.3.6-2_riscv64.deb ... - Unpacking libcloudproviders0:riscv64 (0.3.6-2) ... - Selecting previously unselected package liblcms2-2:riscv64. - Preparing to unpack .../114-liblcms2-2_2.16-2_riscv64.deb ... - Unpacking liblcms2-2:riscv64 (2.16-2) ... - Selecting previously unselected package libcolord2:riscv64. - Preparing to unpack .../115-libcolord2_1.4.7-3_riscv64.deb ... - Unpacking libcolord2:riscv64 (1.4.7-3) ... - Selecting previously unselected package libjson-c5:riscv64. - Preparing to unpack .../116-libjson-c5_0.18+ds-1_riscv64.deb ... - Unpacking libjson-c5:riscv64 (0.18+ds-1) ... - Selecting previously unselected package libcryptsetup12:riscv64. - Preparing to unpack .../117-libcryptsetup12_2%3a2.7.5-2_riscv64.deb ... - Unpacking libcryptsetup12:riscv64 (2:2.7.5-2) ... - Selecting previously unselected package libcups2t64:riscv64. - Preparing to unpack .../118-libcups2t64_2.4.10-3+deb13u1_riscv64.deb ... - Unpacking libcups2t64:riscv64 (2.4.10-3+deb13u1) ... - Selecting previously unselected package libdatrie1:riscv64. - Preparing to unpack .../119-libdatrie1_0.2.13-3+b1_riscv64.deb ... - Unpacking libdatrie1:riscv64 (0.2.13-3+b1) ... - Selecting previously unselected package libdav1d7:riscv64. - Preparing to unpack .../120-libdav1d7_1.5.1-1_riscv64.deb ... - Unpacking libdav1d7:riscv64 (1.5.1-1) ... - Selecting previously unselected package libsystemd-dev:riscv64. - Preparing to unpack .../121-libsystemd-dev_257.8-1~deb13u2_riscv64.deb ... - Unpacking libsystemd-dev:riscv64 (257.8-1~deb13u2) ... - Selecting previously unselected package sgml-base. - Preparing to unpack .../122-sgml-base_1.31+nmu1_all.deb ... - Unpacking sgml-base (1.31+nmu1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../123-xml-core_0.19_all.deb ... - Unpacking xml-core (0.19) ... - Selecting previously unselected package libdbus-1-dev:riscv64. - Preparing to unpack .../124-libdbus-1-dev_1.16.2-2_riscv64.deb ... - Unpacking libdbus-1-dev:riscv64 (1.16.2-2) ... - Selecting previously unselected package libwayland-client0:riscv64. - Preparing to unpack .../125-libwayland-client0_1.23.1-3_riscv64.deb ... - Unpacking libwayland-client0:riscv64 (1.23.1-3) ... - Selecting previously unselected package libdecor-0-0:riscv64. - Preparing to unpack .../126-libdecor-0-0_0.2.2-2_riscv64.deb ... - Unpacking libdecor-0-0:riscv64 (0.2.2-2) ... - Selecting previously unselected package libwayland-server0:riscv64. - Preparing to unpack .../127-libwayland-server0_1.23.1-3_riscv64.deb ... - Unpacking libwayland-server0:riscv64 (1.23.1-3) ... - Selecting previously unselected package libwayland-cursor0:riscv64. - Preparing to unpack .../128-libwayland-cursor0_1.23.1-3_riscv64.deb ... - Unpacking libwayland-cursor0:riscv64 (1.23.1-3) ... - Selecting previously unselected package libwayland-egl1:riscv64. - Preparing to unpack .../129-libwayland-egl1_1.23.1-3_riscv64.deb ... - Unpacking libwayland-egl1:riscv64 (1.23.1-3) ... - Selecting previously unselected package libwayland-bin. - Preparing to unpack .../130-libwayland-bin_1.23.1-3_riscv64.deb ... - Unpacking libwayland-bin (1.23.1-3) ... - Selecting previously unselected package libwayland-dev:riscv64. - Preparing to unpack .../131-libwayland-dev_1.23.1-3_riscv64.deb ... - Unpacking libwayland-dev:riscv64 (1.23.1-3) ... - Selecting previously unselected package libdecor-0-dev:riscv64. - Preparing to unpack .../132-libdecor-0-dev_0.2.2-2_riscv64.deb ... - Unpacking libdecor-0-dev:riscv64 (0.2.2-2) ... - Selecting previously unselected package libepoxy0:riscv64. - Preparing to unpack .../133-libepoxy0_1.5.10-2_riscv64.deb ... - Unpacking libepoxy0:riscv64 (1.5.10-2) ... - Selecting previously unselected package libfribidi0:riscv64. - Preparing to unpack .../134-libfribidi0_1.0.16-1_riscv64.deb ... - Unpacking libfribidi0:riscv64 (1.0.16-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../135-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libthai0:riscv64. - Preparing to unpack .../136-libthai0_0.1.29-2+b1_riscv64.deb ... - Unpacking libthai0:riscv64 (0.1.29-2+b1) ... - Selecting previously unselected package libpango-1.0-0:riscv64. - Preparing to unpack .../137-libpango-1.0-0_1.56.3-1_riscv64.deb ... - Unpacking libpango-1.0-0:riscv64 (1.56.3-1) ... - Selecting previously unselected package libpangoft2-1.0-0:riscv64. - Preparing to unpack .../138-libpangoft2-1.0-0_1.56.3-1_riscv64.deb ... - Unpacking libpangoft2-1.0-0:riscv64 (1.56.3-1) ... - Selecting previously unselected package libpangocairo-1.0-0:riscv64. - Preparing to unpack .../139-libpangocairo-1.0-0_1.56.3-1_riscv64.deb ... - Unpacking libpangocairo-1.0-0:riscv64 (1.56.3-1) ... - Selecting previously unselected package libxcomposite1:riscv64. - Preparing to unpack .../140-libxcomposite1_1%3a0.4.6-1_riscv64.deb ... - Unpacking libxcomposite1:riscv64 (1:0.4.6-1) ... - Selecting previously unselected package libxfixes3:riscv64. - Preparing to unpack .../141-libxfixes3_1%3a6.0.0-2+b4_riscv64.deb ... - Unpacking libxfixes3:riscv64 (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor1:riscv64. - Preparing to unpack .../142-libxcursor1_1%3a1.2.3-1_riscv64.deb ... - Unpacking libxcursor1:riscv64 (1:1.2.3-1) ... - Selecting previously unselected package libxdamage1:riscv64. - Preparing to unpack .../143-libxdamage1_1%3a1.1.6-1+b2_riscv64.deb ... - Unpacking libxdamage1:riscv64 (1:1.1.6-1+b2) ... - Selecting previously unselected package libxinerama1:riscv64. - Preparing to unpack .../144-libxinerama1_2%3a1.1.4-3+b4_riscv64.deb ... - Unpacking libxinerama1:riscv64 (2:1.1.4-3+b4) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../145-xkb-data_2.42-1_all.deb ... - Unpacking xkb-data (2.42-1) ... - Selecting previously unselected package libxkbcommon0:riscv64. - Preparing to unpack .../146-libxkbcommon0_1.7.0-2_riscv64.deb ... - Unpacking libxkbcommon0:riscv64 (1.7.0-2) ... - Selecting previously unselected package libxrandr2:riscv64. - Preparing to unpack .../147-libxrandr2_2%3a1.5.4-1+b3_riscv64.deb ... - Unpacking libxrandr2:riscv64 (2:1.5.4-1+b3) ... - Selecting previously unselected package libgtk-3-common. - Preparing to unpack .../148-libgtk-3-common_3.24.49-3_all.deb ... - Unpacking libgtk-3-common (3.24.49-3) ... - Selecting previously unselected package libgtk-3-0t64:riscv64. - Preparing to unpack .../149-libgtk-3-0t64_3.24.49-3_riscv64.deb ... - Unpacking libgtk-3-0t64:riscv64 (3.24.49-3) ... - Selecting previously unselected package libdecor-0-plugin-1-gtk:riscv64. - Preparing to unpack .../150-libdecor-0-plugin-1-gtk_0.2.2-2_riscv64.deb ... - Unpacking libdecor-0-plugin-1-gtk:riscv64 (0.2.2-2) ... - Selecting previously unselected package libdeflate-dev:riscv64. - Preparing to unpack .../151-libdeflate-dev_1.23-2_riscv64.deb ... - Unpacking libdeflate-dev:riscv64 (1.23-2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../152-libdrm-common_2.4.124-2_all.deb ... - Unpacking libdrm-common (2.4.124-2) ... - Selecting previously unselected package libdrm2:riscv64. - Preparing to unpack .../153-libdrm2_2.4.124-2_riscv64.deb ... - Unpacking libdrm2:riscv64 (2.4.124-2) ... - Selecting previously unselected package libdrm-amdgpu1:riscv64. - Preparing to unpack .../154-libdrm-amdgpu1_2.4.124-2_riscv64.deb ... - Unpacking libdrm-amdgpu1:riscv64 (2.4.124-2) ... - Selecting previously unselected package libpciaccess0:riscv64. - Preparing to unpack .../155-libpciaccess0_0.17-3+b3_riscv64.deb ... - Unpacking libpciaccess0:riscv64 (0.17-3+b3) ... - Selecting previously unselected package libdrm-intel1:riscv64. - Preparing to unpack .../156-libdrm-intel1_2.4.124-2_riscv64.deb ... - Unpacking libdrm-intel1:riscv64 (2.4.124-2) ... - Selecting previously unselected package libdrm-radeon1:riscv64. - Preparing to unpack .../157-libdrm-radeon1_2.4.124-2_riscv64.deb ... - Unpacking libdrm-radeon1:riscv64 (2.4.124-2) ... - Selecting previously unselected package libdrm-nouveau2:riscv64. - Preparing to unpack .../158-libdrm-nouveau2_2.4.124-2_riscv64.deb ... - Unpacking libdrm-nouveau2:riscv64 (2.4.124-2) ... - Selecting previously unselected package libpciaccess-dev:riscv64. - Preparing to unpack .../159-libpciaccess-dev_0.17-3+b3_riscv64.deb ... - Unpacking libpciaccess-dev:riscv64 (0.17-3+b3) ... - Selecting previously unselected package libdrm-dev:riscv64. - Preparing to unpack .../160-libdrm-dev_2.4.124-2_riscv64.deb ... - Unpacking libdrm-dev:riscv64 (2.4.124-2) ... - Selecting previously unselected package libglvnd0:riscv64. - Preparing to unpack .../161-libglvnd0_1.7.0-1+b2_riscv64.deb ... - Unpacking libglvnd0:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libz3-4:riscv64. - Preparing to unpack .../162-libz3-4_4.13.3-1_riscv64.deb ... - Unpacking libz3-4:riscv64 (4.13.3-1) ... - Selecting previously unselected package libllvm19:riscv64. - Preparing to unpack .../163-libllvm19_1%3a19.1.7-3+b1_riscv64.deb ... - Unpacking libllvm19:riscv64 (1:19.1.7-3+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../164-libsensors-config_1%3a3.6.2-2_all.deb ... - Unpacking libsensors-config (1:3.6.2-2) ... - Selecting previously unselected package libsensors5:riscv64. - Preparing to unpack .../165-libsensors5_1%3a3.6.2-2_riscv64.deb ... - Unpacking libsensors5:riscv64 (1:3.6.2-2) ... - Selecting previously unselected package libx11-xcb1:riscv64. - Preparing to unpack .../166-libx11-xcb1_2%3a1.8.12-1_riscv64.deb ... - Unpacking libx11-xcb1:riscv64 (2:1.8.12-1) ... - Selecting previously unselected package libxcb-dri3-0:riscv64. - Preparing to unpack .../167-libxcb-dri3-0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-dri3-0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-present0:riscv64. - Preparing to unpack .../168-libxcb-present0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-present0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-randr0:riscv64. - Preparing to unpack .../169-libxcb-randr0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-randr0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-sync1:riscv64. - Preparing to unpack .../170-libxcb-sync1_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-sync1:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-xfixes0:riscv64. - Preparing to unpack .../171-libxcb-xfixes0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-xfixes0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxshmfence1:riscv64. - Preparing to unpack .../172-libxshmfence1_1.3.3-1_riscv64.deb ... - Unpacking libxshmfence1:riscv64 (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:riscv64. - Preparing to unpack .../173-mesa-libgallium_25.0.7-2_riscv64.deb ... - Unpacking mesa-libgallium:riscv64 (25.0.7-2) ... - Selecting previously unselected package libgbm1:riscv64. - Preparing to unpack .../174-libgbm1_25.0.7-2_riscv64.deb ... - Unpacking libgbm1:riscv64 (25.0.7-2) ... - Selecting previously unselected package libegl-mesa0:riscv64. - Preparing to unpack .../175-libegl-mesa0_25.0.7-2_riscv64.deb ... - Unpacking libegl-mesa0:riscv64 (25.0.7-2) ... - Selecting previously unselected package libegl1:riscv64. - Preparing to unpack .../176-libegl1_1.7.0-1+b2_riscv64.deb ... - Unpacking libegl1:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libxcb-glx0:riscv64. - Preparing to unpack .../177-libxcb-glx0_1.17.0-2+b1_riscv64.deb ... - Unpacking libxcb-glx0:riscv64 (1.17.0-2+b1) ... - Selecting previously unselected package libxxf86vm1:riscv64. - Preparing to unpack .../178-libxxf86vm1_1%3a1.1.4-1+b4_riscv64.deb ... - Unpacking libxxf86vm1:riscv64 (1:1.1.4-1+b4) ... - Selecting previously unselected package libvulkan1:riscv64. - Preparing to unpack .../179-libvulkan1_1.4.309.0-1_riscv64.deb ... - Unpacking libvulkan1:riscv64 (1.4.309.0-1) ... - Selecting previously unselected package libgl1-mesa-dri:riscv64. - Preparing to unpack .../180-libgl1-mesa-dri_25.0.7-2_riscv64.deb ... - Unpacking libgl1-mesa-dri:riscv64 (25.0.7-2) ... - Selecting previously unselected package libglx-mesa0:riscv64. - Preparing to unpack .../181-libglx-mesa0_25.0.7-2_riscv64.deb ... - Unpacking libglx-mesa0:riscv64 (25.0.7-2) ... - Selecting previously unselected package libglx0:riscv64. - Preparing to unpack .../182-libglx0_1.7.0-1+b2_riscv64.deb ... - Unpacking libglx0:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libgl1:riscv64. - Preparing to unpack .../183-libgl1_1.7.0-1+b2_riscv64.deb ... - Unpacking libgl1:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libglx-dev:riscv64. - Preparing to unpack .../184-libglx-dev_1.7.0-1+b2_riscv64.deb ... - Unpacking libglx-dev:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libgl-dev:riscv64. - Preparing to unpack .../185-libgl-dev_1.7.0-1+b2_riscv64.deb ... - Unpacking libgl-dev:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libegl-dev:riscv64. - Preparing to unpack .../186-libegl-dev_1.7.0-1+b2_riscv64.deb ... - Unpacking libegl-dev:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libogg0:riscv64. - Preparing to unpack .../187-libogg0_1.3.5-3+b2_riscv64.deb ... - Unpacking libogg0:riscv64 (1.3.5-3+b2) ... - Selecting previously unselected package libflac14:riscv64. - Preparing to unpack .../188-libflac14_1.5.0+ds-2_riscv64.deb ... - Unpacking libflac14:riscv64 (1.5.0+ds-2) ... - Selecting previously unselected package libgbm-dev:riscv64. - Preparing to unpack .../189-libgbm-dev_25.0.7-2_riscv64.deb ... - Unpacking libgbm-dev:riscv64 (25.0.7-2) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../190-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4_riscv64.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ... - Selecting previously unselected package libgles1:riscv64. - Preparing to unpack .../191-libgles1_1.7.0-1+b2_riscv64.deb ... - Unpacking libgles1:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libgles2:riscv64. - Preparing to unpack .../192-libgles2_1.7.0-1+b2_riscv64.deb ... - Unpacking libgles2:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libgles-dev:riscv64. - Preparing to unpack .../193-libgles-dev_1.7.0-1+b2_riscv64.deb ... - Unpacking libgles-dev:riscv64 (1.7.0-1+b2) ... - Selecting previously unselected package libgraphite2-dev:riscv64. - Preparing to unpack .../194-libgraphite2-dev_1.3.14-2+b1_riscv64.deb ... - Unpacking libgraphite2-dev:riscv64 (1.3.14-2+b1) ... - Selecting previously unselected package libgtk-3-bin. - Preparing to unpack .../195-libgtk-3-bin_3.24.49-3_riscv64.deb ... - Unpacking libgtk-3-bin (3.24.49-3) ... - Selecting previously unselected package libharfbuzz-cairo0:riscv64. - Preparing to unpack .../196-libharfbuzz-cairo0_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz-cairo0:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-icu0:riscv64. - Preparing to unpack .../197-libharfbuzz-icu0_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz-icu0:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-subset0:riscv64. - Preparing to unpack .../198-libharfbuzz-subset0_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz-subset0:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libicu-dev:riscv64. - Preparing to unpack .../199-libicu-dev_76.1-4_riscv64.deb ... - Unpacking libicu-dev:riscv64 (76.1-4) ... - Selecting previously unselected package libharfbuzz-dev:riscv64. - Preparing to unpack .../200-libharfbuzz-dev_10.2.0-1+b1_riscv64.deb ... - Unpacking libharfbuzz-dev:riscv64 (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-dev:riscv64. - Preparing to unpack .../201-libibus-1.0-dev_1.5.32-2_riscv64.deb ... - Unpacking libibus-1.0-dev:riscv64 (1.5.32-2) ... - Selecting previously unselected package libjbig-dev:riscv64. - Preparing to unpack .../202-libjbig-dev_2.1-6.1+b2_riscv64.deb ... - Unpacking libjbig-dev:riscv64 (2.1-6.1+b2) ... - Selecting previously unselected package libjpeg62-turbo-dev:riscv64. - Preparing to unpack .../203-libjpeg62-turbo-dev_1%3a2.1.5-4_riscv64.deb ... - Unpacking libjpeg62-turbo-dev:riscv64 (1:2.1.5-4) ... - Selecting previously unselected package libjpeg-dev:riscv64. - Preparing to unpack .../204-libjpeg-dev_1%3a2.1.5-4_riscv64.deb ... - Unpacking libjpeg-dev:riscv64 (1:2.1.5-4) ... - Selecting previously unselected package libkmod2:riscv64. - Preparing to unpack .../205-libkmod2_34.2-2_riscv64.deb ... - Unpacking libkmod2:riscv64 (34.2-2) ... - Selecting previously unselected package liblerc-dev:riscv64. - Preparing to unpack .../206-liblerc-dev_4.0.0+ds-5_riscv64.deb ... - Unpacking liblerc-dev:riscv64 (4.0.0+ds-5) ... - Selecting previously unselected package liblzma-dev:riscv64. - Preparing to unpack .../207-liblzma-dev_5.8.1-1_riscv64.deb ... - Unpacking liblzma-dev:riscv64 (5.8.1-1) ... - Selecting previously unselected package libmp3lame0:riscv64. - Preparing to unpack .../208-libmp3lame0_3.100-6+b3_riscv64.deb ... - Unpacking libmp3lame0:riscv64 (3.100-6+b3) ... - Selecting previously unselected package libmpg123-0t64:riscv64. - Preparing to unpack .../209-libmpg123-0t64_1.32.10-1_riscv64.deb ... - Unpacking libmpg123-0t64:riscv64 (1.32.10-1) ... - Selecting previously unselected package libopus0:riscv64. - Preparing to unpack .../210-libopus0_1.5.2-2_riscv64.deb ... - Unpacking libopus0:riscv64 (1.5.2-2) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../211-libpng-tools_1.6.48-1_riscv64.deb ... - Unpacking libpng-tools (1.6.48-1) ... - Selecting previously unselected package libvorbis0a:riscv64. - Preparing to unpack .../212-libvorbis0a_1.3.7-3_riscv64.deb ... - Unpacking libvorbis0a:riscv64 (1.3.7-3) ... - Selecting previously unselected package libvorbisenc2:riscv64. - Preparing to unpack .../213-libvorbisenc2_1.3.7-3_riscv64.deb ... - Unpacking libvorbisenc2:riscv64 (1.3.7-3) ... - Selecting previously unselected package libsndfile1:riscv64. - Preparing to unpack .../214-libsndfile1_1.2.2-2+b1_riscv64.deb ... - Unpacking libsndfile1:riscv64 (1.2.2-2+b1) ... - Selecting previously unselected package libpulse0:riscv64. - Preparing to unpack .../215-libpulse0_17.0+dfsg1-2+b1_riscv64.deb ... - Unpacking libpulse0:riscv64 (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-mainloop-glib0:riscv64. - Preparing to unpack .../216-libpulse-mainloop-glib0_17.0+dfsg1-2+b1_riscv64.deb ... - Unpacking libpulse-mainloop-glib0:riscv64 (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-dev:riscv64. - Preparing to unpack .../217-libpulse-dev_17.0+dfsg1-2+b1_riscv64.deb ... - Unpacking libpulse-dev:riscv64 (17.0+dfsg1-2+b1) ... - Selecting previously unselected package librsvg2-2:riscv64. - Preparing to unpack .../218-librsvg2-2_2.60.0+dfsg-1_riscv64.deb ... - Unpacking librsvg2-2:riscv64 (2.60.0+dfsg-1) ... - Selecting previously unselected package librsvg2-common:riscv64. - Preparing to unpack .../219-librsvg2-common_2.60.0+dfsg-1_riscv64.deb ... - Unpacking librsvg2-common:riscv64 (2.60.0+dfsg-1) ... - Selecting previously unselected package libsamplerate0:riscv64. - Preparing to unpack .../220-libsamplerate0_0.2.2-4+b2_riscv64.deb ... - Unpacking libsamplerate0:riscv64 (0.2.2-4+b2) ... - Selecting previously unselected package pkg-config:riscv64. - Preparing to unpack .../221-pkg-config_1.8.1-4_riscv64.deb ... - Unpacking pkg-config:riscv64 (1.8.1-4) ... - Selecting previously unselected package libsamplerate0-dev:riscv64. - Preparing to unpack .../222-libsamplerate0-dev_0.2.2-4+b2_riscv64.deb ... - Unpacking libsamplerate0-dev:riscv64 (0.2.2-4+b2) ... - Selecting previously unselected package libxss1:riscv64. - Preparing to unpack .../223-libxss1_1%3a1.2.3-1+b3_riscv64.deb ... - Unpacking libxss1:riscv64 (1:1.2.3-1+b3) ... - Selecting previously unselected package libsdl2-2.0-0:riscv64. - Preparing to unpack .../224-libsdl2-2.0-0_2.32.4+dfsg-1_riscv64.deb ... - Unpacking libsdl2-2.0-0:riscv64 (2.32.4+dfsg-1) ... - Selecting previously unselected package libsndio7.0:riscv64. - Preparing to unpack .../225-libsndio7.0_1.10.0-0.1_riscv64.deb ... - Unpacking libsndio7.0:riscv64 (1.10.0-0.1) ... - Selecting previously unselected package libsndio-dev:riscv64. - Preparing to unpack .../226-libsndio-dev_1.10.0-0.1_riscv64.deb ... - Unpacking libsndio-dev:riscv64 (1.10.0-0.1) ... - Selecting previously unselected package libudev-dev:riscv64. - Preparing to unpack .../227-libudev-dev_257.8-1~deb13u2_riscv64.deb ... - Unpacking libudev-dev:riscv64 (257.8-1~deb13u2) ... - Selecting previously unselected package libxfixes-dev:riscv64. - Preparing to unpack .../228-libxfixes-dev_1%3a6.0.0-2+b4_riscv64.deb ... - Unpacking libxfixes-dev:riscv64 (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor-dev:riscv64. - Preparing to unpack .../229-libxcursor-dev_1%3a1.2.3-1_riscv64.deb ... - Unpacking libxcursor-dev:riscv64 (1:1.2.3-1) ... - Selecting previously unselected package libxi-dev:riscv64. - Preparing to unpack .../230-libxi-dev_2%3a1.8.2-1_riscv64.deb ... - Unpacking libxi-dev:riscv64 (2:1.8.2-1) ... - Selecting previously unselected package libxinerama-dev:riscv64. - Preparing to unpack .../231-libxinerama-dev_2%3a1.1.4-3+b4_riscv64.deb ... - Unpacking libxinerama-dev:riscv64 (2:1.1.4-3+b4) ... - Selecting previously unselected package libxkbcommon-dev:riscv64. - Preparing to unpack .../232-libxkbcommon-dev_1.7.0-2_riscv64.deb ... - Unpacking libxkbcommon-dev:riscv64 (1.7.0-2) ... - Selecting previously unselected package libxrandr-dev:riscv64. - Preparing to unpack .../233-libxrandr-dev_2%3a1.5.4-1+b3_riscv64.deb ... - Unpacking libxrandr-dev:riscv64 (2:1.5.4-1+b3) ... - Selecting previously unselected package libxss-dev:riscv64. - Preparing to unpack .../234-libxss-dev_1%3a1.2.3-1+b3_riscv64.deb ... - Unpacking libxss-dev:riscv64 (1:1.2.3-1+b3) ... - Selecting previously unselected package libxt6t64:riscv64. - Preparing to unpack .../235-libxt6t64_1%3a1.2.1-1.2+b2_riscv64.deb ... - Unpacking libxt6t64:riscv64 (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libxt-dev:riscv64. - Preparing to unpack .../236-libxt-dev_1%3a1.2.1-1.2+b2_riscv64.deb ... - Unpacking libxt-dev:riscv64 (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libxv1:riscv64. - Preparing to unpack .../237-libxv1_2%3a1.0.11-1.1+b3_riscv64.deb ... - Unpacking libxv1:riscv64 (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxv-dev:riscv64. - Preparing to unpack .../238-libxv-dev_2%3a1.0.11-1.1+b3_riscv64.deb ... - Unpacking libxv-dev:riscv64 (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxxf86vm-dev:riscv64. - Preparing to unpack .../239-libxxf86vm-dev_1%3a1.1.4-1+b4_riscv64.deb ... - Unpacking libxxf86vm-dev:riscv64 (1:1.1.4-1+b4) ... - Selecting previously unselected package libsdl2-dev:riscv64. - Preparing to unpack .../240-libsdl2-dev_2.32.4+dfsg-1_riscv64.deb ... - Unpacking libsdl2-dev:riscv64 (2.32.4+dfsg-1) ... - Selecting previously unselected package libwebpdemux2:riscv64. - Preparing to unpack .../241-libwebpdemux2_1.5.0-0.1_riscv64.deb ... - Unpacking libwebpdemux2:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libsdl2-image-2.0-0:riscv64. - Preparing to unpack .../242-libsdl2-image-2.0-0_2.8.8+dfsg-1_riscv64.deb ... - Unpacking libsdl2-image-2.0-0:riscv64 (2.8.8+dfsg-1) ... - Selecting previously unselected package libwebpmux3:riscv64. - Preparing to unpack .../243-libwebpmux3_1.5.0-0.1_riscv64.deb ... - Unpacking libwebpmux3:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libwebpdecoder3:riscv64. - Preparing to unpack .../244-libwebpdecoder3_1.5.0-0.1_riscv64.deb ... - Unpacking libwebpdecoder3:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libsharpyuv-dev:riscv64. - Preparing to unpack .../245-libsharpyuv-dev_1.5.0-0.1_riscv64.deb ... - Unpacking libsharpyuv-dev:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libwebp-dev:riscv64. - Preparing to unpack .../246-libwebp-dev_1.5.0-0.1_riscv64.deb ... - Unpacking libwebp-dev:riscv64 (1.5.0-0.1) ... - Selecting previously unselected package libtiffxx6:riscv64. - Preparing to unpack .../247-libtiffxx6_4.7.0-3+deb13u1_riscv64.deb ... - Unpacking libtiffxx6:riscv64 (4.7.0-3+deb13u1) ... - Selecting previously unselected package libtiff-dev:riscv64. - Preparing to unpack .../248-libtiff-dev_4.7.0-3+deb13u1_riscv64.deb ... - Unpacking libtiff-dev:riscv64 (4.7.0-3+deb13u1) ... - Selecting previously unselected package libsdl2-image-dev:riscv64. - Preparing to unpack .../249-libsdl2-image-dev_2.8.8+dfsg-1_riscv64.deb ... - Unpacking libsdl2-image-dev:riscv64 (2.8.8+dfsg-1) ... - Selecting previously unselected package libsdl2-ttf-2.0-0:riscv64. - Preparing to unpack .../250-libsdl2-ttf-2.0-0_2.24.0+dfsg-2_riscv64.deb ... - Unpacking libsdl2-ttf-2.0-0:riscv64 (2.24.0+dfsg-2) ... - Selecting previously unselected package libsdl2-ttf-dev:riscv64. - Preparing to unpack .../251-libsdl2-ttf-dev_2.24.0+dfsg-2_riscv64.deb ... - Unpacking libsdl2-ttf-dev:riscv64 (2.24.0+dfsg-2) ... - Selecting previously unselected package mesa-vulkan-drivers:riscv64. - Preparing to unpack .../252-mesa-vulkan-drivers_25.0.7-2_riscv64.deb ... - Unpacking mesa-vulkan-drivers:riscv64 (25.0.7-2) ... - Selecting previously unselected package systemd-cryptsetup. - Preparing to unpack .../253-systemd-cryptsetup_257.8-1~deb13u2_riscv64.deb ... - Unpacking systemd-cryptsetup (257.8-1~deb13u2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../254-xdg-user-dirs_0.18-2_riscv64.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Setting up media-types (13.0.0) ... - Setting up libgraphite2-3:riscv64 (1.3.14-2+b1) ... - Setting up libxcb-dri3-0:riscv64 (1.17.0-2+b1) ... - Setting up liblcms2-2:riscv64 (2.16-2) ... - Setting up libpixman-1-0:riscv64 (0.44.0-3) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libsharpyuv0:riscv64 (1.5.0-0.1) ... - Setting up libwayland-server0:riscv64 (1.23.1-3) ... - Setting up libx11-xcb1:riscv64 (2:1.8.12-1) ... - Setting up libpciaccess0:riscv64 (0.17-3+b3) ... - Setting up systemd-sysv (257.8-1~deb13u2) ... - Setting up libpixman-1-dev:riscv64 (0.44.0-3) ... - Setting up native-architecture (0.2.6) ... - Setting up libxdamage1:riscv64 (1:1.1.6-1+b2) ... - Setting up libpciaccess-dev:riscv64 (0.17-3+b3) ... - Setting up libxcb-xfixes0:riscv64 (1.17.0-2+b1) ... - Setting up libogg0:riscv64 (1.3.5-3+b2) ... - Setting up liblerc4:riscv64 (4.0.0+ds-5) ... - Setting up hicolor-icon-theme (0.18-2) ... - Setting up libxi6:riscv64 (2:1.8.2-1) ... - Setting up libxrender1:riscv64 (1:0.9.12-1) ... - Setting up libdatrie1:riscv64 (0.2.13-3+b1) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libxcb-render0:riscv64 (1.17.0-2+b1) ... - Setting up libglvnd0:riscv64 (1.7.0-1+b2) ... - Setting up libxcb-glx0:riscv64 (1.17.0-2+b1) ... - Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ... - Setting up x11-common (1:7.7+24) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up libsensors-config (1:3.6.2-2) ... - Setting up libdeflate0:riscv64 (1.23-2) ... - Setting up libwebpdecoder3:riscv64 (1.5.0-0.1) ... - Setting up libnss-systemd:riscv64 (257.8-1~deb13u2) ... - Setting up xkb-data (2.42-1) ... - Setting up liblzo2-2:riscv64 (2.10-3+b1) ... - Setting up libxcb-shm0:riscv64 (1.17.0-2+b1) ... - Setting up libmpg123-0t64:riscv64 (1.32.10-1) ... - Setting up libffi-dev:riscv64 (3.4.8-2) ... - Setting up libjbig0:riscv64 (2.1-6.1+b2) ... - Setting up libpcre2-16-0:riscv64 (10.46-1~deb13u1) ... - Setting up libelf1t64:riscv64 (0.192-4) ... - Setting up libxxf86vm1:riscv64 (1:1.1.4-1+b4) ... - Setting up libxcb-present0:riscv64 (1.17.0-2+b1) ... - Setting up libsysprof-capture-4-dev:riscv64 (48.0-2) ... - Setting up libasound2-data (1.2.14-1) ... - Setting up libxcb-shm0-dev:riscv64 (1.17.0-2+b1) ... - Setting up libgraphite2-dev:riscv64 (1.3.14-2+b1) ... - Setting up libz3-4:riscv64 (4.13.3-1) ... - Setting up libpcre2-32-0:riscv64 (10.46-1~deb13u1) ... - Setting up libglib2.0-0t64:riscv64 (2.84.4-3~deb13u1) ... - Setting up libglib2.0-data (2.84.4-3~deb13u1) ... - Setting up libpkgconf3:riscv64 (1.8.1-4) ... - Setting up libgles2:riscv64 (1.7.0-1+b2) ... - Setting up libasound2t64:riscv64 (1.2.14-1) ... - Setting up libexpat1-dev:riscv64 (2.7.1-2) ... - Setting up libjpeg62-turbo:riscv64 (1:2.1.5-4) ... - Setting up libjpeg62-turbo-dev:riscv64 (1:2.1.5-4) ... - Setting up libepoxy0:riscv64 (1.5.10-2) ... - Setting up libxfixes3:riscv64 (1:6.0.0-2+b4) ... - Setting up libxcb-sync1:riscv64 (1.17.0-2+b1) ... - Setting up uuid-dev:riscv64 (2.41-5) ... - Setting up libavahi-common-data:riscv64 (0.8-16) ... - Setting up libgles1:riscv64 (1.7.0-1+b2) ... - Setting up libdbus-1-3:riscv64 (1.16.2-2) ... - Setting up libfribidi0:riscv64 (1.0.16-1) ... - Setting up libopus0:riscv64 (1.5.2-2) ... - Setting up libxinerama1:riscv64 (2:1.1.4-3+b4) ... - Setting up libxv1:riscv64 (2:1.0.11-1.1+b3) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:riscv64 (1.6.48-1) ... - Setting up systemd-timesyncd (257.8-1~deb13u2) ... - Creating group 'systemd-timesync' with GID 997. - Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. - Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'. - Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'. - Setting up libvorbis0a:riscv64 (1.3.7-3) ... - Setting up libxrandr2:riscv64 (2:1.5.4-1+b3) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up libflac14:riscv64 (1.5.0+ds-2) ... - Setting up libudev-dev:riscv64 (257.8-1~deb13u2) ... - Setting up libsepol-dev:riscv64 (3.8.1-1) ... - Setting up libxcb-render0-dev:riscv64 (1.17.0-2+b1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up gir1.2-glib-2.0:riscv64 (2.84.4-3~deb13u1) ... - Setting up libsensors5:riscv64 (1:3.6.2-2) ... - Setting up liblerc-dev:riscv64 (4.0.0+ds-5) ... - Setting up libvulkan1:riscv64 (1.4.309.0-1) ... - Setting up libwebp7:riscv64 (1.5.0-0.1) ... - Setting up libxext-dev:riscv64 (2:1.3.4-1+b3) ... - Setting up liblzma-dev:riscv64 (5.8.1-1) ... - Setting up libsndio7.0:riscv64 (1.10.0-0.1) ... - Setting up zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:riscv64 (10.46-1~deb13u1) ... - Setting up alsa-topology-conf (1.2.5.1-3) ... - Setting up libdav1d7:riscv64 (1.5.1-1) ... - Setting up gir1.2-glib-2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Setting up libasyncns0:riscv64 (0.8-6+b5) ... - Setting up libxshmfence1:riscv64 (1.3.3-1) ... - Setting up at-spi2-common (2.56.2-1) ... - Setting up libtiff6:riscv64 (4.7.0-3+deb13u1) ... - Setting up libxcb-randr0:riscv64 (1.17.0-2+b1) ... - Setting up dbus-session-bus-common (1.16.2-2) ... - Setting up libthai-data (0.1.29-2) ... - Setting up sgml-base (1.31+nmu1) ... - Setting up libwayland-egl1:riscv64 (1.23.1-3) ... - Setting up libxss1:riscv64 (1:1.2.3-1+b3) ... - Setting up libicu76:riscv64 (76.1-4) ... - Setting up dbus-system-bus-common (1.16.2-2) ... - Creating group 'messagebus' with GID 996. - Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996. - Setting up libasound2-dev:riscv64 (1.2.14-1) ... - Setting up libsharpyuv-dev:riscv64 (1.5.0-0.1) ... - Setting up libsamplerate0:riscv64 (0.2.2-4+b2) ... - Setting up libwebpmux3:riscv64 (1.5.0-0.1) ... - Setting up libtiffxx6:riscv64 (4.7.0-3+deb13u1) ... - Setting up libdeflate-dev:riscv64 (1.23-2) ... - Setting up libdrm-common (2.4.124-2) ... - Setting up libxcomposite1:riscv64 (1:0.4.6-1) ... - Setting up libxrender-dev:riscv64 (1:0.9.12-1) ... - Setting up libjson-c5:riscv64 (0.18+ds-1) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Setting up dbus-bin (1.16.2-2) ... - Setting up libsystemd-dev:riscv64 (257.8-1~deb13u2) ... - Setting up libbrotli-dev:riscv64 (1.1.0-2+b7) ... - Setting up libmp3lame0:riscv64 (3.100-6+b3) ... - Setting up libvorbisenc2:riscv64 (1.3.7-3) ... - Setting up libkmod2:riscv64 (34.2-2) ... - Setting up libbz2-dev:riscv64 (1.0.8-6) ... - Setting up libxkbcommon0:riscv64 (1.7.0-2) ... - Setting up libwayland-client0:riscv64 (1.23.1-3) ... - Setting up libblkid-dev:riscv64 (2.41-5) ... - Setting up libllvm19:riscv64 (1:19.1.7-3+b1) ... - Setting up libice6:riscv64 (2:1.1.1-1) ... - Setting up libsndio-dev:riscv64 (1.10.0-0.1) ... - Setting up libatk1.0-0t64:riscv64 (2.56.2-1) ... - Setting up libpcre2-dev:riscv64 (10.46-1~deb13u1) ... - Setting up libice-dev:riscv64 (2:1.1.1-1) ... - Setting up libpng-tools (1.6.48-1) ... - Setting up alsa-ucm-conf (1.2.14-1) ... - Setting up libgirepository-2.0-0:riscv64 (2.84.4-3~deb13u1) ... - Setting up libselinux1-dev:riscv64 (3.8.1-1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libxtst6:riscv64 (2:1.2.5-1) ... - Setting up libwebpdemux2:riscv64 (1.5.0-0.1) ... - Setting up libxxf86vm-dev:riscv64 (1:1.1.4-1+b4) ... - Setting up libxkbcommon-dev:riscv64 (1.7.0-2) ... - Setting up libxcursor1:riscv64 (1:1.2.3-1) ... - Setting up libpng-dev:riscv64 (1.6.48-1) ... - Setting up libibus-1.0-5:riscv64 (1.5.32-2) ... - Setting up libavahi-common3:riscv64 (0.8-16) ... - Setting up libjpeg-dev:riscv64 (1:2.1.5-4) ... - Setting up libjbig-dev:riscv64 (2.1-6.1+b2) ... - Setting up libcloudproviders0:riscv64 (0.3.6-2) ... - Setting up libglib2.0-bin (2.84.4-3~deb13u1) ... - Setting up dbus-daemon (1.16.2-2) ... - Setting up libxss-dev:riscv64 (1:1.2.3-1+b3) ... - Setting up libcolord2:riscv64 (1.4.7-3) ... - Setting up pkgconf:riscv64 (1.8.1-4) ... - Setting up libdconf1:riscv64 (0.40.0-5) ... - Setting up libxfixes-dev:riscv64 (1:6.0.0-2+b4) ... - Setting up libthai0:riscv64 (0.1.29-2+b1) ... - Setting up libxv-dev:riscv64 (2:1.0.11-1.1+b3) ... - Setting up libwayland-bin (1.23.1-3) ... - Setting up libxrandr-dev:riscv64 (2:1.5.4-1+b3) ... - Setting up libwebp-dev:riscv64 (1.5.0-0.1) ... - Setting up libfreetype6:riscv64 (2.13.3+dfsg-1) ... - Setting up libtiff-dev:riscv64 (4.7.0-3+deb13u1) ... - Setting up libatspi2.0-0t64:riscv64 (2.56.2-1) ... - Setting up dbus (1.16.2-2) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.4-5+b2) ... - Setting up icu-devtools (76.1-4) ... - Setting up pkg-config:riscv64 (1.8.1-4) ... - Setting up libxinerama-dev:riscv64 (2:1.1.4-3+b4) ... - Setting up libreadline8t64:riscv64 (8.2-6) ... - Setting up libdrm2:riscv64 (2.4.124-2) ... - Setting up libwayland-cursor0:riscv64 (1.23.1-3) ... - Setting up xml-core (0.19) ... - Setting up libpam-systemd:riscv64 (257.8-1~deb13u2) ... - Setting up libdecor-0-0:riscv64 (0.2.2-2) ... - Setting up libharfbuzz0b:riscv64 (10.2.0-1+b1) ... - Setting up libgdk-pixbuf-2.0-0:riscv64 (2.42.12+dfsg-4) ... - Setting up libfontconfig1:riscv64 (2.15.0-2.3) ... - Setting up libsndfile1:riscv64 (1.2.2-2+b1) ... - Setting up libxi-dev:riscv64 (2:1.8.2-1) ... - Setting up gir1.2-ibus-1.0:riscv64 (1.5.32-2) ... - Setting up libsm6:riscv64 (2:1.2.6-1) ... - Setting up libpython3.13-stdlib:riscv64 (3.13.5-2) ... - Setting up libicu-dev:riscv64 (76.1-4) ... - Setting up libavahi-client3:riscv64 (0.8-16) ... - Setting up libmount-dev:riscv64 (2.41-5) ... - Setting up libpython3-stdlib:riscv64 (3.13.5-1) ... - Setting up libdrm-amdgpu1:riscv64 (2.4.124-2) ... - Setting up libatk-bridge2.0-0t64:riscv64 (2.56.2-1) ... - Setting up mesa-vulkan-drivers:riscv64 (25.0.7-2) ... - Setting up gtk-update-icon-cache (4.18.6+ds-2) ... - Setting up mesa-libgallium:riscv64 (25.0.7-2) ... - Setting up fontconfig (2.15.0-2.3) ... - Regenerating fonts cache... - done. - Setting up libdrm-nouveau2:riscv64 (2.4.124-2) ... - Setting up libgio-2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Setting up libharfbuzz-icu0:riscv64 (10.2.0-1+b1) ... - Setting up girepository-tools:riscv64 (2.84.4-3~deb13u1) ... - Setting up libgbm1:riscv64 (25.0.7-2) ... - Setting up libpulse0:riscv64 (17.0+dfsg1-2+b1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up libsm-dev:riscv64 (2:1.2.6-1) ... - Setting up libdrm-radeon1:riscv64 (2.4.124-2) ... - Setting up libxcursor-dev:riscv64 (1:1.2.3-1) ... - Setting up libpango-1.0-0:riscv64 (1.56.3-1) ... - Setting up libsamplerate0-dev:riscv64 (0.2.2-4+b2) ... - Setting up libdrm-intel1:riscv64 (2.4.124-2) ... - Setting up libgl1-mesa-dri:riscv64 (25.0.7-2) ... - Setting up python3 (3.13.5-1) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Setting up libharfbuzz-gobject0:riscv64 (10.2.0-1+b1) ... - Setting up libwayland-dev:riscv64 (1.23.1-3) ... - Setting up libcairo2:riscv64 (1.18.4-1+b1) ... - Setting up libgbm-dev:riscv64 (25.0.7-2) ... - Setting up libfreetype-dev:riscv64 (2.13.3+dfsg-1) ... - Setting up libdecor-0-dev:riscv64 (0.2.2-2) ... - Setting up dbus-user-session (1.16.2-2) ... - Setting up libegl-mesa0:riscv64 (25.0.7-2) ... - Setting up python3-packaging (25.0-1) ... - Setting up libharfbuzz-cairo0:riscv64 (10.2.0-1+b1) ... - Setting up adwaita-icon-theme (48.1-1) ... - update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode - Setting up libpulse-mainloop-glib0:riscv64 (17.0+dfsg1-2+b1) ... - Setting up libxt6t64:riscv64 (1:1.2.1-1.2+b2) ... - Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ... - Setting up libegl1:riscv64 (1.7.0-1+b2) ... - Setting up libharfbuzz-subset0:riscv64 (10.2.0-1+b1) ... - Setting up libcairo-gobject2:riscv64 (1.18.4-1+b1) ... - Setting up libpangoft2-1.0-0:riscv64 (1.56.3-1) ... - Setting up libsdl2-2.0-0:riscv64 (2.32.4+dfsg-1) ... - Setting up libcups2t64:riscv64 (2.4.10-3+deb13u1) ... - Setting up libpangocairo-1.0-0:riscv64 (1.56.3-1) ... - Setting up libsdl2-image-2.0-0:riscv64 (2.8.8+dfsg-1) ... - Setting up libcairo-script-interpreter2:riscv64 (1.18.4-1+b1) ... - Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u1) ... - Setting up libdrm-dev:riscv64 (2.4.124-2) ... - Setting up gir1.2-freedesktop:riscv64 (1.84.0-1) ... - Setting up libglx-mesa0:riscv64 (25.0.7-2) ... - Setting up libglx0:riscv64 (1.7.0-1+b2) ... - Setting up libfontconfig-dev:riscv64 (2.15.0-2.3) ... - Setting up dconf-service (0.40.0-5) ... - Setting up gir1.2-harfbuzz-0.0:riscv64 (10.2.0-1+b1) ... - Setting up librsvg2-2:riscv64 (2.60.0+dfsg-1) ... - Setting up libgl1:riscv64 (1.7.0-1+b2) ... - Setting up libxt-dev:riscv64 (1:1.2.1-1.2+b2) ... - Setting up gir1.2-freedesktop-dev:riscv64 (1.84.0-1) ... - Setting up librsvg2-common:riscv64 (2.60.0+dfsg-1) ... - Setting up libglx-dev:riscv64 (1.7.0-1+b2) ... - Setting up libsdl2-ttf-2.0-0:riscv64 (2.24.0+dfsg-2) ... - Setting up libgl-dev:riscv64 (1.7.0-1+b2) ... - Setting up libglib2.0-dev-bin (2.84.4-3~deb13u1) ... - Setting up dconf-gsettings-backend:riscv64 (0.40.0-5) ... - Setting up libegl-dev:riscv64 (1.7.0-1+b2) ... - Setting up libglib2.0-dev:riscv64 (2.84.4-3~deb13u1) ... - Setting up libpulse-dev:riscv64 (17.0+dfsg1-2+b1) ... - Setting up libcairo2-dev:riscv64 (1.18.4-1+b1) ... - Setting up libgles-dev:riscv64 (1.7.0-1+b2) ... - Setting up libgtk-3-common (3.24.49-3) ... - Setting up gsettings-desktop-schemas (48.0-1) ... - Setting up libharfbuzz-dev:riscv64 (10.2.0-1+b1) ... - Setting up libgtk-3-0t64:riscv64 (3.24.49-3) ... - Setting up at-spi2-core (2.56.2-1) ... - Setting up libdecor-0-plugin-1-gtk:riscv64 (0.2.2-2) ... - Setting up libgtk-3-bin (3.24.49-3) ... - Setting up dmsetup (2:1.02.205-2) ... - Setting up libdevmapper1.02.1:riscv64 (2:1.02.205-2) ... - Setting up libcryptsetup12:riscv64 (2:2.7.5-2) ... - Setting up systemd-cryptsetup (257.8-1~deb13u2) ... - Processing triggers for procps (2:4.0.4-9) ... - grep: /proc/1/environ: Permission denied - procps: Applying updated sysctl configuration - sysctl: permission denied on key "kernel.core_pattern" - sysctl: permission denied on key "kernel.sysrq" - sysctl: permission denied on key "kernel.core_uses_pid" - sysctl: permission denied on key "net.ipv4.conf.default.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.end0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.end1.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.ip_vti0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.sit0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.end0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.end1.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.ip_vti0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.sit0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.end0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.end1.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.ip_vti0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.sit0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring - sysctl: permission denied on key "net.core.default_qdisc", ignoring - sysctl: permission denied on key "fs.protected_hardlinks" - sysctl: permission denied on key "fs.protected_symlinks" - sysctl: permission denied on key "fs.protected_regular" - sysctl: permission denied on key "fs.protected_fifos" - sysctl: permission denied on key "vm.max_map_count" - sysctl: permission denied on key "kernel.pid_max" - Processing triggers for libc-bin (2.41-12) ... - Processing triggers for systemd (257.8-1~deb13u2) ... - Processing triggers for sgml-base (1.31+nmu1) ... - Setting up libdbus-1-dev:riscv64 (1.16.2-2) ... - Setting up libibus-1.0-dev:riscv64 (1.5.32-2) ... - Setting up libsdl2-dev:riscv64 (2.32.4+dfsg-1) ... - Setting up libsdl2-ttf-dev:riscv64 (2.24.0+dfsg-2) ... - Setting up libsdl2-image-dev:riscv64 (2.8.8+dfsg-1) ... - Processing triggers for libgdk-pixbuf-2.0-0:riscv64 (2.42.12+dfsg-4) ... 2025-10-19 04:39.49 ---> saved as "d48683595325321d83bebf3c650cfbdfdea5cf0a20435448d6f2bc53dba09e6b" /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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 23 packages - install bigarray-compat 1.1.0 - install bogue 20250815 - install cairo2 0.6.5 - install conf-cairo 1 - 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.20.2 - install dune-configurator 3.20.2 - 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.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bogue.20250815 (cached) -> retrieved cairo2.0.6.5 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> retrieved integers.0.7.0 (cached) -> installed conf-cairo.1 -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved ocamlbuild.0.16.1 (cached) -> 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 tsdl-ttf.0.6 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.20.2 -> installed dune-configurator.3.20.2 -> installed cairo2.0.6.5 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed tsdl.1.1.0 -> installed tsdl-image.0.6 -> installed tsdl-ttf.0.6 -> installed bogue.20250815 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-19 04:47.26 ---> saved as "e0c0429e9bcd6c6e81b9e016379f21b9b5598e16f24831c827effd2c104e8c34" /src: (copy (src .) (dst /src)) 2025-10-19 04:47.27 ---> saved as "d93d6eae496f3d3a80a2a9c68f2f32cfb7d5d69cc3969b6031d62fe80ff15641" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-19 04:47.30 ---> saved as "ef9287dd960813f86c93ff507a10c1777fd7fb38fd89e0e54e2fa69ac57f5e24" Job succeeded 2025-10-19 04:47.30: Job succeeded