2026-04-28 12:54.34: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/pull/15/head (ddb37b164188dfb9dd7bb3ef0e63cb9b3664e6a8) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/tsdl-ttf.git" && cd "tsdl-ttf" && git fetch origin "refs/pull/15/head" && git reset --hard ddb37b16 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd # debian-13-5.4_ppc64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 tsdl-ttf.opam ./ RUN opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-28 12:54.34: Using cache hint "sanette/tsdl-ttf-ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd-debian-13-5.4_ppc64_opam-2.5-1c87ec908f890343404fbb2ce5f5cd4d" 2026-04-28 12:54.34: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd) (comment debian-13-5.4_ppc64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src tsdl-ttf.opam) (dst ./)) (run (network host) (shell "opam pin add -yn tsdl-ttf.dev './'")) (run (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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-04-28 12:54.34: Waiting for resource in pool OCluster 2026-04-28 12:54.34: Waiting for worker… 2026-04-28 12:54.34: Got resource from pool OCluster Building on orithia.caelum.ci.dev HEAD is now at 2451816 Fmt HEAD is now at ddb37b1 tsdl_ttf: print build-time library path in debug mode (from ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd' locally docker.io/ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd: Pulling from ocaml/opam f2bea5beaa06: Already exists 3c80b55ccf22: Already exists be8a2645856c: Already exists 840261c8617b: Already exists bdb6952988d9: Already exists 61bb87981e2c: Already exists 3915b9dfe453: Already exists aba9894e1aef: Already exists 91022a65d4ff: Already exists 4952a3dd13a7: Already exists dc7cca72e3fa: Already exists 9c543c41af4d: Already exists 48e224a4c6e5: Pulling fs layer 393daff4895e: Pulling fs layer 28390f4e0676: Pulling fs layer 36b22addfabe: Pulling fs layer 010c23b095ac: Pulling fs layer 7f095c0c5f48: Pulling fs layer 35873b334a29: Pulling fs layer 0f2727b62670: Pulling fs layer 0dcac5a1d8f5: Pulling fs layer a43569493539: Pulling fs layer 4f4fb700ef54: Pulling fs layer 4e616ea23188: Pulling fs layer 9d0cb620ec86: Pulling fs layer 9ce35f8c294c: Pulling fs layer 0fcc04d87b21: Pulling fs layer 8cf8c626ef08: Pulling fs layer b07789a7de11: Pulling fs layer a76180363a8f: Pulling fs layer 88458efdaf5f: Pulling fs layer 610db4964037: Pulling fs layer 663b7304dafa: Pulling fs layer 69b4c91bbad3: Pulling fs layer b66ba50a001e: Pulling fs layer a6cedc782e23: Pulling fs layer 6e4f57b3683b: Pulling fs layer f9e6fef4e873: Pulling fs layer d1508d55deb7: Pulling fs layer 90a2e1034837: Pulling fs layer e0210fd0f02b: Pulling fs layer e554e4ed6365: Pulling fs layer 5468804d72e2: Pulling fs layer 643363812929: Pulling fs layer 3feb89dfc6cd: Pulling fs layer 2f8f05bbf9c1: Pulling fs layer 1594b2e35484: Pulling fs layer 3426c58469f2: Pulling fs layer 36b22addfabe: Waiting 610db4964037: Waiting 6e4f57b3683b: Waiting 010c23b095ac: Waiting 663b7304dafa: Waiting f9e6fef4e873: Waiting e0210fd0f02b: Waiting 69b4c91bbad3: Waiting d1508d55deb7: Waiting 7f095c0c5f48: Waiting b66ba50a001e: Waiting a6cedc782e23: Waiting e554e4ed6365: Waiting 0fcc04d87b21: Waiting 9d0cb620ec86: Waiting 9ce35f8c294c: Waiting 8cf8c626ef08: Waiting a43569493539: Waiting 0f2727b62670: Waiting 5468804d72e2: Waiting 4f4fb700ef54: Waiting 1594b2e35484: Waiting b07789a7de11: Waiting 3426c58469f2: Waiting 4e616ea23188: Waiting 88458efdaf5f: Waiting 0dcac5a1d8f5: Waiting a76180363a8f: Waiting 643363812929: Waiting 3feb89dfc6cd: Waiting 2f8f05bbf9c1: Waiting 28390f4e0676: Download complete 48e224a4c6e5: Download complete 393daff4895e: Download complete 48e224a4c6e5: Pull complete 36b22addfabe: Verifying Checksum 36b22addfabe: Download complete 010c23b095ac: Verifying Checksum 010c23b095ac: Download complete 7f095c0c5f48: Verifying Checksum 7f095c0c5f48: Download complete 393daff4895e: Pull complete 28390f4e0676: Pull complete 36b22addfabe: Pull complete 35873b334a29: Download complete 010c23b095ac: Pull complete 0f2727b62670: Verifying Checksum 0f2727b62670: Download complete 7f095c0c5f48: Pull complete 0dcac5a1d8f5: Verifying Checksum 0dcac5a1d8f5: Download complete 35873b334a29: Pull complete 0f2727b62670: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 0dcac5a1d8f5: Pull complete a43569493539: Verifying Checksum a43569493539: Download complete a43569493539: Pull complete 4f4fb700ef54: Pull complete 4e616ea23188: Verifying Checksum 4e616ea23188: Download complete 4e616ea23188: Pull complete 9ce35f8c294c: Verifying Checksum 9ce35f8c294c: Download complete 9d0cb620ec86: Verifying Checksum 9d0cb620ec86: Download complete 9d0cb620ec86: Pull complete 9ce35f8c294c: Pull complete 0fcc04d87b21: Download complete 0fcc04d87b21: Pull complete b07789a7de11: Verifying Checksum b07789a7de11: Download complete 8cf8c626ef08: Download complete 8cf8c626ef08: Pull complete b07789a7de11: Pull complete a76180363a8f: Verifying Checksum a76180363a8f: Download complete a76180363a8f: Pull complete 610db4964037: Verifying Checksum 610db4964037: Download complete 88458efdaf5f: Verifying Checksum 88458efdaf5f: Download complete 88458efdaf5f: Pull complete 610db4964037: Pull complete 663b7304dafa: Verifying Checksum 663b7304dafa: Download complete 663b7304dafa: Pull complete 69b4c91bbad3: Verifying Checksum 69b4c91bbad3: Download complete b66ba50a001e: Verifying Checksum b66ba50a001e: Download complete 69b4c91bbad3: Pull complete b66ba50a001e: Pull complete 6e4f57b3683b: Verifying Checksum 6e4f57b3683b: Download complete d1508d55deb7: Verifying Checksum d1508d55deb7: Download complete 90a2e1034837: Download complete e0210fd0f02b: Download complete e554e4ed6365: Verifying Checksum e554e4ed6365: Download complete 5468804d72e2: Download complete 643363812929: Verifying Checksum 643363812929: Download complete a6cedc782e23: Verifying Checksum a6cedc782e23: Download complete 2f8f05bbf9c1: Verifying Checksum 2f8f05bbf9c1: Download complete f9e6fef4e873: Verifying Checksum f9e6fef4e873: Download complete 1594b2e35484: Verifying Checksum 1594b2e35484: Download complete 3426c58469f2: Verifying Checksum 3426c58469f2: Download complete 3feb89dfc6cd: Download complete a6cedc782e23: Pull complete 6e4f57b3683b: Pull complete f9e6fef4e873: Pull complete d1508d55deb7: Pull complete 90a2e1034837: Pull complete e0210fd0f02b: Pull complete e554e4ed6365: Pull complete 5468804d72e2: Pull complete 643363812929: Pull complete 3feb89dfc6cd: Pull complete 2f8f05bbf9c1: Pull complete 1594b2e35484: Pull complete 3426c58469f2: Pull complete Digest: sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd Status: Downloaded newer image for ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd 2026-04-28 12:54.35 ---> using "cb2c910d515c1f3970eb53650720ba97de566a13693c58b45eb595cdcfba01ee" from cache /: (comment debian-13-5.4_ppc64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-28 12:54.35 ---> using "3093075fce671cf0f27254b3d51ae799ab00fc7592ff192c6e19d110e80a4aae" 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 2026-04-28 12:54.35 ---> using "7288b528cb2b86ad0c8ef15cdc956cd0013d29671bc10a2016d79fa0d971af38" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-04-28 12:54.35 ---> using "0c9290d8da03c97184fcfa6acd15c44312a566c33cfb162e105b78c1269c798f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-28 12:54.35 ---> using "420eae9aa094b4f37b692695880233ff53f64f1c6bd219c67211187d9c396a67" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..d5058a91d4 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-28 12:54.35 ---> using "4cc5d58e3e8d447e84993e56596a85973df5fc930c2b84407daf1b04174e5e0a" from cache /src: (copy (src tsdl-ttf.opam) (dst ./)) 2026-04-28 12:54.35 ---> using "34d3e28680eac12b548f8551a585a038222a3dda0b3115c5f93228ffc6cd10bc" from cache /src: (run (network host) (shell "opam pin add -yn tsdl-ttf.dev './'")) [tsdl-ttf.dev] synchronised (file:///src) tsdl-ttf is now pinned to file:///src (version dev) 2026-04-28 12:54.35 ---> using "a84b44dabd2cfb174ec36e1d744b24647e6bfc5888c4aefef19dc48f028770e3" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-28 12:54.35 ---> using "a0fb8683141a2b77b0c55bb73f0809151a6be0b50ddc95a2c3b7b814ba3de858" from cache /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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 ppc64el Packages [122 kB] - Fetched 212 kB in 0s (1147 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tsdl-ttf.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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libffi-dev libsdl2-dev libsdl2-ttf-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-ttf-dev" "pkg-config" - Preconfiguring packages ... - Selecting previously unselected package libsystemd-shared:ppc64el. - (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 ... 20629 files and directories currently installed.) - Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_ppc64el.deb ... - Unpacking libsystemd-shared:ppc64el (257.9-1~deb13u1) ... - Setting up libsystemd-shared:ppc64el (257.9-1~deb13u1) ... - Selecting previously unselected package systemd. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20637 files and directories currently installed.) - Preparing to unpack .../systemd_257.9-1~deb13u1_ppc64el.deb ... - Unpacking systemd (257.9-1~deb13u1) ... - Setting up systemd (257.9-1~deb13u1) ... - Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'. - Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'. - Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'. - Initializing machine ID from random generator. - Creating group 'systemd-journal' with GID 999. - Creating group 'systemd-network' with GID 998. - Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. - /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. - Selecting previously unselected package systemd-sysv. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21523 files and directories currently installed.) - Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_ppc64el.deb ... - Unpacking systemd-sysv (257.9-1~deb13u1) ... - Selecting previously unselected package libdbus-1-3:ppc64el. - Preparing to unpack .../1-libdbus-1-3_1.16.2-2_ppc64el.deb ... - Unpacking libdbus-1-3:ppc64el (1.16.2-2) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../2-dbus-bin_1.16.2-2_ppc64el.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_ppc64el.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_ppc64el.deb ... - Unpacking dbus (1.16.2-2) ... - Selecting previously unselected package libpython3.13-minimal:ppc64el. - Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_ppc64el.deb ... - Unpacking libpython3.13-minimal:ppc64el (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../8-python3.13-minimal_3.13.5-2_ppc64el.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:ppc64el (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 ... 21940 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_ppc64el.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:ppc64el. - Preparing to unpack .../3-libreadline8t64_8.2-6_ppc64el.deb ... - Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8 to /lib/powerpc64le-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8.2 to /lib/powerpc64le-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8 to /lib/powerpc64le-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8.2 to /lib/powerpc64le-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:ppc64el (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:ppc64el. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_ppc64el.deb ... - Unpacking libpython3.13-stdlib:ppc64el (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_ppc64el.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:ppc64el. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_ppc64el.deb ... - Unpacking libpython3-stdlib:ppc64el (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 ... 22426 files and directories currently installed.) - Preparing to unpack .../000-python3_3.13.5-1_ppc64el.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package libnss-systemd:ppc64el. - Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_ppc64el.deb ... - Unpacking libnss-systemd:ppc64el (257.9-1~deb13u1) ... - Selecting previously unselected package libpam-systemd:ppc64el. - Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_ppc64el.deb ... - Unpacking libpam-systemd:ppc64el (257.9-1~deb13u1) ... - Selecting previously unselected package systemd-timesyncd. - Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_ppc64el.deb ... - Unpacking systemd-timesyncd (257.9-1~deb13u1) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4+deb13u1_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package libglib2.0-0t64:ppc64el. - Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libglib2.0-0t64:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package libxml2:ppc64el. - Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_ppc64el.deb ... - Unpacking libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../007-shared-mime-info_2.4-5+b2_ppc64el.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package libjpeg62-turbo:ppc64el. - Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_ppc64el.deb ... - Unpacking libjpeg62-turbo:ppc64el (1:2.1.5-4) ... - Selecting previously unselected package libpng16-16t64:ppc64el. - Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u4_ppc64el.deb ... - Unpacking libpng16-16t64:ppc64el (1.6.48-1+deb13u4) ... - Selecting previously unselected package libdeflate0:ppc64el. - Preparing to unpack .../010-libdeflate0_1.23-2_ppc64el.deb ... - Unpacking libdeflate0:ppc64el (1.23-2) ... - Selecting previously unselected package libjbig0:ppc64el. - Preparing to unpack .../011-libjbig0_2.1-6.1+b2_ppc64el.deb ... - Unpacking libjbig0:ppc64el (2.1-6.1+b2) ... - Selecting previously unselected package liblerc4:ppc64el. - Preparing to unpack .../012-liblerc4_4.0.0+ds-5_ppc64el.deb ... - Unpacking liblerc4:ppc64el (4.0.0+ds-5) ... - Selecting previously unselected package libsharpyuv0:ppc64el. - Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_ppc64el.deb ... - Unpacking libsharpyuv0:ppc64el (1.5.0-0.1) ... - Selecting previously unselected package libwebp7:ppc64el. - Preparing to unpack .../014-libwebp7_1.5.0-0.1_ppc64el.deb ... - Unpacking libwebp7:ppc64el (1.5.0-0.1) ... - Selecting previously unselected package libtiff6:ppc64el. - Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u2_ppc64el.deb ... - Unpacking libtiff6:ppc64el (4.7.0-3+deb13u2) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:ppc64el. - Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_ppc64el.deb ... - Unpacking libgdk-pixbuf-2.0-0:ppc64el (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package gtk-update-icon-cache. - Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_ppc64el.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:ppc64el. - Preparing to unpack .../022-libasound2t64_1.2.14-1_ppc64el.deb ... - Unpacking libasound2t64:ppc64el (1.2.14-1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../023-alsa-ucm-conf_1.2.14-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.14-1) ... - Selecting previously unselected package at-spi2-common. - Preparing to unpack .../024-at-spi2-common_2.56.2-1+deb13u1_all.deb ... - Unpacking at-spi2-common (2.56.2-1+deb13u1) ... - Selecting previously unselected package libxi6:ppc64el. - Preparing to unpack .../025-libxi6_2%3a1.8.2-1_ppc64el.deb ... - Unpacking libxi6:ppc64el (2:1.8.2-1) ... - Selecting previously unselected package libatspi2.0-0t64:ppc64el. - Preparing to unpack .../026-libatspi2.0-0t64_2.56.2-1+deb13u1_ppc64el.deb ... - Unpacking libatspi2.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../027-x11-common_1%3a7.7+24+deb13u1_all.deb ... - Unpacking x11-common (1:7.7+24+deb13u1) ... - Selecting previously unselected package libxtst6:ppc64el. - Preparing to unpack .../028-libxtst6_2%3a1.2.5-1_ppc64el.deb ... - Unpacking libxtst6:ppc64el (2:1.2.5-1) ... - Selecting previously unselected package dbus-user-session. - Preparing to unpack .../029-dbus-user-session_1.16.2-2_ppc64el.deb ... - Unpacking dbus-user-session (1.16.2-2) ... - Selecting previously unselected package libdconf1:ppc64el. - Preparing to unpack .../030-libdconf1_0.40.0-5_ppc64el.deb ... - Unpacking libdconf1:ppc64el (0.40.0-5) ... - Selecting previously unselected package dconf-service. - Preparing to unpack .../031-dconf-service_0.40.0-5_ppc64el.deb ... - Unpacking dconf-service (0.40.0-5) ... - Selecting previously unselected package dconf-gsettings-backend:ppc64el. - Preparing to unpack .../032-dconf-gsettings-backend_0.40.0-5_ppc64el.deb ... - Unpacking dconf-gsettings-backend:ppc64el (0.40.0-5) ... - Selecting previously unselected package gsettings-desktop-schemas. - Preparing to unpack .../033-gsettings-desktop-schemas_48.0-1_all.deb ... - Unpacking gsettings-desktop-schemas (48.0-1) ... - Selecting previously unselected package at-spi2-core. - Preparing to unpack .../034-at-spi2-core_2.56.2-1+deb13u1_ppc64el.deb ... - Unpacking at-spi2-core (2.56.2-1+deb13u1) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../035-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package libdevmapper1.02.1:ppc64el. - Preparing to unpack .../036-libdevmapper1.02.1_2%3a1.02.205-2_ppc64el.deb ... - Unpacking libdevmapper1.02.1:ppc64el (2:1.02.205-2) ... - Selecting previously unselected package dmsetup. - Preparing to unpack .../037-dmsetup_2%3a1.02.205-2_ppc64el.deb ... - Unpacking dmsetup (2:1.02.205-2) ... - Selecting previously unselected package libfreetype6:ppc64el. - Preparing to unpack .../038-libfreetype6_2.13.3+dfsg-1+deb13u1_ppc64el.deb ... - Unpacking libfreetype6:ppc64el (2.13.3+dfsg-1+deb13u1) ... - 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_ppc64el.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1:ppc64el. - Preparing to unpack .../042-libfontconfig1_2.15.0-2.3_ppc64el.deb ... - Unpacking libfontconfig1:ppc64el (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../043-fontconfig_2.15.0-2.3_ppc64el.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package gir1.2-glib-2.0:ppc64el. - Preparing to unpack .../044-gir1.2-glib-2.0_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking gir1.2-glib-2.0:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package libpixman-1-0:ppc64el. - Preparing to unpack .../045-libpixman-1-0_0.44.0-3_ppc64el.deb ... - Unpacking libpixman-1-0:ppc64el (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:ppc64el. - Preparing to unpack .../046-libxcb-render0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-render0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:ppc64el. - Preparing to unpack .../047-libxcb-shm0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-shm0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:ppc64el. - Preparing to unpack .../048-libxrender1_1%3a0.9.12-1_ppc64el.deb ... - Unpacking libxrender1:ppc64el (1:0.9.12-1) ... - Selecting previously unselected package libcairo2:ppc64el. - Preparing to unpack .../049-libcairo2_1.18.4-1+b1_ppc64el.deb ... - Unpacking libcairo2:ppc64el (1.18.4-1+b1) ... - Selecting previously unselected package libcairo-gobject2:ppc64el. - Preparing to unpack .../050-libcairo-gobject2_1.18.4-1+b1_ppc64el.deb ... - Unpacking libcairo-gobject2:ppc64el (1.18.4-1+b1) ... - Selecting previously unselected package gir1.2-freedesktop:ppc64el. - Preparing to unpack .../051-gir1.2-freedesktop_1.84.0-1_ppc64el.deb ... - Unpacking gir1.2-freedesktop:ppc64el (1.84.0-1) ... - Selecting previously unselected package gir1.2-glib-2.0-dev:ppc64el. - Preparing to unpack .../052-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking gir1.2-glib-2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package gir1.2-freedesktop-dev:ppc64el. - Preparing to unpack .../053-gir1.2-freedesktop-dev_1.84.0-1_ppc64el.deb ... - Unpacking gir1.2-freedesktop-dev:ppc64el (1.84.0-1) ... - Selecting previously unselected package libgraphite2-3:ppc64el. - Preparing to unpack .../054-libgraphite2-3_1.3.14-2+b1_ppc64el.deb ... - Unpacking libgraphite2-3:ppc64el (1.3.14-2+b1) ... - Selecting previously unselected package libharfbuzz0b:ppc64el. - Preparing to unpack .../055-libharfbuzz0b_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz0b:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-gobject0:ppc64el. - Preparing to unpack .../056-libharfbuzz-gobject0_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz-gobject0:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:ppc64el. - Preparing to unpack .../057-gir1.2-harfbuzz-0.0_10.2.0-1+b1_ppc64el.deb ... - Unpacking gir1.2-harfbuzz-0.0:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-5:ppc64el. - Preparing to unpack .../058-libibus-1.0-5_1.5.32-2_ppc64el.deb ... - Unpacking libibus-1.0-5:ppc64el (1.5.32-2) ... - Selecting previously unselected package gir1.2-ibus-1.0:ppc64el. - Preparing to unpack .../059-gir1.2-ibus-1.0_1.5.32-2_ppc64el.deb ... - Unpacking gir1.2-ibus-1.0:ppc64el (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:ppc64el. - Preparing to unpack .../061-libgirepository-2.0-0_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libgirepository-2.0-0:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package girepository-tools:ppc64el. - Preparing to unpack .../062-girepository-tools_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking girepository-tools:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package libicu76:ppc64el. - Preparing to unpack .../063-libicu76_76.1-4_ppc64el.deb ... - Unpacking libicu76:ppc64el (76.1-4) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../064-icu-devtools_76.1-4_ppc64el.deb ... - Unpacking icu-devtools (76.1-4) ... - Selecting previously unselected package libasound2-dev:ppc64el. - Preparing to unpack .../065-libasound2-dev_1.2.14-1_ppc64el.deb ... - Unpacking libasound2-dev:ppc64el (1.2.14-1) ... - Selecting previously unselected package libasyncns0:ppc64el. - Preparing to unpack .../066-libasyncns0_0.8-6+b5_ppc64el.deb ... - Unpacking libasyncns0:ppc64el (0.8-6+b5) ... - Selecting previously unselected package libatk1.0-0t64:ppc64el. - Preparing to unpack .../067-libatk1.0-0t64_2.56.2-1+deb13u1_ppc64el.deb ... - Unpacking libatk1.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Selecting previously unselected package libatk-bridge2.0-0t64:ppc64el. - Preparing to unpack .../068-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_ppc64el.deb ... - Unpacking libatk-bridge2.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Selecting previously unselected package libavahi-common-data:ppc64el. - Preparing to unpack .../069-libavahi-common-data_0.8-16_ppc64el.deb ... - Unpacking libavahi-common-data:ppc64el (0.8-16) ... - Selecting previously unselected package libavahi-common3:ppc64el. - Preparing to unpack .../070-libavahi-common3_0.8-16_ppc64el.deb ... - Unpacking libavahi-common3:ppc64el (0.8-16) ... - Selecting previously unselected package libavahi-client3:ppc64el. - Preparing to unpack .../071-libavahi-client3_0.8-16_ppc64el.deb ... - Unpacking libavahi-client3:ppc64el (0.8-16) ... - Selecting previously unselected package uuid-dev:ppc64el. - Preparing to unpack .../072-uuid-dev_2.41-5_ppc64el.deb ... - Unpacking uuid-dev:ppc64el (2.41-5) ... - Selecting previously unselected package libblkid-dev:ppc64el. - Preparing to unpack .../073-libblkid-dev_2.41-5_ppc64el.deb ... - Unpacking libblkid-dev:ppc64el (2.41-5) ... - Selecting previously unselected package libbrotli-dev:ppc64el. - Preparing to unpack .../074-libbrotli-dev_1.1.0-2+b7_ppc64el.deb ... - Unpacking libbrotli-dev:ppc64el (1.1.0-2+b7) ... - Selecting previously unselected package libbz2-dev:ppc64el. - Preparing to unpack .../075-libbz2-dev_1.0.8-6_ppc64el.deb ... - Unpacking libbz2-dev:ppc64el (1.0.8-6) ... - Selecting previously unselected package libcloudproviders0:ppc64el. - Preparing to unpack .../076-libcloudproviders0_0.3.6-2_ppc64el.deb ... - Unpacking libcloudproviders0:ppc64el (0.3.6-2) ... - Selecting previously unselected package liblcms2-2:ppc64el. - Preparing to unpack .../077-liblcms2-2_2.16-2_ppc64el.deb ... - Unpacking liblcms2-2:ppc64el (2.16-2) ... - Selecting previously unselected package libcolord2:ppc64el. - Preparing to unpack .../078-libcolord2_1.4.7-3_ppc64el.deb ... - Unpacking libcolord2:ppc64el (1.4.7-3) ... - Selecting previously unselected package libjson-c5:ppc64el. - Preparing to unpack .../079-libjson-c5_0.18+ds-1_ppc64el.deb ... - Unpacking libjson-c5:ppc64el (0.18+ds-1) ... - Selecting previously unselected package libcryptsetup12:ppc64el. - Preparing to unpack .../080-libcryptsetup12_2%3a2.7.5-2_ppc64el.deb ... - Unpacking libcryptsetup12:ppc64el (2:2.7.5-2) ... - Selecting previously unselected package libcups2t64:ppc64el. - Preparing to unpack .../081-libcups2t64_2.4.10-3+deb13u2_ppc64el.deb ... - Unpacking libcups2t64:ppc64el (2.4.10-3+deb13u2) ... - Selecting previously unselected package libdatrie1:ppc64el. - Preparing to unpack .../082-libdatrie1_0.2.13-3+b1_ppc64el.deb ... - Unpacking libdatrie1:ppc64el (0.2.13-3+b1) ... - Selecting previously unselected package libdav1d7:ppc64el. - Preparing to unpack .../083-libdav1d7_1.5.1-1_ppc64el.deb ... - Unpacking libdav1d7:ppc64el (1.5.1-1) ... - Selecting previously unselected package libsystemd-dev:ppc64el. - Preparing to unpack .../084-libsystemd-dev_257.9-1~deb13u1_ppc64el.deb ... - Unpacking libsystemd-dev:ppc64el (257.9-1~deb13u1) ... - Selecting previously unselected package libpkgconf3:ppc64el. - Preparing to unpack .../085-libpkgconf3_1.8.1-4_ppc64el.deb ... - Unpacking libpkgconf3:ppc64el (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../086-pkgconf-bin_1.8.1-4_ppc64el.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:ppc64el. - Preparing to unpack .../087-pkgconf_1.8.1-4_ppc64el.deb ... - Unpacking pkgconf:ppc64el (1.8.1-4) ... - Selecting previously unselected package sgml-base. - Preparing to unpack .../088-sgml-base_1.31+nmu1_all.deb ... - Unpacking sgml-base (1.31+nmu1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../089-xml-core_0.19_all.deb ... - Unpacking xml-core (0.19) ... - Selecting previously unselected package libdbus-1-dev:ppc64el. - Preparing to unpack .../090-libdbus-1-dev_1.16.2-2_ppc64el.deb ... - Unpacking libdbus-1-dev:ppc64el (1.16.2-2) ... - Selecting previously unselected package libwayland-client0:ppc64el. - Preparing to unpack .../091-libwayland-client0_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-client0:ppc64el (1.23.1-3) ... - Selecting previously unselected package libdecor-0-0:ppc64el. - Preparing to unpack .../092-libdecor-0-0_0.2.2-2_ppc64el.deb ... - Unpacking libdecor-0-0:ppc64el (0.2.2-2) ... - Selecting previously unselected package libwayland-server0:ppc64el. - Preparing to unpack .../093-libwayland-server0_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-server0:ppc64el (1.23.1-3) ... - Selecting previously unselected package libwayland-cursor0:ppc64el. - Preparing to unpack .../094-libwayland-cursor0_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-cursor0:ppc64el (1.23.1-3) ... - Selecting previously unselected package libwayland-egl1:ppc64el. - Preparing to unpack .../095-libwayland-egl1_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-egl1:ppc64el (1.23.1-3) ... - Selecting previously unselected package libwayland-bin. - Preparing to unpack .../096-libwayland-bin_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-bin (1.23.1-3) ... - Selecting previously unselected package libffi-dev:ppc64el. - Preparing to unpack .../097-libffi-dev_3.4.8-2_ppc64el.deb ... - Unpacking libffi-dev:ppc64el (3.4.8-2) ... - Selecting previously unselected package libwayland-dev:ppc64el. - Preparing to unpack .../098-libwayland-dev_1.23.1-3_ppc64el.deb ... - Unpacking libwayland-dev:ppc64el (1.23.1-3) ... - Selecting previously unselected package libdecor-0-dev:ppc64el. - Preparing to unpack .../099-libdecor-0-dev_0.2.2-2_ppc64el.deb ... - Unpacking libdecor-0-dev:ppc64el (0.2.2-2) ... - Selecting previously unselected package libepoxy0:ppc64el. - Preparing to unpack .../100-libepoxy0_1.5.10-2_ppc64el.deb ... - Unpacking libepoxy0:ppc64el (1.5.10-2) ... - Selecting previously unselected package libfribidi0:ppc64el. - Preparing to unpack .../101-libfribidi0_1.0.16-1_ppc64el.deb ... - Unpacking libfribidi0:ppc64el (1.0.16-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../102-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libthai0:ppc64el. - Preparing to unpack .../103-libthai0_0.1.29-2+b1_ppc64el.deb ... - Unpacking libthai0:ppc64el (0.1.29-2+b1) ... - Selecting previously unselected package libpango-1.0-0:ppc64el. - Preparing to unpack .../104-libpango-1.0-0_1.56.3-1_ppc64el.deb ... - Unpacking libpango-1.0-0:ppc64el (1.56.3-1) ... - Selecting previously unselected package libpangoft2-1.0-0:ppc64el. - Preparing to unpack .../105-libpangoft2-1.0-0_1.56.3-1_ppc64el.deb ... - Unpacking libpangoft2-1.0-0:ppc64el (1.56.3-1) ... - Selecting previously unselected package libpangocairo-1.0-0:ppc64el. - Preparing to unpack .../106-libpangocairo-1.0-0_1.56.3-1_ppc64el.deb ... - Unpacking libpangocairo-1.0-0:ppc64el (1.56.3-1) ... - Selecting previously unselected package libxcomposite1:ppc64el. - Preparing to unpack .../107-libxcomposite1_1%3a0.4.6-1_ppc64el.deb ... - Unpacking libxcomposite1:ppc64el (1:0.4.6-1) ... - Selecting previously unselected package libxfixes3:ppc64el. - Preparing to unpack .../108-libxfixes3_1%3a6.0.0-2+b4_ppc64el.deb ... - Unpacking libxfixes3:ppc64el (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor1:ppc64el. - Preparing to unpack .../109-libxcursor1_1%3a1.2.3-1_ppc64el.deb ... - Unpacking libxcursor1:ppc64el (1:1.2.3-1) ... - Selecting previously unselected package libxdamage1:ppc64el. - Preparing to unpack .../110-libxdamage1_1%3a1.1.6-1+b2_ppc64el.deb ... - Unpacking libxdamage1:ppc64el (1:1.1.6-1+b2) ... - Selecting previously unselected package libxinerama1:ppc64el. - Preparing to unpack .../111-libxinerama1_2%3a1.1.4-3+b4_ppc64el.deb ... - Unpacking libxinerama1:ppc64el (2:1.1.4-3+b4) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../112-xkb-data_2.42-1_all.deb ... - Unpacking xkb-data (2.42-1) ... - Selecting previously unselected package libxkbcommon0:ppc64el. - Preparing to unpack .../113-libxkbcommon0_1.7.0-2_ppc64el.deb ... - Unpacking libxkbcommon0:ppc64el (1.7.0-2) ... - Selecting previously unselected package libxrandr2:ppc64el. - Preparing to unpack .../114-libxrandr2_2%3a1.5.4-1+b3_ppc64el.deb ... - Unpacking libxrandr2:ppc64el (2:1.5.4-1+b3) ... - Selecting previously unselected package libgtk-3-common. - Preparing to unpack .../115-libgtk-3-common_3.24.49-3_all.deb ... - Unpacking libgtk-3-common (3.24.49-3) ... - Selecting previously unselected package libgtk-3-0t64:ppc64el. - Preparing to unpack .../116-libgtk-3-0t64_3.24.49-3_ppc64el.deb ... - Unpacking libgtk-3-0t64:ppc64el (3.24.49-3) ... - Selecting previously unselected package libdecor-0-plugin-1-gtk:ppc64el. - Preparing to unpack .../117-libdecor-0-plugin-1-gtk_0.2.2-2_ppc64el.deb ... - Unpacking libdecor-0-plugin-1-gtk:ppc64el (0.2.2-2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../118-libdrm-common_2.4.124-2_all.deb ... - Unpacking libdrm-common (2.4.124-2) ... - Selecting previously unselected package libdrm2:ppc64el. - Preparing to unpack .../119-libdrm2_2.4.124-2_ppc64el.deb ... - Unpacking libdrm2:ppc64el (2.4.124-2) ... - Selecting previously unselected package libdrm-amdgpu1:ppc64el. - Preparing to unpack .../120-libdrm-amdgpu1_2.4.124-2_ppc64el.deb ... - Unpacking libdrm-amdgpu1:ppc64el (2.4.124-2) ... - Selecting previously unselected package libdrm-radeon1:ppc64el. - Preparing to unpack .../121-libdrm-radeon1_2.4.124-2_ppc64el.deb ... - Unpacking libdrm-radeon1:ppc64el (2.4.124-2) ... - Selecting previously unselected package libdrm-nouveau2:ppc64el. - Preparing to unpack .../122-libdrm-nouveau2_2.4.124-2_ppc64el.deb ... - Unpacking libdrm-nouveau2:ppc64el (2.4.124-2) ... - Selecting previously unselected package libpciaccess0:ppc64el. - Preparing to unpack .../123-libpciaccess0_0.17-3+b3_ppc64el.deb ... - Unpacking libpciaccess0:ppc64el (0.17-3+b3) ... - Selecting previously unselected package libpciaccess-dev:ppc64el. - Preparing to unpack .../124-libpciaccess-dev_0.17-3+b3_ppc64el.deb ... - Unpacking libpciaccess-dev:ppc64el (0.17-3+b3) ... - Selecting previously unselected package libdrm-dev:ppc64el. - Preparing to unpack .../125-libdrm-dev_2.4.124-2_ppc64el.deb ... - Unpacking libdrm-dev:ppc64el (2.4.124-2) ... - Selecting previously unselected package libglvnd0:ppc64el. - Preparing to unpack .../126-libglvnd0_1.7.0-1+b2_ppc64el.deb ... - Unpacking libglvnd0:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libelf1t64:ppc64el. - Preparing to unpack .../127-libelf1t64_0.192-4_ppc64el.deb ... - Unpacking libelf1t64:ppc64el (0.192-4) ... - Selecting previously unselected package libz3-4:ppc64el. - Preparing to unpack .../128-libz3-4_4.13.3-1_ppc64el.deb ... - Unpacking libz3-4:ppc64el (4.13.3-1) ... - Selecting previously unselected package libllvm19:ppc64el. - Preparing to unpack .../129-libllvm19_1%3a19.1.7-3+b1_ppc64el.deb ... - Unpacking libllvm19:ppc64el (1:19.1.7-3+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../130-libsensors-config_1%3a3.6.2-2_all.deb ... - Unpacking libsensors-config (1:3.6.2-2) ... - Selecting previously unselected package libsensors5:ppc64el. - Preparing to unpack .../131-libsensors5_1%3a3.6.2-2_ppc64el.deb ... - Unpacking libsensors5:ppc64el (1:3.6.2-2) ... - Selecting previously unselected package libx11-xcb1:ppc64el. - Preparing to unpack .../132-libx11-xcb1_2%3a1.8.12-1_ppc64el.deb ... - Unpacking libx11-xcb1:ppc64el (2:1.8.12-1) ... - Selecting previously unselected package libxcb-dri3-0:ppc64el. - Preparing to unpack .../133-libxcb-dri3-0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-dri3-0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-present0:ppc64el. - Preparing to unpack .../134-libxcb-present0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-present0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-randr0:ppc64el. - Preparing to unpack .../135-libxcb-randr0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-randr0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-sync1:ppc64el. - Preparing to unpack .../136-libxcb-sync1_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-sync1:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-xfixes0:ppc64el. - Preparing to unpack .../137-libxcb-xfixes0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-xfixes0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxshmfence1:ppc64el. - Preparing to unpack .../138-libxshmfence1_1.3.3-1_ppc64el.deb ... - Unpacking libxshmfence1:ppc64el (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:ppc64el. - Preparing to unpack .../139-mesa-libgallium_25.0.7-2_ppc64el.deb ... - Unpacking mesa-libgallium:ppc64el (25.0.7-2) ... - Selecting previously unselected package libgbm1:ppc64el. - Preparing to unpack .../140-libgbm1_25.0.7-2_ppc64el.deb ... - Unpacking libgbm1:ppc64el (25.0.7-2) ... - Selecting previously unselected package libegl-mesa0:ppc64el. - Preparing to unpack .../141-libegl-mesa0_25.0.7-2_ppc64el.deb ... - Unpacking libegl-mesa0:ppc64el (25.0.7-2) ... - Selecting previously unselected package libegl1:ppc64el. - Preparing to unpack .../142-libegl1_1.7.0-1+b2_ppc64el.deb ... - Unpacking libegl1:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libxcb-glx0:ppc64el. - Preparing to unpack .../143-libxcb-glx0_1.17.0-2+b1_ppc64el.deb ... - Unpacking libxcb-glx0:ppc64el (1.17.0-2+b1) ... - Selecting previously unselected package libxxf86vm1:ppc64el. - Preparing to unpack .../144-libxxf86vm1_1%3a1.1.4-1+b4_ppc64el.deb ... - Unpacking libxxf86vm1:ppc64el (1:1.1.4-1+b4) ... - Selecting previously unselected package libvulkan1:ppc64el. - Preparing to unpack .../145-libvulkan1_1.4.309.0-1_ppc64el.deb ... - Unpacking libvulkan1:ppc64el (1.4.309.0-1) ... - Selecting previously unselected package libgl1-mesa-dri:ppc64el. - Preparing to unpack .../146-libgl1-mesa-dri_25.0.7-2_ppc64el.deb ... - Unpacking libgl1-mesa-dri:ppc64el (25.0.7-2) ... - Selecting previously unselected package libglx-mesa0:ppc64el. - Preparing to unpack .../147-libglx-mesa0_25.0.7-2_ppc64el.deb ... - Unpacking libglx-mesa0:ppc64el (25.0.7-2) ... - Selecting previously unselected package libglx0:ppc64el. - Preparing to unpack .../148-libglx0_1.7.0-1+b2_ppc64el.deb ... - Unpacking libglx0:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libgl1:ppc64el. - Preparing to unpack .../149-libgl1_1.7.0-1+b2_ppc64el.deb ... - Unpacking libgl1:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libglx-dev:ppc64el. - Preparing to unpack .../150-libglx-dev_1.7.0-1+b2_ppc64el.deb ... - Unpacking libglx-dev:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libgl-dev:ppc64el. - Preparing to unpack .../151-libgl-dev_1.7.0-1+b2_ppc64el.deb ... - Unpacking libgl-dev:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libegl-dev:ppc64el. - Preparing to unpack .../152-libegl-dev_1.7.0-1+b2_ppc64el.deb ... - Unpacking libegl-dev:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libogg0:ppc64el. - Preparing to unpack .../153-libogg0_1.3.5-3+b2_ppc64el.deb ... - Unpacking libogg0:ppc64el (1.3.5-3+b2) ... - Selecting previously unselected package libflac14:ppc64el. - Preparing to unpack .../154-libflac14_1.5.0+ds-2_ppc64el.deb ... - Unpacking libflac14:ppc64el (1.5.0+ds-2) ... - Selecting previously unselected package zlib1g-dev:ppc64el. - Preparing to unpack .../155-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ... - Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:ppc64el. - Preparing to unpack .../156-libpng-dev_1.6.48-1+deb13u4_ppc64el.deb ... - Unpacking libpng-dev:ppc64el (1.6.48-1+deb13u4) ... - Selecting previously unselected package libfreetype-dev:ppc64el. - Preparing to unpack .../157-libfreetype-dev_2.13.3+dfsg-1+deb13u1_ppc64el.deb ... - Unpacking libfreetype-dev:ppc64el (2.13.3+dfsg-1+deb13u1) ... - Selecting previously unselected package libgbm-dev:ppc64el. - Preparing to unpack .../158-libgbm-dev_25.0.7-2_ppc64el.deb ... - Unpacking libgbm-dev:ppc64el (25.0.7-2) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../159-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_ppc64el.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package libsepol-dev:ppc64el. - Preparing to unpack .../160-libsepol-dev_3.8.1-1_ppc64el.deb ... - Unpacking libsepol-dev:ppc64el (3.8.1-1) ... - Selecting previously unselected package libpcre2-16-0:ppc64el. - Preparing to unpack .../161-libpcre2-16-0_10.46-1~deb13u1_ppc64el.deb ... - Unpacking libpcre2-16-0:ppc64el (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-32-0:ppc64el. - Preparing to unpack .../162-libpcre2-32-0_10.46-1~deb13u1_ppc64el.deb ... - Unpacking libpcre2-32-0:ppc64el (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-posix3:ppc64el. - Preparing to unpack .../163-libpcre2-posix3_10.46-1~deb13u1_ppc64el.deb ... - Unpacking libpcre2-posix3:ppc64el (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-dev:ppc64el. - Preparing to unpack .../164-libpcre2-dev_10.46-1~deb13u1_ppc64el.deb ... - Unpacking libpcre2-dev:ppc64el (10.46-1~deb13u1) ... - Selecting previously unselected package libselinux1-dev:ppc64el. - Preparing to unpack .../165-libselinux1-dev_3.8.1-1_ppc64el.deb ... - Unpacking libselinux1-dev:ppc64el (3.8.1-1) ... - Selecting previously unselected package libmount-dev:ppc64el. - Preparing to unpack .../166-libmount-dev_2.41-5_ppc64el.deb ... - Unpacking libmount-dev:ppc64el (2.41-5) ... - Selecting previously unselected package libsysprof-capture-4-dev:ppc64el. - Preparing to unpack .../167-libsysprof-capture-4-dev_48.0-2_ppc64el.deb ... - Unpacking libsysprof-capture-4-dev:ppc64el (48.0-2) ... - Selecting previously unselected package libgio-2.0-dev:ppc64el. - Preparing to unpack .../168-libgio-2.0-dev_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libgio-2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package python3-packaging. - Preparing to unpack .../169-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 .../170-libgio-2.0-dev-bin_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libgles1:ppc64el. - Preparing to unpack .../171-libgles1_1.7.0-1+b2_ppc64el.deb ... - Unpacking libgles1:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libgles2:ppc64el. - Preparing to unpack .../172-libgles2_1.7.0-1+b2_ppc64el.deb ... - Unpacking libgles2:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libgles-dev:ppc64el. - Preparing to unpack .../173-libgles-dev_1.7.0-1+b2_ppc64el.deb ... - Unpacking libgles-dev:ppc64el (1.7.0-1+b2) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../174-libglib2.0-data_2.84.4-3~deb13u2_all.deb ... - Unpacking libglib2.0-data (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../175-libglib2.0-bin_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../176-libglib2.0-dev-bin_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev:ppc64el. - Preparing to unpack .../177-libglib2.0-dev_2.84.4-3~deb13u2_ppc64el.deb ... - Unpacking libglib2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Selecting previously unselected package libgraphite2-dev:ppc64el. - Preparing to unpack .../178-libgraphite2-dev_1.3.14-2+b1_ppc64el.deb ... - Unpacking libgraphite2-dev:ppc64el (1.3.14-2+b1) ... - Selecting previously unselected package libgtk-3-bin. - Preparing to unpack .../179-libgtk-3-bin_3.24.49-3_ppc64el.deb ... - Unpacking libgtk-3-bin (3.24.49-3) ... - Selecting previously unselected package libharfbuzz-cairo0:ppc64el. - Preparing to unpack .../180-libharfbuzz-cairo0_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz-cairo0:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-icu0:ppc64el. - Preparing to unpack .../181-libharfbuzz-icu0_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz-icu0:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-subset0:ppc64el. - Preparing to unpack .../182-libharfbuzz-subset0_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz-subset0:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libicu-dev:ppc64el. - Preparing to unpack .../183-libicu-dev_76.1-4_ppc64el.deb ... - Unpacking libicu-dev:ppc64el (76.1-4) ... - Selecting previously unselected package libharfbuzz-dev:ppc64el. - Preparing to unpack .../184-libharfbuzz-dev_10.2.0-1+b1_ppc64el.deb ... - Unpacking libharfbuzz-dev:ppc64el (10.2.0-1+b1) ... - Selecting previously unselected package libibus-1.0-dev:ppc64el. - Preparing to unpack .../185-libibus-1.0-dev_1.5.32-2_ppc64el.deb ... - Unpacking libibus-1.0-dev:ppc64el (1.5.32-2) ... - Selecting previously unselected package libice6:ppc64el. - Preparing to unpack .../186-libice6_2%3a1.1.1-1_ppc64el.deb ... - Unpacking libice6:ppc64el (2:1.1.1-1) ... - Selecting previously unselected package libice-dev:ppc64el. - Preparing to unpack .../187-libice-dev_2%3a1.1.1-1_ppc64el.deb ... - Unpacking libice-dev:ppc64el (2:1.1.1-1) ... - Selecting previously unselected package libkmod2:ppc64el. - Preparing to unpack .../188-libkmod2_34.2-2_ppc64el.deb ... - Unpacking libkmod2:ppc64el (34.2-2) ... - Selecting previously unselected package libmp3lame0:ppc64el. - Preparing to unpack .../189-libmp3lame0_3.100-6+b3_ppc64el.deb ... - Unpacking libmp3lame0:ppc64el (3.100-6+b3) ... - Selecting previously unselected package libmpg123-0t64:ppc64el. - Preparing to unpack .../190-libmpg123-0t64_1.32.10-1+deb13u1_ppc64el.deb ... - Unpacking libmpg123-0t64:ppc64el (1.32.10-1+deb13u1) ... - Selecting previously unselected package libopus0:ppc64el. - Preparing to unpack .../191-libopus0_1.5.2-2_ppc64el.deb ... - Unpacking libopus0:ppc64el (1.5.2-2) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../192-libpng-tools_1.6.48-1+deb13u4_ppc64el.deb ... - Unpacking libpng-tools (1.6.48-1+deb13u4) ... - Selecting previously unselected package libvorbis0a:ppc64el. - Preparing to unpack .../193-libvorbis0a_1.3.7-3_ppc64el.deb ... - Unpacking libvorbis0a:ppc64el (1.3.7-3) ... - Selecting previously unselected package libvorbisenc2:ppc64el. - Preparing to unpack .../194-libvorbisenc2_1.3.7-3_ppc64el.deb ... - Unpacking libvorbisenc2:ppc64el (1.3.7-3) ... - Selecting previously unselected package libsndfile1:ppc64el. - Preparing to unpack .../195-libsndfile1_1.2.2-2+deb13u1_ppc64el.deb ... - Unpacking libsndfile1:ppc64el (1.2.2-2+deb13u1) ... - Selecting previously unselected package libpulse0:ppc64el. - Preparing to unpack .../196-libpulse0_17.0+dfsg1-2+b1_ppc64el.deb ... - Unpacking libpulse0:ppc64el (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-mainloop-glib0:ppc64el. - Preparing to unpack .../197-libpulse-mainloop-glib0_17.0+dfsg1-2+b1_ppc64el.deb ... - Unpacking libpulse-mainloop-glib0:ppc64el (17.0+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-dev:ppc64el. - Preparing to unpack .../198-libpulse-dev_17.0+dfsg1-2+b1_ppc64el.deb ... - Unpacking libpulse-dev:ppc64el (17.0+dfsg1-2+b1) ... - Selecting previously unselected package librsvg2-2:ppc64el. - Preparing to unpack .../199-librsvg2-2_2.60.0+dfsg-1_ppc64el.deb ... - Unpacking librsvg2-2:ppc64el (2.60.0+dfsg-1) ... - Selecting previously unselected package librsvg2-common:ppc64el. - Preparing to unpack .../200-librsvg2-common_2.60.0+dfsg-1_ppc64el.deb ... - Unpacking librsvg2-common:ppc64el (2.60.0+dfsg-1) ... - Selecting previously unselected package libsamplerate0:ppc64el. - Preparing to unpack .../201-libsamplerate0_0.2.2-4+b2_ppc64el.deb ... - Unpacking libsamplerate0:ppc64el (0.2.2-4+b2) ... - Selecting previously unselected package pkg-config:ppc64el. - Preparing to unpack .../202-pkg-config_1.8.1-4_ppc64el.deb ... - Unpacking pkg-config:ppc64el (1.8.1-4) ... - Selecting previously unselected package libsamplerate0-dev:ppc64el. - Preparing to unpack .../203-libsamplerate0-dev_0.2.2-4+b2_ppc64el.deb ... - Unpacking libsamplerate0-dev:ppc64el (0.2.2-4+b2) ... - Selecting previously unselected package libxss1:ppc64el. - Preparing to unpack .../204-libxss1_1%3a1.2.3-1+b3_ppc64el.deb ... - Unpacking libxss1:ppc64el (1:1.2.3-1+b3) ... - Selecting previously unselected package libsdl2-2.0-0:ppc64el. - Preparing to unpack .../205-libsdl2-2.0-0_2.32.4+dfsg-1_ppc64el.deb ... - Unpacking libsdl2-2.0-0:ppc64el (2.32.4+dfsg-1) ... - Selecting previously unselected package libsndio7.0:ppc64el. - Preparing to unpack .../206-libsndio7.0_1.10.0-0.1_ppc64el.deb ... - Unpacking libsndio7.0:ppc64el (1.10.0-0.1) ... - Selecting previously unselected package libsndio-dev:ppc64el. - Preparing to unpack .../207-libsndio-dev_1.10.0-0.1_ppc64el.deb ... - Unpacking libsndio-dev:ppc64el (1.10.0-0.1) ... - Selecting previously unselected package libudev-dev:ppc64el. - Preparing to unpack .../208-libudev-dev_257.9-1~deb13u1_ppc64el.deb ... - Unpacking libudev-dev:ppc64el (257.9-1~deb13u1) ... - Selecting previously unselected package libxrender-dev:ppc64el. - Preparing to unpack .../209-libxrender-dev_1%3a0.9.12-1_ppc64el.deb ... - Unpacking libxrender-dev:ppc64el (1:0.9.12-1) ... - Selecting previously unselected package libxfixes-dev:ppc64el. - Preparing to unpack .../210-libxfixes-dev_1%3a6.0.0-2+b4_ppc64el.deb ... - Unpacking libxfixes-dev:ppc64el (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor-dev:ppc64el. - Preparing to unpack .../211-libxcursor-dev_1%3a1.2.3-1_ppc64el.deb ... - Unpacking libxcursor-dev:ppc64el (1:1.2.3-1) ... - Selecting previously unselected package libxext-dev:ppc64el. - Preparing to unpack .../212-libxext-dev_2%3a1.3.4-1+b3_ppc64el.deb ... - Unpacking libxext-dev:ppc64el (2:1.3.4-1+b3) ... - Selecting previously unselected package libxi-dev:ppc64el. - Preparing to unpack .../213-libxi-dev_2%3a1.8.2-1_ppc64el.deb ... - Unpacking libxi-dev:ppc64el (2:1.8.2-1) ... - Selecting previously unselected package libxinerama-dev:ppc64el. - Preparing to unpack .../214-libxinerama-dev_2%3a1.1.4-3+b4_ppc64el.deb ... - Unpacking libxinerama-dev:ppc64el (2:1.1.4-3+b4) ... - Selecting previously unselected package libxkbcommon-dev:ppc64el. - Preparing to unpack .../215-libxkbcommon-dev_1.7.0-2_ppc64el.deb ... - Unpacking libxkbcommon-dev:ppc64el (1.7.0-2) ... - Selecting previously unselected package libxrandr-dev:ppc64el. - Preparing to unpack .../216-libxrandr-dev_2%3a1.5.4-1+b3_ppc64el.deb ... - Unpacking libxrandr-dev:ppc64el (2:1.5.4-1+b3) ... - Selecting previously unselected package libxss-dev:ppc64el. - Preparing to unpack .../217-libxss-dev_1%3a1.2.3-1+b3_ppc64el.deb ... - Unpacking libxss-dev:ppc64el (1:1.2.3-1+b3) ... - Selecting previously unselected package libsm6:ppc64el. - Preparing to unpack .../218-libsm6_2%3a1.2.6-1_ppc64el.deb ... - Unpacking libsm6:ppc64el (2:1.2.6-1) ... - Selecting previously unselected package libxt6t64:ppc64el. - Preparing to unpack .../219-libxt6t64_1%3a1.2.1-1.2+b2_ppc64el.deb ... - Unpacking libxt6t64:ppc64el (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libsm-dev:ppc64el. - Preparing to unpack .../220-libsm-dev_2%3a1.2.6-1_ppc64el.deb ... - Unpacking libsm-dev:ppc64el (2:1.2.6-1) ... - Selecting previously unselected package libxt-dev:ppc64el. - Preparing to unpack .../221-libxt-dev_1%3a1.2.1-1.2+b2_ppc64el.deb ... - Unpacking libxt-dev:ppc64el (1:1.2.1-1.2+b2) ... - Selecting previously unselected package libxv1:ppc64el. - Preparing to unpack .../222-libxv1_2%3a1.0.11-1.1+b3_ppc64el.deb ... - Unpacking libxv1:ppc64el (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxv-dev:ppc64el. - Preparing to unpack .../223-libxv-dev_2%3a1.0.11-1.1+b3_ppc64el.deb ... - Unpacking libxv-dev:ppc64el (2:1.0.11-1.1+b3) ... - Selecting previously unselected package libxxf86vm-dev:ppc64el. - Preparing to unpack .../224-libxxf86vm-dev_1%3a1.1.4-1+b4_ppc64el.deb ... - Unpacking libxxf86vm-dev:ppc64el (1:1.1.4-1+b4) ... - Selecting previously unselected package libsdl2-dev:ppc64el. - Preparing to unpack .../225-libsdl2-dev_2.32.4+dfsg-1_ppc64el.deb ... - Unpacking libsdl2-dev:ppc64el (2.32.4+dfsg-1) ... - Selecting previously unselected package libsdl2-ttf-2.0-0:ppc64el. - Preparing to unpack .../226-libsdl2-ttf-2.0-0_2.24.0+dfsg-2_ppc64el.deb ... - Unpacking libsdl2-ttf-2.0-0:ppc64el (2.24.0+dfsg-2) ... - Selecting previously unselected package libsdl2-ttf-dev:ppc64el. - Preparing to unpack .../227-libsdl2-ttf-dev_2.24.0+dfsg-2_ppc64el.deb ... - Unpacking libsdl2-ttf-dev:ppc64el (2.24.0+dfsg-2) ... - Selecting previously unselected package mesa-vulkan-drivers:ppc64el. - Preparing to unpack .../228-mesa-vulkan-drivers_25.0.7-2_ppc64el.deb ... - Unpacking mesa-vulkan-drivers:ppc64el (25.0.7-2) ... - Selecting previously unselected package systemd-cryptsetup. - Preparing to unpack .../229-systemd-cryptsetup_257.9-1~deb13u1_ppc64el.deb ... - Unpacking systemd-cryptsetup (257.9-1~deb13u1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../230-xdg-user-dirs_0.18-2_ppc64el.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Setting up media-types (13.0.0) ... - Setting up libgraphite2-3:ppc64el (1.3.14-2+b1) ... - Setting up libxcb-dri3-0:ppc64el (1.17.0-2+b1) ... - Setting up liblcms2-2:ppc64el (2.16-2) ... - Setting up libpixman-1-0:ppc64el (0.44.0-3) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libsharpyuv0:ppc64el (1.5.0-0.1) ... - Setting up libwayland-server0:ppc64el (1.23.1-3) ... - Setting up libx11-xcb1:ppc64el (2:1.8.12-1) ... - Setting up libpciaccess0:ppc64el (0.17-3+b3) ... - Setting up systemd-sysv (257.9-1~deb13u1) ... - Setting up native-architecture (0.2.6) ... - Setting up libxdamage1:ppc64el (1:1.1.6-1+b2) ... - Setting up libpciaccess-dev:ppc64el (0.17-3+b3) ... - Setting up libxcb-xfixes0:ppc64el (1.17.0-2+b1) ... - Setting up libogg0:ppc64el (1.3.5-3+b2) ... - Setting up liblerc4:ppc64el (4.0.0+ds-5) ... - Setting up hicolor-icon-theme (0.18-2) ... - Setting up libxi6:ppc64el (2:1.8.2-1) ... - Setting up libxrender1:ppc64el (1:0.9.12-1) ... - Setting up libdatrie1:ppc64el (0.2.13-3+b1) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libxcb-render0:ppc64el (1.17.0-2+b1) ... - Setting up libglvnd0:ppc64el (1.7.0-1+b2) ... - Setting up libxcb-glx0:ppc64el (1.17.0-2+b1) ... - Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ... - Setting up x11-common (1:7.7+24+deb13u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up libsensors-config (1:3.6.2-2) ... - Setting up libdeflate0:ppc64el (1.23-2) ... - Setting up libnss-systemd:ppc64el (257.9-1~deb13u1) ... - Setting up xkb-data (2.42-1) ... - Setting up libxcb-shm0:ppc64el (1.17.0-2+b1) ... - Setting up libmpg123-0t64:ppc64el (1.32.10-1+deb13u1) ... - Setting up libffi-dev:ppc64el (3.4.8-2) ... - Setting up libjbig0:ppc64el (2.1-6.1+b2) ... - Setting up libpcre2-16-0:ppc64el (10.46-1~deb13u1) ... - Setting up libelf1t64:ppc64el (0.192-4) ... - Setting up libxxf86vm1:ppc64el (1:1.1.4-1+b4) ... - Setting up libxcb-present0:ppc64el (1.17.0-2+b1) ... - Setting up libsysprof-capture-4-dev:ppc64el (48.0-2) ... - Setting up libasound2-data (1.2.14-1) ... - Setting up libgraphite2-dev:ppc64el (1.3.14-2+b1) ... - Setting up libz3-4:ppc64el (4.13.3-1) ... - Setting up libpcre2-32-0:ppc64el (10.46-1~deb13u1) ... - Setting up libglib2.0-0t64:ppc64el (2.84.4-3~deb13u2) ... - Setting up libglib2.0-data (2.84.4-3~deb13u2) ... - Setting up libpkgconf3:ppc64el (1.8.1-4) ... - Setting up libgles2:ppc64el (1.7.0-1+b2) ... - Setting up libasound2t64:ppc64el (1.2.14-1) ... - Setting up libjpeg62-turbo:ppc64el (1:2.1.5-4) ... - Setting up libepoxy0:ppc64el (1.5.10-2) ... - Setting up libxfixes3:ppc64el (1:6.0.0-2+b4) ... - Setting up libxcb-sync1:ppc64el (1.17.0-2+b1) ... - Setting up uuid-dev:ppc64el (2.41-5) ... - Setting up libavahi-common-data:ppc64el (0.8-16) ... - Setting up libgles1:ppc64el (1.7.0-1+b2) ... - Setting up libdbus-1-3:ppc64el (1.16.2-2) ... - Setting up libfribidi0:ppc64el (1.0.16-1) ... - Setting up libopus0:ppc64el (1.5.2-2) ... - Setting up libxinerama1:ppc64el (2:1.1.4-3+b4) ... - Setting up libxv1:ppc64el (2:1.0.11-1.1+b3) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:ppc64el (1.6.48-1+deb13u4) ... - Setting up systemd-timesyncd (257.9-1~deb13u1) ... - Creating group 'systemd-timesync' with GID 997. - Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. - Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'. - Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'. - Setting up libvorbis0a:ppc64el (1.3.7-3) ... - Setting up libxrandr2:ppc64el (2:1.5.4-1+b3) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up libflac14:ppc64el (1.5.0+ds-2) ... - Setting up libudev-dev:ppc64el (257.9-1~deb13u1) ... - Setting up libsepol-dev:ppc64el (3.8.1-1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up gir1.2-glib-2.0:ppc64el (2.84.4-3~deb13u2) ... - Setting up libsensors5:ppc64el (1:3.6.2-2) ... - Setting up libvulkan1:ppc64el (1.4.309.0-1) ... - Setting up libwebp7:ppc64el (1.5.0-0.1) ... - Setting up libxext-dev:ppc64el (2:1.3.4-1+b3) ... - Setting up libsndio7.0:ppc64el (1.10.0-0.1) ... - Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:ppc64el (10.46-1~deb13u1) ... - Setting up alsa-topology-conf (1.2.5.1-3) ... - Setting up libdav1d7:ppc64el (1.5.1-1) ... - Setting up gir1.2-glib-2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Setting up libasyncns0:ppc64el (0.8-6+b5) ... - Setting up libxshmfence1:ppc64el (1.3.3-1) ... - Setting up at-spi2-common (2.56.2-1+deb13u1) ... - Setting up libtiff6:ppc64el (4.7.0-3+deb13u2) ... - Setting up libxcb-randr0:ppc64el (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:ppc64el (1.23.1-3) ... - Setting up libxss1:ppc64el (1:1.2.3-1+b3) ... - Setting up libicu76:ppc64el (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:ppc64el (1.2.14-1) ... - Setting up libsamplerate0:ppc64el (0.2.2-4+b2) ... - Setting up libdrm-common (2.4.124-2) ... - Setting up libxcomposite1:ppc64el (1:0.4.6-1) ... - Setting up libxrender-dev:ppc64el (1:0.9.12-1) ... - Setting up libjson-c5:ppc64el (0.18+ds-1) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up dbus-bin (1.16.2-2) ... - Setting up libsystemd-dev:ppc64el (257.9-1~deb13u1) ... - Setting up libbrotli-dev:ppc64el (1.1.0-2+b7) ... - Setting up libmp3lame0:ppc64el (3.100-6+b3) ... - Setting up libvorbisenc2:ppc64el (1.3.7-3) ... - Setting up libkmod2:ppc64el (34.2-2) ... - Setting up libbz2-dev:ppc64el (1.0.8-6) ... - Setting up libxkbcommon0:ppc64el (1.7.0-2) ... - Setting up libwayland-client0:ppc64el (1.23.1-3) ... - Setting up libblkid-dev:ppc64el (2.41-5) ... - Setting up libllvm19:ppc64el (1:19.1.7-3+b1) ... - Setting up libice6:ppc64el (2:1.1.1-1) ... - Setting up libsndio-dev:ppc64el (1.10.0-0.1) ... - Setting up libatk1.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Setting up libpcre2-dev:ppc64el (10.46-1~deb13u1) ... - Setting up libice-dev:ppc64el (2:1.1.1-1) ... - Setting up libpng-tools (1.6.48-1+deb13u4) ... - Setting up alsa-ucm-conf (1.2.14-1) ... - Setting up libgirepository-2.0-0:ppc64el (2.84.4-3~deb13u2) ... - Setting up libselinux1-dev:ppc64el (3.8.1-1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libxtst6:ppc64el (2:1.2.5-1) ... - Setting up libxxf86vm-dev:ppc64el (1:1.1.4-1+b4) ... - Setting up libxkbcommon-dev:ppc64el (1.7.0-2) ... - Setting up libxcursor1:ppc64el (1:1.2.3-1) ... - Setting up libpng-dev:ppc64el (1.6.48-1+deb13u4) ... - Setting up libibus-1.0-5:ppc64el (1.5.32-2) ... - Setting up libavahi-common3:ppc64el (0.8-16) ... - Setting up libcloudproviders0:ppc64el (0.3.6-2) ... - Setting up libglib2.0-bin (2.84.4-3~deb13u2) ... - Setting up dbus-daemon (1.16.2-2) ... - Setting up libxss-dev:ppc64el (1:1.2.3-1+b3) ... - Setting up libcolord2:ppc64el (1.4.7-3) ... - Setting up pkgconf:ppc64el (1.8.1-4) ... - Setting up libdconf1:ppc64el (0.40.0-5) ... - Setting up libxfixes-dev:ppc64el (1:6.0.0-2+b4) ... - Setting up libthai0:ppc64el (0.1.29-2+b1) ... - Setting up libxv-dev:ppc64el (2:1.0.11-1.1+b3) ... - Setting up libwayland-bin (1.23.1-3) ... - Setting up libxrandr-dev:ppc64el (2:1.5.4-1+b3) ... - Setting up libfreetype6:ppc64el (2.13.3+dfsg-1+deb13u1) ... - Setting up libatspi2.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Setting up dbus (1.16.2-2) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.4-5+b2) ... - Setting up icu-devtools (76.1-4) ... - Setting up pkg-config:ppc64el (1.8.1-4) ... - Setting up libxinerama-dev:ppc64el (2:1.1.4-3+b4) ... - Setting up libreadline8t64:ppc64el (8.2-6) ... - Setting up libdrm2:ppc64el (2.4.124-2) ... - Setting up libwayland-cursor0:ppc64el (1.23.1-3) ... - Setting up xml-core (0.19) ... - Setting up libpam-systemd:ppc64el (257.9-1~deb13u1) ... - Setting up libdecor-0-0:ppc64el (0.2.2-2) ... - Setting up libharfbuzz0b:ppc64el (10.2.0-1+b1) ... - Setting up libgdk-pixbuf-2.0-0:ppc64el (2.42.12+dfsg-4+deb13u1) ... - Setting up libfontconfig1:ppc64el (2.15.0-2.3) ... - Setting up libsndfile1:ppc64el (1.2.2-2+deb13u1) ... - Setting up libxi-dev:ppc64el (2:1.8.2-1) ... - Setting up gir1.2-ibus-1.0:ppc64el (1.5.32-2) ... - Setting up libsm6:ppc64el (2:1.2.6-1) ... - Setting up libpython3.13-stdlib:ppc64el (3.13.5-2) ... - Setting up libicu-dev:ppc64el (76.1-4) ... - Setting up libavahi-client3:ppc64el (0.8-16) ... - Setting up libmount-dev:ppc64el (2.41-5) ... - Setting up libpython3-stdlib:ppc64el (3.13.5-1) ... - Setting up libdrm-amdgpu1:ppc64el (2.4.124-2) ... - Setting up libatk-bridge2.0-0t64:ppc64el (2.56.2-1+deb13u1) ... - Setting up mesa-vulkan-drivers:ppc64el (25.0.7-2) ... - Setting up gtk-update-icon-cache (4.18.6+ds-2) ... - Setting up mesa-libgallium:ppc64el (25.0.7-2) ... - Setting up fontconfig (2.15.0-2.3) ... - Regenerating fonts cache... - done. - Setting up libdrm-nouveau2:ppc64el (2.4.124-2) ... - Setting up libgio-2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Setting up libharfbuzz-icu0:ppc64el (10.2.0-1+b1) ... - Setting up girepository-tools:ppc64el (2.84.4-3~deb13u2) ... - Setting up libgbm1:ppc64el (25.0.7-2) ... - Setting up libpulse0:ppc64el (17.0+dfsg1-2+b1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up libsm-dev:ppc64el (2:1.2.6-1) ... - Setting up libdrm-radeon1:ppc64el (2.4.124-2) ... - Setting up libxcursor-dev:ppc64el (1:1.2.3-1) ... - Setting up libpango-1.0-0:ppc64el (1.56.3-1) ... - Setting up libsamplerate0-dev:ppc64el (0.2.2-4+b2) ... - Setting up libgl1-mesa-dri:ppc64el (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:ppc64el (10.2.0-1+b1) ... - Setting up libwayland-dev:ppc64el (1.23.1-3) ... - Setting up libcairo2:ppc64el (1.18.4-1+b1) ... - Setting up libgbm-dev:ppc64el (25.0.7-2) ... - Setting up libfreetype-dev:ppc64el (2.13.3+dfsg-1+deb13u1) ... - Setting up libdecor-0-dev:ppc64el (0.2.2-2) ... - Setting up dbus-user-session (1.16.2-2) ... - Setting up libegl-mesa0:ppc64el (25.0.7-2) ... - Setting up python3-packaging (25.0-1) ... - Setting up libharfbuzz-cairo0:ppc64el (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:ppc64el (17.0+dfsg1-2+b1) ... - Setting up libxt6t64:ppc64el (1:1.2.1-1.2+b2) ... - Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ... - Setting up libegl1:ppc64el (1.7.0-1+b2) ... - Setting up libharfbuzz-subset0:ppc64el (10.2.0-1+b1) ... - Setting up libcairo-gobject2:ppc64el (1.18.4-1+b1) ... - Setting up libpangoft2-1.0-0:ppc64el (1.56.3-1) ... - Setting up libsdl2-2.0-0:ppc64el (2.32.4+dfsg-1) ... - Setting up libcups2t64:ppc64el (2.4.10-3+deb13u2) ... - Setting up libpangocairo-1.0-0:ppc64el (1.56.3-1) ... - Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up libdrm-dev:ppc64el (2.4.124-2) ... - Setting up gir1.2-freedesktop:ppc64el (1.84.0-1) ... - Setting up libglx-mesa0:ppc64el (25.0.7-2) ... - Setting up libglx0:ppc64el (1.7.0-1+b2) ... - Setting up dconf-service (0.40.0-5) ... - Setting up gir1.2-harfbuzz-0.0:ppc64el (10.2.0-1+b1) ... - Setting up librsvg2-2:ppc64el (2.60.0+dfsg-1) ... - Setting up libgl1:ppc64el (1.7.0-1+b2) ... - Setting up libxt-dev:ppc64el (1:1.2.1-1.2+b2) ... - Setting up gir1.2-freedesktop-dev:ppc64el (1.84.0-1) ... - Setting up librsvg2-common:ppc64el (2.60.0+dfsg-1) ... - Setting up libglx-dev:ppc64el (1.7.0-1+b2) ... - Setting up libsdl2-ttf-2.0-0:ppc64el (2.24.0+dfsg-2) ... - Setting up libgl-dev:ppc64el (1.7.0-1+b2) ... - Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up dconf-gsettings-backend:ppc64el (0.40.0-5) ... - Setting up libegl-dev:ppc64el (1.7.0-1+b2) ... - Setting up libglib2.0-dev:ppc64el (2.84.4-3~deb13u2) ... - Setting up libpulse-dev:ppc64el (17.0+dfsg1-2+b1) ... - Setting up libgles-dev:ppc64el (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:ppc64el (10.2.0-1+b1) ... - Setting up libgtk-3-0t64:ppc64el (3.24.49-3) ... - Setting up at-spi2-core (2.56.2-1+deb13u1) ... - Setting up libdecor-0-plugin-1-gtk:ppc64el (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:ppc64el (2:1.02.205-2) ... - Setting up libcryptsetup12:ppc64el (2:2.7.5-2) ... - Setting up systemd-cryptsetup (257.9-1~deb13u1) ... - Processing triggers for procps (2:4.0.4-9) ... - grep: /proc/1/environ: Permission denied - procps: Applying updated sysctl configuration - sysctl: permission denied on key "kernel.core_pattern" - sysctl: permission denied on key "kernel.unprivileged_userns_clone" - sysctl: permission denied on key "kernel.sysrq" - sysctl: permission denied on key "kernel.core_uses_pid" - sysctl: permission denied on key "net.ipv4.conf.default.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f0.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f1.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter" - sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f0.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f1.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route" - sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f0.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.enP4p1s0f1.promote_secondaries" - sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries" - sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring - sysctl: permission denied on key "net.core.default_qdisc", ignoring - sysctl: permission denied on key "fs.protected_hardlinks" - sysctl: permission denied on key "fs.protected_symlinks" - sysctl: permission denied on key "fs.protected_regular" - sysctl: permission denied on key "fs.protected_fifos" - sysctl: permission denied on key "vm.max_map_count" - sysctl: permission denied on key "kernel.pid_max" - Processing triggers for libc-bin (2.41-12+deb13u2) ... - Processing triggers for systemd (257.9-1~deb13u1) ... - Processing triggers for sgml-base (1.31+nmu1) ... - Setting up libdbus-1-dev:ppc64el (1.16.2-2) ... - Setting up libibus-1.0-dev:ppc64el (1.5.32-2) ... - Setting up libsdl2-dev:ppc64el (2.32.4+dfsg-1) ... - Setting up libsdl2-ttf-dev:ppc64el (2.24.0+dfsg-2) ... - Processing triggers for libgdk-pixbuf-2.0-0:ppc64el (2.42.12+dfsg-4+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-04-28 12:54.35 ---> using "96e32c02cabec24cdbb2cd8ea1514d420519109ab9e67254b9cb2012af97e68c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-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 15 packages - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.22.2 - install dune-configurator 3.22.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.1 - install tsdl 1.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> installed conf-pkg-config.4 -> retrieved integers.0.7.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-ttf.1 -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved tsdl.1.3.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed dune.3.22.2 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed dune-configurator.3.22.2 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed tsdl.1.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-28 12:54.35 ---> using "5da6a1cb0a4070ddd56de04a2101658df03cc57ed6e3515f266caee3a802900b" from cache /src: (copy (src .) (dst /src)) 2026-04-28 12:54.35 ---> saved as "0341d264c2137a1f577c8b93f2e389c2dd10cecf44d4cf4af8f17fa86fd95528" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./show_string.exe) TTF_Init TTF_Linked_Version TTF_OpenFont TTF_OpenFontIndex TTF_OpenFontRW TTF_OpenFontIndexRW TTF_GetFontStyle TTF_SetFontStyle TTF_GetFontOutline TTF_SetFontOutline TTF_GetFontHinting TTF_SetFontHinting TTF_FontHeight TTF_FontAscent TTF_FontDescent TTF_FontLineSkip TTF_GetFontKerning TTF_SetFontKerning TTF_FontFaces TTF_FontFaceIsFixedWidth TTF_FontFaceFamilyName TTF_FontFaceStyleName TTF_GlyphIsProvided TTF_GlyphIsProvided32 TTF_GlyphMetrics TTF_GlyphMetrics32 TTF_SizeText TTF_SizeUTF8 TTF_RenderText_Solid TTF_RenderUTF8_Solid TTF_RenderGlyph_Solid TTF_RenderGlyph32_Solid TTF_RenderText_Shaded TTF_RenderUTF8_Shaded TTF_RenderGlyph_Shaded TTF_RenderGlyph32_Shaded TTF_RenderText_Blended TTF_RenderUTF8_Blended TTF_RenderText_Blended_Wrapped TTF_RenderUTF8_Blended_Wrapped TTF_RenderGlyph_Blended TTF_RenderGlyph32_Blended TTF_CloseFont TTF_Quit TTF_WasInit TTF_GetFontKerningSize Dummy video driver INFO: SDL_ttf Version (2,24,0) 2026-04-28 12:54.36 ---> saved as "241409e6e266570b425c45a29ba9ef45382c0c98a881063c8715f7244a046790" Job succeeded 2026-04-28 12:54.36: Job succeeded