Organisationsbacktrackingocamlgraph9e8c1d (master)debian-12-5.3_ppc64_opam-2.3

debian-12-5.3_ppc64_opam-2.3

Logs

Show full logs
2025-01-10 13:20.33: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (9e8c1d7c0ef44845b42e3595ef68abc37f0cbff6) (linux-ppc64:debian-12-5.3_ppc64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 9e8c1d7c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89
# debian-12-5.3_ppc64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
    opam pin add -yn ocamlgraph.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-01-10 13:20.33: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89-debian-12-5.3_ppc64_opam-2.3-bcca185635ed1d91efe04dee3220314a"
2025-01-10 13:20.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89)
 (comment debian-12-5.3_ppc64_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
             \nopam pin add -yn ocamlgraph.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.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.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-01-10 13:20.33: Waiting for resource in pool OCluster
2025-01-10 13:20.34: Waiting for worker…
2025-01-10 13:40.57: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 9e8c1d7 fixed test_contraction

(from ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89' locally
docker.io/ocaml/opam@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89: Pulling from ocaml/opam
Digest: sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89
Status: Downloaded newer image for ocaml/opam@sha256:a006a7f47a4c0a190398c0c496eb37a2fabafe3d7c80ff3454e248095adb2c89
2025-01-10 13:53.32 ---> using "073f2d5fc61208ef5d005fdbcf277e89131b274b04f1801fc1d9e350c6f998f1" from cache

/: (comment debian-12-5.3_ppc64_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-10 13:53.32 ---> using "d42cecbd672354d442c769c741bb989b3db73a953d161226cf3e688fb9f330a5" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-10 13:53.32 ---> using "ae013efc385da3b851426aa57c9a82a87ba5bea1b9361b5afd0fb71e78b1e866" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-10 13:53.32 ---> using "280cdb5f23e7815b74693f5d6d119ddd9fe6889ea7381e7edd70064be68d7e7b" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-10 13:53.32 ---> using "55dc8c6b7d9bec6403e6f4eee1cee811d3e56ae08c4172f71f282f9c2a0c7d49" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
a78e724dc5 Merge pull request #27231 from Octachron/OCaml_5.3.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-01-10 13:53.32 ---> using "ab435cacbe62a23798489e2935aa171d8c6d265ec3f327168dbf4e34ebe4ecd5" from cache

/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-01-10 13:53.39 ---> saved as "eb2b959db1a8e3faf9f12cd7bf8ba69f38a818f5b7312f34fa5650693b740210"

/src: (run (network host)
           (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
                  \nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-01-10 13:53.50 ---> saved as "c68804434b0e2ed715a0a343767fb2da993633ffdc6db84efadaa448ca5b1218"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.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.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 1s (170 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libexpat1-dev libgnomecanvas2-dev libgtk2.0-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libexpat1-dev" "libgnomecanvas2-dev" "libgtk2.0-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3: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 ... 18718 files and directories currently installed.)
- Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_ppc64el.deb ...
- Unpacking libdbus-1-3:ppc64el (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_ppc64el.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libapparmor1:ppc64el.
- Preparing to unpack .../3-libapparmor1_3.0.8-3_ppc64el.deb ...
- Unpacking libapparmor1:ppc64el (3.0.8-3) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_ppc64el.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_ppc64el.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libpython3.11-minimal:ppc64el.
- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u4_ppc64el.deb ...
- Unpacking libpython3.11-minimal:ppc64el (3.11.2-6+deb12u4) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u4_ppc64el.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
- Setting up libpython3.11-minimal:ppc64el (3.11.2-6+deb12u4) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u4) ...
- 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 ... 19111 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_ppc64el.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:ppc64el.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u4_ppc64el.deb ...
- Unpacking libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u4) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u4_ppc64el.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u4) ...
- Selecting previously unselected package libpython3-stdlib:ppc64el.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_ppc64el.deb ...
- Unpacking libpython3-stdlib:ppc64el (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19521 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_ppc64el.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../001-sensible-utils_0.0.17+nmu1_all.deb ...
- Unpacking sensible-utils (0.0.17+nmu1) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../002-libmagic-mgc_1%3a5.44-3_ppc64el.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:ppc64el.
- Preparing to unpack .../003-libmagic1_1%3a5.44-3_ppc64el.deb ...
- Unpacking libmagic1:ppc64el (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../004-file_1%3a5.44-3_ppc64el.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package gettext-base.
- Preparing to unpack .../005-gettext-base_0.21-12_ppc64el.deb ...
- Unpacking gettext-base (0.21-12) ...
- Selecting previously unselected package libuchardet0:ppc64el.
- Preparing to unpack .../006-libuchardet0_0.0.7-1_ppc64el.deb ...
- Unpacking libuchardet0:ppc64el (0.0.7-1) ...
- Selecting previously unselected package groff-base.
- Preparing to unpack .../007-groff-base_1.22.4-10_ppc64el.deb ...
- Unpacking groff-base (1.22.4-10) ...
- Selecting previously unselected package bsdextrautils.
- Preparing to unpack .../008-bsdextrautils_2.38.1-5+deb12u2_ppc64el.deb ...
- Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libpipeline1:ppc64el.
- Preparing to unpack .../009-libpipeline1_1.5.7-1_ppc64el.deb ...
- Unpacking libpipeline1:ppc64el (1.5.7-1) ...
- Selecting previously unselected package man-db.
- Preparing to unpack .../010-man-db_2.11.2-2_ppc64el.deb ...
- Unpacking man-db (2.11.2-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../011-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../012-libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libglib2.0-0:ppc64el.
- Preparing to unpack .../013-libglib2.0-0_2.74.6-2+deb12u4_ppc64el.deb ...
- Unpacking libglib2.0-0:ppc64el (2.74.6-2+deb12u4) ...
- Selecting previously unselected package libicu72:ppc64el.
- Preparing to unpack .../014-libicu72_72.1-3_ppc64el.deb ...
- Unpacking libicu72:ppc64el (72.1-3) ...
- Selecting previously unselected package libxml2:ppc64el.
- Preparing to unpack .../015-libxml2_2.9.14+dfsg-1.3~deb12u1_ppc64el.deb ...
- Unpacking libxml2:ppc64el (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../016-shared-mime-info_2.2-1_ppc64el.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:ppc64el.
- Preparing to unpack .../017-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1_ppc64el.deb ...
- Unpacking libgdk-pixbuf-2.0-0:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../018-gtk-update-icon-cache_3.24.38-2~deb12u3_ppc64el.deb ...
- Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../019-adwaita-icon-theme_43-1_all.deb ...
- Unpacking adwaita-icon-theme (43-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../020-at-spi2-common_2.46.0-5_all.deb ...
- Unpacking at-spi2-common (2.46.0-5) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../021-m4_1.4.19-3_ppc64el.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../022-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../023-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../024-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package autopoint.
- Preparing to unpack .../025-autopoint_0.21-12_all.deb ...
- Unpacking autopoint (0.21-12) ...
- Selecting previously unselected package libdebhelper-perl.
- Preparing to unpack .../026-libdebhelper-perl_13.11.4_all.deb ...
- Unpacking libdebhelper-perl (13.11.4) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../027-libtool_2.4.7-7~deb12u1_all.deb ...
- Unpacking libtool (2.4.7-7~deb12u1) ...
- Selecting previously unselected package dh-autoreconf.
- Preparing to unpack .../028-dh-autoreconf_20_all.deb ...
- Unpacking dh-autoreconf (20) ...
- Selecting previously unselected package libarchive-zip-perl.
- Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ...
- Unpacking libarchive-zip-perl (1.68-1) ...
- Selecting previously unselected package libsub-override-perl.
- Preparing to unpack .../030-libsub-override-perl_0.09-4_all.deb ...
- Unpacking libsub-override-perl (0.09-4) ...
- Selecting previously unselected package libfile-stripnondeterminism-perl.
- Preparing to unpack .../031-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
- Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
- Selecting previously unselected package dh-strip-nondeterminism.
- Preparing to unpack .../032-dh-strip-nondeterminism_1.13.1-1_all.deb ...
- Unpacking dh-strip-nondeterminism (1.13.1-1) ...
- Selecting previously unselected package libelf1:ppc64el.
- Preparing to unpack .../033-libelf1_0.188-2.1_ppc64el.deb ...
- Unpacking libelf1:ppc64el (0.188-2.1) ...
- Selecting previously unselected package dwz.
- Preparing to unpack .../034-dwz_0.15-1_ppc64el.deb ...
- Unpacking dwz (0.15-1) ...
- Selecting previously unselected package gettext.
- Preparing to unpack .../035-gettext_0.21-12_ppc64el.deb ...
- Unpacking gettext (0.21-12) ...
- Selecting previously unselected package intltool-debian.
- Preparing to unpack .../036-intltool-debian_0.35.0+20060710.6_all.deb ...
- Unpacking intltool-debian (0.35.0+20060710.6) ...
- Selecting previously unselected package po-debconf.
- Preparing to unpack .../037-po-debconf_1.0.21+nmu1_all.deb ...
- Unpacking po-debconf (1.0.21+nmu1) ...
- Selecting previously unselected package debhelper.
- Preparing to unpack .../038-debhelper_13.11.4_all.deb ...
- Unpacking debhelper (13.11.4) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../039-fontconfig_2.14.1-4_ppc64el.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libgirepository-1.0-1:ppc64el.
- Preparing to unpack .../040-libgirepository-1.0-1_1.74.0-3_ppc64el.deb ...
- Unpacking libgirepository-1.0-1:ppc64el (1.74.0-3) ...
- Selecting previously unselected package gir1.2-glib-2.0:ppc64el.
- Preparing to unpack .../041-gir1.2-glib-2.0_1.74.0-3_ppc64el.deb ...
- Unpacking gir1.2-glib-2.0:ppc64el (1.74.0-3) ...
- Selecting previously unselected package libatk1.0-0:ppc64el.
- Preparing to unpack .../042-libatk1.0-0_2.46.0-5_ppc64el.deb ...
- Unpacking libatk1.0-0:ppc64el (2.46.0-5) ...
- Selecting previously unselected package gir1.2-atk-1.0:ppc64el.
- Preparing to unpack .../043-gir1.2-atk-1.0_2.46.0-5_ppc64el.deb ...
- Unpacking gir1.2-atk-1.0:ppc64el (2.46.0-5) ...
- Selecting previously unselected package gir1.2-freedesktop:ppc64el.
- Preparing to unpack .../044-gir1.2-freedesktop_1.74.0-3_ppc64el.deb ...
- Unpacking gir1.2-freedesktop:ppc64el (1.74.0-3) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:ppc64el.
- Preparing to unpack .../045-gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-1+deb12u1_ppc64el.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libgtk2.0-common.
- Preparing to unpack .../046-libgtk2.0-common_2.24.33-2+deb12u1_all.deb ...
- Unpacking libgtk2.0-common (2.24.33-2+deb12u1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:ppc64el.
- Preparing to unpack .../047-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking gir1.2-harfbuzz-0.0:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libfribidi0:ppc64el.
- Preparing to unpack .../048-libfribidi0_1.0.8-2.1_ppc64el.deb ...
- Unpacking libfribidi0:ppc64el (1.0.8-2.1) ...
- Selecting previously unselected package libgraphite2-3:ppc64el.
- Preparing to unpack .../049-libgraphite2-3_1.3.14-1_ppc64el.deb ...
- Unpacking libgraphite2-3:ppc64el (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:ppc64el.
- Preparing to unpack .../050-libharfbuzz0b_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking libharfbuzz0b:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../051-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libdatrie1:ppc64el.
- Preparing to unpack .../052-libdatrie1_0.2.13-2+b1_ppc64el.deb ...
- Unpacking libdatrie1:ppc64el (0.2.13-2+b1) ...
- Selecting previously unselected package libthai0:ppc64el.
- Preparing to unpack .../053-libthai0_0.1.29-1_ppc64el.deb ...
- Unpacking libthai0:ppc64el (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:ppc64el.
- Preparing to unpack .../054-libpango-1.0-0_1.50.12+ds-1_ppc64el.deb ...
- Unpacking libpango-1.0-0:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package libpixman-1-0:ppc64el.
- Preparing to unpack .../055-libpixman-1-0_0.42.2-1_ppc64el.deb ...
- Unpacking libpixman-1-0:ppc64el (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:ppc64el.
- Preparing to unpack .../056-libxcb-render0_1.15-1_ppc64el.deb ...
- Unpacking libxcb-render0:ppc64el (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:ppc64el.
- Preparing to unpack .../057-libxcb-shm0_1.15-1_ppc64el.deb ...
- Unpacking libxcb-shm0:ppc64el (1.15-1) ...
- Selecting previously unselected package libxrender1:ppc64el.
- Preparing to unpack .../058-libxrender1_1%3a0.9.10-1.1_ppc64el.deb ...
- Unpacking libxrender1:ppc64el (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:ppc64el.
- Preparing to unpack .../059-libcairo2_1.16.0-7_ppc64el.deb ...
- Unpacking libcairo2:ppc64el (1.16.0-7) ...
- Selecting previously unselected package libpangoft2-1.0-0:ppc64el.
- Preparing to unpack .../060-libpangoft2-1.0-0_1.50.12+ds-1_ppc64el.deb ...
- Unpacking libpangoft2-1.0-0:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:ppc64el.
- Preparing to unpack .../061-libpangocairo-1.0-0_1.50.12+ds-1_ppc64el.deb ...
- Unpacking libpangocairo-1.0-0:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package libxft2:ppc64el.
- Preparing to unpack .../062-libxft2_2.3.6-1_ppc64el.deb ...
- Unpacking libxft2:ppc64el (2.3.6-1) ...
- Selecting previously unselected package libpangoxft-1.0-0:ppc64el.
- Preparing to unpack .../063-libpangoxft-1.0-0_1.50.12+ds-1_ppc64el.deb ...
- Unpacking libpangoxft-1.0-0:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:ppc64el.
- Preparing to unpack .../064-gir1.2-pango-1.0_1.50.12+ds-1_ppc64el.deb ...
- Unpacking gir1.2-pango-1.0:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package libavahi-common-data:ppc64el.
- Preparing to unpack .../065-libavahi-common-data_0.8-10_ppc64el.deb ...
- Unpacking libavahi-common-data:ppc64el (0.8-10) ...
- Selecting previously unselected package libavahi-common3:ppc64el.
- Preparing to unpack .../066-libavahi-common3_0.8-10_ppc64el.deb ...
- Unpacking libavahi-common3:ppc64el (0.8-10) ...
- Selecting previously unselected package libavahi-client3:ppc64el.
- Preparing to unpack .../067-libavahi-client3_0.8-10_ppc64el.deb ...
- Unpacking libavahi-client3:ppc64el (0.8-10) ...
- Selecting previously unselected package libcups2:ppc64el.
- Preparing to unpack .../068-libcups2_2.4.2-3+deb12u8_ppc64el.deb ...
- Unpacking libcups2:ppc64el (2.4.2-3+deb12u8) ...
- Selecting previously unselected package libxcomposite1:ppc64el.
- Preparing to unpack .../069-libxcomposite1_1%3a0.4.5-1_ppc64el.deb ...
- Unpacking libxcomposite1:ppc64el (1:0.4.5-1) ...
- Selecting previously unselected package libxfixes3:ppc64el.
- Preparing to unpack .../070-libxfixes3_1%3a6.0.0-2_ppc64el.deb ...
- Unpacking libxfixes3:ppc64el (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor1:ppc64el.
- Preparing to unpack .../071-libxcursor1_1%3a1.2.1-1_ppc64el.deb ...
- Unpacking libxcursor1:ppc64el (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:ppc64el.
- Preparing to unpack .../072-libxdamage1_1%3a1.1.6-1_ppc64el.deb ...
- Unpacking libxdamage1:ppc64el (1:1.1.6-1) ...
- Selecting previously unselected package libxi6:ppc64el.
- Preparing to unpack .../073-libxi6_2%3a1.8-1+b1_ppc64el.deb ...
- Unpacking libxi6:ppc64el (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:ppc64el.
- Preparing to unpack .../074-libxinerama1_2%3a1.1.4-3_ppc64el.deb ...
- Unpacking libxinerama1:ppc64el (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:ppc64el.
- Preparing to unpack .../075-libxrandr2_2%3a1.5.2-2+b1_ppc64el.deb ...
- Unpacking libxrandr2:ppc64el (2:1.5.2-2+b1) ...
- Selecting previously unselected package libgtk2.0-0:ppc64el.
- Preparing to unpack .../076-libgtk2.0-0_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgtk2.0-0:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package gir1.2-gtk-2.0:ppc64el.
- Preparing to unpack .../077-gir1.2-gtk-2.0_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking gir1.2-gtk-2.0:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../078-icu-devtools_72.1-3_ppc64el.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libarchive-cpio-perl.
- Preparing to unpack .../079-libarchive-cpio-perl_0.10-3_all.deb ...
- Unpacking libarchive-cpio-perl (0.10-3) ...
- Selecting previously unselected package libart-2.0-2:ppc64el.
- Preparing to unpack .../080-libart-2.0-2_2.3.21-4_ppc64el.deb ...
- Unpacking libart-2.0-2:ppc64el (2.3.21-4) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../081-libpkgconf3_1.8.1-1_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../082-pkgconf-bin_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../083-pkgconf_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-1) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../084-pkg-config_1.8.1-1_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-1) ...
- Selecting previously unselected package libart-2.0-dev.
- Preparing to unpack .../085-libart-2.0-dev_2.3.21-4_ppc64el.deb ...
- Unpacking libart-2.0-dev (2.3.21-4) ...
- Selecting previously unselected package libffi-dev:ppc64el.
- Preparing to unpack .../086-libffi-dev_3.4.4-1_ppc64el.deb ...
- Unpacking libffi-dev:ppc64el (3.4.4-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../087-libglib2.0-data_2.74.6-2+deb12u4_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u4) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../088-libglib2.0-bin_2.74.6-2+deb12u4_ppc64el.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u4) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../089-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../090-python3-distutils_3.11.2-3_all.deb ...
- Unpacking python3-distutils (3.11.2-3) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../091-libglib2.0-dev-bin_2.74.6-2+deb12u4_ppc64el.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u4) ...
- Selecting previously unselected package uuid-dev:ppc64el.
- Preparing to unpack .../092-uuid-dev_2.38.1-5+deb12u2_ppc64el.deb ...
- Unpacking uuid-dev:ppc64el (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libblkid-dev:ppc64el.
- Preparing to unpack .../093-libblkid-dev_2.38.1-5+deb12u2_ppc64el.deb ...
- Unpacking libblkid-dev:ppc64el (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libsepol-dev:ppc64el.
- Preparing to unpack .../094-libsepol-dev_3.4-2.1_ppc64el.deb ...
- Unpacking libsepol-dev:ppc64el (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:ppc64el.
- Preparing to unpack .../095-libpcre2-16-0_10.42-1_ppc64el.deb ...
- Unpacking libpcre2-16-0:ppc64el (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:ppc64el.
- Preparing to unpack .../096-libpcre2-32-0_10.42-1_ppc64el.deb ...
- Unpacking libpcre2-32-0:ppc64el (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:ppc64el.
- Preparing to unpack .../097-libpcre2-posix3_10.42-1_ppc64el.deb ...
- Unpacking libpcre2-posix3:ppc64el (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:ppc64el.
- Preparing to unpack .../098-libpcre2-dev_10.42-1_ppc64el.deb ...
- Unpacking libpcre2-dev:ppc64el (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:ppc64el.
- Preparing to unpack .../099-libselinux1-dev_3.4-1+b6_ppc64el.deb ...
- Unpacking libselinux1-dev:ppc64el (3.4-1+b6) ...
- Selecting previously unselected package libmount-dev:ppc64el.
- Preparing to unpack .../100-libmount-dev_2.38.1-5+deb12u2_ppc64el.deb ...
- Unpacking libmount-dev:ppc64el (2.38.1-5+deb12u2) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../101-zlib1g-dev_1%3a1.2.13.dfsg-1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libglib2.0-dev:ppc64el.
- Preparing to unpack .../102-libglib2.0-dev_2.74.6-2+deb12u4_ppc64el.deb ...
- Unpacking libglib2.0-dev:ppc64el (2.74.6-2+deb12u4) ...
- Selecting previously unselected package libatk1.0-dev:ppc64el.
- Preparing to unpack .../103-libatk1.0-dev_2.46.0-5_ppc64el.deb ...
- Unpacking libatk1.0-dev:ppc64el (2.46.0-5) ...
- Selecting previously unselected package libbrotli-dev:ppc64el.
- Preparing to unpack .../104-libbrotli-dev_1.0.9-2+b6_ppc64el.deb ...
- Unpacking libbrotli-dev:ppc64el (1.0.9-2+b6) ...
- Selecting previously unselected package libcairo-gobject2:ppc64el.
- Preparing to unpack .../105-libcairo-gobject2_1.16.0-7_ppc64el.deb ...
- Unpacking libcairo-gobject2:ppc64el (1.16.0-7) ...
- Selecting previously unselected package liblzo2-2:ppc64el.
- Preparing to unpack .../106-liblzo2-2_2.10-2_ppc64el.deb ...
- Unpacking liblzo2-2:ppc64el (2.10-2) ...
- Selecting previously unselected package libcairo-script-interpreter2:ppc64el.
- Preparing to unpack .../107-libcairo-script-interpreter2_1.16.0-7_ppc64el.deb ...
- Unpacking libcairo-script-interpreter2:ppc64el (1.16.0-7) ...
- Selecting previously unselected package libexpat1-dev:ppc64el.
- Preparing to unpack .../108-libexpat1-dev_2.5.0-1+deb12u1_ppc64el.deb ...
- Unpacking libexpat1-dev:ppc64el (2.5.0-1+deb12u1) ...
- Selecting previously unselected package libpng-dev:ppc64el.
- Preparing to unpack .../109-libpng-dev_1.6.39-2_ppc64el.deb ...
- Unpacking libpng-dev:ppc64el (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:ppc64el.
- Preparing to unpack .../110-libfreetype-dev_2.12.1+dfsg-5+deb12u3_ppc64el.deb ...
- Unpacking libfreetype-dev:ppc64el (2.12.1+dfsg-5+deb12u3) ...
- Selecting previously unselected package libfontconfig-dev:ppc64el.
- Preparing to unpack .../111-libfontconfig-dev_2.14.1-4_ppc64el.deb ...
- Unpacking libfontconfig-dev:ppc64el (2.14.1-4) ...
- Selecting previously unselected package libpixman-1-dev:ppc64el.
- Preparing to unpack .../112-libpixman-1-dev_0.42.2-1_ppc64el.deb ...
- Unpacking libpixman-1-dev:ppc64el (0.42.2-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../113-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:ppc64el.
- Preparing to unpack .../114-libice6_2%3a1.0.10-1_ppc64el.deb ...
- Unpacking libice6:ppc64el (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:ppc64el.
- Preparing to unpack .../115-libsm6_2%3a1.2.3-1_ppc64el.deb ...
- Unpacking libsm6:ppc64el (2:1.2.3-1) ...
- Selecting previously unselected package libice-dev:ppc64el.
- Preparing to unpack .../116-libice-dev_2%3a1.0.10-1_ppc64el.deb ...
- Unpacking libice-dev:ppc64el (2:1.0.10-1) ...
- Selecting previously unselected package libsm-dev:ppc64el.
- Preparing to unpack .../117-libsm-dev_2%3a1.2.3-1_ppc64el.deb ...
- Unpacking libsm-dev:ppc64el (2:1.2.3-1) ...
- Selecting previously unselected package libxcb-render0-dev:ppc64el.
- Preparing to unpack .../118-libxcb-render0-dev_1.15-1_ppc64el.deb ...
- Unpacking libxcb-render0-dev:ppc64el (1.15-1) ...
- Selecting previously unselected package libxcb-shm0-dev:ppc64el.
- Preparing to unpack .../119-libxcb-shm0-dev_1.15-1_ppc64el.deb ...
- Unpacking libxcb-shm0-dev:ppc64el (1.15-1) ...
- Selecting previously unselected package libxext-dev:ppc64el.
- Preparing to unpack .../120-libxext-dev_2%3a1.3.4-1+b1_ppc64el.deb ...
- Unpacking libxext-dev:ppc64el (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxrender-dev:ppc64el.
- Preparing to unpack .../121-libxrender-dev_1%3a0.9.10-1.1_ppc64el.deb ...
- Unpacking libxrender-dev:ppc64el (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2-dev:ppc64el.
- Preparing to unpack .../122-libcairo2-dev_1.16.0-7_ppc64el.deb ...
- Unpacking libcairo2-dev:ppc64el (1.16.0-7) ...
- Selecting previously unselected package libdatrie-dev:ppc64el.
- Preparing to unpack .../123-libdatrie-dev_0.2.13-2+b1_ppc64el.deb ...
- Unpacking libdatrie-dev:ppc64el (0.2.13-2+b1) ...
- Selecting previously unselected package libdeflate-dev:ppc64el.
- Preparing to unpack .../124-libdeflate-dev_1.14-1_ppc64el.deb ...
- Unpacking libdeflate-dev:ppc64el (1.14-1) ...
- Selecting previously unselected package libfribidi-dev:ppc64el.
- Preparing to unpack .../125-libfribidi-dev_1.0.8-2.1_ppc64el.deb ...
- Unpacking libfribidi-dev:ppc64el (1.0.8-2.1) ...
- Selecting previously unselected package libgail18:ppc64el.
- Preparing to unpack .../126-libgail18_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgail18:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgail-common:ppc64el.
- Preparing to unpack .../127-libgail-common_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgail-common:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../128-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+deb12u1_ppc64el.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:ppc64el.
- Preparing to unpack .../129-libjpeg62-turbo-dev_1%3a2.1.5-2_ppc64el.deb ...
- Unpacking libjpeg62-turbo-dev:ppc64el (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:ppc64el.
- Preparing to unpack .../130-libjpeg-dev_1%3a2.1.5-2_ppc64el.deb ...
- Unpacking libjpeg-dev:ppc64el (1:2.1.5-2) ...
- Selecting previously unselected package libjbig-dev:ppc64el.
- Preparing to unpack .../131-libjbig-dev_2.1-6.1_ppc64el.deb ...
- Unpacking libjbig-dev:ppc64el (2.1-6.1) ...
- Selecting previously unselected package liblzma-dev:ppc64el.
- Preparing to unpack .../132-liblzma-dev_5.4.1-0.2_ppc64el.deb ...
- Unpacking liblzma-dev:ppc64el (5.4.1-0.2) ...
- Selecting previously unselected package libwebpmux3:ppc64el.
- Preparing to unpack .../133-libwebpmux3_1.2.4-0.2+deb12u1_ppc64el.deb ...
- Unpacking libwebpmux3:ppc64el (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:ppc64el.
- Preparing to unpack .../134-libwebpdemux2_1.2.4-0.2+deb12u1_ppc64el.deb ...
- Unpacking libwebpdemux2:ppc64el (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:ppc64el.
- Preparing to unpack .../135-libwebp-dev_1.2.4-0.2+deb12u1_ppc64el.deb ...
- Unpacking libwebp-dev:ppc64el (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:ppc64el.
- Preparing to unpack .../136-libtiffxx6_4.5.0-6+deb12u1_ppc64el.deb ...
- Unpacking libtiffxx6:ppc64el (4.5.0-6+deb12u1) ...
- Selecting previously unselected package liblerc-dev:ppc64el.
- Preparing to unpack .../137-liblerc-dev_4.0.0+ds-2_ppc64el.deb ...
- Unpacking liblerc-dev:ppc64el (4.0.0+ds-2) ...
- Selecting previously unselected package libtiff-dev:ppc64el.
- Preparing to unpack .../138-libtiff-dev_4.5.0-6+deb12u1_ppc64el.deb ...
- Unpacking libtiff-dev:ppc64el (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-dev:ppc64el.
- Preparing to unpack .../139-libgdk-pixbuf-2.0-dev_2.42.10+dfsg-1+deb12u1_ppc64el.deb ...
- Unpacking libgdk-pixbuf-2.0-dev:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libharfbuzz-icu0:ppc64el.
- Preparing to unpack .../140-libharfbuzz-icu0_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking libharfbuzz-icu0:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-gobject0:ppc64el.
- Preparing to unpack .../141-libharfbuzz-gobject0_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking libharfbuzz-gobject0:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-subset0:ppc64el.
- Preparing to unpack .../142-libharfbuzz-subset0_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking libharfbuzz-subset0:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libgraphite2-dev:ppc64el.
- Preparing to unpack .../143-libgraphite2-dev_1.3.14-1_ppc64el.deb ...
- Unpacking libgraphite2-dev:ppc64el (1.3.14-1) ...
- Selecting previously unselected package libicu-dev:ppc64el.
- Preparing to unpack .../144-libicu-dev_72.1-3_ppc64el.deb ...
- Unpacking libicu-dev:ppc64el (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:ppc64el.
- Preparing to unpack .../145-libharfbuzz-dev_6.0.0+dfsg-3_ppc64el.deb ...
- Unpacking libharfbuzz-dev:ppc64el (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-dev:ppc64el.
- Preparing to unpack .../146-libthai-dev_0.1.29-1_ppc64el.deb ...
- Unpacking libthai-dev:ppc64el (0.1.29-1) ...
- Selecting previously unselected package libxft-dev:ppc64el.
- Preparing to unpack .../147-libxft-dev_2.3.6-1_ppc64el.deb ...
- Unpacking libxft-dev:ppc64el (2.3.6-1) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../148-pango1.0-tools_1.50.12+ds-1_ppc64el.deb ...
- Unpacking pango1.0-tools (1.50.12+ds-1) ...
- Selecting previously unselected package libpango1.0-dev:ppc64el.
- Preparing to unpack .../149-libpango1.0-dev_1.50.12+ds-1_ppc64el.deb ...
- Unpacking libpango1.0-dev:ppc64el (1.50.12+ds-1) ...
- Selecting previously unselected package libxinerama-dev:ppc64el.
- Preparing to unpack .../150-libxinerama-dev_2%3a1.1.4-3_ppc64el.deb ...
- Unpacking libxinerama-dev:ppc64el (2:1.1.4-3) ...
- Selecting previously unselected package libxfixes-dev:ppc64el.
- Preparing to unpack .../151-libxfixes-dev_1%3a6.0.0-2_ppc64el.deb ...
- Unpacking libxfixes-dev:ppc64el (1:6.0.0-2) ...
- Selecting previously unselected package libxi-dev:ppc64el.
- Preparing to unpack .../152-libxi-dev_2%3a1.8-1+b1_ppc64el.deb ...
- Unpacking libxi-dev:ppc64el (2:1.8-1+b1) ...
- Selecting previously unselected package libxrandr-dev:ppc64el.
- Preparing to unpack .../153-libxrandr-dev_2%3a1.5.2-2+b1_ppc64el.deb ...
- Unpacking libxrandr-dev:ppc64el (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxcursor-dev:ppc64el.
- Preparing to unpack .../154-libxcursor-dev_1%3a1.2.1-1_ppc64el.deb ...
- Unpacking libxcursor-dev:ppc64el (1:1.2.1-1) ...
- Selecting previously unselected package libxcomposite-dev:ppc64el.
- Preparing to unpack .../155-libxcomposite-dev_1%3a0.4.5-1_ppc64el.deb ...
- Unpacking libxcomposite-dev:ppc64el (1:0.4.5-1) ...
- Selecting previously unselected package libxdamage-dev:ppc64el.
- Preparing to unpack .../156-libxdamage-dev_1%3a1.1.6-1_ppc64el.deb ...
- Unpacking libxdamage-dev:ppc64el (1:1.1.6-1) ...
- Selecting previously unselected package libxml2-utils.
- Preparing to unpack .../157-libxml2-utils_2.9.14+dfsg-1.3~deb12u1_ppc64el.deb ...
- Unpacking libxml2-utils (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libgtk2.0-dev:ppc64el.
- Preparing to unpack .../158-libgtk2.0-dev_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgtk2.0-dev:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgail-dev:ppc64el.
- Preparing to unpack .../159-libgail-dev_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgail-dev:ppc64el (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libglade2-0:ppc64el.
- Preparing to unpack .../160-libglade2-0_1%3a2.6.4-2.4_ppc64el.deb ...
- Unpacking libglade2-0:ppc64el (1:2.6.4-2.4) ...
- Selecting previously unselected package libgnomecanvas2-common.
- Preparing to unpack .../161-libgnomecanvas2-common_2.30.3-4_all.deb ...
- Unpacking libgnomecanvas2-common (2.30.3-4) ...
- Selecting previously unselected package libgnomecanvas2-0:ppc64el.
- Preparing to unpack .../162-libgnomecanvas2-0_2.30.3-4+b1_ppc64el.deb ...
- Unpacking libgnomecanvas2-0:ppc64el (2.30.3-4+b1) ...
- Selecting previously unselected package libgnomecanvas2-dev:ppc64el.
- Preparing to unpack .../163-libgnomecanvas2-dev_2.30.3-4+b1_ppc64el.deb ...
- Unpacking libgnomecanvas2-dev:ppc64el (2.30.3-4+b1) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../164-libgtk2.0-bin_2.24.33-2+deb12u1_ppc64el.deb ...
- Unpacking libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libltdl7:ppc64el.
- Preparing to unpack .../165-libltdl7_2.4.7-7~deb12u1_ppc64el.deb ...
- Unpacking libltdl7:ppc64el (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libltdl-dev:ppc64el.
- Preparing to unpack .../166-libltdl-dev_2.4.7-7~deb12u1_ppc64el.deb ...
- Unpacking libltdl-dev:ppc64el (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libsys-hostname-long-perl.
- Preparing to unpack .../167-libsys-hostname-long-perl_1.5-3_all.deb ...
- Unpacking libsys-hostname-long-perl (1.5-3) ...
- Selecting previously unselected package libmail-sendmail-perl.
- Preparing to unpack .../168-libmail-sendmail-perl_0.80-3_all.deb ...
- Unpacking libmail-sendmail-perl (0.80-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../169-libpng-tools_1.6.39-2_ppc64el.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package librsvg2-2:ppc64el.
- Preparing to unpack .../170-librsvg2-2_2.54.7+dfsg-1~deb12u1_ppc64el.deb ...
- Unpacking librsvg2-2:ppc64el (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package librsvg2-common:ppc64el.
- Preparing to unpack .../171-librsvg2-common_2.54.7+dfsg-1~deb12u1_ppc64el.deb ...
- Unpacking librsvg2-common:ppc64el (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../172-xdg-user-dirs_0.18-1_ppc64el.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:ppc64el (1.5.7-1) ...
- Setting up libgraphite2-3:ppc64el (1.3.14-1) ...
- Setting up libpixman-1-0:ppc64el (0.42.2-1) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:ppc64el (3.0.8-3) ...
- Setting up libpixman-1-dev:ppc64el (0.42.2-1) ...
- Setting up libxdamage1:ppc64el (1:1.1.6-1) ...
- Setting up libicu72:ppc64el (72.1-3) ...
- Setting up bsdextrautils (2.38.1-5+deb12u2) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:ppc64el (2:1.8-1+b1) ...
- Setting up libxrender1:ppc64el (1:0.9.10-1.1) ...
- Setting up libdatrie1:ppc64el (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libxcb-render0:ppc64el (1.15-1) ...
- Setting up libarchive-zip-perl (1.68-1) ...
- Setting up libglib2.0-0:ppc64el (2.74.6-2+deb12u4) ...
- No schema files found: doing nothing.
- Setting up libwebpdemux2:ppc64el (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u4) ...
- Setting up libdebhelper-perl (13.11.4) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libmagic1:ppc64el (1:5.44-3) ...
- Setting up libjbig-dev:ppc64el (2.1-6.1) ...
- Setting up gettext-base (0.21-12) ...
- Setting up m4 (1.4.19-3) ...
- Setting up liblzo2-2:ppc64el (2.10-2) ...
- Setting up libxcb-shm0:ppc64el (1.15-1) ...
- Setting up file (1:5.44-3) ...
- Setting up libffi-dev:ppc64el (3.4.4-1) ...
- Setting up libcairo2:ppc64el (1.16.0-7) ...
- Setting up libpcre2-16-0:ppc64el (10.42-1) ...
- Setting up libxcb-shm0-dev:ppc64el (1.15-1) ...
- Setting up libgraphite2-dev:ppc64el (1.3.14-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpcre2-32-0:ppc64el (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u4) ...
- Setting up libpkgconf3:ppc64el (1.8.1-1) ...
- Setting up libexpat1-dev:ppc64el (2.5.0-1+deb12u1) ...
- Setting up libjpeg62-turbo-dev:ppc64el (1:2.1.5-2) ...
- Setting up libxfixes3:ppc64el (1:6.0.0-2) ...
- Setting up uuid-dev:ppc64el (2.38.1-5+deb12u2) ...
- Setting up libavahi-common-data:ppc64el (0.8-10) ...
- Setting up libdbus-1-3:ppc64el (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:ppc64el (1.0.8-2.1) ...
- Setting up libxinerama1:ppc64el (2:1.1.4-3) ...
- Setting up libxrandr2:ppc64el (2:1.5.2-2+b1) ...
- Setting up autopoint (0.21-12) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up libsepol-dev:ppc64el (3.4-2.1) ...
- Setting up libxcb-render0-dev:ppc64el (1.15-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up liblerc-dev:ppc64el (4.0.0+ds-2) ...
- Setting up libltdl7:ppc64el (2.4.7-7~deb12u1) ...
- Setting up autoconf (2.71-3) ...
- Setting up libgnomecanvas2-common (2.30.3-4) ...
- Setting up libxext-dev:ppc64el (2:1.3.4-1+b1) ...
- Setting up liblzma-dev:ppc64el (5.4.1-0.2) ...
- Setting up zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:ppc64el (10.42-1) ...
- Setting up sensible-utils (0.0.17+nmu1) ...
- Setting up at-spi2-common (2.46.0-5) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libarchive-cpio-perl (0.10-3) ...
- Setting up libuchardet0:ppc64el (0.0.7-1) ...
- Setting up libsub-override-perl (0.09-4) ...
- Setting up libharfbuzz0b:ppc64el (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:ppc64el (1.74.0-3) ...
- Setting up libcairo-gobject2:ppc64el (1.16.0-7) ...
- Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
- Setting up libatk1.0-0:ppc64el (2.46.0-5) ...
- Setting up libart-2.0-2:ppc64el (2.3.21-4) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libwebpmux3:ppc64el (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:ppc64el (4.5.0-6+deb12u1) ...
- Setting up libdeflate-dev:ppc64el (1.14-1) ...
- Setting up libelf1:ppc64el (0.188-2.1) ...
- Setting up libxcomposite1:ppc64el (1:0.4.5-1) ...
- Setting up libsys-hostname-long-perl (1.5-3) ...
- Setting up libxrender-dev:ppc64el (1:0.9.10-1.1) ...
- Setting up libicu-dev:ppc64el (72.1-3) ...
- Setting up libxml2:ppc64el (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libbrotli-dev:ppc64el (1.0.9-2+b6) ...
- Setting up libpython3-stdlib:ppc64el (3.11.2-1+b1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
- Setting up libcairo-script-interpreter2:ppc64el (1.16.0-7) ...
- Setting up libblkid-dev:ppc64el (2.38.1-5+deb12u2) ...
- Setting up python3.11 (3.11.2-6+deb12u4) ...
- Setting up libice6:ppc64el (2:1.0.10-1) ...
- Setting up libxft2:ppc64el (2.3.6-1) ...
- Setting up gettext (0.21-12) ...
- Setting up libharfbuzz-icu0:ppc64el (6.0.0+dfsg-3) ...
- Setting up libpcre2-dev:ppc64el (10.42-1) ...
- Setting up libice-dev:ppc64el (2:1.0.10-1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up libselinux1-dev:ppc64el (3.4-1+b6) ...
- Setting up libfribidi-dev:ppc64el (1.0.8-2.1) ...
- Setting up libxcursor1:ppc64el (1:1.2.1-1) ...
- Setting up libpng-dev:ppc64el (1.6.39-2) ...
- Setting up libavahi-common3:ppc64el (0.8-10) ...
- Setting up libjpeg-dev:ppc64el (1:2.1.5-2) ...
- Setting up libglib2.0-bin (2.74.6-2+deb12u4) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libharfbuzz-gobject0:ppc64el (6.0.0+dfsg-3) ...
- Setting up pkgconf:ppc64el (1.8.1-1) ...
- Setting up libfreetype-dev:ppc64el (2.12.1+dfsg-5+deb12u3) ...
- Setting up intltool-debian (0.35.0+20060710.6) ...
- Setting up libxfixes-dev:ppc64el (1:6.0.0-2) ...
- Setting up dh-autoreconf (20) ...
- Setting up libmail-sendmail-perl (0.80-3) ...
- Setting up libltdl-dev:ppc64el (2.4.7-7~deb12u1) ...
- Setting up libthai0:ppc64el (0.1.29-1) ...
- Setting up libxrandr-dev:ppc64el (2:1.5.2-2+b1) ...
- Setting up libwebp-dev:ppc64el (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:ppc64el (4.5.0-6+deb12u1) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up pkg-config:ppc64el (1.8.1-1) ...
- Setting up libxinerama-dev:ppc64el (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:ppc64el (1.74.0-3) ...
- Setting up dh-strip-nondeterminism (1.13.1-1) ...
- Setting up dwz (0.15-1) ...
- Setting up libdatrie-dev:ppc64el (0.2.13-2+b1) ...
- Setting up groff-base (1.22.4-10) ...
- Setting up libharfbuzz-subset0:ppc64el (6.0.0+dfsg-3) ...
- Setting up libgdk-pixbuf-2.0-0:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Setting up libxi-dev:ppc64el (2:1.8-1+b1) ...
- Setting up libxml2-utils (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up python3-lib2to3 (3.11.2-3) ...
- Setting up libsm6:ppc64el (2:1.2.3-1) ...
- Setting up libavahi-client3:ppc64el (0.8-10) ...
- Setting up libmount-dev:ppc64el (2.38.1-5+deb12u2) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libxdamage-dev:ppc64el (1:1.1.6-1) ...
- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u4) ...
- Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
- Setting up libart-2.0-dev (2.3.21-4) ...
- Setting up gir1.2-freedesktop:ppc64el (1.74.0-3) ...
- Setting up gir1.2-gdkpixbuf-2.0:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Setting up libfontconfig-dev:ppc64el (2.14.1-4) ...
- Setting up gir1.2-atk-1.0:ppc64el (2.46.0-5) ...
- Setting up libsm-dev:ppc64el (2:1.2.3-1) ...
- Setting up libxcomposite-dev:ppc64el (1:0.4.5-1) ...
- Setting up libxcursor-dev:ppc64el (1:1.2.1-1) ...
- Setting up po-debconf (1.0.21+nmu1) ...
- Setting up libpango-1.0-0:ppc64el (1.50.12+ds-1) ...
- Setting up man-db (2.11.2-2) ...
- Building database of manual pages ...
- Setting up gir1.2-harfbuzz-0.0:ppc64el (6.0.0+dfsg-3) ...
- Setting up libglib2.0-dev:ppc64el (2.74.6-2+deb12u4) ...
- Setting up adwaita-icon-theme (43-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 libthai-dev:ppc64el (0.1.29-1) ...
- Setting up libcups2:ppc64el (2.4.2-3+deb12u8) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Setting up libcairo2-dev:ppc64el (1.16.0-7) ...
- Setting up libpangoft2-1.0-0:ppc64el (1.50.12+ds-1) ...
- Setting up libatk1.0-dev:ppc64el (2.46.0-5) ...
- Setting up libpangocairo-1.0-0:ppc64el (1.50.12+ds-1) ...
- Setting up libxft-dev:ppc64el (2.3.6-1) ...
- Setting up libgdk-pixbuf-2.0-dev:ppc64el (2.42.10+dfsg-1+deb12u1) ...
- Setting up libharfbuzz-dev:ppc64el (6.0.0+dfsg-3) ...
- Setting up libpangoxft-1.0-0:ppc64el (1.50.12+ds-1) ...
- Setting up libgtk2.0-0:ppc64el (2.24.33-2+deb12u1) ...
- Setting up pango1.0-tools (1.50.12+ds-1) ...
- Setting up debhelper (13.11.4) ...
- Setting up librsvg2-2:ppc64el (2.54.7+dfsg-1~deb12u1) ...
- Setting up gir1.2-pango-1.0:ppc64el (1.50.12+ds-1) ...
- Setting up gir1.2-gtk-2.0:ppc64el (2.24.33-2+deb12u1) ...
- Setting up libpango1.0-dev:ppc64el (1.50.12+ds-1) ...
- Setting up librsvg2-common:ppc64el (2.54.7+dfsg-1~deb12u1) ...
- Setting up libgail18:ppc64el (2.24.33-2+deb12u1) ...
- Setting up libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Setting up libgtk2.0-dev:ppc64el (2.24.33-2+deb12u1) ...
- Setting up libglade2-0:ppc64el (1:2.6.4-2.4) ...
- Setting up libgail-common:ppc64el (2.24.33-2+deb12u1) ...
- Setting up libgnomecanvas2-0:ppc64el (2.30.3-4+b1) ...
- Setting up libgail-dev:ppc64el (2.24.33-2+deb12u1) ...
- Setting up libgnomecanvas2-dev:ppc64el (2.30.3-4+b1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
- Processing triggers for libgdk-pixbuf-2.0-0:ppc64el (2.42.10+dfsg-1+deb12u1) ...
2025-01-10 13:55.21 ---> saved as "d0ddafaffb545c105888e1db7b1431c2fb5d827cc64795e51a4ed13f8394759f"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 12 packages
  - install camlp-streams     5.0.1
  - install conf-gnomecanvas  2
  - install conf-gtk2         1
  - install conf-libX11       1
  - install conf-pkg-config   3
  - install csexp             1.5.2
  - install dune              3.17.1
  - install dune-configurator 3.17.1
  - install graphics          5.1.2
  - install lablgtk           2.18.13
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved graphics.5.1.2  (cached)
-> installed conf-gnomecanvas.2
-> installed conf-gtk2.1
-> installed conf-libX11.1
-> retrieved lablgtk.2.18.13  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.17.1
-> installed graphics.5.1.2
-> installed ocamlfind.1.9.6
-> installed lablgtk.2.18.13
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-10 13:58.41 ---> saved as "20550617ca21dac42503d1a37c8029b59d7e0898aa0e659711788fbc9a24cad5"

/src: (copy (src .) (dst /src))
2025-01-10 13:59.05 ---> saved as "798b51cae8cec3a717d1da10e0e8db7cd71a5a77460d22cf84844a56464d81b2"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.editor.eobjs/byte -I /home/opam/.opam/5.3/lib/lablgtk2 -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/stdlib-shims -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)
File "editor/gtree.ml", line 224, characters 14-24:
224 |       let _ = sigs#event (drag_label db) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -open ViewGraph -g -bin-annot -bin-annot-occurrences -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/5.3/lib/lablgtk2 -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/stdlib-shims -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)
File "view_graph/viewGraph_test.ml", line 70, characters 4-24:
70 |     GToolbox.message_box "Error" 
         ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.

File "view_graph/viewGraph_test.ml", line 82, characters 2-22:
82 |   GToolbox.message_box "Error" 
       ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
strat: all tests succeeded.
test_chaotic: all tests succeeded.
test_contraction: all tests succeeded.
dot: all tests succeeded.
test_fixpoint: all tests succeeded.
basic: all tests succeeded.
test_saps: all tests succeeded.
test_bf: all tests succeeded.
test_components: all tests succeeded.
test_johnson: all tests succeeded.
test_cycles: all tests succeeded.
test_wto: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/5.3/lib/lablgtk2 -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/stdlib-shims -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)
File "editor/graphEdGTK.ml", line 397, characters 14-24:
397 |       let _ = sigs#event (drag_label noeud ellipse) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.

File "editor/graphEdGTK.ml", line 717, characters 8-33:
717 | let _ = canvas#root#connect#event (canvas_event) 
              ^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.

File "editor/graphEdGTK.ml", line 865, characters 9-33:
865 | let () = canvas#set_scroll_region 0. 0. w h 
               ^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
2025-01-10 13:59.25 ---> saved as "49159db6b805205d7de32a1653f26e35cd86aacfa356396139965f9dd837a771"
Job succeeded
2025-01-10 13:59.26: Job succeeded