Organisationssanettetsdl-ttf224a29 ()debian-13-4.14_ppc64_opam-2.5

debian-13-4.14_ppc64_opam-2.5

Logs

Show full logs
2026-04-29 14:08.10: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/pull/15/head (224a293368c9394a878c2c65129f22aff2ee7a0b) (linux-ppc64:debian-13-4.14_ppc64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89
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 224a2933
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89
# debian-13-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-29 14:08.10: Using cache hint "sanette/tsdl-ttf-ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89-debian-13-4.14_ppc64_opam-2.5-2b8a2caf565ce26012d534dd5abf8b15"
2026-04-29 14:08.10: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89)
 (comment debian-13-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-29 14:08.10: Waiting for resource in pool OCluster
2026-04-29 14:08.10: Waiting for worker…
2026-04-29 14:08.10: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 224a293 Fix linux, add more verbose logging.

(from ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89' locally
docker.io/ocaml/opam@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89: Pulling from ocaml/opam
616ed6c40b4f: Already exists
2ec7d7c99f98: Already exists
0b0e470d4fef: Already exists
d37ae9de90f3: Already exists
da6d25de675c: Already exists
63f7aec3dd39: Already exists
c7ab87f61435: Already exists
500de763971e: Already exists
25f7fef4cb0d: Already exists
ff3241a04fa5: Already exists
40b5b650536d: Already exists
780bfea359f2: Already exists
a7d03fce3fe8: Already exists
3a369758c543: Already exists
bab755c03dbc: Already exists
26c7e99120d4: Already exists
31cc847856df: Already exists
31cc847856df: Already exists
f9da47981524: Already exists
943c12e15830: Already exists
0cb6a893523a: Already exists
68f935342a93: Already exists
4f4fb700ef54: Already exists
98472d811423: Already exists
3548974e63cd: Already exists
7ec9feb33d9b: Already exists
b0e7417fb312: Already exists
e0c44abf2692: Already exists
4d8e84f7d374: Already exists
ea535e061645: Already exists
712215bdf359: Already exists
8102e223f900: Already exists
f65d0be9db18: Already exists
eee0fa8620ba: Already exists
0fadb63b407b: Already exists
abd561962f6e: Already exists
708b4b128caa: Already exists
f0c97cb24e61: Already exists
b086b8ed0615: Already exists
ef33be3d1a16: Already exists
2602a67902d6: Already exists
d4c74884d56d: Pulling fs layer
58d1f2eb5372: Pulling fs layer
530545b24e65: Pulling fs layer
d4c74884d56d: Waiting
1e18ffb1defb: Pulling fs layer
58d1f2eb5372: Waiting
530545b24e65: Waiting
1e18ffb1defb: Waiting
58d1f2eb5372: Verifying Checksum
58d1f2eb5372: Download complete
530545b24e65: Download complete
1e18ffb1defb: Verifying Checksum
1e18ffb1defb: Download complete
d4c74884d56d: Verifying Checksum
d4c74884d56d: Download complete
d4c74884d56d: Pull complete
58d1f2eb5372: Pull complete
530545b24e65: Pull complete
1e18ffb1defb: Pull complete
Digest: sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89
Status: Downloaded newer image for ocaml/opam@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89
2026-04-29 14:08.11 ---> using "2739699fdeacfb5c3485406b875ef8af180ff5a2f807bcbb493aad5d7485d204" from cache

/: (comment debian-13-4.14_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-29 14:08.11 ---> using "dcfba1ac3e62dab08b8991e5d05cbb43ec9da79de78df6bfad1b40747862acaa" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-29 14:08.11 ---> using "b341b0bdfc0ef20a187869a153e38bf1e9c50408c83ed76221b6afaea2f0114d" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-29 14:08.11 ---> using "caa782525fa8444246fc4dc0f815d40f7ef06eb92ff9f5caeb0978582189242f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-29 14:08.11 ---> using "e625f00aa51bdc52ff4e04987508f49edc81394335a802a057b92aac3c183dec" 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
   95972b8834..dd592986d4  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 (run with --verbose to show unavailable upgrades).
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-29 14:08.26 ---> saved as "2f9d787b3fa6d25d00c4b627e6843b0c9adbbde08e461d4c6de597a0dc8371f7"

/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-29 14:08.26 ---> saved as "559a4fc5f1ffdeb5219aefdba4618623beb9d5067ef474498fb0bce687e2cb2d"

/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-29 14:08.27 ---> saved as "53c59b52dafcb005ed8095ee2bf12756a0a86707a6c8d23558e6796ebe330e1b"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-29 14:08.28 ---> saved as "a93640d6be49378955ee2c5935fa522b59216da4354b0d97a60ddfcb63cca8d1"

/src: (env DEPS "base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 [123 kB]
- Fetched 214 kB in 0s (1439 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libffi-dev libsdl2-dev libsdl2-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 ... 20598 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 ... 20606 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 ... 21492 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 ... 21909 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 ... 22395 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) ...
2026-04-29 14:09.14: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled