Organisationssanettebogueb307b7 ()debian-12-4.14_s390x_opam-2.2

debian-12-4.14_s390x_opam-2.2

Logs

Show full logs
2024-09-18 15:13.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-s390x:debian-12-4.14_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d
# debian-12-4.14_s390x_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-s390x.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --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

2024-09-18 15:13.53: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d-debian-12-4.14_s390x_opam-2.2-6fc227ce51e1d4a3d42180e438b1198c"
2024-09-18 15:13.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d)
 (comment debian-12-4.14_s390x_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-s390x.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.2 --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"))
)

2024-09-18 15:13.53: Waiting for resource in pool OCluster
2024-09-18 15:52.48: Waiting for worker…
2024-09-18 18:53.53: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at b307b73 remove audio un/lock

(from ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d' locally
docker.io/ocaml/opam@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d: Pulling from ocaml/opam
0a419fff6fc5: Pulling fs layer
0a419fff6fc5: Verifying Checksum
0a419fff6fc5: Download complete
0a419fff6fc5: Pull complete
Digest: sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d
Status: Downloaded newer image for ocaml/opam@sha256:60725aa97f39d6d7f30fc8c424c247aecd3ea31f2a696393ae5aad4ab0c5126d
2024-09-18 18:55.35 ---> using "c3841b95c3a2c3923e7c45b4bfb94b0393162b4cc37ccbdd614867ef5a42d04f" from cache

/: (comment debian-12-4.14_s390x_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 18:55.35 ---> using "f77dad903509bbf2fade73d522f0ee5a028578edf37db014c5dba10c98e9865d" 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
2024-09-18 18:55.35 ---> using "b745c2f192862e8a3476ee5bc789c94b8e2b2bc353f56e9a7edc4a14f28e849c" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 18:55.35 ---> using "dc32e5b656d53b0cc026bfea1a4682b6b0c2dfe2a2e9448a45014d12e92360a2" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 18:55.35 ---> using "b5019dda6609692cd7c20e2d0c76100c3dfba00eb1c4e9ac86c3aff8108d2a6c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-09-18 18:55.35 ---> using "4079c2920d03fa27ec75df4cee6f9d77e180498d189f7febb29ead1d705267a1" from cache

/src: (copy (src bogue.opam) (dst ./))
2024-09-18 18:57.52 ---> saved as "1246344389da0e13c3ce910fe44c5d7ff13f47997757ca773f519125b8dfe087"

/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)
2024-09-18 18:58.54 ---> saved as "2b803d3210d2a44231cfb55f42e481610c7992363e321dff7dc0f4235adb5626"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-s390x.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.2 --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 [8454 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [173 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1105 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1105 B]
- Fetched 8894 kB in 3s (2748 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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:
    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 ... 18507 files and directories currently installed.)
- Preparing to unpack .../libsystemd0_252.30-1~deb12u2_s390x.deb ...
- Unpacking libsystemd0:s390x (252.30-1~deb12u2) over (252.26-1~deb12u2) ...
- Setting up libsystemd0:s390x (252.30-1~deb12u2) ...
- 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 ... 18507 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+deb12u3_s390x.deb ...
- Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u3_s390x.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u3) ...
- Setting up libpython3.11-minimal:s390x (3.11.2-6+deb12u3) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u3) ...
- 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 ... 18900 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+deb12u3_s390x.deb ...
- Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u3) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u3_s390x.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u3) ...
- 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 ... 19310 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 .../libudev1_252.30-1~deb12u2_s390x.deb ...
- Unpacking libudev1:s390x (252.30-1~deb12u2) over (252.26-1~deb12u2) ...
- Setting up libudev1:s390x (252.30-1~deb12u2) ...
- 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 ... 19358 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+deb12u3_s390x.deb ...
- Unpacking libglib2.0-0:s390x (2.74.6-2+deb12u3) ...
- 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+deb12u1_s390x.deb ...
- Unpacking uuid-dev:s390x (2.38.1-5+deb12u1) ...
- Selecting previously unselected package libblkid-dev:s390x.
- Preparing to unpack .../017-libblkid-dev_2.38.1-5+deb12u1_s390x.deb ...
- Unpacking libblkid-dev:s390x (2.38.1-5+deb12u1) ...
- 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+deb12u3_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u3) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../097-libglib2.0-bin_2.74.6-2+deb12u3_s390x.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u3) ...
- 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+deb12u3_s390x.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u3) ...
- 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+deb12u1_s390x.deb ...
- Unpacking libmount-dev:s390x (2.38.1-5+deb12u1) ...
- Selecting previously unselected package libglib2.0-dev:s390x.
- Preparing to unpack .../108-libglib2.0-dev_2.74.6-2+deb12u3_s390x.deb ...
- Unpacking libglib2.0-dev:s390x (2.74.6-2+deb12u3) ...
- 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_s390x.deb ...
- Unpacking libmpg123-0:s390x (1.31.2-1) ...
- 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.30-1~deb12u2_s390x.deb ...
- Unpacking libudev-dev:s390x (252.30-1~deb12u2) ...
- 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) ...
- Selecting previously unselected package libsdl2-image-2.0-0:s390x.
- Preparing to unpack .../163-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 libzstd-dev:s390x.
- Preparing to unpack .../164-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 .../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+deb12u1_s390x.deb ...
- Unpacking libtiffxx6:s390x (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libtiff-dev:s390x.
- Preparing to unpack .../169-libtiff-dev_4.5.0-6+deb12u1_s390x.deb ...
- Unpacking libtiff-dev:s390x (4.5.0-6+deb12u1) ...
- 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) ...
- 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 libzstd-dev:s390x (1.5.4+dfsg2-5) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u1) ...
- 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.30-1~deb12u2) ...
- 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 libasyncns0:s390x (0.8-6+b3) ...
- Setting up libxshmfence1:s390x (1.3-1) ...
- 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+deb12u1) ...
- 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+deb12u1) ...
- Setting up python3.11 (3.11.2-6+deb12u3) ...
- 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+deb12u3) ...
- 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+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 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+deb12u1) ...
- 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+deb12u3) ...
- 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+deb12u3) ...
- 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+deb12u7) ...
- 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) ...
2024-09-18 19:00.22 ---> saved as "1cc5e170a936fc8f7678aa1c8f3784ba4246c967a6e7772b3b718e2090436abc"

