Organisationsbacktrackingocamlgraph9e8c1d (master)debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Logs

Show full logs
2025-01-07 09:59.11: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (9e8c1d7c0ef44845b42e3595ef68abc37f0cbff6) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
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-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
# debian-12-4.14_s390x_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.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 host-arch-s390x.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-07 09:59.11: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a-debian-12-4.14_s390x_opam-2.3-fbb2985260d6873e2ba690f2d82dc233"
2025-01-07 09:59.11: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a)
 (comment debian-12-4.14_s390x_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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 './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.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 host-arch-s390x.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-07 09:59.11: Waiting for resource in pool OCluster
2025-01-07 09:59.11: Waiting for worker…
2025-01-07 10:27.25: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
HEAD is now at 9e8c1d7 fixed test_contraction

(from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a' locally
docker.io/ocaml/opam@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a: Pulling from ocaml/opam
53a5c0dbd93a: Already exists
7062c2d8ba19: Already exists
ba00c62632c5: Already exists
dfe519bb5336: Already exists
f68afea590c2: Already exists
446ce37f2b48: Already exists
451dc389870d: Already exists
baa1ba0d3e06: Already exists
a15171d75e02: Already exists
c9f269dd99a8: Already exists
804c5c2a98f9: Already exists
7a1de772442c: Already exists
180fd066830d: Already exists
942efba4e75b: Already exists
e68257155798: Already exists
2876a8b4e760: Already exists
73afa6ce9ca3: Already exists
27152f13ddc9: Already exists
dcf01c953bf5: Already exists
2180eae44802: Already exists
4f4fb700ef54: Already exists
7dae5e1b3ba5: Already exists
e7ae103babd8: Already exists
036a87c521b4: Already exists
55c4af55fd8c: Already exists
dbb96da533db: Already exists
be782023e4e9: Already exists
8d310d0850c6: Already exists
014b74572a20: Already exists
bd6851b181d3: Already exists
c28afd19c9fe: Already exists
b5cc3dbbd07a: Already exists
e44e4a969980: Already exists
8ab6f4d12b02: Already exists
83ec47bbdb73: Already exists
b203a0188c96: Already exists
3f2cc374f5f4: Already exists
93ae37282f0e: Already exists
c05af9e19be2: Pulling fs layer
20b1bdfb4d7a: Pulling fs layer
08ef288a3e09: Pulling fs layer
2f27cc6a3d53: Pulling fs layer
2f27cc6a3d53: Waiting
20b1bdfb4d7a: Verifying Checksum
20b1bdfb4d7a: Download complete
08ef288a3e09: Verifying Checksum
08ef288a3e09: Download complete
2f27cc6a3d53: Verifying Checksum
2f27cc6a3d53: Download complete
c05af9e19be2: Verifying Checksum
c05af9e19be2: Download complete
c05af9e19be2: Pull complete
20b1bdfb4d7a: Pull complete
08ef288a3e09: Pull complete
2f27cc6a3d53: Pull complete
Digest: sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
Status: Downloaded newer image for ocaml/opam@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
2025-01-07 10:27.26 ---> using "a9e6aa92dff924a950e4169f19aa25cf549e06a75c1eb8d4cd8e86fcee02ffb0" from cache

/: (comment debian-12-4.14_s390x_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-07 10:27.26 ---> using "76d54723a28180a52cc520a0d99d36582e3d5799cc6e526e3e57ce3866969adc" 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-07 10:27.26 ---> using "cfbced94b4ed2a80c5a694863dc6cd5e9d1d56da08eb735d15c8cfa661cdece3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-07 10:27.26 ---> using "c44e82732e7fddc089995eda225574a603bef4dc0a04050fc52bda21f48e652f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-07 10:27.26 ---> using "7ccfba6f9013581176ca3f3935e6166101720a63128bbff1d50bb7d60c29f210" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   de786e28db..631e587f16  master     -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1

<><> 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-07 10:27.26 ---> using "a628b46cdbbf5f9f5cc2812d47aa4d402eee12067d26af3832b8958ea0af9b50" from cache

/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-01-07 10:27.26 ---> saved as "61fc1ca88488c7697ee40045bba8abe5937c7b7d62ba086b2b62b865c339d327"

/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-07 10:27.30 ---> saved as "12bae1b5f218ebc610b102b1272f7a1f45bdb2422640567088fedaa533b74fd6"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-07 10:27.30 ---> saved as "03b2d8fb866f5c8f4927fc988dd3c300b45938e4623cdd06bbf2ec9ca2067a64"

/src: (env DEPS "base-bigarray.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 host-arch-s390x.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [206 kB]
- Fetched 310 kB in 0s (640 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (file:///src)
[ocamlgraph_gtk.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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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:s390x.
- (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 ... 18518 files and directories currently installed.)
- Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_s390x.deb ...
- Unpacking libdbus-1-3:s390x (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_s390x.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:s390x.
- Preparing to unpack .../3-libapparmor1_3.0.8-3_s390x.deb ...
- Unpacking libapparmor1:s390x (3.0.8-3) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_s390x.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_s390x.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libpython3.11-minimal:s390x.
- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u4_s390x.deb ...
- Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u4) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u4_s390x.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u4) ...
- Setting up libpython3.11-minimal:s390x (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 ... 18911 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_s390x.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:s390x.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u4_s390x.deb ...
- Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u4) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u4_s390x.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u4) ...
- Selecting previously unselected package libpython3-stdlib:s390x.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_s390x.deb ...
- Unpacking libpython3-stdlib:s390x (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 ... 19321 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_s390x.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_s390x.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:s390x.
- Preparing to unpack .../003-libmagic1_1%3a5.44-3_s390x.deb ...
- Unpacking libmagic1:s390x (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../004-file_1%3a5.44-3_s390x.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package gettext-base.
- Preparing to unpack .../005-gettext-base_0.21-12_s390x.deb ...
- Unpacking gettext-base (0.21-12) ...
- Selecting previously unselected package libuchardet0:s390x.
- Preparing to unpack .../006-libuchardet0_0.0.7-1_s390x.deb ...
- Unpacking libuchardet0:s390x (0.0.7-1) ...
- Selecting previously unselected package groff-base.
- Preparing to unpack .../007-groff-base_1.22.4-10_s390x.deb ...
- Unpacking groff-base (1.22.4-10) ...
- Selecting previously unselected package bsdextrautils.
- Preparing to unpack .../008-bsdextrautils_2.38.1-5+deb12u2_s390x.deb ...
- Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libpipeline1:s390x.
- Preparing to unpack .../009-libpipeline1_1.5.7-1_s390x.deb ...
- Unpacking libpipeline1:s390x (1.5.7-1) ...
- Selecting previously unselected package man-db.
- Preparing to unpack .../010-man-db_2.11.2-2_s390x.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:s390x.
- Preparing to unpack .../013-libglib2.0-0_2.74.6-2+deb12u4_s390x.deb ...
- Unpacking libglib2.0-0:s390x (2.74.6-2+deb12u4) ...
- Selecting previously unselected package libicu72:s390x.
- Preparing to unpack .../014-libicu72_72.1-3_s390x.deb ...
- Unpacking libicu72:s390x (72.1-3) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../015-libxml2_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../016-shared-mime-info_2.2-1_s390x.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x.
- Preparing to unpack .../017-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1_s390x.deb ...
- Unpacking libgdk-pixbuf-2.0-0:s390x (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_s390x.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_s390x.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:s390x.
- Preparing to unpack .../033-libelf1_0.188-2.1_s390x.deb ...
- Unpacking libelf1:s390x (0.188-2.1) ...
- Selecting previously unselected package dwz.
- Preparing to unpack .../034-dwz_0.15-1_s390x.deb ...
- Unpacking dwz (0.15-1) ...
- Selecting previously unselected package gettext.
- Preparing to unpack .../035-gettext_0.21-12_s390x.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_s390x.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libgirepository-1.0-1:s390x.
- Preparing to unpack .../040-libgirepository-1.0-1_1.74.0-3_s390x.deb ...
- Unpacking libgirepository-1.0-1:s390x (1.74.0-3) ...
- Selecting previously unselected package gir1.2-glib-2.0:s390x.
- Preparing to unpack .../041-gir1.2-glib-2.0_1.74.0-3_s390x.deb ...
- Unpacking gir1.2-glib-2.0:s390x (1.74.0-3) ...
- Selecting previously unselected package libatk1.0-0:s390x.
- Preparing to unpack .../042-libatk1.0-0_2.46.0-5_s390x.deb ...
- Unpacking libatk1.0-0:s390x (2.46.0-5) ...
- Selecting previously unselected package gir1.2-atk-1.0:s390x.
- Preparing to unpack .../043-gir1.2-atk-1.0_2.46.0-5_s390x.deb ...
- Unpacking gir1.2-atk-1.0:s390x (2.46.0-5) ...
- Selecting previously unselected package gir1.2-freedesktop:s390x.
- Preparing to unpack .../044-gir1.2-freedesktop_1.74.0-3_s390x.deb ...
- Unpacking gir1.2-freedesktop:s390x (1.74.0-3) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:s390x.
- Preparing to unpack .../045-gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-1+deb12u1_s390x.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:s390x (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:s390x.
- Preparing to unpack .../047-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_s390x.deb ...
- Unpacking gir1.2-harfbuzz-0.0:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libfribidi0:s390x.
- Preparing to unpack .../048-libfribidi0_1.0.8-2.1_s390x.deb ...
- Unpacking libfribidi0:s390x (1.0.8-2.1) ...
- Selecting previously unselected package libgraphite2-3:s390x.
- Preparing to unpack .../049-libgraphite2-3_1.3.14-1_s390x.deb ...
- Unpacking libgraphite2-3:s390x (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:s390x.
- Preparing to unpack .../050-libharfbuzz0b_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz0b:s390x (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:s390x.
- Preparing to unpack .../052-libdatrie1_0.2.13-2+b1_s390x.deb ...
- Unpacking libdatrie1:s390x (0.2.13-2+b1) ...
- Selecting previously unselected package libthai0:s390x.
- Preparing to unpack .../053-libthai0_0.1.29-1_s390x.deb ...
- Unpacking libthai0:s390x (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:s390x.
- Preparing to unpack .../054-libpango-1.0-0_1.50.12+ds-1_s390x.deb ...
- Unpacking libpango-1.0-0:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package libpixman-1-0:s390x.
- Preparing to unpack .../055-libpixman-1-0_0.42.2-1_s390x.deb ...
- Unpacking libpixman-1-0:s390x (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:s390x.
- Preparing to unpack .../056-libxcb-render0_1.15-1_s390x.deb ...
- Unpacking libxcb-render0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:s390x.
- Preparing to unpack .../057-libxcb-shm0_1.15-1_s390x.deb ...
- Unpacking libxcb-shm0:s390x (1.15-1) ...
- Selecting previously unselected package libxrender1:s390x.
- Preparing to unpack .../058-libxrender1_1%3a0.9.10-1.1_s390x.deb ...
- Unpacking libxrender1:s390x (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:s390x.
- Preparing to unpack .../059-libcairo2_1.16.0-7_s390x.deb ...
- Unpacking libcairo2:s390x (1.16.0-7) ...
- Selecting previously unselected package libpangoft2-1.0-0:s390x.
- Preparing to unpack .../060-libpangoft2-1.0-0_1.50.12+ds-1_s390x.deb ...
- Unpacking libpangoft2-1.0-0:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:s390x.
- Preparing to unpack .../061-libpangocairo-1.0-0_1.50.12+ds-1_s390x.deb ...
- Unpacking libpangocairo-1.0-0:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package libxft2:s390x.
- Preparing to unpack .../062-libxft2_2.3.6-1_s390x.deb ...
- Unpacking libxft2:s390x (2.3.6-1) ...
- Selecting previously unselected package libpangoxft-1.0-0:s390x.
- Preparing to unpack .../063-libpangoxft-1.0-0_1.50.12+ds-1_s390x.deb ...
- Unpacking libpangoxft-1.0-0:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:s390x.
- Preparing to unpack .../064-gir1.2-pango-1.0_1.50.12+ds-1_s390x.deb ...
- Unpacking gir1.2-pango-1.0:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package libavahi-common-data:s390x.
- Preparing to unpack .../065-libavahi-common-data_0.8-10_s390x.deb ...
- Unpacking libavahi-common-data:s390x (0.8-10) ...
- Selecting previously unselected package libavahi-common3:s390x.
- Preparing to unpack .../066-libavahi-common3_0.8-10_s390x.deb ...
- Unpacking libavahi-common3:s390x (0.8-10) ...
- Selecting previously unselected package libavahi-client3:s390x.
- Preparing to unpack .../067-libavahi-client3_0.8-10_s390x.deb ...
- Unpacking libavahi-client3:s390x (0.8-10) ...
- Selecting previously unselected package libcups2:s390x.
- Preparing to unpack .../068-libcups2_2.4.2-3+deb12u8_s390x.deb ...
- Unpacking libcups2:s390x (2.4.2-3+deb12u8) ...
- Selecting previously unselected package libxcomposite1:s390x.
- Preparing to unpack .../069-libxcomposite1_1%3a0.4.5-1_s390x.deb ...
- Unpacking libxcomposite1:s390x (1:0.4.5-1) ...
- Selecting previously unselected package libxfixes3:s390x.
- Preparing to unpack .../070-libxfixes3_1%3a6.0.0-2_s390x.deb ...
- Unpacking libxfixes3:s390x (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor1:s390x.
- Preparing to unpack .../071-libxcursor1_1%3a1.2.1-1_s390x.deb ...
- Unpacking libxcursor1:s390x (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:s390x.
- Preparing to unpack .../072-libxdamage1_1%3a1.1.6-1_s390x.deb ...
- Unpacking libxdamage1:s390x (1:1.1.6-1) ...
- Selecting previously unselected package libxi6:s390x.
- Preparing to unpack .../073-libxi6_2%3a1.8-1+b1_s390x.deb ...
- Unpacking libxi6:s390x (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:s390x.
- Preparing to unpack .../074-libxinerama1_2%3a1.1.4-3_s390x.deb ...
- Unpacking libxinerama1:s390x (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:s390x.
- Preparing to unpack .../075-libxrandr2_2%3a1.5.2-2+b1_s390x.deb ...
- Unpacking libxrandr2:s390x (2:1.5.2-2+b1) ...
- Selecting previously unselected package libgtk2.0-0:s390x.
- Preparing to unpack .../076-libgtk2.0-0_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgtk2.0-0:s390x (2.24.33-2+deb12u1) ...
- Selecting previously unselected package gir1.2-gtk-2.0:s390x.
- Preparing to unpack .../077-gir1.2-gtk-2.0_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking gir1.2-gtk-2.0:s390x (2.24.33-2+deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../078-icu-devtools_72.1-3_s390x.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:s390x.
- Preparing to unpack .../080-libart-2.0-2_2.3.21-4_s390x.deb ...
- Unpacking libart-2.0-2:s390x (2.3.21-4) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../081-libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../082-pkgconf-bin_1.8.1-1_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../083-pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../084-pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Selecting previously unselected package libart-2.0-dev.
- Preparing to unpack .../085-libart-2.0-dev_2.3.21-4_s390x.deb ...
- Unpacking libart-2.0-dev (2.3.21-4) ...
- Selecting previously unselected package libffi-dev:s390x.
- Preparing to unpack .../086-libffi-dev_3.4.4-1_s390x.deb ...
- Unpacking libffi-dev:s390x (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_s390x.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_s390x.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u4) ...
- Selecting previously unselected package uuid-dev:s390x.
- Preparing to unpack .../092-uuid-dev_2.38.1-5+deb12u2_s390x.deb ...
- Unpacking uuid-dev:s390x (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libblkid-dev:s390x.
- Preparing to unpack .../093-libblkid-dev_2.38.1-5+deb12u2_s390x.deb ...
- Unpacking libblkid-dev:s390x (2.38.1-5+deb12u2) ...
- Selecting previously unselected package libsepol-dev:s390x.
- Preparing to unpack .../094-libsepol-dev_3.4-2.1_s390x.deb ...
- Unpacking libsepol-dev:s390x (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:s390x.
- Preparing to unpack .../095-libpcre2-16-0_10.42-1_s390x.deb ...
- Unpacking libpcre2-16-0:s390x (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:s390x.
- Preparing to unpack .../096-libpcre2-32-0_10.42-1_s390x.deb ...
- Unpacking libpcre2-32-0:s390x (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:s390x.
- Preparing to unpack .../097-libpcre2-posix3_10.42-1_s390x.deb ...
- Unpacking libpcre2-posix3:s390x (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:s390x.
- Preparing to unpack .../098-libpcre2-dev_10.42-1_s390x.deb ...
- Unpacking libpcre2-dev:s390x (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:s390x.
- Preparing to unpack .../099-libselinux1-dev_3.4-1+b6_s390x.deb ...
- Unpacking libselinux1-dev:s390x (3.4-1+b6) ...
- Selecting previously unselected package libmount-dev:s390x.
- Preparing to unpack .../100-libmount-dev_2.38.1-5+deb12u2_s390x.deb ...
- Unpacking libmount-dev:s390x (2.38.1-5+deb12u2) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../101-zlib1g-dev_1%3a1.2.13.dfsg-1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libglib2.0-dev:s390x.
- Preparing to unpack .../102-libglib2.0-dev_2.74.6-2+deb12u4_s390x.deb ...
- Unpacking libglib2.0-dev:s390x (2.74.6-2+deb12u4) ...
- Selecting previously unselected package libatk1.0-dev:s390x.
- Preparing to unpack .../103-libatk1.0-dev_2.46.0-5_s390x.deb ...
- Unpacking libatk1.0-dev:s390x (2.46.0-5) ...
- Selecting previously unselected package libbrotli-dev:s390x.
- Preparing to unpack .../104-libbrotli-dev_1.0.9-2+b6_s390x.deb ...
- Unpacking libbrotli-dev:s390x (1.0.9-2+b6) ...
- Selecting previously unselected package libcairo-gobject2:s390x.
- Preparing to unpack .../105-libcairo-gobject2_1.16.0-7_s390x.deb ...
- Unpacking libcairo-gobject2:s390x (1.16.0-7) ...
- Selecting previously unselected package liblzo2-2:s390x.
- Preparing to unpack .../106-liblzo2-2_2.10-2_s390x.deb ...
- Unpacking liblzo2-2:s390x (2.10-2) ...
- Selecting previously unselected package libcairo-script-interpreter2:s390x.
- Preparing to unpack .../107-libcairo-script-interpreter2_1.16.0-7_s390x.deb ...
- Unpacking libcairo-script-interpreter2:s390x (1.16.0-7) ...
- Selecting previously unselected package libexpat1-dev:s390x.
- Preparing to unpack .../108-libexpat1-dev_2.5.0-1+deb12u1_s390x.deb ...
- Unpacking libexpat1-dev:s390x (2.5.0-1+deb12u1) ...
- Selecting previously unselected package libpng-dev:s390x.
- Preparing to unpack .../109-libpng-dev_1.6.39-2_s390x.deb ...
- Unpacking libpng-dev:s390x (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:s390x.
- Preparing to unpack .../110-libfreetype-dev_2.12.1+dfsg-5+deb12u3_s390x.deb ...
- Unpacking libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ...
- Selecting previously unselected package libfontconfig-dev:s390x.
- Preparing to unpack .../111-libfontconfig-dev_2.14.1-4_s390x.deb ...
- Unpacking libfontconfig-dev:s390x (2.14.1-4) ...
- Selecting previously unselected package libpixman-1-dev:s390x.
- Preparing to unpack .../112-libpixman-1-dev_0.42.2-1_s390x.deb ...
- Unpacking libpixman-1-dev:s390x (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:s390x.
- Preparing to unpack .../114-libice6_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice6:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:s390x.
- Preparing to unpack .../115-libsm6_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm6:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libice-dev:s390x.
- Preparing to unpack .../116-libice-dev_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice-dev:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libsm-dev:s390x.
- Preparing to unpack .../117-libsm-dev_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm-dev:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libxcb-render0-dev:s390x.
- Preparing to unpack .../118-libxcb-render0-dev_1.15-1_s390x.deb ...
- Unpacking libxcb-render0-dev:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-shm0-dev:s390x.
- Preparing to unpack .../119-libxcb-shm0-dev_1.15-1_s390x.deb ...
- Unpacking libxcb-shm0-dev:s390x (1.15-1) ...
- Selecting previously unselected package libxext-dev:s390x.
- Preparing to unpack .../120-libxext-dev_2%3a1.3.4-1+b1_s390x.deb ...
- Unpacking libxext-dev:s390x (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxrender-dev:s390x.
- Preparing to unpack .../121-libxrender-dev_1%3a0.9.10-1.1_s390x.deb ...
- Unpacking libxrender-dev:s390x (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2-dev:s390x.
- Preparing to unpack .../122-libcairo2-dev_1.16.0-7_s390x.deb ...
- Unpacking libcairo2-dev:s390x (1.16.0-7) ...
- Selecting previously unselected package libdatrie-dev:s390x.
- Preparing to unpack .../123-libdatrie-dev_0.2.13-2+b1_s390x.deb ...
- Unpacking libdatrie-dev:s390x (0.2.13-2+b1) ...
- Selecting previously unselected package libdeflate-dev:s390x.
- Preparing to unpack .../124-libdeflate-dev_1.14-1_s390x.deb ...
- Unpacking libdeflate-dev:s390x (1.14-1) ...
- Selecting previously unselected package libfribidi-dev:s390x.
- Preparing to unpack .../125-libfribidi-dev_1.0.8-2.1_s390x.deb ...
- Unpacking libfribidi-dev:s390x (1.0.8-2.1) ...
- Selecting previously unselected package libgail18:s390x.
- Preparing to unpack .../126-libgail18_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgail18:s390x (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgail-common:s390x.
- Preparing to unpack .../127-libgail-common_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgail-common:s390x (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_s390x.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:s390x.
- Preparing to unpack .../129-libjpeg62-turbo-dev_1%3a2.1.5-2_s390x.deb ...
- Unpacking libjpeg62-turbo-dev:s390x (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:s390x.
- Preparing to unpack .../130-libjpeg-dev_1%3a2.1.5-2_s390x.deb ...
- Unpacking libjpeg-dev:s390x (1:2.1.5-2) ...
- Selecting previously unselected package libjbig-dev:s390x.
- Preparing to unpack .../131-libjbig-dev_2.1-6.1_s390x.deb ...
- Unpacking libjbig-dev:s390x (2.1-6.1) ...
- Selecting previously unselected package liblzma-dev:s390x.
- Preparing to unpack .../132-liblzma-dev_5.4.1-0.2_s390x.deb ...
- Unpacking liblzma-dev:s390x (5.4.1-0.2) ...
- Selecting previously unselected package libzstd-dev:s390x.
- Preparing to unpack .../133-libzstd-dev_1.5.4+dfsg2-5_s390x.deb ...
- Unpacking libzstd-dev:s390x (1.5.4+dfsg2-5) ...
- Selecting previously unselected package libwebpmux3:s390x.
- Preparing to unpack .../134-libwebpmux3_1.2.4-0.2+deb12u1_s390x.deb ...
- Unpacking libwebpmux3:s390x (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:s390x.
- Preparing to unpack .../135-libwebpdemux2_1.2.4-0.2+deb12u1_s390x.deb ...
- Unpacking libwebpdemux2:s390x (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:s390x.
- Preparing to unpack .../136-libwebp-dev_1.2.4-0.2+deb12u1_s390x.deb ...
- Unpacking libwebp-dev:s390x (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:s390x.
- Preparing to unpack .../137-libtiffxx6_4.5.0-6+deb12u1_s390x.deb ...
- Unpacking libtiffxx6:s390x (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libtiff-dev:s390x.
- Preparing to unpack .../138-libtiff-dev_4.5.0-6+deb12u1_s390x.deb ...
- Unpacking libtiff-dev:s390x (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-dev:s390x.
- Preparing to unpack .../139-libgdk-pixbuf-2.0-dev_2.42.10+dfsg-1+deb12u1_s390x.deb ...
- Unpacking libgdk-pixbuf-2.0-dev:s390x (2.42.10+dfsg-1+deb12u1) ...
- Selecting previously unselected package libharfbuzz-icu0:s390x.
- Preparing to unpack .../140-libharfbuzz-icu0_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-icu0:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-gobject0:s390x.
- Preparing to unpack .../141-libharfbuzz-gobject0_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-gobject0:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-subset0:s390x.
- Preparing to unpack .../142-libharfbuzz-subset0_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-subset0:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libgraphite2-dev:s390x.
- Preparing to unpack .../143-libgraphite2-dev_1.3.14-1_s390x.deb ...
- Unpacking libgraphite2-dev:s390x (1.3.14-1) ...
- Selecting previously unselected package libicu-dev:s390x.
- Preparing to unpack .../144-libicu-dev_72.1-3_s390x.deb ...
- Unpacking libicu-dev:s390x (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:s390x.
- Preparing to unpack .../145-libharfbuzz-dev_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-dev:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-dev:s390x.
- Preparing to unpack .../146-libthai-dev_0.1.29-1_s390x.deb ...
- Unpacking libthai-dev:s390x (0.1.29-1) ...
- Selecting previously unselected package libxft-dev:s390x.
- Preparing to unpack .../147-libxft-dev_2.3.6-1_s390x.deb ...
- Unpacking libxft-dev:s390x (2.3.6-1) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../148-pango1.0-tools_1.50.12+ds-1_s390x.deb ...
- Unpacking pango1.0-tools (1.50.12+ds-1) ...
- Selecting previously unselected package libpango1.0-dev:s390x.
- Preparing to unpack .../149-libpango1.0-dev_1.50.12+ds-1_s390x.deb ...
- Unpacking libpango1.0-dev:s390x (1.50.12+ds-1) ...
- Selecting previously unselected package libxinerama-dev:s390x.
- Preparing to unpack .../150-libxinerama-dev_2%3a1.1.4-3_s390x.deb ...
- Unpacking libxinerama-dev:s390x (2:1.1.4-3) ...
- Selecting previously unselected package libxfixes-dev:s390x.
- Preparing to unpack .../151-libxfixes-dev_1%3a6.0.0-2_s390x.deb ...
- Unpacking libxfixes-dev:s390x (1:6.0.0-2) ...
- Selecting previously unselected package libxi-dev:s390x.
- Preparing to unpack .../152-libxi-dev_2%3a1.8-1+b1_s390x.deb ...
- Unpacking libxi-dev:s390x (2:1.8-1+b1) ...
- Selecting previously unselected package libxrandr-dev:s390x.
- Preparing to unpack .../153-libxrandr-dev_2%3a1.5.2-2+b1_s390x.deb ...
- Unpacking libxrandr-dev:s390x (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxcursor-dev:s390x.
- Preparing to unpack .../154-libxcursor-dev_1%3a1.2.1-1_s390x.deb ...
- Unpacking libxcursor-dev:s390x (1:1.2.1-1) ...
- Selecting previously unselected package libxcomposite-dev:s390x.
- Preparing to unpack .../155-libxcomposite-dev_1%3a0.4.5-1_s390x.deb ...
- Unpacking libxcomposite-dev:s390x (1:0.4.5-1) ...
- Selecting previously unselected package libxdamage-dev:s390x.
- Preparing to unpack .../156-libxdamage-dev_1%3a1.1.6-1_s390x.deb ...
- Unpacking libxdamage-dev:s390x (1:1.1.6-1) ...
- Selecting previously unselected package libxml2-utils.
- Preparing to unpack .../157-libxml2-utils_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2-utils (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libgtk2.0-dev:s390x.
- Preparing to unpack .../158-libgtk2.0-dev_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgtk2.0-dev:s390x (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libgail-dev:s390x.
- Preparing to unpack .../159-libgail-dev_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgail-dev:s390x (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libglade2-0:s390x.
- Preparing to unpack .../160-libglade2-0_1%3a2.6.4-2.4_s390x.deb ...
- Unpacking libglade2-0:s390x (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:s390x.
- Preparing to unpack .../162-libgnomecanvas2-0_2.30.3-4+b1_s390x.deb ...
- Unpacking libgnomecanvas2-0:s390x (2.30.3-4+b1) ...
- Selecting previously unselected package libgnomecanvas2-dev:s390x.
- Preparing to unpack .../163-libgnomecanvas2-dev_2.30.3-4+b1_s390x.deb ...
- Unpacking libgnomecanvas2-dev:s390x (2.30.3-4+b1) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../164-libgtk2.0-bin_2.24.33-2+deb12u1_s390x.deb ...
- Unpacking libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Selecting previously unselected package libltdl7:s390x.
- Preparing to unpack .../165-libltdl7_2.4.7-7~deb12u1_s390x.deb ...
- Unpacking libltdl7:s390x (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libltdl-dev:s390x.
- Preparing to unpack .../166-libltdl-dev_2.4.7-7~deb12u1_s390x.deb ...
- Unpacking libltdl-dev:s390x (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_s390x.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package librsvg2-2:s390x.
- Preparing to unpack .../170-librsvg2-2_2.54.7+dfsg-1~deb12u1_s390x.deb ...
- Unpacking librsvg2-2:s390x (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package librsvg2-common:s390x.
- Preparing to unpack .../171-librsvg2-common_2.54.7+dfsg-1~deb12u1_s390x.deb ...
- Unpacking librsvg2-common:s390x (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../172-xdg-user-dirs_0.18-1_s390x.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:s390x (1.5.7-1) ...
- Setting up libgraphite2-3:s390x (1.3.14-1) ...
- Setting up libpixman-1-0:s390x (0.42.2-1) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:s390x (3.0.8-3) ...
- Setting up libpixman-1-dev:s390x (0.42.2-1) ...
- Setting up libxdamage1:s390x (1:1.1.6-1) ...
- Setting up libicu72:s390x (72.1-3) ...
- Setting up libzstd-dev:s390x (1.5.4+dfsg2-5) ...
- Setting up bsdextrautils (2.38.1-5+deb12u2) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:s390x (2:1.8-1+b1) ...
- Setting up libxrender1:s390x (1:0.9.10-1.1) ...
- Setting up libdatrie1:s390x (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:s390x (1.15-1) ...
- Setting up libarchive-zip-perl (1.68-1) ...
- Setting up libglib2.0-0:s390x (2.74.6-2+deb12u4) ...
- No schema files found: doing nothing.
- Setting up libwebpdemux2:s390x (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:s390x (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:s390x (1:5.44-3) ...
- Setting up libjbig-dev:s390x (2.1-6.1) ...
- Setting up gettext-base (0.21-12) ...
- Setting up m4 (1.4.19-3) ...
- Setting up liblzo2-2:s390x (2.10-2) ...
- Setting up libxcb-shm0:s390x (1.15-1) ...
- Setting up file (1:5.44-3) ...
- Setting up libffi-dev:s390x (3.4.4-1) ...
- Setting up libcairo2:s390x (1.16.0-7) ...
- Setting up libpcre2-16-0:s390x (10.42-1) ...
- Setting up libxcb-shm0-dev:s390x (1.15-1) ...
- Setting up libgraphite2-dev:s390x (1.3.14-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpcre2-32-0:s390x (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u4) ...
- Setting up libpkgconf3:s390x (1.8.1-1) ...
- Setting up libexpat1-dev:s390x (2.5.0-1+deb12u1) ...
- Setting up libjpeg62-turbo-dev:s390x (1:2.1.5-2) ...
- Setting up libxfixes3:s390x (1:6.0.0-2) ...
- Setting up uuid-dev:s390x (2.38.1-5+deb12u2) ...
- Setting up libavahi-common-data:s390x (0.8-10) ...
- Setting up libdbus-1-3:s390x (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:s390x (1.0.8-2.1) ...
- Setting up libxinerama1:s390x (2:1.1.4-3) ...
- Setting up libxrandr2:s390x (2:1.5.2-2+b1) ...
- Setting up autopoint (0.21-12) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up libsepol-dev:s390x (3.4-2.1) ...
- Setting up libxcb-render0-dev:s390x (1.15-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libltdl7:s390x (2.4.7-7~deb12u1) ...
- Setting up autoconf (2.71-3) ...
- Setting up libgnomecanvas2-common (2.30.3-4) ...
- Setting up libxext-dev:s390x (2:1.3.4-1+b1) ...
- Setting up liblzma-dev:s390x (5.4.1-0.2) ...
- Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:s390x (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:s390x (0.0.7-1) ...
- Setting up libsub-override-perl (0.09-4) ...
- Setting up libharfbuzz0b:s390x (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:s390x (1.74.0-3) ...
- Setting up libcairo-gobject2:s390x (1.16.0-7) ...
- Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
- Setting up libatk1.0-0:s390x (2.46.0-5) ...
- Setting up libart-2.0-2:s390x (2.3.21-4) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libwebpmux3:s390x (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:s390x (4.5.0-6+deb12u1) ...
- Setting up libdeflate-dev:s390x (1.14-1) ...
- Setting up libelf1:s390x (0.188-2.1) ...
- Setting up libxcomposite1:s390x (1:0.4.5-1) ...
- Setting up libsys-hostname-long-perl (1.5-3) ...
- Setting up libxrender-dev:s390x (1:0.9.10-1.1) ...
- Setting up libicu-dev:s390x (72.1-3) ...
- Setting up libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libbrotli-dev:s390x (1.0.9-2+b6) ...
- Setting up libpython3-stdlib:s390x (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:s390x (1.16.0-7) ...
- Setting up libblkid-dev:s390x (2.38.1-5+deb12u2) ...
- Setting up python3.11 (3.11.2-6+deb12u4) ...
- Setting up libice6:s390x (2:1.0.10-1) ...
- Setting up libxft2:s390x (2.3.6-1) ...
- Setting up gettext (0.21-12) ...
- Setting up libharfbuzz-icu0:s390x (6.0.0+dfsg-3) ...
- Setting up libpcre2-dev:s390x (10.42-1) ...
- Setting up libice-dev:s390x (2:1.0.10-1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up libselinux1-dev:s390x (3.4-1+b6) ...
- Setting up libfribidi-dev:s390x (1.0.8-2.1) ...
- Setting up libxcursor1:s390x (1:1.2.1-1) ...
- Setting up libpng-dev:s390x (1.6.39-2) ...
- Setting up libavahi-common3:s390x (0.8-10) ...
- Setting up libjpeg-dev:s390x (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:s390x (6.0.0+dfsg-3) ...
- Setting up pkgconf:s390x (1.8.1-1) ...
- Setting up libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ...
- Setting up intltool-debian (0.35.0+20060710.6) ...
- Setting up libxfixes-dev:s390x (1:6.0.0-2) ...
- Setting up dh-autoreconf (20) ...
- Setting up libmail-sendmail-perl (0.80-3) ...
- Setting up libltdl-dev:s390x (2.4.7-7~deb12u1) ...
- Setting up libthai0:s390x (0.1.29-1) ...
- Setting up libxrandr-dev:s390x (2:1.5.2-2+b1) ...
- Setting up libwebp-dev:s390x (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:s390x (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:s390x (1.8.1-1) ...
- Setting up libxinerama-dev:s390x (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:s390x (1.74.0-3) ...
- Setting up dh-strip-nondeterminism (1.13.1-1) ...
- Setting up dwz (0.15-1) ...
- Setting up libdatrie-dev:s390x (0.2.13-2+b1) ...
- Setting up groff-base (1.22.4-10) ...
- Setting up libharfbuzz-subset0:s390x (6.0.0+dfsg-3) ...
- Setting up libgdk-pixbuf-2.0-0:s390x (2.42.10+dfsg-1+deb12u1) ...
- Setting up libxi-dev:s390x (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:s390x (2:1.2.3-1) ...
- Setting up libavahi-client3:s390x (0.8-10) ...
- Setting up libmount-dev:s390x (2.38.1-5+deb12u2) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libxdamage-dev:s390x (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:s390x (1.74.0-3) ...
- Setting up gir1.2-gdkpixbuf-2.0:s390x (2.42.10+dfsg-1+deb12u1) ...
- Setting up libfontconfig-dev:s390x (2.14.1-4) ...
- Setting up gir1.2-atk-1.0:s390x (2.46.0-5) ...
- Setting up libsm-dev:s390x (2:1.2.3-1) ...
- Setting up libxcomposite-dev:s390x (1:0.4.5-1) ...
- Setting up libxcursor-dev:s390x (1:1.2.1-1) ...
- Setting up po-debconf (1.0.21+nmu1) ...
- Setting up libpango-1.0-0:s390x (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:s390x (6.0.0+dfsg-3) ...
- Setting up libglib2.0-dev:s390x (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:s390x (0.1.29-1) ...
- Setting up libcups2:s390x (2.4.2-3+deb12u8) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ...
- Setting up libcairo2-dev:s390x (1.16.0-7) ...
- Setting up libpangoft2-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libatk1.0-dev:s390x (2.46.0-5) ...
- Setting up libpangocairo-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libxft-dev:s390x (2.3.6-1) ...
- Setting up libgdk-pixbuf-2.0-dev:s390x (2.42.10+dfsg-1+deb12u1) ...
- Setting up libharfbuzz-dev:s390x (6.0.0+dfsg-3) ...
- Setting up libpangoxft-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libgtk2.0-0:s390x (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:s390x (2.54.7+dfsg-1~deb12u1) ...
- Setting up gir1.2-pango-1.0:s390x (1.50.12+ds-1) ...
- Setting up gir1.2-gtk-2.0:s390x (2.24.33-2+deb12u1) ...
- Setting up libpango1.0-dev:s390x (1.50.12+ds-1) ...
- Setting up librsvg2-common:s390x (2.54.7+dfsg-1~deb12u1) ...
- Setting up libgail18:s390x (2.24.33-2+deb12u1) ...
- Setting up libgtk2.0-bin (2.24.33-2+deb12u1) ...
- Setting up libgtk2.0-dev:s390x (2.24.33-2+deb12u1) ...
- Setting up libglade2-0:s390x (1:2.6.4-2.4) ...
- Setting up libgail-common:s390x (2.24.33-2+deb12u1) ...
- Setting up libgnomecanvas2-0:s390x (2.30.3-4+b1) ...
- Setting up libgail-dev:s390x (2.24.33-2+deb12u1) ...
- Setting up libgnomecanvas2-dev:s390x (2.30.3-4+b1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
- Processing triggers for libgdk-pixbuf-2.0-0:s390x (2.42.10+dfsg-1+deb12u1) ...
2025-01-07 10:28.02 ---> saved as "454d634f584df5e66fd59856649166d4b30339696302d098fe2ed78745ee62f2"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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
-> retrieved lablgtk.2.18.13  (cached)
-> installed conf-libX11.1
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> 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-07 10:29.20 ---> saved as "e58b1ba557fb2717e48025aa71269f62be1dcdfb9ce36d40cf43247e880ef2aa"

/src: (copy (src .) (dst /src))
2025-01-07 10:29.21 ---> saved as "ca6c1a6332cdc2d41febf564d749faf0c0b16d29d4f5c79b27905a35959ee9e3"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/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/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
test_chaotic: all tests succeeded.
test_bf: all tests succeeded.
strat: all tests succeeded.
test_fixpoint: all tests succeeded.
test_johnson: all tests succeeded.
test_contraction: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
basic: all tests succeeded.
test_components: all tests succeeded.
dot: all tests succeeded.
test_wto: all tests succeeded.
test_saps: all tests succeeded.
test_cycles: all tests succeeded.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/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 && ./test_topsort.exe)
test topsort: all tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/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.
2025-01-07 10:29.29 ---> saved as "a8387e1b45cb3422bb97ed837d9bef7b10741c99e683652700aae3f7e0143374"
Job succeeded
2025-01-07 10:29.30: Job succeeded