Organisationssanettebogue-cairo6135ed (main)debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-06-17 18:27.21: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2
# debian-12-4.14_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue-cairo.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-06-17 18:27.21: Using cache hint "sanette/bogue-cairo-ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2-debian-12-4.14_s390x_opam-2.3-2ab634aa55403c454b6b5177cdb5b917"
2025-06-17 18:27.21: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2)
(comment debian-12-4.14_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")
(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-cairo.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-06-17 18:27.21: Waiting for resource in pool OCluster
2025-06-17 18:27.35: Waiting for worker…
2025-06-17 21:19.45: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2' locally
docker.io/ocaml/opam@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2: Pulling from ocaml/opam
Digest: sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2
Status: Downloaded newer image for ocaml/opam@sha256:c6f3f2c1aad355a929e9e6e9e9adcfaa14bcac2a6dee1c3efe7ebae4ce6ae7a2
2025-06-17 21:19.45 ---> using "ff6a83cff703afc5101b09fc8888820f3e76f239c00cec61083d31c45e13f841" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-17 21:19.45 ---> using "874a2cc77e3fe76e2c7985be596f1a27caa2ae8597f885be733214039005a8af" from cache


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


Continue? [y/n] y
This 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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-17 21:19.45 ---> using "ab133bd142a738dba78e4a5be3baaab4edfa6fb51a2f08ba75df5c6f5ddce1af" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-17 21:19.45 ---> using "0f3ed4059930559d27880847e485ff3ad63966fe5da2f565ff4e5541c5e51726" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 21:19.45 ---> using "09b4bb31918729945b23d9a15e1d47ab0cb0e44d57700f8d39ee7e53580e928a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, 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-06-17 21:19.45 ---> using "ed1bb55c21716751b1a53c9bc1a26121456741d8060e50e358b720f46e926399" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2025-06-17 21:19.51 ---> saved as "58961e4e0de8726ac3f04f49300a916f6fa83cdbafe1abc7c2dc54877d25eab9"


/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-06-17 21:19.56 ---> saved as "978f0a84ff97789ab0c8335d69f7380a05528dac7760a52bc3d466710dd4444c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 21:19.59 ---> saved as "89a3014a693141d42ff62ad067235626d1d741e81a73519b5f44b3331efa18cd"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")


/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-cairo.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [236 kB]
- Fetched 339 kB in 0s (981 kB/s)
- Reading package lists...
- 


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


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


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3:s390x.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18520 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+deb12u6_s390x.deb ...
- Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_s390x.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:s390x (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- 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 ... 18913 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+deb12u6_s390x.deb ...
- Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_s390x.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- 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 ... 19323 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_s390x.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../002-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 .../003-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:s390x.
- Preparing to unpack .../004-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 .../005-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 .../006-fontconfig_2.14.1-4_s390x.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libglib2.0-0:s390x.
- Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u6_s390x.deb ...
- Unpacking libglib2.0-0:s390x (2.74.6-2+deb12u6) ...
- Selecting previously unselected package libgirepository-1.0-1:s390x.
- Preparing to unpack .../008-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 .../009-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 .../010-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 .../011-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 .../012-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 .../013-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 .../014-libicu72_72.1-3_s390x.deb ...
- Unpacking libicu72:s390x (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../015-icu-devtools_72.1-3_s390x.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libasound2-dev:s390x.
- Preparing to unpack .../016-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 .../017-libasyncns0_0.8-6+b3_s390x.deb ...
- Unpacking libasyncns0:s390x (0.8-6+b3) ...
- Selecting previously unselected package uuid-dev:s390x.
- Preparing to unpack .../018-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 .../019-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 .../020-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 .../021-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 .../022-libxcb-render0_1.15-1_s390x.deb ...
- Unpacking libxcb-render0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:s390x.
- Preparing to unpack .../023-libxcb-shm0_1.15-1_s390x.deb ...
- Unpacking libxcb-shm0:s390x (1.15-1) ...
- Selecting previously unselected package libxrender1:s390x.
- Preparing to unpack .../024-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 .../025-libcairo2_1.16.0-7_s390x.deb ...
- Unpacking libcairo2:s390x (1.16.0-7) ...
- Selecting previously unselected package libcairo-gobject2:s390x.
- Preparing to unpack .../026-libcairo-gobject2_1.16.0-7_s390x.deb ...
- Unpacking libcairo-gobject2:s390x (1.16.0-7) ...
- Selecting previously unselected package liblzo2-2:s390x.
- Preparing to unpack .../027-liblzo2-2_2.10-2_s390x.deb ...
- Unpacking liblzo2-2:s390x (2.10-2) ...
- Selecting previously unselected package libcairo-script-interpreter2:s390x.
- Preparing to unpack .../028-libcairo-script-interpreter2_1.16.0-7_s390x.deb ...
- Unpacking libcairo-script-interpreter2:s390x (1.16.0-7) ...
- Selecting previously unselected package libexpat1-dev:s390x.
- Preparing to unpack .../029-libexpat1-dev_2.5.0-1+deb12u1_s390x.deb ...
- Unpacking libexpat1-dev:s390x (2.5.0-1+deb12u1) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../030-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 .../031-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 .../032-libfreetype-dev_2.12.1+dfsg-5+deb12u4_s390x.deb ...
- Unpacking libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u4) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../033-libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../034-pkgconf-bin_1.8.1-1_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../035-pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../036-pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Selecting previously unselected package libfontconfig-dev:s390x.
- Preparing to unpack .../037-libfontconfig-dev_2.14.1-4_s390x.deb ...
- Unpacking libfontconfig-dev:s390x (2.14.1-4) ...
- 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 libglib2.0-data.
- Preparing to unpack .../039-libglib2.0-data_2.74.6-2+deb12u6_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u6) ...
- Selecting previously unselected package libelf1:s390x.
- Preparing to unpack .../040-libelf1_0.188-2.1_s390x.deb ...
- Unpacking libelf1:s390x (0.188-2.1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../041-libglib2.0-bin_2.74.6-2+deb12u6_s390x.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u6) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../042-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../043-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 .../044-libglib2.0-dev-bin_2.74.6-2+deb12u6_s390x.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u6) ...
- Selecting previously unselected package libsepol-dev:s390x.
- Preparing to unpack .../045-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 .../046-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 .../047-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 .../048-libpcre2-posix3_10.42-1_s390x.deb ...
- Unpacking libpcre2-posix3:s390x (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:s390x.
- Preparing to unpack .../049-libpcre2-dev_10.42-1_s390x.deb ...
- Unpacking libpcre2-dev:s390x (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:s390x.
- Preparing to unpack .../050-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 .../051-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 .../052-libglib2.0-dev_2.74.6-2+deb12u6_s390x.deb ...
- Unpacking libglib2.0-dev:s390x (2.74.6-2+deb12u6) ...
- Selecting previously unselected package libpixman-1-dev:s390x.
- Preparing to unpack .../053-libpixman-1-dev_0.42.2-1_s390x.deb ...
- Unpacking libpixman-1-dev:s390x (0.42.2-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../054-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:s390x.
- Preparing to unpack .../055-libice6_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice6:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:s390x.
- Preparing to unpack .../056-libsm6_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm6:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libice-dev:s390x.
- Preparing to unpack .../057-libice-dev_2%3a1.0.10-1_s390x.deb ...
- Unpacking libice-dev:s390x (2:1.0.10-1) ...
- Selecting previously unselected package libsm-dev:s390x.
- Preparing to unpack .../058-libsm-dev_2%3a1.2.3-1_s390x.deb ...
- Unpacking libsm-dev:s390x (2:1.2.3-1) ...
- Selecting previously unselected package libxcb-render0-dev:s390x.
- Preparing to unpack .../059-libxcb-render0-dev_1.15-1_s390x.deb ...
- Unpacking libxcb-render0-dev:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-shm0-dev:s390x.
- Preparing to unpack .../060-libxcb-shm0-dev_1.15-1_s390x.deb ...
- Unpacking libxcb-shm0-dev:s390x (1.15-1) ...
- Selecting previously unselected package libxext-dev:s390x.
- Preparing to unpack .../061-libxext-dev_2%3a1.3.4-1+b1_s390x.deb ...
- Unpacking libxext-dev:s390x (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxrender-dev:s390x.
- Preparing to unpack .../062-libxrender-dev_1%3a0.9.10-1.1_s390x.deb ...
- Unpacking libxrender-dev:s390x (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2-dev:s390x.
- Preparing to unpack .../063-libcairo2-dev_1.16.0-7_s390x.deb ...
- Unpacking libcairo2-dev:s390x (1.16.0-7) ...
- Selecting previously unselected package libdatrie1:s390x.
- Preparing to unpack .../064-libdatrie1_0.2.13-2+b1_s390x.deb ...
- Unpacking libdatrie1:s390x (0.2.13-2+b1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../065-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:s390x.
- Preparing to unpack .../066-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 .../067-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 .../068-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 .../069-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 .../070-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 .../071-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 .../072-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 .../073-libwayland-bin_1.21.0-1_s390x.deb ...
- Unpacking libwayland-bin (1.21.0-1) ...
- Selecting previously unselected package libwayland-dev:s390x.
- Preparing to unpack .../074-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 .../075-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 .../076-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 .../077-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 .../078-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 .../079-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:s390x.
- Preparing to unpack .../080-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 .../081-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 .../082-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 .../083-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 .../084-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 .../085-libdeflate-dev_1.14-1_s390x.deb ...
- Unpacking libdeflate-dev:s390x (1.14-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../086-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:s390x.
- Preparing to unpack .../087-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 .../088-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 .../089-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 .../090-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 .../091-libpciaccess0_0.17-2_s390x.deb ...
- Unpacking libpciaccess0:s390x (0.17-2) ...
- Selecting previously unselected package libpciaccess-dev:s390x.
- Preparing to unpack .../092-libpciaccess-dev_0.17-2_s390x.deb ...
- Unpacking libpciaccess-dev:s390x (0.17-2) ...
- Selecting previously unselected package libdrm-dev:s390x.
- Preparing to unpack .../093-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 .../094-libglvnd0_1.6.0-1_s390x.deb ...
- Unpacking libglvnd0:s390x (1.6.0-1) ...
- Selecting previously unselected package libgbm1:s390x.
- Preparing to unpack .../095-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 .../096-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 .../097-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 .../098-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 .../099-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 .../100-libxcb-present0_1.15-1_s390x.deb ...
- Unpacking libxcb-present0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:s390x.
- Preparing to unpack .../101-libxcb-randr0_1.15-1_s390x.deb ...
- Unpacking libxcb-randr0:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:s390x.
- Preparing to unpack .../102-libxcb-sync1_1.15-1_s390x.deb ...
- Unpacking libxcb-sync1:s390x (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:s390x.
- Preparing to unpack .../103-libxcb-xfixes0_1.15-1_s390x.deb ...
- Unpacking libxcb-xfixes0:s390x (1.15-1) ...
- Selecting previously unselected package libxshmfence1:s390x.
- Preparing to unpack .../104-libxshmfence1_1.3-1_s390x.deb ...
- Unpacking libxshmfence1:s390x (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:s390x.
- Preparing to unpack .../105-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 .../106-libegl1_1.6.0-1_s390x.deb ...
- Unpacking libegl1:s390x (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:s390x.
- Preparing to unpack .../107-libxcb-glx0_1.15-1_s390x.deb ...
- Unpacking libxcb-glx0:s390x (1.15-1) ...
- Selecting previously unselected package libxfixes3:s390x.
- Preparing to unpack .../108-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 .../109-libxxf86vm1_1%3a1.1.4-1+b2_s390x.deb ...
- Unpacking libxxf86vm1:s390x (1:1.1.4-1+b2) ...
- Selecting previously unselected package libz3-4:s390x.
- Preparing to unpack .../110-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 .../111-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 .../112-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 .../113-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 .../114-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 .../115-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 .../116-libglx0_1.6.0-1_s390x.deb ...
- Unpacking libglx0:s390x (1.6.0-1) ...
- Selecting previously unselected package libgl1:s390x.
- Preparing to unpack .../117-libgl1_1.6.0-1_s390x.deb ...
- Unpacking libgl1:s390x (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:s390x.
- Preparing to unpack .../118-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 .../119-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 .../120-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 .../121-libogg0_1.3.5-3_s390x.deb ...
- Unpacking libogg0:s390x (1.3.5-3) ...
- Selecting previously unselected package libflac12:s390x.
- Preparing to unpack .../122-libflac12_1.4.2+ds-2_s390x.deb ...
- Unpacking libflac12:s390x (1.4.2+ds-2) ...
- Selecting previously unselected package libgbm-dev:s390x.
- Preparing to unpack .../123-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 .../124-libgles1_1.6.0-1_s390x.deb ...
- Unpacking libgles1:s390x (1.6.0-1) ...
- Selecting previously unselected package libgles2:s390x.
- Preparing to unpack .../125-libgles2_1.6.0-1_s390x.deb ...
- Unpacking libgles2:s390x (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:s390x.
- Preparing to unpack .../126-libgles-dev_1.6.0-1_s390x.deb ...
- Unpacking libgles-dev:s390x (1.6.0-1) ...
- Selecting previously unselected package libgraphite2-dev:s390x.
- Preparing to unpack .../127-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 .../128-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 .../129-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 .../130-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 .../131-libicu-dev_72.1-3_s390x.deb ...
- Unpacking libicu-dev:s390x (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:s390x.
- Preparing to unpack .../132-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 .../133-libibus-1.0-dev_1.5.27-5_s390x.deb ...
- Unpacking libibus-1.0-dev:s390x (1.5.27-5) ...
- Selecting previously unselected package libjbig-dev:s390x.
- Preparing to unpack .../134-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 .../135-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 .../136-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 .../137-liblzma-dev_5.4.1-1_s390x.deb ...
- Unpacking liblzma-dev:s390x (5.4.1-1) ...
- Selecting previously unselected package libmp3lame0:s390x.
- Preparing to unpack .../138-libmp3lame0_3.100-6_s390x.deb ...
- Unpacking libmp3lame0:s390x (3.100-6) ...
- Selecting previously unselected package libmpg123-0:s390x.
- Preparing to unpack .../139-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 .../140-libopus0_1.3.1-3_s390x.deb ...
- Unpacking libopus0:s390x (1.3.1-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../141-libpng-tools_1.6.39-2_s390x.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libvorbis0a:s390x.
- Preparing to unpack .../142-libvorbis0a_1.3.7-1_s390x.deb ...
- Unpacking libvorbis0a:s390x (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:s390x.
- Preparing to unpack .../143-libvorbisenc2_1.3.7-1_s390x.deb ...
- Unpacking libvorbisenc2:s390x (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:s390x.
- Preparing to unpack .../144-libsndfile1_1.2.0-1_s390x.deb ...
- Unpacking libsndfile1:s390x (1.2.0-1) ...
- Selecting previously unselected package libpulse0:s390x.
- Preparing to unpack .../145-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 .../146-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 .../147-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 .../148-libsamplerate0_0.2.2-3_s390x.deb ...
- Unpacking libsamplerate0:s390x (0.2.2-3) ...
- Selecting previously unselected package libsamplerate0-dev:s390x.
- Preparing to unpack .../149-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 .../150-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 .../151-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 .../152-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:s390x.
- Preparing to unpack .../153-libxkbcommon0_1.5.0-1_s390x.deb ...
- Unpacking libxkbcommon0:s390x (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:s390x.
- Preparing to unpack .../154-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 .../155-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 .../156-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 .../157-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 .../158-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 .../159-libudev-dev_252.38-1~deb12u1_s390x.deb ...
- Unpacking libudev-dev:s390x (252.38-1~deb12u1) ...
- Selecting previously unselected package libxfixes-dev:s390x.
- Preparing to unpack .../160-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 .../161-libxcursor-dev_1%3a1.2.1-1_s390x.deb ...
- Unpacking libxcursor-dev:s390x (1:1.2.1-1) ...
- Selecting previously unselected package libxi-dev:s390x.
- Preparing to unpack .../162-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 .../163-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 .../164-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 .../165-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 .../166-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 .../167-libxss-dev_1%3a1.2.3-1_s390x.deb ...
- Unpacking libxss-dev:s390x (1:1.2.3-1) ...
- Selecting previously unselected package libxt6:s390x.
- Preparing to unpack .../168-libxt6_1%3a1.2.1-1.1_s390x.deb ...
- Unpacking libxt6:s390x (1:1.2.1-1.1) ...
- Selecting previously unselected package libxt-dev:s390x.
- Preparing to unpack .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-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 .../175-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 .../176-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 .../177-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 .../178-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 .../179-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 .../180-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 .../181-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 .../182-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 .../183-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 .../184-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 .../185-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 libpixman-1-dev:s390x (0.42.2-1) ...
- 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 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+deb12u6) ...
- 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+deb12u6) ...
- 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 liblzo2-2:s390x (2.10-2) ...
- 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 libxcb-shm0-dev:s390x (1.15-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+deb12u6) ...
- 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 libexpat1-dev:s390x (2.5.0-1+deb12u1) ...
- Setting up libjpeg62-turbo-dev:s390x (1:2.1.5-2) ...
- Setting up libxfixes3:s390x (1:6.0.0-2) ...
- Setting up 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.38-1~deb12u1) ...
- Setting up libsepol-dev:s390x (3.4-2.1) ...
- Setting up libxcb-render0-dev:s390x (1.15-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up 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-1) ...
- 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 libcairo-gobject2:s390x (1.16.0-7) ...
- 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 libcairo-script-interpreter2:s390x (1.16.0-7) ...
- Setting up libblkid-dev:s390x (2.38.1-5+deb12u3) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- 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+deb12u6) ...
- 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+deb12u4) ...
- 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+deb12u6) ...
- 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 libfontconfig-dev:s390x (2.14.1-4) ...
- 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+deb12u6) ...
- 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 libcairo2-dev:s390x (1.16.0-7) ...
- 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+deb12u10) ...
- 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-06-17 21:20.42 ---> saved as "47e0e1479a480791ca47f3f087d3bf0a0ebe586b265e161ea9658286b0c2e83f"


/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 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 23 packages
- install bigarray-compat   1.1.0
- install bogue             20250224
- install cairo2            0.6.5
- install conf-cairo        1
- 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.19.1
- install dune-configurator 3.19.1
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.0.8
- install tsdl              1.1.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved cairo2.0.6.5  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved bogue.20250224  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> 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.16.1
-> installed topkg.1.0.8
-> installed dune.3.19.1
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed xdg.3.19.1
-> installed dune-configurator.3.19.1
-> installed cairo2.0.6.5
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed bogue.20250224
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-17 21:22.39 ---> saved as "4917ed7441331a7248623327d331f835217d595be018cfc9f9e9641b2e253c3b"


/src: (copy (src .) (dst /src))
2025-06-17 21:22.41 ---> saved as "dc39fa417f243247952b55e4ada00daa49f400b9a103482609fa820c88298aa9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-17 21:22.45 ---> saved as "60c21662d77fa86417146a9915cdf74e76d3471d51cfb06b7fb99794a13f6193"
Job succeeded
2025-06-17 21:22.45: Job succeeded