/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 20 packages
  - install bigarray-compat   1.1.0
  - install conf-libffi       2.0.0
  - install conf-pkg-config   3
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.20.2
  - install ctypes-foreign    0.18.0
  - install dune              3.16.0
  - install dune-configurator 3.16.0
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              0.9.8
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2-image.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0, xdg.3.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-sdl2-ttf.1
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> 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.16.0
-> installed dune-configurator.3.16.0
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 19:02.07 ---> saved as "29a39570bcb2cbb2cf0ff628cf0b28feb0323a7bf7be36b8c8e4b7f697b35978"

/src: (copy (src .) (dst /src))
2024-09-18 19:02.11 ---> saved as "6015e6aabfe4b3bb41d32afc02c9680962029e1b4c1ce56125e6a6de8e8600ff"

/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 '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
[22][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[22][0] :	 Warning: User variable 'DIR' not found in config.
[22][0] :	 Warning: Using DIR=
[70][0] :	 Warning: User variable 'THEME' not found in config.
[70][0] :	 Warning: Using THEME=default
[70][0] :	 I/O: No theme specified, using default=default
[71][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240229]
[71][0] :	 I/O: Reading BACKGROUND=color:white
[71][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[71][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[71][0] :	 Warning: Using THEME=default
Loading Bogue 20240229 with config dir /src/_build/install/default/share/bogue/themes/default
[71][0] :	 Warning: Using BACKGROUND=color:white
[71][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[71][0] :	 Warning: Using BG_COLOR=lightsteelblue
[71][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[71][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[71][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[71][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[71][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[71][0] :	 Warning: Using CHECK_OFF=fa:square-o
[71][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[71][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[71][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[71][0] :	 Warning: Using FAINT_COLOR=gainsboro
[71][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[71][0] :	 Warning: Using TEXT_COLOR=black
[71][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[71][0] :	 Warning: Using SEL_BG_COLOR=slategray
[71][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[71][0] :	 Warning: Using SEL_FG_COLOR=white
[71][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[71][0] :	 Warning: Using LABEL_COLOR=black
[71][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[71][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[71][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[71][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[71][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[71][0] :	 Warning: Using LABEL_FONT_SIZE=14
[71][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[71][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[72][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[72][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[72][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[72][0] :	 Warning: Using TEXT_FONT_SIZE=14
[72][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[72][0] :	 Warning: Using SMALL_FONT_SIZE=10
[72][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[72][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[72][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[72][0] :	 Warning: Using ROOM_MARGIN=10
[72][0] :	 Warning: User variable 'FA_DIR' not found in config.
[72][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[72][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[72][0] :	 Warning: Using INT_SCALE=false
[72][0] :	 Warning: User variable 'SCALE' not found in config.
[72][0] :	 Warning: Using SCALE=0
[72][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[72][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[73][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[81][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[81][0] :	 Warning: SDL initialized
[81][0] :	 Event: SDL Events initialized
[81][0] :	 Event: Register new event type:user (32768)
[81][0] :	 Event: Register new event type:stop (32769)
[81][0] :	 Event: Register new event type:stopped (32770)
[81][0] :	 Event: Register new event type:mouse_enter (32771)
[81][0] :	 Event: Register new event type:mouse_leave (32772)
[81][0] :	 Event: Register new event type:redraw (32773)
[81][0] :	 Event: Register new event type:mouse_at_rest (32774)
[81][0] :	 Event: Register new event type:startup (32775)
[81][0] :	 Event: Register new event type:var_changed (32776)
[81][0] :	 Event: Register new event type:update (32777)
[81][0] :	 Event: Register new event type:sync_action (32778)
[81][0] :	 Event: Register new event type:keyboard_focus (32779)
[81][0] :	 Event: Register new event type:mouse_focus (32780)
[81][0] :	 Event: Register new event type:remove_layout (32781)
[81][0] :	 Event: Register new event type:destroy_window (32782)
[81][0] :	 Event: Register new event type:not_used (32783)
[81][0] :	 Board: Layout #1 (dummy) created.
[81][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[84][0] :	 Graphics: SDL Video initialized
[84][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[85][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[103][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[103][0] :	 Graphics: DPI from system: 110
[103][0] :	 Graphics; Warning: Using SCALE=1.000000
[103][0] :	 Graphics: SDL Image initialized
[103][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[104][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[104][0] :	 Board: Adding timeout 1
[104][0] :	 Board: Layout #2 (windows_house) created.
[104][0] :	 Board: ==> Running board!
[152][0] :	 Board: Has focus: NO
[152][0] :	 Board: Adding timeout 2
[152][0] :	 Graphics: FPS:100 (round_trip=0)

[1116][0] :	 Board: Executing timeout 1
Hello world
[1116][0] :	 Memory: All zombies have been killed! Congratulations!
[1116][0] :	 Board: Quitting...
[1116][0] :	 Graphics: Quitting SDL Image
[1116][0] :	 Graphics: Quitting SDL Video
[1116][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1116][0] :	 Memory: Freeing surface (123,128)
[1116][0] :	 Event: Quitting SDL Events
[1116][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.26.5
/bin/sh: 1: xdpyinfo: not found
2024-09-18 19:02.24 ---> saved as "dc13665b899b5fdf87bf4e50227e50ba7203b9be925d97515f8cf5818f211ab4"
Job succeeded
2024-09-18 19:02.24: Job succeeded