Organisationssanettebogue330b1e ()debian-12-5.3_s390x_opam-2.3

debian-12-5.3_s390x_opam-2.3

Logs

Show full logs
2025-02-07 21:36.26: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (330b1e08e0d72b3e566dca56cb33a061d7a4a375) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 330b1e08
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604
# debian-12-5.3_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.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-02-07 21:36.26: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604-debian-12-5.3_s390x_opam-2.3-1f70f6f6c17138ad98b76e5ccc283952"
2025-02-07 21:36.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604)
 (comment debian-12-5.3_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.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-02-07 21:36.26: Waiting for resource in pool OCluster
2025-02-07 21:36.27: Waiting for worker…
2025-02-07 21:36.27: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
HEAD is now at 793ad13 file dialog: move cursor to end of input
HEAD is now at 330b1e0 add file_dialog.png image

(from ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604' locally
docker.io/ocaml/opam@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604: Pulling from ocaml/opam
29bd91c5aff5: Already exists
8b9de61453d2: Already exists
362e33990a44: Already exists
87361e3a2f2e: Already exists
05422851aa83: Already exists
b7dcf5ed67f9: Already exists
a7575035b28e: Already exists
e54461fe88c7: Already exists
0832dc4ef7f9: Already exists
de032e4f8af4: Already exists
dc20e8b7b5e2: Already exists
73b0b4c399db: Already exists
2108c526bc37: Already exists
41b5b2e209d0: Already exists
bd6310fdbf2c: Already exists
415dff765d84: Already exists
a20d5224f328: Already exists
7682c4fea855: Already exists
e0368d35fc86: Already exists
3da65c2142de: Already exists
4f4fb700ef54: Already exists
72c1fea9bb8d: Already exists
d637c15df23b: Already exists
051758b811df: Already exists
63e57fb9463c: Already exists
8c2227679b95: Already exists
7bc7d4815686: Already exists
7ab2d8133be5: Already exists
1ab3085c16ec: Already exists
af00a15aa7bd: Already exists
5337d0d1d19a: Already exists
2ce4bd458658: Already exists
78ba9ffd3d46: Already exists
62a67649a471: Already exists
30c503b20b6f: Already exists
1132f779d552: Already exists
f991d4a97dff: Already exists
876911646d8f: Already exists
7785ca496929: Already exists
0c3b9f8381cd: Already exists
48c4c6a18bcc: Already exists
89ae87b5f709: Already exists
2226c198e2a5: Already exists
b0d872477376: Already exists
7a74f452b87e: Already exists
Digest: sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604
Status: Downloaded newer image for ocaml/opam@sha256:f96ce259b68eff1da0ee87b30d22abf9d2ac29047674a126b2ccc371b6e23604
2025-02-07 21:36.28 ---> using "d41608b07e332ff05e41947566ea3f8d86d2bc21c0be4236e4fd5d30028f14f7" from cache

/: (comment debian-12-5.3_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-02-07 21:36.28 ---> using "74d18eebe572f8bb13e57bd1f98024ddbb7bc6e466ab941d0c6d979f4249e53b" 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-02-07 21:36.28 ---> using "bd7e458a0cc440e72cf912df06efa69c885169f9102413c12e80e9d538584536" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-52-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-07 21:36.28 ---> using "eda356e31b43d0841bca5302eb2ef7e8e0e38fe78629959abb21b56dcb6d5e34" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-02-07 21:36.28 ---> using "b80c1bf34c314d4b56679fc1ce6d4a2cd3b1977ff501c0b876ff8399d8fd76ec" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..38fed1a4c7  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8

<><> 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-02-07 21:36.28 ---> using "b0330fb613e6d2d583f0db2ea84636320b4394da650ab27ee0d47d7766bcafa1" from cache

/src: (copy (src bogue.opam) (dst ./))
2025-02-07 21:36.28 ---> using "f45745f9c93b2435d092daaf785eb40e448dc07658752223b21d888c28b2fcaa" from cache

/src: (run (network host)
           (shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2025-02-07 21:36.28 ---> using "b9151342cb136e461ba3ad0f7507988f6c33dc8c533b4c771cd29183584c00c9" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-07 21:36.28 ---> using "6c8e35cc24e8d32429e503360daafd1bf68cf46bff57974ee3b4b93a5dd14c04" from cache

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main s390x Packages [8458 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [15.1 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [210 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [3720 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [3720 B]
- Fetched 8941 kB in 2s (3771 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.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:
    libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../bsdutils_1%3a2.38.1-5+deb12u3_s390x.deb ...
- Unpacking bsdutils (1:2.38.1-5+deb12u3) over (1:2.38.1-5+deb12u2) ...
- Setting up bsdutils (1:2.38.1-5+deb12u3) ...
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../libsmartcols1_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libsmartcols1:s390x (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up libsmartcols1:s390x (2.38.1-5+deb12u3) ...
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../util-linux-extra_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking util-linux-extra (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up util-linux-extra (2.38.1-5+deb12u3) ...
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../util-linux_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking util-linux (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up util-linux (2.38.1-5+deb12u3) ...
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../mount_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking mount (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Preparing to unpack .../libsystemd0_252.33-1~deb12u1_s390x.deb ...
- Unpacking libsystemd0:s390x (252.33-1~deb12u1) over (252.31-1~deb12u1) ...
- Setting up libsystemd0:s390x (252.33-1~deb12u1) ...
- 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 ... 18549 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+deb12u5_s390x.deb ...
- Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u5) ...
- Setting up libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u5) ...
- 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 ... 18942 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) ...
- Preparing to unpack .../libuuid1_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libuuid1:s390x (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up libuuid1:s390x (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libpython3.11-stdlib: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 ... 18970 files and directories currently installed.)
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u5) ...
- 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 ... 19352 files and directories currently installed.)
- Preparing to unpack .../python3_3.11.2-1+b1_s390x.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Preparing to unpack .../libblkid1_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libblkid1:s390x (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up libblkid1:s390x (2.38.1-5+deb12u3) ...
- (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 ... 19400 files and directories currently installed.)
- Preparing to unpack .../libmount1_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libmount1:s390x (2.38.1-5+deb12u3) over (2.38.1-5+deb12u2) ...
- Setting up libmount1:s390x (2.38.1-5+deb12u3) ...
- (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 ... 19400 files and directories currently installed.)
- Preparing to unpack .../libudev1_252.33-1~deb12u1_s390x.deb ...
- Unpacking libudev1:s390x (252.33-1~deb12u1) over (252.31-1~deb12u1) ...
- Setting up libudev1:s390x (252.33-1~deb12u1) ...
- Selecting previously unselected package alsa-topology-conf.
- (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 ... 19400 files and directories currently installed.)
- Preparing to unpack .../000-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../001-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:s390x.
- Preparing to unpack .../002-libasound2_1.2.8-1+b1_s390x.deb ...
- Unpacking libasound2:s390x (1.2.8-1+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../003-alsa-ucm-conf_1.2.8-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.8-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../004-fontconfig_2.14.1-4_s390x.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libglib2.0-0:s390x.
- Preparing to unpack .../005-libglib2.0-0_2.74.6-2+deb12u5_s390x.deb ...
- Unpacking libglib2.0-0:s390x (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libgirepository-1.0-1:s390x.
- Preparing to unpack .../006-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 .../007-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 gir1.2-freedesktop:s390x.
- Preparing to unpack .../008-gir1.2-freedesktop_1.74.0-3_s390x.deb ...
- Unpacking gir1.2-freedesktop:s390x (1.74.0-3) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:s390x.
- Preparing to unpack .../009-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 libibus-1.0-5:s390x.
- Preparing to unpack .../010-libibus-1.0-5_1.5.27-5_s390x.deb ...
- Unpacking libibus-1.0-5:s390x (1.5.27-5) ...
- Selecting previously unselected package gir1.2-ibus-1.0:s390x.
- Preparing to unpack .../011-gir1.2-ibus-1.0_1.5.27-5_s390x.deb ...
- Unpacking gir1.2-ibus-1.0:s390x (1.5.27-5) ...
- Selecting previously unselected package libicu72:s390x.
- Preparing to unpack .../012-libicu72_72.1-3_s390x.deb ...
- Unpacking libicu72:s390x (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../013-icu-devtools_72.1-3_s390x.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libasound2-dev:s390x.
- Preparing to unpack .../014-libasound2-dev_1.2.8-1+b1_s390x.deb ...
- Unpacking libasound2-dev:s390x (1.2.8-1+b1) ...
- Selecting previously unselected package libasyncns0:s390x.
- Preparing to unpack .../015-libasyncns0_0.8-6+b3_s390x.deb ...
- Unpacking libasyncns0:s390x (0.8-6+b3) ...
- Selecting previously unselected package uuid-dev:s390x.
- Preparing to unpack .../016-uuid-dev_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking uuid-dev:s390x (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libblkid-dev:s390x.
- Preparing to unpack .../017-libblkid-dev_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libblkid-dev:s390x (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libbrotli-dev:s390x.
- Preparing to unpack .../018-libbrotli-dev_1.0.9-2+b6_s390x.deb ...
- Unpacking libbrotli-dev:s390x (1.0.9-2+b6) ...
- Selecting previously unselected package libpixman-1-0:s390x.
- Preparing to unpack .../019-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 .../020-libxcb-render0_1.15-1_s390x.deb ...
- Unpacking libxcb-render0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:s390x.
- Preparing to unpack .../021-libxcb-shm0_1.15-1_s390x.deb ...
- Unpacking libxcb-shm0:s390x (1.15-1) ...
- Selecting previously unselected package libxrender1:s390x.
- Preparing to unpack .../022-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 .../023-libcairo2_1.16.0-7_s390x.deb ...
- Unpacking libcairo2:s390x (1.16.0-7) ...
- Selecting previously unselected package libdatrie1:s390x.
- Preparing to unpack .../024-libdatrie1_0.2.13-2+b1_s390x.deb ...
- Unpacking libdatrie1:s390x (0.2.13-2+b1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../025-libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../026-pkgconf-bin_1.8.1-1_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../027-pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../028-pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../029-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:s390x.
- Preparing to unpack .../030-libdbus-1-dev_1.14.10-1~deb12u1_s390x.deb ...
- Unpacking libdbus-1-dev:s390x (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libwayland-client0:s390x.
- Preparing to unpack .../031-libwayland-client0_1.21.0-1_s390x.deb ...
- Unpacking libwayland-client0:s390x (1.21.0-1) ...
- Selecting previously unselected package libdecor-0-0:s390x.
- Preparing to unpack .../032-libdecor-0-0_0.1.1-2_s390x.deb ...
- Unpacking libdecor-0-0:s390x (0.1.1-2) ...
- Selecting previously unselected package libwayland-server0:s390x.
- Preparing to unpack .../033-libwayland-server0_1.21.0-1_s390x.deb ...
- Unpacking libwayland-server0:s390x (1.21.0-1) ...
- Selecting previously unselected package libwayland-cursor0:s390x.
- Preparing to unpack .../034-libwayland-cursor0_1.21.0-1_s390x.deb ...
- Unpacking libwayland-cursor0:s390x (1.21.0-1) ...
- Selecting previously unselected package libwayland-egl1:s390x.
- Preparing to unpack .../035-libwayland-egl1_1.21.0-1_s390x.deb ...
- Unpacking libwayland-egl1:s390x (1.21.0-1) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../036-libxml2_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../037-libwayland-bin_1.21.0-1_s390x.deb ...
- Unpacking libwayland-bin (1.21.0-1) ...
- Selecting previously unselected package libffi-dev:s390x.
- Preparing to unpack .../038-libffi-dev_3.4.4-1_s390x.deb ...
- Unpacking libffi-dev:s390x (3.4.4-1) ...
- Selecting previously unselected package libwayland-dev:s390x.
- Preparing to unpack .../039-libwayland-dev_1.21.0-1_s390x.deb ...
- Unpacking libwayland-dev:s390x (1.21.0-1) ...
- Selecting previously unselected package libdecor-0-dev:s390x.
- Preparing to unpack .../040-libdecor-0-dev_0.1.1-2_s390x.deb ...
- Unpacking libdecor-0-dev:s390x (0.1.1-2) ...
- Selecting previously unselected package libfribidi0:s390x.
- Preparing to unpack .../041-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 .../042-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 .../043-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 .../044-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:s390x.
- Preparing to unpack .../045-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 .../046-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 libpangoft2-1.0-0:s390x.
- Preparing to unpack .../047-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 .../048-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 libdecor-0-plugin-1-cairo:s390x.
- Preparing to unpack .../049-libdecor-0-plugin-1-cairo_0.1.1-2_s390x.deb ...
- Unpacking libdecor-0-plugin-1-cairo:s390x (0.1.1-2) ...
- Selecting previously unselected package libdeflate-dev:s390x.
- Preparing to unpack .../050-libdeflate-dev_1.14-1_s390x.deb ...
- Unpacking libdeflate-dev:s390x (1.14-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../051-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:s390x.
- Preparing to unpack .../052-libdrm2_2.4.114-1+b1_s390x.deb ...
- Unpacking libdrm2:s390x (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:s390x.
- Preparing to unpack .../053-libdrm-amdgpu1_2.4.114-1+b1_s390x.deb ...
- Unpacking libdrm-amdgpu1:s390x (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:s390x.
- Preparing to unpack .../054-libdrm-radeon1_2.4.114-1+b1_s390x.deb ...
- Unpacking libdrm-radeon1:s390x (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:s390x.
- Preparing to unpack .../055-libdrm-nouveau2_2.4.114-1+b1_s390x.deb ...
- Unpacking libdrm-nouveau2:s390x (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:s390x.
- Preparing to unpack .../056-libpciaccess0_0.17-2_s390x.deb ...
- Unpacking libpciaccess0:s390x (0.17-2) ...
- Selecting previously unselected package libpciaccess-dev:s390x.
- Preparing to unpack .../057-libpciaccess-dev_0.17-2_s390x.deb ...
- Unpacking libpciaccess-dev:s390x (0.17-2) ...
- Selecting previously unselected package libdrm-dev:s390x.
- Preparing to unpack .../058-libdrm-dev_2.4.114-1+b1_s390x.deb ...
- Unpacking libdrm-dev:s390x (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:s390x.
- Preparing to unpack .../059-libglvnd0_1.6.0-1_s390x.deb ...
- Unpacking libglvnd0:s390x (1.6.0-1) ...
- Selecting previously unselected package libgbm1:s390x.
- Preparing to unpack .../060-libgbm1_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libgbm1:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:s390x.
- Preparing to unpack .../061-libglapi-mesa_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libglapi-mesa:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libx11-xcb1:s390x.
- Preparing to unpack .../062-libx11-xcb1_2%3a1.8.4-2+deb12u2_s390x.deb ...
- Unpacking libx11-xcb1:s390x (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:s390x.
- Preparing to unpack .../063-libxcb-dri2-0_1.15-1_s390x.deb ...
- Unpacking libxcb-dri2-0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:s390x.
- Preparing to unpack .../064-libxcb-dri3-0_1.15-1_s390x.deb ...
- Unpacking libxcb-dri3-0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-present0:s390x.
- Preparing to unpack .../065-libxcb-present0_1.15-1_s390x.deb ...
- Unpacking libxcb-present0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:s390x.
- Preparing to unpack .../066-libxcb-randr0_1.15-1_s390x.deb ...
- Unpacking libxcb-randr0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:s390x.
- Preparing to unpack .../067-libxcb-sync1_1.15-1_s390x.deb ...
- Unpacking libxcb-sync1:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:s390x.
- Preparing to unpack .../068-libxcb-xfixes0_1.15-1_s390x.deb ...
- Unpacking libxcb-xfixes0:s390x (1.15-1) ...
- Selecting previously unselected package libxshmfence1:s390x.
- Preparing to unpack .../069-libxshmfence1_1.3-1_s390x.deb ...
- Unpacking libxshmfence1:s390x (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:s390x.
- Preparing to unpack .../070-libegl-mesa0_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libegl-mesa0:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:s390x.
- Preparing to unpack .../071-libegl1_1.6.0-1_s390x.deb ...
- Unpacking libegl1:s390x (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:s390x.
- Preparing to unpack .../072-libxcb-glx0_1.15-1_s390x.deb ...
- Unpacking libxcb-glx0:s390x (1.15-1) ...
- Selecting previously unselected package libxfixes3:s390x.
- Preparing to unpack .../073-libxfixes3_1%3a6.0.0-2_s390x.deb ...
- Unpacking libxfixes3:s390x (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:s390x.
- Preparing to unpack .../074-libxxf86vm1_1%3a1.1.4-1+b2_s390x.deb ...
- Unpacking libxxf86vm1:s390x (1:1.1.4-1+b2) ...
- Selecting previously unselected package libelf1:s390x.
- Preparing to unpack .../075-libelf1_0.188-2.1_s390x.deb ...
- Unpacking libelf1:s390x (0.188-2.1) ...
- Selecting previously unselected package libz3-4:s390x.
- Preparing to unpack .../076-libz3-4_4.8.12-3.1_s390x.deb ...
- Unpacking libz3-4:s390x (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:s390x.
- Preparing to unpack .../077-libllvm15_1%3a15.0.6-4+b1_s390x.deb ...
- Unpacking libllvm15:s390x (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../078-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:s390x.
- Preparing to unpack .../079-libsensors5_1%3a3.6.0-7.1_s390x.deb ...
- Unpacking libsensors5:s390x (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:s390x.
- Preparing to unpack .../080-libgl1-mesa-dri_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libgl1-mesa-dri:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:s390x.
- Preparing to unpack .../081-libglx-mesa0_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libglx-mesa0:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:s390x.
- Preparing to unpack .../082-libglx0_1.6.0-1_s390x.deb ...
- Unpacking libglx0:s390x (1.6.0-1) ...
- Selecting previously unselected package libgl1:s390x.
- Preparing to unpack .../083-libgl1_1.6.0-1_s390x.deb ...
- Unpacking libgl1:s390x (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:s390x.
- Preparing to unpack .../084-libglx-dev_1.6.0-1_s390x.deb ...
- Unpacking libglx-dev:s390x (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:s390x.
- Preparing to unpack .../085-libgl-dev_1.6.0-1_s390x.deb ...
- Unpacking libgl-dev:s390x (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:s390x.
- Preparing to unpack .../086-libegl-dev_1.6.0-1_s390x.deb ...
- Unpacking libegl-dev:s390x (1.6.0-1) ...
- Selecting previously unselected package libogg0:s390x.
- Preparing to unpack .../087-libogg0_1.3.5-3_s390x.deb ...
- Unpacking libogg0:s390x (1.3.5-3) ...
- Selecting previously unselected package libflac12:s390x.
- Preparing to unpack .../088-libflac12_1.4.2+ds-2_s390x.deb ...
- Unpacking libflac12:s390x (1.4.2+ds-2) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../089-zlib1g-dev_1%3a1.2.13.dfsg-1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libpng-dev:s390x.
- Preparing to unpack .../090-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 .../091-libfreetype-dev_2.12.1+dfsg-5+deb12u3_s390x.deb ...
- Unpacking libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ...
- Selecting previously unselected package libgbm-dev:s390x.
- Preparing to unpack .../092-libgbm-dev_22.3.6-1+deb12u1_s390x.deb ...
- Unpacking libgbm-dev:s390x (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libgles1:s390x.
- Preparing to unpack .../093-libgles1_1.6.0-1_s390x.deb ...
- Unpacking libgles1:s390x (1.6.0-1) ...
- Selecting previously unselected package libgles2:s390x.
- Preparing to unpack .../094-libgles2_1.6.0-1_s390x.deb ...
- Unpacking libgles2:s390x (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:s390x.
- Preparing to unpack .../095-libgles-dev_1.6.0-1_s390x.deb ...
- Unpacking libgles-dev:s390x (1.6.0-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../096-libglib2.0-data_2.74.6-2+deb12u5_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../097-libglib2.0-bin_2.74.6-2+deb12u5_s390x.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u5) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../098-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../099-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 .../100-libglib2.0-dev-bin_2.74.6-2+deb12u5_s390x.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libsepol-dev:s390x.
- Preparing to unpack .../101-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 .../102-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 .../103-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 .../104-libpcre2-posix3_10.42-1_s390x.deb ...
- Unpacking libpcre2-posix3:s390x (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:s390x.
- Preparing to unpack .../105-libpcre2-dev_10.42-1_s390x.deb ...
- Unpacking libpcre2-dev:s390x (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:s390x.
- Preparing to unpack .../106-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 .../107-libmount-dev_2.38.1-5+deb12u3_s390x.deb ...
- Unpacking libmount-dev:s390x (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libglib2.0-dev:s390x.
- Preparing to unpack .../108-libglib2.0-dev_2.74.6-2+deb12u5_s390x.deb ...
- Unpacking libglib2.0-dev:s390x (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libgraphite2-dev:s390x.
- Preparing to unpack .../109-libgraphite2-dev_1.3.14-1_s390x.deb ...
- Unpacking libgraphite2-dev:s390x (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz-icu0:s390x.
- Preparing to unpack .../110-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 .../111-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 .../112-libharfbuzz-subset0_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-subset0:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libicu-dev:s390x.
- Preparing to unpack .../113-libicu-dev_72.1-3_s390x.deb ...
- Unpacking libicu-dev:s390x (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:s390x.
- Preparing to unpack .../114-libharfbuzz-dev_6.0.0+dfsg-3_s390x.deb ...
- Unpacking libharfbuzz-dev:s390x (6.0.0+dfsg-3) ...
- Selecting previously unselected package libibus-1.0-dev:s390x.
- Preparing to unpack .../115-libibus-1.0-dev_1.5.27-5_s390x.deb ...
- Unpacking libibus-1.0-dev:s390x (1.5.27-5) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../116-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:s390x.
- Preparing to unpack .../117-libice6_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice6:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libice-dev:s390x.
- Preparing to unpack .../118-libice-dev_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice-dev:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libjbig-dev:s390x.
- Preparing to unpack .../119-libjbig-dev_2.1-6.1_s390x.deb ...
- Unpacking libjbig-dev:s390x (2.1-6.1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:s390x.
- Preparing to unpack .../120-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 .../121-libjpeg-dev_1%3a2.1.5-2_s390x.deb ...
- Unpacking libjpeg-dev:s390x (1:2.1.5-2) ...
- Selecting previously unselected package liblzma-dev:s390x.
- Preparing to unpack .../122-liblzma-dev_5.4.1-0.2_s390x.deb ...
- Unpacking liblzma-dev:s390x (5.4.1-0.2) ...
- Selecting previously unselected package libmp3lame0:s390x.
- Preparing to unpack .../123-libmp3lame0_3.100-6_s390x.deb ...
- Unpacking libmp3lame0:s390x (3.100-6) ...
- Selecting previously unselected package libmpg123-0:s390x.
- Preparing to unpack .../124-libmpg123-0_1.31.2-1+deb12u1_s390x.deb ...
- Unpacking libmpg123-0:s390x (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libopus0:s390x.
- Preparing to unpack .../125-libopus0_1.3.1-3_s390x.deb ...
- Unpacking libopus0:s390x (1.3.1-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../126-libpng-tools_1.6.39-2_s390x.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libvorbis0a:s390x.
- Preparing to unpack .../127-libvorbis0a_1.3.7-1_s390x.deb ...
- Unpacking libvorbis0a:s390x (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:s390x.
- Preparing to unpack .../128-libvorbisenc2_1.3.7-1_s390x.deb ...
- Unpacking libvorbisenc2:s390x (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:s390x.
- Preparing to unpack .../129-libsndfile1_1.2.0-1_s390x.deb ...
- Unpacking libsndfile1:s390x (1.2.0-1) ...
- Selecting previously unselected package libpulse0:s390x.
- Preparing to unpack .../130-libpulse0_16.1+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse0:s390x (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-mainloop-glib0:s390x.
- Preparing to unpack .../131-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse-mainloop-glib0:s390x (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-dev:s390x.
- Preparing to unpack .../132-libpulse-dev_16.1+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse-dev:s390x (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libsamplerate0:s390x.
- Preparing to unpack .../133-libsamplerate0_0.2.2-3_s390x.deb ...
- Unpacking libsamplerate0:s390x (0.2.2-3) ...
- Selecting previously unselected package libsamplerate0-dev:s390x.
- Preparing to unpack .../134-libsamplerate0-dev_0.2.2-3_s390x.deb ...
- Unpacking libsamplerate0-dev:s390x (0.2.2-3) ...
- Selecting previously unselected package libxcursor1:s390x.
- Preparing to unpack .../135-libxcursor1_1%3a1.2.1-1_s390x.deb ...
- Unpacking libxcursor1:s390x (1:1.2.1-1) ...
- Selecting previously unselected package libxi6:s390x.
- Preparing to unpack .../136-libxi6_2%3a1.8-1+b1_s390x.deb ...
- Unpacking libxi6:s390x (2:1.8-1+b1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../137-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:s390x.
- Preparing to unpack .../138-libxkbcommon0_1.5.0-1_s390x.deb ...
- Unpacking libxkbcommon0:s390x (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:s390x.
- Preparing to unpack .../139-libxrandr2_2%3a1.5.2-2+b1_s390x.deb ...
- Unpacking libxrandr2:s390x (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss1:s390x.
- Preparing to unpack .../140-libxss1_1%3a1.2.3-1_s390x.deb ...
- Unpacking libxss1:s390x (1:1.2.3-1) ...
- Selecting previously unselected package libsdl2-2.0-0:s390x.
- Preparing to unpack .../141-libsdl2-2.0-0_2.26.5+dfsg-1_s390x.deb ...
- Unpacking libsdl2-2.0-0:s390x (2.26.5+dfsg-1) ...
- Selecting previously unselected package libsndio7.0:s390x.
- Preparing to unpack .../142-libsndio7.0_1.9.0-0.3+b2_s390x.deb ...
- Unpacking libsndio7.0:s390x (1.9.0-0.3+b2) ...
- Selecting previously unselected package libsndio-dev:s390x.
- Preparing to unpack .../143-libsndio-dev_1.9.0-0.3+b2_s390x.deb ...
- Unpacking libsndio-dev:s390x (1.9.0-0.3+b2) ...
- Selecting previously unselected package libudev-dev:s390x.
- Preparing to unpack .../144-libudev-dev_252.33-1~deb12u1_s390x.deb ...
- Unpacking libudev-dev:s390x (252.33-1~deb12u1) ...
- Selecting previously unselected package libxrender-dev:s390x.
- Preparing to unpack .../145-libxrender-dev_1%3a0.9.10-1.1_s390x.deb ...
- Unpacking libxrender-dev:s390x (1:0.9.10-1.1) ...
- Selecting previously unselected package libxfixes-dev:s390x.
- Preparing to unpack .../146-libxfixes-dev_1%3a6.0.0-2_s390x.deb ...
- Unpacking libxfixes-dev:s390x (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor-dev:s390x.
- Preparing to unpack .../147-libxcursor-dev_1%3a1.2.1-1_s390x.deb ...
- Unpacking libxcursor-dev:s390x (1:1.2.1-1) ...
- Selecting previously unselected package libxext-dev:s390x.
- Preparing to unpack .../148-libxext-dev_2%3a1.3.4-1+b1_s390x.deb ...
- Unpacking libxext-dev:s390x (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxi-dev:s390x.
- Preparing to unpack .../149-libxi-dev_2%3a1.8-1+b1_s390x.deb ...
- Unpacking libxi-dev:s390x (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:s390x.
- Preparing to unpack .../150-libxinerama1_2%3a1.1.4-3_s390x.deb ...
- Unpacking libxinerama1:s390x (2:1.1.4-3) ...
- Selecting previously unselected package libxinerama-dev:s390x.
- Preparing to unpack .../151-libxinerama-dev_2%3a1.1.4-3_s390x.deb ...
- Unpacking libxinerama-dev:s390x (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:s390x.
- Preparing to unpack .../152-libxkbcommon-dev_1.5.0-1_s390x.deb ...
- Unpacking libxkbcommon-dev:s390x (1.5.0-1) ...
- 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 libxss-dev:s390x.
- Preparing to unpack .../154-libxss-dev_1%3a1.2.3-1_s390x.deb ...
- Unpacking libxss-dev:s390x (1:1.2.3-1) ...
- Selecting previously unselected package libsm6:s390x.
- Preparing to unpack .../155-libsm6_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm6:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:s390x.
- Preparing to unpack .../156-libxt6_1%3a1.2.1-1.1_s390x.deb ...
- Unpacking libxt6:s390x (1:1.2.1-1.1) ...
- Selecting previously unselected package libsm-dev:s390x.
- Preparing to unpack .../157-libsm-dev_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm-dev:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:s390x.
- Preparing to unpack .../158-libxt-dev_1%3a1.2.1-1.1_s390x.deb ...
- Unpacking libxt-dev:s390x (1:1.2.1-1.1) ...
- Selecting previously unselected package libxv1:s390x.
- Preparing to unpack .../159-libxv1_2%3a1.0.11-1.1_s390x.deb ...
- Unpacking libxv1:s390x (2:1.0.11-1.1) ...
- Selecting previously unselected package libxv-dev:s390x.
- Preparing to unpack .../160-libxv-dev_2%3a1.0.11-1.1_s390x.deb ...
- Unpacking libxv-dev:s390x (2:1.0.11-1.1) ...
- Selecting previously unselected package libxxf86vm-dev:s390x.
- Preparing to unpack .../161-libxxf86vm-dev_1%3a1.1.4-1+b2_s390x.deb ...
- Unpacking libxxf86vm-dev:s390x (1:1.1.4-1+b2) ...
- Selecting previously unselected package libsdl2-dev:s390x.
- Preparing to unpack .../162-libsdl2-dev_2.26.5+dfsg-1_s390x.deb ...
- Unpacking libsdl2-dev:s390x (2.26.5+dfsg-1) ...
- Preparing to unpack .../163-libtiff6_4.5.0-6+deb12u2_s390x.deb ...
- Unpacking libtiff6:s390x (4.5.0-6+deb12u2) over (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libsdl2-image-2.0-0:s390x.
- Preparing to unpack .../164-libsdl2-image-2.0-0_2.6.3+dfsg-1_s390x.deb ...
- Unpacking libsdl2-image-2.0-0:s390x (2.6.3+dfsg-1) ...
- Selecting previously unselected package libwebpmux3:s390x.
- Preparing to unpack .../165-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 .../166-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 .../167-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 .../168-libtiffxx6_4.5.0-6+deb12u2_s390x.deb ...
- Unpacking libtiffxx6:s390x (4.5.0-6+deb12u2) ...
- Selecting previously unselected package libtiff-dev:s390x.
- Preparing to unpack .../169-libtiff-dev_4.5.0-6+deb12u2_s390x.deb ...
- Unpacking libtiff-dev:s390x (4.5.0-6+deb12u2) ...
- Selecting previously unselected package libsdl2-image-dev:s390x.
- Preparing to unpack .../170-libsdl2-image-dev_2.6.3+dfsg-1_s390x.deb ...
- Unpacking libsdl2-image-dev:s390x (2.6.3+dfsg-1) ...
- Selecting previously unselected package libsdl2-ttf-2.0-0:s390x.
- Preparing to unpack .../171-libsdl2-ttf-2.0-0_2.20.1+dfsg-2_s390x.deb ...
- Unpacking libsdl2-ttf-2.0-0:s390x (2.20.1+dfsg-2) ...
- Selecting previously unselected package libsdl2-ttf-dev:s390x.
- Preparing to unpack .../172-libsdl2-ttf-dev_2.20.1+dfsg-2_s390x.deb ...
- Unpacking libsdl2-ttf-dev:s390x (2.20.1+dfsg-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../173-shared-mime-info_2.2-1_s390x.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../174-xdg-user-dirs_0.18-1_s390x.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libgraphite2-3:s390x (1.3.14-1) ...
- Setting up libxcb-dri3-0:s390x (1.15-1) ...
- Setting up libpixman-1-0:s390x (0.42.2-1) ...
- Setting up libwayland-server0:s390x (1.21.0-1) ...
- Setting up libx11-xcb1:s390x (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:s390x (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:s390x (3.0.8-3) ...
- Setting up libicu72:s390x (72.1-3) ...
- Setting up libmpg123-0:s390x (1.31.2-1+deb12u1) ...
- Setting up libpciaccess-dev:s390x (0.17-2) ...
- Setting up libxcb-xfixes0:s390x (1.15-1) ...
- Setting up libogg0:s390x (1.3.5-3) ...
- 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 libxcb-render0:s390x (1.15-1) ...
- Setting up libglib2.0-0:s390x (2.74.6-2+deb12u5) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:s390x (1.6.0-1) ...
- Setting up libxcb-glx0:s390x (1.15-1) ...
- Setting up libwebpdemux2:s390x (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ...
- Setting up libibus-1.0-5:s390x (1.5.27-5) ...
- 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 libsensors-config (1:3.6.0-7.1) ...
- Setting up libjbig-dev:s390x (2.1-6.1) ...
- Setting up xkb-data (2.35.1-1) ...
- Setting up libxcb-shm0:s390x (1.15-1) ...
- 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 libxxf86vm1:s390x (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:s390x (1.15-1) ...
- Setting up libasound2-data (1.2.8-1) ...
- Setting up libgraphite2-dev:s390x (1.3.14-1) ...
- Setting up libz3-4:s390x (4.8.12-3.1) ...
- Setting up libpcre2-32-0:s390x (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u5) ...
- Setting up libpkgconf3:s390x (1.8.1-1) ...
- Setting up libflac12:s390x (1.4.2+ds-2) ...
- Setting up libgles2:s390x (1.6.0-1) ...
- Setting up libjpeg62-turbo-dev:s390x (1:2.1.5-2) ...
- Setting up libxfixes3:s390x (1:6.0.0-2) ...
- Setting up libxcb-sync1:s390x (1.15-1) ...
- Setting up uuid-dev:s390x (2.38.1-5+deb12u3) ...
- Setting up libgles1:s390x (1.6.0-1) ...
- Setting up libdbus-1-3:s390x (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:s390x (1.0.8-2.1) ...
- Setting up libopus0:s390x (1.3.1-3) ...
- Setting up libxinerama1:s390x (2:1.1.4-3) ...
- Setting up libxv1:s390x (2:1.0.11-1.1) ...
- Setting up libvorbis0a:s390x (1.3.7-1) ...
- Setting up libxrandr2:s390x (2:1.5.2-2+b1) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up libudev-dev:s390x (252.33-1~deb12u1) ...
- Setting up libsepol-dev:s390x (3.4-2.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:s390x (1:3.6.0-7.1) ...
- Setting up libglapi-mesa:s390x (22.3.6-1+deb12u1) ...
- Setting up libxext-dev:s390x (2:1.3.4-1+b1) ...
- Setting up liblzma-dev:s390x (5.4.1-0.2) ...
- Setting up libxcb-dri2-0:s390x (1.15-1) ...
- Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:s390x (10.42-1) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up mount (2.38.1-5+deb12u3) ...
- Setting up libasyncns0:s390x (0.8-6+b3) ...
- Setting up libxshmfence1:s390x (1.3-1) ...
- Setting up libtiff6:s390x (4.5.0-6+deb12u2) ...
- Setting up libxcb-randr0:s390x (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2:s390x (1.2.8-1+b1) ...
- 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 sgml-base (1.31) ...
- Setting up libwayland-egl1:s390x (1.21.0-1) ...
- Setting up libxss1:s390x (1:1.2.3-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2-dev:s390x (1.2.8-1+b1) ...
- Setting up libsamplerate0:s390x (0.2.2-3) ...
- Setting up libwebpmux3:s390x (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:s390x (4.5.0-6+deb12u2) ...
- Setting up libdeflate-dev:s390x (1.14-1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:s390x (0.188-2.1) ...
- 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 libmp3lame0:s390x (3.100-6) ...
- Setting up libvorbisenc2:s390x (1.3.7-1) ...
- Setting up libpython3-stdlib:s390x (3.11.2-1+b1) ...
- Setting up libxkbcommon0:s390x (1.5.0-1) ...
- Setting up libwayland-client0:s390x (1.21.0-1) ...
- Setting up libblkid-dev:s390x (2.38.1-5+deb12u3) ...
- Setting up python3.11 (3.11.2-6+deb12u5) ...
- Setting up libice6:s390x (2:1.0.10-1) ...
- 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 alsa-ucm-conf (1.2.8-1) ...
- Setting up libselinux1-dev:s390x (3.4-1+b6) ...
- Setting up libxxf86vm-dev:s390x (1:1.1.4-1+b2) ...
- Setting up libxkbcommon-dev:s390x (1.5.0-1) ...
- Setting up libxcursor1:s390x (1:1.2.1-1) ...
- Setting up libpng-dev:s390x (1.6.39-2) ...
- Setting up libjpeg-dev:s390x (1:2.1.5-2) ...
- Setting up libglib2.0-bin (2.74.6-2+deb12u5) ...
- 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 libxss-dev:s390x (1:1.2.3-1) ...
- Setting up pkgconf:s390x (1.8.1-1) ...
- Setting up libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ...
- Setting up libxfixes-dev:s390x (1:6.0.0-2) ...
- Setting up libthai0:s390x (0.1.29-1) ...
- Setting up libxv-dev:s390x (2:1.0.11-1.1) ...
- Setting up libwayland-bin (1.21.0-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+deb12u2) ...
- 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 libsndio7.0:s390x (1.9.0-0.3+b2) ...
- Setting up libdrm2:s390x (2.4.114-1+b1) ...
- Setting up libwayland-cursor0:s390x (1.21.0-1) ...
- Setting up xml-core (0.18+nmu1) ...
- Setting up libllvm15:s390x (1:15.0.6-4+b1) ...
- Setting up libdecor-0-0:s390x (0.1.1-2) ...
- Setting up libharfbuzz-subset0:s390x (6.0.0+dfsg-3) ...
- Setting up libsndfile1:s390x (1.2.0-1) ...
- Setting up libxi-dev:s390x (2:1.8-1+b1) ...
- Setting up python3-lib2to3 (3.11.2-3) ...
- Setting up gir1.2-ibus-1.0:s390x (1.5.27-5) ...
- Setting up libsm6:s390x (2:1.2.3-1) ...
- Setting up libmount-dev:s390x (2.38.1-5+deb12u3) ...
- Setting up libdrm-amdgpu1:s390x (2.4.114-1+b1) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u5) ...
- Setting up libdrm-nouveau2:s390x (2.4.114-1+b1) ...
- Setting up gir1.2-freedesktop:s390x (1.74.0-3) ...
- Setting up libsndio-dev:s390x (1.9.0-0.3+b2) ...
- Setting up libgbm1:s390x (22.3.6-1+deb12u1) ...
- Setting up libpulse0:s390x (16.1+dfsg1-2+b1) ...
- Setting up libsm-dev:s390x (2:1.2.3-1) ...
- Setting up libdrm-radeon1:s390x (2.4.114-1+b1) ...
- Setting up libxcursor-dev:s390x (1:1.2.1-1) ...
- Setting up libpango-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libsamplerate0-dev:s390x (0.2.2-3) ...
- Setting up libgl1-mesa-dri:s390x (22.3.6-1+deb12u1) ...
- Setting up libwayland-dev:s390x (1.21.0-1) ...
- Setting up gir1.2-harfbuzz-0.0:s390x (6.0.0+dfsg-3) ...
- Setting up libgbm-dev:s390x (22.3.6-1+deb12u1) ...
- Setting up libdecor-0-dev:s390x (0.1.1-2) ...
- Setting up libegl-mesa0:s390x (22.3.6-1+deb12u1) ...
- Setting up libglib2.0-dev:s390x (2.74.6-2+deb12u5) ...
- Setting up libpulse-mainloop-glib0:s390x (16.1+dfsg1-2+b1) ...
- Setting up libxt6:s390x (1:1.2.1-1.1) ...
- Setting up libpulse-dev:s390x (16.1+dfsg1-2+b1) ...
- Setting up libegl1:s390x (1.6.0-1) ...
- Setting up libpangoft2-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libsdl2-2.0-0:s390x (2.26.5+dfsg-1) ...
- Setting up libpangocairo-1.0-0:s390x (1.50.12+ds-1) ...
- Setting up libsdl2-image-2.0-0:s390x (2.6.3+dfsg-1) ...
- Setting up libharfbuzz-dev:s390x (6.0.0+dfsg-3) ...
- Setting up libdrm-dev:s390x (2.4.114-1+b1) ...
- Setting up libglx-mesa0:s390x (22.3.6-1+deb12u1) ...
- Setting up libglx0:s390x (1.6.0-1) ...
- Setting up libgl1:s390x (1.6.0-1) ...
- Setting up libxt-dev:s390x (1:1.2.1-1.1) ...
- Setting up libdecor-0-plugin-1-cairo:s390x (0.1.1-2) ...
- Setting up libglx-dev:s390x (1.6.0-1) ...
- Setting up libsdl2-ttf-2.0-0:s390x (2.20.1+dfsg-2) ...
- Setting up libgl-dev:s390x (1.6.0-1) ...
- Setting up libegl-dev:s390x (1.6.0-1) ...
- Setting up libgles-dev:s390x (1.6.0-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
- Processing triggers for sgml-base (1.31) ...
- Setting up libdbus-1-dev:s390x (1.14.10-1~deb12u1) ...
- Setting up libibus-1.0-dev:s390x (1.5.27-5) ...
- Setting up libsdl2-dev:s390x (2.26.5+dfsg-1) ...
- Setting up libsdl2-ttf-dev:s390x (2.20.1+dfsg-2) ...
- Setting up libsdl2-image-dev:s390x (2.6.3+dfsg-1) ...
2025-02-07 21:36.28 ---> using "daace0a8aa14b0fedd0a5a15e05a1466651b2410173a3e86ebf1f8595efb0af8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.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 20 packages
  - install bigarray-compat   1.1.0
  - install conf-libffi       2.0.0
  - install conf-pkg-config   4
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.23.0
  - install ctypes-foreign    0.23.0
  - install dune              3.17.2
  - install dune-configurator 3.17.2
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              1.1.0
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.17.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed conf-sdl2-ttf.1
-> retrieved tsdl.1.1.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-07 21:36.28 ---> using "10f0e345e3140187c32c23928a83763cdba9f4c8eafcf73a8beb513c6759d196" from cache

/src: (copy (src .) (dst /src))
2025-02-07 21:36.42 ---> saved as "b40fc88efa0f1df0d13772a9ad6b32f83e1af87e05a368b8e6a5ebf419239d4b"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[27][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[27][0] :	 Warning: User variable 'DIR' not found in config.
[27][0] :	 Warning: Using DIR=
[260][0] :	 Warning: User variable 'THEME' not found in config.
[260][0] :	 Warning: Using THEME=default
[260][0] :	 I/O: No theme specified, using default=default
[260][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250207]
[260][0] :	 I/O: Reading BACKGROUND=color:white
[260][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[260][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[260][0] :	 Warning: Using THEME=default
Loading Bogue 20250207 with config dir /src/_build/install/default/share/bogue/themes/default
[260][0] :	 Warning: Using BACKGROUND=color:white
[260][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[260][0] :	 Warning: Using BG_COLOR=lightsteelblue
[260][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[260][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[260][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[260][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[260][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[260][0] :	 Warning: Using CHECK_OFF=fa:square-o
[260][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[260][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[260][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[260][0] :	 Warning: Using FAINT_COLOR=gainsboro
[260][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[260][0] :	 Warning: Using TEXT_COLOR=black
[260][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[260][0] :	 Warning: Using SEL_BG_COLOR=slategray
[260][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[260][0] :	 Warning: Using SEL_FG_COLOR=white
[260][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[260][0] :	 Warning: Using LABEL_COLOR=black
[260][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[260][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[260][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[260][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[260][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[260][0] :	 Warning: Using LABEL_FONT_SIZE=14
[260][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[260][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[260][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[260][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[260][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[260][0] :	 Warning: Using TEXT_FONT_SIZE=14
[260][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[260][0] :	 Warning: Using SMALL_FONT_SIZE=10
[260][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[260][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[260][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[260][0] :	 Warning: Using ROOM_MARGIN=10
[260][0] :	 Warning: User variable 'FA_DIR' not found in config.
[260][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[260][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[260][0] :	 Warning: Using INT_SCALE=false
[260][0] :	 Warning: User variable 'SCALE' not found in config.
[260][0] :	 Warning: Using SCALE=0
[260][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[260][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[260][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[260][0] :	 Warning: Using NO_VSYNC=false
[260][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[260][0] :	 Warning: Using NATURAL_SCROLLING=auto
[275][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[275][0] :	 Custom: Detected os type: [Linux]
[283][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[283][0] :	 Warning: SDL initialized
[283][0] :	 Event: SDL Events initialized
[283][0] :	 Event: Register new event type:user (Ox8000)
[283][0] :	 Event: Register new event type:stop (Ox8001)
[283][0] :	 Event: Register new event type:stopped (Ox8002)
[283][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[283][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[283][0] :	 Event: Register new event type:redraw (Ox8005)
[283][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[283][0] :	 Event: Register new event type:startup (Ox8007)
[283][0] :	 Event: Register new event type:var_changed (Ox8008)
[283][0] :	 Event: Register new event type:update (Ox8009)
[283][0] :	 Event: Register new event type:sync_action (Ox800a)
[283][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[283][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[283][0] :	 Event: Register new event type:remove_focus (Ox800d)
[283][0] :	 Event: Register new event type:destroy_window (Ox800e)
[283][0] :	 Event: Register new event type:add_window (Ox800f)
[283][0] :	 Event: Register new event type:not_used (Ox8010)
[283][0] :	 Board: Layout #1 (dummy) created.
[294][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[295][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[320][0] :	 Graphics: SDL Video initialized
[320][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[320][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[361][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[361][0] :	 Graphics: DPI from system: 110
[361][0] :	 Graphics; Warning: Using SCALE=1.000000
[361][0] :	 Graphics: SDL Image initialized
[361][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[362][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[362][0] :	 Board: Adding timeout 1
[362][0] :	 Board: Layout #2 (windows_house) created.
[362][0] :	 Board: ==> Running board!
[362][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[362][0] :	 Graphics: Desired FPS=60
[372][0] :	 Board: Has focus: NO
[372][0] :	 Board: Adding timeout 2
[372][0] :	 Graphics: FPS:100 (round_trip=0)

[1372][0] :	 Board: Executing timeout 1
Hello world
[1372][0] :	 Memory: All zombies have been killed! Congratulations!
[1372][0] :	 Board: Quitting...
[1372][0] :	 Graphics: Quitting SDL Image
[1372][0] :	 Graphics: Quitting SDL Video
[1374][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1374][0] :	 Memory: Freeing surface (123,128)
[1374][0] :	 Event: Quitting SDL Events
[1374][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.26.5
/bin/sh: 1: xdpyinfo: not found
2025-02-07 21:37.26 ---> saved as "614ee5fb759fc65aa6db4669f9a319948443fd3c116f35af731649deb86fde01"
Job succeeded
2025-02-07 21:37.29: Job succeeded