Organisationssanettetsdla27da4 ()debian-13-5.4_s390x_opam-2.5

debian-13-5.4_s390x_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 20:31.39: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (a27da44ffe4e994e7a0361961e7bd551d3774ae6) (linux-s390x:debian-13-5.4_s390x_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard a27da44f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
# debian-13-5.4_s390x_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.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


2026-01-16 20:31.39: Using cache hint "sanette/tsdl-ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c-debian-13-5.4_s390x_opam-2.5-a14548f45b015d4f465663eff868123b"
2026-01-16 20:31.39: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c)
(comment debian-13-5.4_s390x_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.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"))
)


2026-01-16 20:31.39: Waiting for resource in pool OCluster
2026-01-17 20:36.03: Waiting for worker…
2026-01-18 00:40.21: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at a27da44 better error message


(from ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c' locally
docker.io/ocaml/opam@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c: Pulling from ocaml/opam
85bc4a4d1f4e: Already exists
0ea6e6420cc3: Pulling fs layer
1c06c047f097: Pulling fs layer
03a5bb1b5914: Pulling fs layer
02de6b18bd8f: Pulling fs layer
02de6b18bd8f: Waiting
fb81951352e3: Pulling fs layer
fb81951352e3: Waiting
54bf4193c476: Pulling fs layer
54bf4193c476: Waiting
3dc8202daf6f: Pulling fs layer
3dc8202daf6f: Waiting
1c770619fa1e: Pulling fs layer
1c770619fa1e: Waiting
ccfa0f7cfb14: Pulling fs layer
f4850066eb75: Pulling fs layer
ccfa0f7cfb14: Waiting
f4850066eb75: Waiting
767b92cd3744: Pulling fs layer
69355b98e559: Pulling fs layer
767b92cd3744: Waiting
69355b98e559: Waiting
9fd7da48f61a: Pulling fs layer
760393a0693a: Pulling fs layer
0abc3f5717d4: Pulling fs layer
d886cff4e81a: Pulling fs layer
9fd7da48f61a: Waiting
0abc3f5717d4: Waiting
760393a0693a: Waiting
1b8149edebe4: Pulling fs layer
c33003eb38a8: Pulling fs layer
1b8149edebe4: Waiting
d886cff4e81a: Waiting
1cf81e39eb57: Pulling fs layer
c33003eb38a8: Waiting
1cf81e39eb57: Waiting
e959f55674fa: Pulling fs layer
f2eca1a683a2: Pulling fs layer
e959f55674fa: Waiting
f2eca1a683a2: Waiting
4f4fb700ef54: Pulling fs layer
c3bbb8b29f0e: Pulling fs layer
962349a92010: Pulling fs layer
b79f75ddabf2: Pulling fs layer
4d80d2791beb: Pulling fs layer
4ed9c788590a: Pulling fs layer
3746327091e3: Pulling fs layer
8e79372b446d: Pulling fs layer
ee8d16b6dbf1: Pulling fs layer
a8e7a9511bd2: Pulling fs layer
69ffd101369a: Pulling fs layer
353aeb664d62: Pulling fs layer
b881fee2abf3: Pulling fs layer
535704a11ee7: Pulling fs layer
104560c5240b: Pulling fs layer
62b1da5eb956: Pulling fs layer
1643fbb24b8d: Pulling fs layer
2ab42c60c0d9: Pulling fs layer
4f4fb700ef54: Waiting
962349a92010: Waiting
b79f75ddabf2: Waiting
4d80d2791beb: Waiting
c3bbb8b29f0e: Waiting
cb417ee2028c: Pulling fs layer
01f6f6ba278c: Pulling fs layer
117f4275fc6a: Pulling fs layer
2d3d92854b32: Pulling fs layer
8e79372b446d: Waiting
ee8d16b6dbf1: Waiting
4ed9c788590a: Waiting
b881fee2abf3: Waiting
535704a11ee7: Waiting
104560c5240b: Waiting
62b1da5eb956: Waiting
21834ebec957: Pulling fs layer
9ec5e71105fa: Pulling fs layer
53c7fccdc475: Pulling fs layer
c6b9208984f7: Pulling fs layer
1643fbb24b8d: Waiting
01f6f6ba278c: Waiting
3746327091e3: Waiting
69ffd101369a: Waiting
2ab42c60c0d9: Waiting
cb417ee2028c: Waiting
a8e7a9511bd2: Waiting
117f4275fc6a: Waiting
2d3d92854b32: Waiting
21834ebec957: Waiting
9ec5e71105fa: Waiting
53c7fccdc475: Waiting
353aeb664d62: Waiting
c6b9208984f7: Waiting
0ea6e6420cc3: Verifying Checksum
0ea6e6420cc3: Download complete
1c06c047f097: Verifying Checksum
1c06c047f097: Download complete
0ea6e6420cc3: Pull complete
02de6b18bd8f: Verifying Checksum
02de6b18bd8f: Download complete
1c06c047f097: Pull complete
03a5bb1b5914: Verifying Checksum
03a5bb1b5914: Download complete
54bf4193c476: Verifying Checksum
54bf4193c476: Download complete
1c770619fa1e: Verifying Checksum
1c770619fa1e: Download complete
3dc8202daf6f: Verifying Checksum
3dc8202daf6f: Download complete
f4850066eb75: Verifying Checksum
f4850066eb75: Download complete
ccfa0f7cfb14: Verifying Checksum
ccfa0f7cfb14: Download complete
767b92cd3744: Verifying Checksum
767b92cd3744: Download complete
9fd7da48f61a: Verifying Checksum
9fd7da48f61a: Download complete
69355b98e559: Verifying Checksum
69355b98e559: Download complete
0abc3f5717d4: Download complete
760393a0693a: Verifying Checksum
760393a0693a: Download complete
d886cff4e81a: Verifying Checksum
d886cff4e81a: Download complete
1b8149edebe4: Verifying Checksum
1b8149edebe4: Download complete
03a5bb1b5914: Pull complete
1cf81e39eb57: Verifying Checksum
1cf81e39eb57: Download complete
c33003eb38a8: Download complete
02de6b18bd8f: Pull complete
e959f55674fa: Verifying Checksum
e959f55674fa: Download complete
f2eca1a683a2: Verifying Checksum
f2eca1a683a2: Download complete
fb81951352e3: Verifying Checksum
fb81951352e3: Download complete
c3bbb8b29f0e: Verifying Checksum
c3bbb8b29f0e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
962349a92010: Verifying Checksum
962349a92010: Download complete
4ed9c788590a: Verifying Checksum
4ed9c788590a: Download complete
4d80d2791beb: Verifying Checksum
4d80d2791beb: Download complete
b79f75ddabf2: Verifying Checksum
b79f75ddabf2: Download complete
8e79372b446d: Verifying Checksum
8e79372b446d: Download complete
3746327091e3: Download complete
ee8d16b6dbf1: Verifying Checksum
ee8d16b6dbf1: Download complete
a8e7a9511bd2: Verifying Checksum
a8e7a9511bd2: Download complete
353aeb664d62: Verifying Checksum
353aeb664d62: Download complete
69ffd101369a: Verifying Checksum
69ffd101369a: Download complete
b881fee2abf3: Verifying Checksum
b881fee2abf3: Download complete
104560c5240b: Verifying Checksum
104560c5240b: Download complete
1643fbb24b8d: Verifying Checksum
1643fbb24b8d: Download complete
2ab42c60c0d9: Verifying Checksum
2ab42c60c0d9: Download complete
cb417ee2028c: Download complete
01f6f6ba278c: Verifying Checksum
01f6f6ba278c: Download complete
535704a11ee7: Verifying Checksum
535704a11ee7: Download complete
2d3d92854b32: Download complete
62b1da5eb956: Verifying Checksum
62b1da5eb956: Download complete
117f4275fc6a: Verifying Checksum
117f4275fc6a: Download complete
9ec5e71105fa: Verifying Checksum
9ec5e71105fa: Download complete
c6b9208984f7: Verifying Checksum
c6b9208984f7: Download complete
53c7fccdc475: Verifying Checksum
53c7fccdc475: Download complete
21834ebec957: Verifying Checksum
21834ebec957: Download complete
fb81951352e3: Pull complete
54bf4193c476: Pull complete
3dc8202daf6f: Pull complete
1c770619fa1e: Pull complete
ccfa0f7cfb14: Pull complete
f4850066eb75: Pull complete
767b92cd3744: Pull complete
69355b98e559: Pull complete
9fd7da48f61a: Pull complete
760393a0693a: Pull complete
0abc3f5717d4: Pull complete
d886cff4e81a: Pull complete
1b8149edebe4: Pull complete
c33003eb38a8: Pull complete
1cf81e39eb57: Pull complete
e959f55674fa: Pull complete
f2eca1a683a2: Pull complete
4f4fb700ef54: Pull complete
c3bbb8b29f0e: Pull complete
962349a92010: Pull complete
b79f75ddabf2: Pull complete
4d80d2791beb: Pull complete
4ed9c788590a: Pull complete
3746327091e3: Pull complete
8e79372b446d: Pull complete
ee8d16b6dbf1: Pull complete
a8e7a9511bd2: Pull complete
69ffd101369a: Pull complete
353aeb664d62: Pull complete
b881fee2abf3: Pull complete
535704a11ee7: Pull complete
104560c5240b: Pull complete
62b1da5eb956: Pull complete
1643fbb24b8d: Pull complete
2ab42c60c0d9: Pull complete
cb417ee2028c: Pull complete
01f6f6ba278c: Pull complete
117f4275fc6a: Pull complete
2d3d92854b32: Pull complete
21834ebec957: Pull complete
9ec5e71105fa: Pull complete
53c7fccdc475: Pull complete
c6b9208984f7: Pull complete
Digest: sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
Status: Downloaded newer image for ocaml/opam@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
2026-01-18 00:40.21 ---> using "68971db8e4c793f52635d624422245d6ebf5b5fdf1feed2a9e06eb4c02d4074e" from cache


/: (comment debian-13-5.4_s390x_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-18 00:40.21 ---> using "d0962b4acc2560258828ea2a024cd498585c45ac3a19ed7a6025eab8922ed6e6" 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 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
2026-01-18 00:40.21 ---> using "ca6e9401024d261e4f03bd9ede6a8ba9fd1fa47d9a5e37d34768e7e019d69ba3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-71-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-18 00:40.21 ---> using "f13665b2f57658d712ec56134854b6c7afacb5d8f4b17174c796d280d9c32e52" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-18 00:40.21 ---> using "732f1fdc946d3fb3f01bd9027973b215372051e41a0927feccda1948ae736165" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..6bda456f94  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 00:40.21 ---> using "26084e3bad6866e87c3f000b95280161ab1fccfeb234690d9a5ac3014f531568" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-01-18 00:40.23 ---> saved as "14a6e6bfa4cf1a3aa5d736c239bee41fa9143ee9f161a635c4f62b32d1947ffe"


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-01-18 00:40.34 ---> saved as "852c728e7fee5a86b8f3a30d59b2732e80137b36f6faabf980758d00b5bbe411"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-18 00:40.40 ---> saved as "e14a8963c3c9a8dc4f7cdb25a875bd105c28d827f8c04449f6058dbc7de641d1"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [87.0 kB]
- Fetched 178 kB in 0s (773 kB/s)
- Reading package lists...
- 


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


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


The following system packages will first need to be installed:
libffi-dev libsdl2-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libsystemd-shared: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 ... 20413 files and directories currently installed.)
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_s390x.deb ...
- Unpacking libsystemd-shared:s390x (257.9-1~deb13u1) ...
- Setting up libsystemd-shared:s390x (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd.
- (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 ... 20421 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_s390x.deb ...
- Unpacking systemd (257.9-1~deb13u1) ...
- Setting up systemd (257.9-1~deb13u1) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
- Initializing machine ID from random generator.
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.
- Selecting previously unselected package systemd-sysv.
- (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 ... 21307 files and directories currently installed.)
- Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_s390x.deb ...
- Unpacking systemd-sysv (257.9-1~deb13u1) ...
- Selecting previously unselected package libdbus-1-3:s390x.
- Preparing to unpack .../1-libdbus-1-3_1.16.2-2_s390x.deb ...
- Unpacking libdbus-1-3:s390x (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../2-dbus-bin_1.16.2-2_s390x.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../3-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.16.2-2_s390x.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.16.2-2_s390x.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libpython3.13-minimal:s390x.
- Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_s390x.deb ...
- Unpacking libpython3.13-minimal:s390x (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../8-python3.13-minimal_3.13.5-2_s390x.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:s390x (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- 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 ... 21724 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_s390x.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:s390x.
- Preparing to unpack .../3-libreadline8t64_8.2-6_s390x.deb ...
- Adding 'diversion of /lib/s390x-linux-gnu/libhistory.so.8 to /lib/s390x-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/s390x-linux-gnu/libhistory.so.8.2 to /lib/s390x-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/s390x-linux-gnu/libreadline.so.8 to /lib/s390x-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/s390x-linux-gnu/libreadline.so.8.2 to /lib/s390x-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:s390x (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:s390x.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_s390x.deb ...
- Unpacking libpython3.13-stdlib:s390x (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_s390x.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:s390x.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_s390x.deb ...
- Unpacking libpython3-stdlib:s390x (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-1) ...
- 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 ... 22210 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.5-1_s390x.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package libnss-systemd:s390x.
- Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_s390x.deb ...
- Unpacking libnss-systemd:s390x (257.9-1~deb13u1) ...
- Selecting previously unselected package libpam-systemd:s390x.
- Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_s390x.deb ...
- Unpacking libpam-systemd:s390x (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_s390x.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ...
- Selecting previously unselected package libglib2.0-0t64:s390x.
- Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libglib2.0-0t64:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_s390x.deb ...
- Unpacking libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../007-shared-mime-info_2.4-5+b2_s390x.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:s390x.
- Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_s390x.deb ...
- Unpacking libjpeg62-turbo:s390x (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:s390x.
- Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u1_s390x.deb ...
- Unpacking libpng16-16t64:s390x (1.6.48-1+deb13u1) ...
- Selecting previously unselected package libdeflate0:s390x.
- Preparing to unpack .../010-libdeflate0_1.23-2_s390x.deb ...
- Unpacking libdeflate0:s390x (1.23-2) ...
- Selecting previously unselected package libjbig0:s390x.
- Preparing to unpack .../011-libjbig0_2.1-6.1+b2_s390x.deb ...
- Unpacking libjbig0:s390x (2.1-6.1+b2) ...
- Selecting previously unselected package libsharpyuv0:s390x.
- Preparing to unpack .../012-libsharpyuv0_1.5.0-0.1_s390x.deb ...
- Unpacking libsharpyuv0:s390x (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:s390x.
- Preparing to unpack .../013-libwebp7_1.5.0-0.1_s390x.deb ...
- Unpacking libwebp7:s390x (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:s390x.
- Preparing to unpack .../014-libtiff6_4.7.0-3+deb13u1_s390x.deb ...
- Unpacking libtiff6:s390x (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x.
- Preparing to unpack .../015-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4_s390x.deb ...
- Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../016-gtk-update-icon-cache_4.18.6+ds-2_s390x.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.18.6+ds-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../017-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../018-adwaita-icon-theme_48.1-1_all.deb ...
- Unpacking adwaita-icon-theme (48.1-1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../019-alsa-topology-conf_1.2.5.1-3_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-3) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../020-libasound2-data_1.2.14-1_all.deb ...
- Unpacking libasound2-data (1.2.14-1) ...
- Selecting previously unselected package libasound2t64:s390x.
- Preparing to unpack .../021-libasound2t64_1.2.14-1_s390x.deb ...
- Unpacking libasound2t64:s390x (1.2.14-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../022-alsa-ucm-conf_1.2.14-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.14-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../023-at-spi2-common_2.56.2-1+deb13u1_all.deb ...
- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libxi6:s390x.
- Preparing to unpack .../024-libxi6_2%3a1.8.2-1_s390x.deb ...
- Unpacking libxi6:s390x (2:1.8.2-1) ...
- Selecting previously unselected package libatspi2.0-0t64:s390x.
- Preparing to unpack .../025-libatspi2.0-0t64_2.56.2-1+deb13u1_s390x.deb ...
- Unpacking libatspi2.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../026-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package libxtst6:s390x.
- Preparing to unpack .../027-libxtst6_2%3a1.2.5-1_s390x.deb ...
- Unpacking libxtst6:s390x (2:1.2.5-1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../028-dbus-user-session_1.16.2-2_s390x.deb ...
- Unpacking dbus-user-session (1.16.2-2) ...
- Selecting previously unselected package libdconf1:s390x.
- Preparing to unpack .../029-libdconf1_0.40.0-5_s390x.deb ...
- Unpacking libdconf1:s390x (0.40.0-5) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../030-dconf-service_0.40.0-5_s390x.deb ...
- Unpacking dconf-service (0.40.0-5) ...
- Selecting previously unselected package dconf-gsettings-backend:s390x.
- Preparing to unpack .../031-dconf-gsettings-backend_0.40.0-5_s390x.deb ...
- Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../032-gsettings-desktop-schemas_48.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (48.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../033-at-spi2-core_2.56.2-1+deb13u1_s390x.deb ...
- Unpacking at-spi2-core (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libdevmapper1.02.1:s390x.
- Preparing to unpack .../034-libdevmapper1.02.1_2%3a1.02.205-2_s390x.deb ...
- Unpacking libdevmapper1.02.1:s390x (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../035-dmsetup_2%3a1.02.205-2_s390x.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package libfreetype6:s390x.
- Preparing to unpack .../036-libfreetype6_2.13.3+dfsg-1_s390x.deb ...
- Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../037-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../038-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../039-fontconfig-config_2.15.0-2.3_s390x.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:s390x.
- Preparing to unpack .../040-libfontconfig1_2.15.0-2.3_s390x.deb ...
- Unpacking libfontconfig1:s390x (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../041-fontconfig_2.15.0-2.3_s390x.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package gir1.2-glib-2.0:s390x.
- Preparing to unpack .../042-gir1.2-glib-2.0_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking gir1.2-glib-2.0:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package gir1.2-glib-2.0-dev:s390x.
- Preparing to unpack .../043-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking gir1.2-glib-2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libibus-1.0-5:s390x.
- Preparing to unpack .../044-libibus-1.0-5_1.5.32-2_s390x.deb ...
- Unpacking libibus-1.0-5:s390x (1.5.32-2) ...
- Selecting previously unselected package gir1.2-ibus-1.0:s390x.
- Preparing to unpack .../045-gir1.2-ibus-1.0_1.5.32-2_s390x.deb ...
- Unpacking gir1.2-ibus-1.0:s390x (1.5.32-2) ...
- Selecting previously unselected package native-architecture.
- Preparing to unpack .../046-native-architecture_0.2.6_all.deb ...
- Unpacking native-architecture (0.2.6) ...
- Selecting previously unselected package libgirepository-2.0-0:s390x.
- Preparing to unpack .../047-libgirepository-2.0-0_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libgirepository-2.0-0:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package girepository-tools:s390x.
- Preparing to unpack .../048-girepository-tools_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking girepository-tools:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libasound2-dev:s390x.
- Preparing to unpack .../049-libasound2-dev_1.2.14-1_s390x.deb ...
- Unpacking libasound2-dev:s390x (1.2.14-1) ...
- Selecting previously unselected package libasyncns0:s390x.
- Preparing to unpack .../050-libasyncns0_0.8-6+b5_s390x.deb ...
- Unpacking libasyncns0:s390x (0.8-6+b5) ...
- Selecting previously unselected package libatk1.0-0t64:s390x.
- Preparing to unpack .../051-libatk1.0-0t64_2.56.2-1+deb13u1_s390x.deb ...
- Unpacking libatk1.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:s390x.
- Preparing to unpack .../052-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_s390x.deb ...
- Unpacking libatk-bridge2.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libavahi-common-data:s390x.
- Preparing to unpack .../053-libavahi-common-data_0.8-16_s390x.deb ...
- Unpacking libavahi-common-data:s390x (0.8-16) ...
- Selecting previously unselected package libavahi-common3:s390x.
- Preparing to unpack .../054-libavahi-common3_0.8-16_s390x.deb ...
- Unpacking libavahi-common3:s390x (0.8-16) ...
- Selecting previously unselected package libavahi-client3:s390x.
- Preparing to unpack .../055-libavahi-client3_0.8-16_s390x.deb ...
- Unpacking libavahi-client3:s390x (0.8-16) ...
- Selecting previously unselected package uuid-dev:s390x.
- Preparing to unpack .../056-uuid-dev_2.41-5_s390x.deb ...
- Unpacking uuid-dev:s390x (2.41-5) ...
- Selecting previously unselected package libblkid-dev:s390x.
- Preparing to unpack .../057-libblkid-dev_2.41-5_s390x.deb ...
- Unpacking libblkid-dev:s390x (2.41-5) ...
- Selecting previously unselected package libpixman-1-0:s390x.
- Preparing to unpack .../058-libpixman-1-0_0.44.0-3_s390x.deb ...
- Unpacking libpixman-1-0:s390x (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:s390x.
- Preparing to unpack .../059-libxcb-render0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-render0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:s390x.
- Preparing to unpack .../060-libxcb-shm0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-shm0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:s390x.
- Preparing to unpack .../061-libxrender1_1%3a0.9.12-1_s390x.deb ...
- Unpacking libxrender1:s390x (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:s390x.
- Preparing to unpack .../062-libcairo2_1.18.4-1+b1_s390x.deb ...
- Unpacking libcairo2:s390x (1.18.4-1+b1) ...
- Selecting previously unselected package libcairo-gobject2:s390x.
- Preparing to unpack .../063-libcairo-gobject2_1.18.4-1+b1_s390x.deb ...
- Unpacking libcairo-gobject2:s390x (1.18.4-1+b1) ...
- Selecting previously unselected package libcloudproviders0:s390x.
- Preparing to unpack .../064-libcloudproviders0_0.3.6-2_s390x.deb ...
- Unpacking libcloudproviders0:s390x (0.3.6-2) ...
- Selecting previously unselected package liblcms2-2:s390x.
- Preparing to unpack .../065-liblcms2-2_2.16-2_s390x.deb ...
- Unpacking liblcms2-2:s390x (2.16-2) ...
- Selecting previously unselected package libcolord2:s390x.
- Preparing to unpack .../066-libcolord2_1.4.7-3_s390x.deb ...
- Unpacking libcolord2:s390x (1.4.7-3) ...
- Selecting previously unselected package libjson-c5:s390x.
- Preparing to unpack .../067-libjson-c5_0.18+ds-1_s390x.deb ...
- Unpacking libjson-c5:s390x (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:s390x.
- Preparing to unpack .../068-libcryptsetup12_2%3a2.7.5-2_s390x.deb ...
- Unpacking libcryptsetup12:s390x (2:2.7.5-2) ...
- Selecting previously unselected package libcups2t64:s390x.
- Preparing to unpack .../069-libcups2t64_2.4.10-3+deb13u2_s390x.deb ...
- Unpacking libcups2t64:s390x (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libdatrie1:s390x.
- Preparing to unpack .../070-libdatrie1_0.2.13-3+b1_s390x.deb ...
- Unpacking libdatrie1:s390x (0.2.13-3+b1) ...
- Selecting previously unselected package libdav1d7:s390x.
- Preparing to unpack .../071-libdav1d7_1.5.1-1_s390x.deb ...
- Unpacking libdav1d7:s390x (1.5.1-1) ...
- Selecting previously unselected package libsystemd-dev:s390x.
- Preparing to unpack .../072-libsystemd-dev_257.9-1~deb13u1_s390x.deb ...
- Unpacking libsystemd-dev:s390x (257.9-1~deb13u1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../073-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../074-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../075-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../076-sgml-base_1.31+nmu1_all.deb ...
- Unpacking sgml-base (1.31+nmu1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../077-xml-core_0.19_all.deb ...
- Unpacking xml-core (0.19) ...
- Selecting previously unselected package libdbus-1-dev:s390x.
- Preparing to unpack .../078-libdbus-1-dev_1.16.2-2_s390x.deb ...
- Unpacking libdbus-1-dev:s390x (1.16.2-2) ...
- Selecting previously unselected package libwayland-client0:s390x.
- Preparing to unpack .../079-libwayland-client0_1.23.1-3_s390x.deb ...
- Unpacking libwayland-client0:s390x (1.23.1-3) ...
- Selecting previously unselected package libdecor-0-0:s390x.
- Preparing to unpack .../080-libdecor-0-0_0.2.2-2_s390x.deb ...
- Unpacking libdecor-0-0:s390x (0.2.2-2) ...
- Selecting previously unselected package libwayland-server0:s390x.
- Preparing to unpack .../081-libwayland-server0_1.23.1-3_s390x.deb ...
- Unpacking libwayland-server0:s390x (1.23.1-3) ...
- Selecting previously unselected package libwayland-cursor0:s390x.
- Preparing to unpack .../082-libwayland-cursor0_1.23.1-3_s390x.deb ...
- Unpacking libwayland-cursor0:s390x (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:s390x.
- Preparing to unpack .../083-libwayland-egl1_1.23.1-3_s390x.deb ...
- Unpacking libwayland-egl1:s390x (1.23.1-3) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../084-libwayland-bin_1.23.1-3_s390x.deb ...
- Unpacking libwayland-bin (1.23.1-3) ...
- Selecting previously unselected package libffi-dev:s390x.
- Preparing to unpack .../085-libffi-dev_3.4.8-2_s390x.deb ...
- Unpacking libffi-dev:s390x (3.4.8-2) ...
- Selecting previously unselected package libwayland-dev:s390x.
- Preparing to unpack .../086-libwayland-dev_1.23.1-3_s390x.deb ...
- Unpacking libwayland-dev:s390x (1.23.1-3) ...
- Selecting previously unselected package libdecor-0-dev:s390x.
- Preparing to unpack .../087-libdecor-0-dev_0.2.2-2_s390x.deb ...
- Unpacking libdecor-0-dev:s390x (0.2.2-2) ...
- Selecting previously unselected package libepoxy0:s390x.
- Preparing to unpack .../088-libepoxy0_1.5.10-2_s390x.deb ...
- Unpacking libepoxy0:s390x (1.5.10-2) ...
- Selecting previously unselected package libfribidi0:s390x.
- Preparing to unpack .../089-libfribidi0_1.0.16-1_s390x.deb ...
- Unpacking libfribidi0:s390x (1.0.16-1) ...
- Selecting previously unselected package libgraphite2-3:s390x.
- Preparing to unpack .../090-libgraphite2-3_1.3.14-2+b1_s390x.deb ...
- Unpacking libgraphite2-3:s390x (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:s390x.
- Preparing to unpack .../091-libharfbuzz0b_10.2.0-1+b1_s390x.deb ...
- Unpacking libharfbuzz0b:s390x (10.2.0-1+b1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../092-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libthai0:s390x.
- Preparing to unpack .../093-libthai0_0.1.29-2+b1_s390x.deb ...
- Unpacking libthai0:s390x (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:s390x.
- Preparing to unpack .../094-libpango-1.0-0_1.56.3-1_s390x.deb ...
- Unpacking libpango-1.0-0:s390x (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:s390x.
- Preparing to unpack .../095-libpangoft2-1.0-0_1.56.3-1_s390x.deb ...
- Unpacking libpangoft2-1.0-0:s390x (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:s390x.
- Preparing to unpack .../096-libpangocairo-1.0-0_1.56.3-1_s390x.deb ...
- Unpacking libpangocairo-1.0-0:s390x (1.56.3-1) ...
- Selecting previously unselected package libxcomposite1:s390x.
- Preparing to unpack .../097-libxcomposite1_1%3a0.4.6-1_s390x.deb ...
- Unpacking libxcomposite1:s390x (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:s390x.
- Preparing to unpack .../098-libxfixes3_1%3a6.0.0-2+b4_s390x.deb ...
- Unpacking libxfixes3:s390x (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:s390x.
- Preparing to unpack .../099-libxcursor1_1%3a1.2.3-1_s390x.deb ...
- Unpacking libxcursor1:s390x (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:s390x.
- Preparing to unpack .../100-libxdamage1_1%3a1.1.6-1+b2_s390x.deb ...
- Unpacking libxdamage1:s390x (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxinerama1:s390x.
- Preparing to unpack .../101-libxinerama1_2%3a1.1.4-3+b4_s390x.deb ...
- Unpacking libxinerama1:s390x (2:1.1.4-3+b4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../102-xkb-data_2.42-1_all.deb ...
- Unpacking xkb-data (2.42-1) ...
- Selecting previously unselected package libxkbcommon0:s390x.
- Preparing to unpack .../103-libxkbcommon0_1.7.0-2_s390x.deb ...
- Unpacking libxkbcommon0:s390x (1.7.0-2) ...
- Selecting previously unselected package libxrandr2:s390x.
- Preparing to unpack .../104-libxrandr2_2%3a1.5.4-1+b3_s390x.deb ...
- Unpacking libxrandr2:s390x (2:1.5.4-1+b3) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../105-libgtk-3-common_3.24.49-3_all.deb ...
- Unpacking libgtk-3-common (3.24.49-3) ...
- Selecting previously unselected package libgtk-3-0t64:s390x.
- Preparing to unpack .../106-libgtk-3-0t64_3.24.49-3_s390x.deb ...
- Unpacking libgtk-3-0t64:s390x (3.24.49-3) ...
- Selecting previously unselected package libdecor-0-plugin-1-gtk:s390x.
- Preparing to unpack .../107-libdecor-0-plugin-1-gtk_0.2.2-2_s390x.deb ...
- Unpacking libdecor-0-plugin-1-gtk:s390x (0.2.2-2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../108-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:s390x.
- Preparing to unpack .../109-libdrm2_2.4.124-2_s390x.deb ...
- Unpacking libdrm2:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-amdgpu1:s390x.
- Preparing to unpack .../110-libdrm-amdgpu1_2.4.124-2_s390x.deb ...
- Unpacking libdrm-amdgpu1:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-radeon1:s390x.
- Preparing to unpack .../111-libdrm-radeon1_2.4.124-2_s390x.deb ...
- Unpacking libdrm-radeon1:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-nouveau2:s390x.
- Preparing to unpack .../112-libdrm-nouveau2_2.4.124-2_s390x.deb ...
- Unpacking libdrm-nouveau2:s390x (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:s390x.
- Preparing to unpack .../113-libpciaccess0_0.17-3+b3_s390x.deb ...
- Unpacking libpciaccess0:s390x (0.17-3+b3) ...
- Selecting previously unselected package libpciaccess-dev:s390x.
- Preparing to unpack .../114-libpciaccess-dev_0.17-3+b3_s390x.deb ...
- Unpacking libpciaccess-dev:s390x (0.17-3+b3) ...
- Selecting previously unselected package libdrm-dev:s390x.
- Preparing to unpack .../115-libdrm-dev_2.4.124-2_s390x.deb ...
- Unpacking libdrm-dev:s390x (2.4.124-2) ...
- Selecting previously unselected package libglvnd0:s390x.
- Preparing to unpack .../116-libglvnd0_1.7.0-1+b2_s390x.deb ...
- Unpacking libglvnd0:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libelf1t64:s390x.
- Preparing to unpack .../117-libelf1t64_0.192-4_s390x.deb ...
- Unpacking libelf1t64:s390x (0.192-4) ...
- Selecting previously unselected package libz3-4:s390x.
- Preparing to unpack .../118-libz3-4_4.13.3-1_s390x.deb ...
- Unpacking libz3-4:s390x (4.13.3-1) ...
- Selecting previously unselected package libllvm19:s390x.
- Preparing to unpack .../119-libllvm19_1%3a19.1.7-3+b1_s390x.deb ...
- Unpacking libllvm19:s390x (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../120-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:s390x.
- Preparing to unpack .../121-libsensors5_1%3a3.6.2-2_s390x.deb ...
- Unpacking libsensors5:s390x (1:3.6.2-2) ...
- Selecting previously unselected package libx11-xcb1:s390x.
- Preparing to unpack .../122-libx11-xcb1_2%3a1.8.12-1_s390x.deb ...
- Unpacking libx11-xcb1:s390x (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:s390x.
- Preparing to unpack .../123-libxcb-dri3-0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-dri3-0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:s390x.
- Preparing to unpack .../124-libxcb-present0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-present0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-randr0:s390x.
- Preparing to unpack .../125-libxcb-randr0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-randr0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:s390x.
- Preparing to unpack .../126-libxcb-sync1_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-sync1:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:s390x.
- Preparing to unpack .../127-libxcb-xfixes0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-xfixes0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:s390x.
- Preparing to unpack .../128-libxshmfence1_1.3.3-1_s390x.deb ...
- Unpacking libxshmfence1:s390x (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:s390x.
- Preparing to unpack .../129-mesa-libgallium_25.0.7-2_s390x.deb ...
- Unpacking mesa-libgallium:s390x (25.0.7-2) ...
- Selecting previously unselected package libgbm1:s390x.
- Preparing to unpack .../130-libgbm1_25.0.7-2_s390x.deb ...
- Unpacking libgbm1:s390x (25.0.7-2) ...
- Selecting previously unselected package libegl-mesa0:s390x.
- Preparing to unpack .../131-libegl-mesa0_25.0.7-2_s390x.deb ...
- Unpacking libegl-mesa0:s390x (25.0.7-2) ...
- Selecting previously unselected package libegl1:s390x.
- Preparing to unpack .../132-libegl1_1.7.0-1+b2_s390x.deb ...
- Unpacking libegl1:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:s390x.
- Preparing to unpack .../133-libxcb-glx0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-glx0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:s390x.
- Preparing to unpack .../134-libxxf86vm1_1%3a1.1.4-1+b4_s390x.deb ...
- Unpacking libxxf86vm1:s390x (1:1.1.4-1+b4) ...
- Selecting previously unselected package libvulkan1:s390x.
- Preparing to unpack .../135-libvulkan1_1.4.309.0-1_s390x.deb ...
- Unpacking libvulkan1:s390x (1.4.309.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:s390x.
- Preparing to unpack .../136-libgl1-mesa-dri_25.0.7-2_s390x.deb ...
- Unpacking libgl1-mesa-dri:s390x (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:s390x.
- Preparing to unpack .../137-libglx-mesa0_25.0.7-2_s390x.deb ...
- Unpacking libglx-mesa0:s390x (25.0.7-2) ...
- Selecting previously unselected package libglx0:s390x.
- Preparing to unpack .../138-libglx0_1.7.0-1+b2_s390x.deb ...
- Unpacking libglx0:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:s390x.
- Preparing to unpack .../139-libgl1_1.7.0-1+b2_s390x.deb ...
- Unpacking libgl1:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libglx-dev:s390x.
- Preparing to unpack .../140-libglx-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libglx-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgl-dev:s390x.
- Preparing to unpack .../141-libgl-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libgl-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libegl-dev:s390x.
- Preparing to unpack .../142-libegl-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libegl-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libogg0:s390x.
- Preparing to unpack .../143-libogg0_1.3.5-3+b2_s390x.deb ...
- Unpacking libogg0:s390x (1.3.5-3+b2) ...
- Selecting previously unselected package libflac14:s390x.
- Preparing to unpack .../144-libflac14_1.5.0+ds-2_s390x.deb ...
- Unpacking libflac14:s390x (1.5.0+ds-2) ...
- Selecting previously unselected package libgbm-dev:s390x.
- Preparing to unpack .../145-libgbm-dev_25.0.7-2_s390x.deb ...
- Unpacking libgbm-dev:s390x (25.0.7-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../146-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4_s390x.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ...
- Selecting previously unselected package libsepol-dev:s390x.
- Preparing to unpack .../147-libsepol-dev_3.8.1-1_s390x.deb ...
- Unpacking libsepol-dev:s390x (3.8.1-1) ...
- Selecting previously unselected package libpcre2-16-0:s390x.
- Preparing to unpack .../148-libpcre2-16-0_10.46-1~deb13u1_s390x.deb ...
- Unpacking libpcre2-16-0:s390x (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-32-0:s390x.
- Preparing to unpack .../149-libpcre2-32-0_10.46-1~deb13u1_s390x.deb ...
- Unpacking libpcre2-32-0:s390x (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-posix3:s390x.
- Preparing to unpack .../150-libpcre2-posix3_10.46-1~deb13u1_s390x.deb ...
- Unpacking libpcre2-posix3:s390x (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-dev:s390x.
- Preparing to unpack .../151-libpcre2-dev_10.46-1~deb13u1_s390x.deb ...
- Unpacking libpcre2-dev:s390x (10.46-1~deb13u1) ...
- Selecting previously unselected package libselinux1-dev:s390x.
- Preparing to unpack .../152-libselinux1-dev_3.8.1-1_s390x.deb ...
- Unpacking libselinux1-dev:s390x (3.8.1-1) ...
- Selecting previously unselected package libmount-dev:s390x.
- Preparing to unpack .../153-libmount-dev_2.41-5_s390x.deb ...
- Unpacking libmount-dev:s390x (2.41-5) ...
- Selecting previously unselected package libsysprof-capture-4-dev:s390x.
- Preparing to unpack .../154-libsysprof-capture-4-dev_48.0-2_s390x.deb ...
- Unpacking libsysprof-capture-4-dev:s390x (48.0-2) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../155-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libgio-2.0-dev:s390x.
- Preparing to unpack .../156-libgio-2.0-dev_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libgio-2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package python3-packaging.
- Preparing to unpack .../157-python3-packaging_25.0-1_all.deb ...
- Unpacking python3-packaging (25.0-1) ...
- Selecting previously unselected package libgio-2.0-dev-bin.
- Preparing to unpack .../158-libgio-2.0-dev-bin_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libgles1:s390x.
- Preparing to unpack .../159-libgles1_1.7.0-1+b2_s390x.deb ...
- Unpacking libgles1:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgles2:s390x.
- Preparing to unpack .../160-libgles2_1.7.0-1+b2_s390x.deb ...
- Unpacking libgles2:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgles-dev:s390x.
- Preparing to unpack .../161-libgles-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libgles-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../162-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../163-libglib2.0-bin_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../164-libglib2.0-dev-bin_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-dev:s390x.
- Preparing to unpack .../165-libglib2.0-dev_2.84.4-3~deb13u2_s390x.deb ...
- Unpacking libglib2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../166-libgtk-3-bin_3.24.49-3_s390x.deb ...
- Unpacking libgtk-3-bin (3.24.49-3) ...
- Selecting previously unselected package libibus-1.0-dev:s390x.
- Preparing to unpack .../167-libibus-1.0-dev_1.5.32-2_s390x.deb ...
- Unpacking libibus-1.0-dev:s390x (1.5.32-2) ...
- Selecting previously unselected package libice6:s390x.
- Preparing to unpack .../168-libice6_2%3a1.1.1-1_s390x.deb ...
- Unpacking libice6:s390x (2:1.1.1-1) ...
- Selecting previously unselected package libice-dev:s390x.
- Preparing to unpack .../169-libice-dev_2%3a1.1.1-1_s390x.deb ...
- Unpacking libice-dev:s390x (2:1.1.1-1) ...
- Selecting previously unselected package libkmod2:s390x.
- Preparing to unpack .../170-libkmod2_34.2-2_s390x.deb ...
- Unpacking libkmod2:s390x (34.2-2) ...
- Selecting previously unselected package libmp3lame0:s390x.
- Preparing to unpack .../171-libmp3lame0_3.100-6+b3_s390x.deb ...
- Unpacking libmp3lame0:s390x (3.100-6+b3) ...
- Selecting previously unselected package libmpg123-0t64:s390x.
- Preparing to unpack .../172-libmpg123-0t64_1.32.10-1_s390x.deb ...
- Unpacking libmpg123-0t64:s390x (1.32.10-1) ...
- Selecting previously unselected package libopus0:s390x.
- Preparing to unpack .../173-libopus0_1.5.2-2_s390x.deb ...
- Unpacking libopus0:s390x (1.5.2-2) ...
- Selecting previously unselected package libvorbis0a:s390x.
- Preparing to unpack .../174-libvorbis0a_1.3.7-3_s390x.deb ...
- Unpacking libvorbis0a:s390x (1.3.7-3) ...
- Selecting previously unselected package libvorbisenc2:s390x.
- Preparing to unpack .../175-libvorbisenc2_1.3.7-3_s390x.deb ...
- Unpacking libvorbisenc2:s390x (1.3.7-3) ...
- Selecting previously unselected package libsndfile1:s390x.
- Preparing to unpack .../176-libsndfile1_1.2.2-2+b1_s390x.deb ...
- Unpacking libsndfile1:s390x (1.2.2-2+b1) ...
- Selecting previously unselected package libpulse0:s390x.
- Preparing to unpack .../177-libpulse0_17.0+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse0:s390x (17.0+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-mainloop-glib0:s390x.
- Preparing to unpack .../178-libpulse-mainloop-glib0_17.0+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse-mainloop-glib0:s390x (17.0+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-dev:s390x.
- Preparing to unpack .../179-libpulse-dev_17.0+dfsg1-2+b1_s390x.deb ...
- Unpacking libpulse-dev:s390x (17.0+dfsg1-2+b1) ...
- Selecting previously unselected package librsvg2-2:s390x.
- Preparing to unpack .../180-librsvg2-2_2.60.0+dfsg-1_s390x.deb ...
- Unpacking librsvg2-2:s390x (2.60.0+dfsg-1) ...
- Selecting previously unselected package librsvg2-common:s390x.
- Preparing to unpack .../181-librsvg2-common_2.60.0+dfsg-1_s390x.deb ...
- Unpacking librsvg2-common:s390x (2.60.0+dfsg-1) ...
- Selecting previously unselected package libsamplerate0:s390x.
- Preparing to unpack .../182-libsamplerate0_0.2.2-4+b2_s390x.deb ...
- Unpacking libsamplerate0:s390x (0.2.2-4+b2) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../183-pkg-config_1.8.1-4_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-4) ...
- Selecting previously unselected package libsamplerate0-dev:s390x.
- Preparing to unpack .../184-libsamplerate0-dev_0.2.2-4+b2_s390x.deb ...
- Unpacking libsamplerate0-dev:s390x (0.2.2-4+b2) ...
- Selecting previously unselected package libxss1:s390x.
- Preparing to unpack .../185-libxss1_1%3a1.2.3-1+b3_s390x.deb ...
- Unpacking libxss1:s390x (1:1.2.3-1+b3) ...
- Selecting previously unselected package libsdl2-2.0-0:s390x.
- Preparing to unpack .../186-libsdl2-2.0-0_2.32.4+dfsg-1_s390x.deb ...
- Unpacking libsdl2-2.0-0:s390x (2.32.4+dfsg-1) ...
- Selecting previously unselected package libsndio7.0:s390x.
- Preparing to unpack .../187-libsndio7.0_1.10.0-0.1_s390x.deb ...
- Unpacking libsndio7.0:s390x (1.10.0-0.1) ...
- Selecting previously unselected package libsndio-dev:s390x.
- Preparing to unpack .../188-libsndio-dev_1.10.0-0.1_s390x.deb ...
- Unpacking libsndio-dev:s390x (1.10.0-0.1) ...
- Selecting previously unselected package libudev-dev:s390x.
- Preparing to unpack .../189-libudev-dev_257.9-1~deb13u1_s390x.deb ...
- Unpacking libudev-dev:s390x (257.9-1~deb13u1) ...
- Selecting previously unselected package libxrender-dev:s390x.
- Preparing to unpack .../190-libxrender-dev_1%3a0.9.12-1_s390x.deb ...
- Unpacking libxrender-dev:s390x (1:0.9.12-1) ...
- Selecting previously unselected package libxfixes-dev:s390x.
- Preparing to unpack .../191-libxfixes-dev_1%3a6.0.0-2+b4_s390x.deb ...
- Unpacking libxfixes-dev:s390x (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor-dev:s390x.
- Preparing to unpack .../192-libxcursor-dev_1%3a1.2.3-1_s390x.deb ...
- Unpacking libxcursor-dev:s390x (1:1.2.3-1) ...
- Selecting previously unselected package libxext-dev:s390x.
- Preparing to unpack .../193-libxext-dev_2%3a1.3.4-1+b3_s390x.deb ...
- Unpacking libxext-dev:s390x (2:1.3.4-1+b3) ...
- Selecting previously unselected package libxi-dev:s390x.
- Preparing to unpack .../194-libxi-dev_2%3a1.8.2-1_s390x.deb ...
- Unpacking libxi-dev:s390x (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama-dev:s390x.
- Preparing to unpack .../195-libxinerama-dev_2%3a1.1.4-3+b4_s390x.deb ...
- Unpacking libxinerama-dev:s390x (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxkbcommon-dev:s390x.
- Preparing to unpack .../196-libxkbcommon-dev_1.7.0-2_s390x.deb ...
- Unpacking libxkbcommon-dev:s390x (1.7.0-2) ...
- Selecting previously unselected package libxrandr-dev:s390x.
- Preparing to unpack .../197-libxrandr-dev_2%3a1.5.4-1+b3_s390x.deb ...
- Unpacking libxrandr-dev:s390x (2:1.5.4-1+b3) ...
- Selecting previously unselected package libxss-dev:s390x.
- Preparing to unpack .../198-libxss-dev_1%3a1.2.3-1+b3_s390x.deb ...
- Unpacking libxss-dev:s390x (1:1.2.3-1+b3) ...
- Selecting previously unselected package libsm6:s390x.
- Preparing to unpack .../199-libsm6_2%3a1.2.6-1_s390x.deb ...
- Unpacking libsm6:s390x (2:1.2.6-1) ...
- Selecting previously unselected package libxt6t64:s390x.
- Preparing to unpack .../200-libxt6t64_1%3a1.2.1-1.2+b2_s390x.deb ...
- Unpacking libxt6t64:s390x (1:1.2.1-1.2+b2) ...
- Selecting previously unselected package libsm-dev:s390x.
- Preparing to unpack .../201-libsm-dev_2%3a1.2.6-1_s390x.deb ...
- Unpacking libsm-dev:s390x (2:1.2.6-1) ...
- Selecting previously unselected package libxt-dev:s390x.
- Preparing to unpack .../202-libxt-dev_1%3a1.2.1-1.2+b2_s390x.deb ...
- Unpacking libxt-dev:s390x (1:1.2.1-1.2+b2) ...
- Selecting previously unselected package libxv1:s390x.
- Preparing to unpack .../203-libxv1_2%3a1.0.11-1.1+b3_s390x.deb ...
- Unpacking libxv1:s390x (2:1.0.11-1.1+b3) ...
- Selecting previously unselected package libxv-dev:s390x.
- Preparing to unpack .../204-libxv-dev_2%3a1.0.11-1.1+b3_s390x.deb ...
- Unpacking libxv-dev:s390x (2:1.0.11-1.1+b3) ...
- Selecting previously unselected package libxxf86vm-dev:s390x.
- Preparing to unpack .../205-libxxf86vm-dev_1%3a1.1.4-1+b4_s390x.deb ...
- Unpacking libxxf86vm-dev:s390x (1:1.1.4-1+b4) ...
- Selecting previously unselected package libsdl2-dev:s390x.
- Preparing to unpack .../206-libsdl2-dev_2.32.4+dfsg-1_s390x.deb ...
- Unpacking libsdl2-dev:s390x (2.32.4+dfsg-1) ...
- Selecting previously unselected package mesa-vulkan-drivers:s390x.
- Preparing to unpack .../207-mesa-vulkan-drivers_25.0.7-2_s390x.deb ...
- Unpacking mesa-vulkan-drivers:s390x (25.0.7-2) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../208-systemd-cryptsetup_257.9-1~deb13u1_s390x.deb ...
- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../209-xdg-user-dirs_0.18-2_s390x.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Setting up media-types (13.0.0) ...
- Setting up libgraphite2-3:s390x (1.3.14-2+b1) ...
- Setting up libxcb-dri3-0:s390x (1.17.0-2+b1) ...
- Setting up liblcms2-2:s390x (2.16-2) ...
- Setting up libpixman-1-0:s390x (0.44.0-3) ...
- Setting up libsharpyuv0:s390x (1.5.0-0.1) ...
- Setting up libwayland-server0:s390x (1.23.1-3) ...
- Setting up libx11-xcb1:s390x (2:1.8.12-1) ...
- Setting up libpciaccess0:s390x (0.17-3+b3) ...
- Setting up systemd-sysv (257.9-1~deb13u1) ...
- Setting up native-architecture (0.2.6) ...
- Setting up libxdamage1:s390x (1:1.1.6-1+b2) ...
- Setting up libpciaccess-dev:s390x (0.17-3+b3) ...
- Setting up libxcb-xfixes0:s390x (1.17.0-2+b1) ...
- Setting up libogg0:s390x (1.3.5-3+b2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:s390x (2:1.8.2-1) ...
- Setting up libxrender1:s390x (1:0.9.12-1) ...
- Setting up libdatrie1:s390x (0.2.13-3+b1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libxcb-render0:s390x (1.17.0-2+b1) ...
- Setting up libglvnd0:s390x (1.7.0-1+b2) ...
- Setting up libxcb-glx0:s390x (1.17.0-2+b1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ...
- Setting up x11-common (1:7.7+24+deb13u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libdeflate0:s390x (1.23-2) ...
- Setting up libnss-systemd:s390x (257.9-1~deb13u1) ...
- Setting up xkb-data (2.42-1) ...
- Setting up libxcb-shm0:s390x (1.17.0-2+b1) ...
- Setting up libmpg123-0t64:s390x (1.32.10-1) ...
- Setting up libffi-dev:s390x (3.4.8-2) ...
- Setting up libjbig0:s390x (2.1-6.1+b2) ...
- Setting up libpcre2-16-0:s390x (10.46-1~deb13u1) ...
- Setting up libelf1t64:s390x (0.192-4) ...
- Setting up libxxf86vm1:s390x (1:1.1.4-1+b4) ...
- Setting up libxcb-present0:s390x (1.17.0-2+b1) ...
- Setting up libsysprof-capture-4-dev:s390x (48.0-2) ...
- Setting up libasound2-data (1.2.14-1) ...
- Setting up libz3-4:s390x (4.13.3-1) ...
- Setting up libpcre2-32-0:s390x (10.46-1~deb13u1) ...
- Setting up libglib2.0-0t64:s390x (2.84.4-3~deb13u2) ...
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up libgles2:s390x (1.7.0-1+b2) ...
- Setting up libasound2t64:s390x (1.2.14-1) ...
- Setting up libjpeg62-turbo:s390x (1:2.1.5-4) ...
- Setting up libepoxy0:s390x (1.5.10-2) ...
- Setting up libxfixes3:s390x (1:6.0.0-2+b4) ...
- Setting up libxcb-sync1:s390x (1.17.0-2+b1) ...
- Setting up uuid-dev:s390x (2.41-5) ...
- Setting up libavahi-common-data:s390x (0.8-16) ...
- Setting up libgles1:s390x (1.7.0-1+b2) ...
- Setting up libdbus-1-3:s390x (1.16.2-2) ...
- Setting up libfribidi0:s390x (1.0.16-1) ...
- Setting up libopus0:s390x (1.5.2-2) ...
- Setting up libxinerama1:s390x (2:1.1.4-3+b4) ...
- Setting up libxv1:s390x (2:1.0.11-1.1+b3) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:s390x (1.6.48-1+deb13u1) ...
- Setting up systemd-timesyncd (257.9-1~deb13u1) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.
- Setting up libvorbis0a:s390x (1.3.7-3) ...
- Setting up libxrandr2:s390x (2:1.5.4-1+b3) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libflac14:s390x (1.5.0+ds-2) ...
- Setting up libudev-dev:s390x (257.9-1~deb13u1) ...
- Setting up libsepol-dev:s390x (3.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up gir1.2-glib-2.0:s390x (2.84.4-3~deb13u2) ...
- Setting up libsensors5:s390x (1:3.6.2-2) ...
- Setting up libvulkan1:s390x (1.4.309.0-1) ...
- Setting up libwebp7:s390x (1.5.0-0.1) ...
- Setting up libxext-dev:s390x (2:1.3.4-1+b3) ...
- Setting up libsndio7.0:s390x (1.10.0-0.1) ...
- Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpcre2-posix3:s390x (10.46-1~deb13u1) ...
- Setting up alsa-topology-conf (1.2.5.1-3) ...
- Setting up libdav1d7:s390x (1.5.1-1) ...
- Setting up gir1.2-glib-2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Setting up libasyncns0:s390x (0.8-6+b5) ...
- Setting up libxshmfence1:s390x (1.3.3-1) ...
- Setting up at-spi2-common (2.56.2-1+deb13u1) ...
- Setting up libtiff6:s390x (4.7.0-3+deb13u1) ...
- Setting up libxcb-randr0:s390x (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up sgml-base (1.31+nmu1) ...
- Setting up libwayland-egl1:s390x (1.23.1-3) ...
- Setting up libxss1:s390x (1:1.2.3-1+b3) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Creating group 'messagebus' with GID 996.
- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.
- Setting up libasound2-dev:s390x (1.2.14-1) ...
- Setting up libsamplerate0:s390x (0.2.2-4+b2) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxcomposite1:s390x (1:0.4.6-1) ...
- Setting up libxrender-dev:s390x (1:0.9.12-1) ...
- Setting up libjson-c5:s390x (0.18+ds-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libsystemd-dev:s390x (257.9-1~deb13u1) ...
- Setting up libmp3lame0:s390x (3.100-6+b3) ...
- Setting up libvorbisenc2:s390x (1.3.7-3) ...
- Setting up libkmod2:s390x (34.2-2) ...
- Setting up libxkbcommon0:s390x (1.7.0-2) ...
- Setting up libwayland-client0:s390x (1.23.1-3) ...
- Setting up libblkid-dev:s390x (2.41-5) ...
- Setting up libllvm19:s390x (1:19.1.7-3+b1) ...
- Setting up libice6:s390x (2:1.1.1-1) ...
- Setting up libsndio-dev:s390x (1.10.0-0.1) ...
- Setting up libatk1.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Setting up libpcre2-dev:s390x (10.46-1~deb13u1) ...
- Setting up libice-dev:s390x (2:1.1.1-1) ...
- Setting up alsa-ucm-conf (1.2.14-1) ...
- Setting up libgirepository-2.0-0:s390x (2.84.4-3~deb13u2) ...
- Setting up libselinux1-dev:s390x (3.8.1-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libxtst6:s390x (2:1.2.5-1) ...
- Setting up libxxf86vm-dev:s390x (1:1.1.4-1+b4) ...
- Setting up libxkbcommon-dev:s390x (1.7.0-2) ...
- Setting up libxcursor1:s390x (1:1.2.3-1) ...
- Setting up libibus-1.0-5:s390x (1.5.32-2) ...
- Setting up libavahi-common3:s390x (0.8-16) ...
- Setting up libcloudproviders0:s390x (0.3.6-2) ...
- Setting up libglib2.0-bin (2.84.4-3~deb13u2) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libxss-dev:s390x (1:1.2.3-1+b3) ...
- Setting up libcolord2:s390x (1.4.7-3) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up libdconf1:s390x (0.40.0-5) ...
- Setting up libxfixes-dev:s390x (1:6.0.0-2+b4) ...
- Setting up libthai0:s390x (0.1.29-2+b1) ...
- Setting up libxv-dev:s390x (2:1.0.11-1.1+b3) ...
- Setting up libwayland-bin (1.23.1-3) ...
- Setting up libxrandr-dev:s390x (2:1.5.4-1+b3) ...
- Setting up libfreetype6:s390x (2.13.3+dfsg-1) ...
- Setting up libatspi2.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.4-5+b2) ...
- Setting up pkg-config:s390x (1.8.1-4) ...
- Setting up libxinerama-dev:s390x (2:1.1.4-3+b4) ...
- Setting up libreadline8t64:s390x (8.2-6) ...
- Setting up libdrm2:s390x (2.4.124-2) ...
- Setting up libwayland-cursor0:s390x (1.23.1-3) ...
- Setting up xml-core (0.19) ...
- Setting up libpam-systemd:s390x (257.9-1~deb13u1) ...
- Setting up libdecor-0-0:s390x (0.2.2-2) ...
- Setting up libharfbuzz0b:s390x (10.2.0-1+b1) ...
- Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4) ...
- Setting up libfontconfig1:s390x (2.15.0-2.3) ...
- Setting up libsndfile1:s390x (1.2.2-2+b1) ...
- Setting up libxi-dev:s390x (2:1.8.2-1) ...
- Setting up gir1.2-ibus-1.0:s390x (1.5.32-2) ...
- Setting up libsm6:s390x (2:1.2.6-1) ...
- Setting up libpython3.13-stdlib:s390x (3.13.5-2) ...
- Setting up libavahi-client3:s390x (0.8-16) ...
- Setting up libmount-dev:s390x (2.41-5) ...
- Setting up libpython3-stdlib:s390x (3.13.5-1) ...
- Setting up libdrm-amdgpu1:s390x (2.4.124-2) ...
- Setting up libatk-bridge2.0-0t64:s390x (2.56.2-1+deb13u1) ...
- Setting up mesa-vulkan-drivers:s390x (25.0.7-2) ...
- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...
- Setting up mesa-libgallium:s390x (25.0.7-2) ...
- Setting up fontconfig (2.15.0-2.3) ...
- Regenerating fonts cache...
- done.
- Setting up libdrm-nouveau2:s390x (2.4.124-2) ...
- Setting up libgio-2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Setting up girepository-tools:s390x (2.84.4-3~deb13u2) ...
- Setting up libgbm1:s390x (25.0.7-2) ...
- Setting up libpulse0:s390x (17.0+dfsg1-2+b1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up libsm-dev:s390x (2:1.2.6-1) ...
- Setting up libdrm-radeon1:s390x (2.4.124-2) ...
- Setting up libxcursor-dev:s390x (1:1.2.3-1) ...
- Setting up libpango-1.0-0:s390x (1.56.3-1) ...
- Setting up libsamplerate0-dev:s390x (0.2.2-4+b2) ...
- Setting up libgl1-mesa-dri:s390x (25.0.7-2) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up libwayland-dev:s390x (1.23.1-3) ...
- Setting up libcairo2:s390x (1.18.4-1+b1) ...
- Setting up libgbm-dev:s390x (25.0.7-2) ...
- Setting up libdecor-0-dev:s390x (0.2.2-2) ...
- Setting up dbus-user-session (1.16.2-2) ...
- Setting up libegl-mesa0:s390x (25.0.7-2) ...
- Setting up python3-packaging (25.0-1) ...
- Setting up adwaita-icon-theme (48.1-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libpulse-mainloop-glib0:s390x (17.0+dfsg1-2+b1) ...
- Setting up libxt6t64:s390x (1:1.2.1-1.2+b2) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ...
- Setting up libegl1:s390x (1.7.0-1+b2) ...
- Setting up libcairo-gobject2:s390x (1.18.4-1+b1) ...
- Setting up libpangoft2-1.0-0:s390x (1.56.3-1) ...
- Setting up libsdl2-2.0-0:s390x (2.32.4+dfsg-1) ...
- Setting up libcups2t64:s390x (2.4.10-3+deb13u2) ...
- Setting up libpangocairo-1.0-0:s390x (1.56.3-1) ...
- Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up libdrm-dev:s390x (2.4.124-2) ...
- Setting up libglx-mesa0:s390x (25.0.7-2) ...
- Setting up libglx0:s390x (1.7.0-1+b2) ...
- Setting up dconf-service (0.40.0-5) ...
- Setting up librsvg2-2:s390x (2.60.0+dfsg-1) ...
- Setting up libgl1:s390x (1.7.0-1+b2) ...
- Setting up libxt-dev:s390x (1:1.2.1-1.2+b2) ...
- Setting up librsvg2-common:s390x (2.60.0+dfsg-1) ...
- Setting up libglx-dev:s390x (1.7.0-1+b2) ...
- Setting up libgl-dev:s390x (1.7.0-1+b2) ...
- Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up dconf-gsettings-backend:s390x (0.40.0-5) ...
- Setting up libegl-dev:s390x (1.7.0-1+b2) ...
- Setting up libglib2.0-dev:s390x (2.84.4-3~deb13u2) ...
- Setting up libpulse-dev:s390x (17.0+dfsg1-2+b1) ...
- Setting up libgles-dev:s390x (1.7.0-1+b2) ...
- Setting up libgtk-3-common (3.24.49-3) ...
- Setting up gsettings-desktop-schemas (48.0-1) ...
- Setting up libgtk-3-0t64:s390x (3.24.49-3) ...
- Setting up at-spi2-core (2.56.2-1+deb13u1) ...
- Setting up libdecor-0-plugin-1-gtk:s390x (0.2.2-2) ...
- Setting up libgtk-3-bin (3.24.49-3) ...
- Setting up dmsetup (2:1.02.205-2) ...
- Setting up libdevmapper1.02.1:s390x (2:1.02.205-2) ...
- Setting up libcryptsetup12:s390x (2:2.7.5-2) ...
- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
- Processing triggers for procps (2:4.0.4-9) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: permission denied on key "kernel.core_pattern"
- sysctl: permission denied on key "kernel.unprivileged_userns_clone"
- sysctl: permission denied on key "kernel.sysrq"
- sysctl: permission denied on key "kernel.core_uses_pid"
- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enc1000.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enc1000.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enc1000.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring
- sysctl: permission denied on key "net.core.default_qdisc", ignoring
- sysctl: permission denied on key "fs.protected_hardlinks"
- sysctl: permission denied on key "fs.protected_symlinks"
- sysctl: permission denied on key "fs.protected_regular"
- sysctl: permission denied on key "fs.protected_fifos"
- sysctl: permission denied on key "vm.max_map_count"
- sysctl: permission denied on key "kernel.pid_max"
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
- Processing triggers for systemd (257.9-1~deb13u1) ...
- Processing triggers for sgml-base (1.31+nmu1) ...
- Setting up libdbus-1-dev:s390x (1.16.2-2) ...
- Setting up libibus-1.0-dev:s390x (1.5.32-2) ...
- Setting up libsdl2-dev:s390x (2.32.4+dfsg-1) ...
- Processing triggers for libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4) ...
# To update the current shell environment, run: eval $(opam env)
2026-01-18 00:42.02 ---> saved as "c504b3982a8a882c448824b7ca2b93ff00b51eeb9f749ace743026573fefaaa6"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 10 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.21.0
- install dune-configurator 3.21.0
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.21.0
-> installed integers.0.7.0
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 00:43.46 ---> saved as "8458e4afdaea94e8217d4f939a88f4c7cf147115b018c5f599c997bbf4ab65a9"


/src: (copy (src .) (dst /src))
2026-01-18 00:43.48 ---> saved as "7cbde9ae092a4d7d2bef3d913bbcbe8e52b6ca4c25fa6b242e957185194badc9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_tsdl.exe)
SDL_GetError
SDL_free
SDL_SetMainReady
SDL_Init
SDL_InitSubSystem
SDL_Quit
SDL_QuitSubSystem
SDL_WasInit
SDL_ClearHints
SDL_GetHint
SDL_GetHintBoolean
SDL_SetHint
SDL_SetHintWithPriority
SDL_ClearError
SDL_SetError
SDL_LogMessage
SDL_LogGetPriority
SDL_LogResetPriorities
SDL_LogSetAllPriority
SDL_LogSetPriority
SDL_GetVersion
SDL_GetRevision
SDL_GetRevisionNumber
SDL_LoadFile_RW
SDL_RWFromFile
SDL_RWFromConstMem
SDL_RWFromMem
SDL_GetBasePath
SDL_GetPrefPath
SDL_EnclosePoints
SDL_HasIntersection
SDL_IntersectRect
SDL_IntersectRectAndLine
SDL_UnionRect
SDL_AllocPalette
SDL_FreePalette
SDL_SetPaletteColors
SDL_CalculateGammaRamp
SDL_ComposeCustomBlendMode
SDL_AllocFormat
SDL_FreeFormat
SDL_GetPixelFormatName
SDL_GetRGB
SDL_GetRGBA
SDL_MapRGB
SDL_MapRGBA
SDL_MasksToPixelFormatEnum
SDL_PixelFormatEnumToMasks
SDL_SetPixelFormatPalette
SDL_UpperBlitScaled
SDL_UpperBlit
SDL_ConvertPixels
SDL_ConvertSurface
SDL_ConvertSurfaceFormat
SDL_CreateRGBSurface
SDL_CreateRGBSurfaceFrom
SDL_CreateRGBSurfaceWithFormat
SDL_CreateRGBSurfaceWithFormatFrom
SDL_DuplicateSurface
SDL_FillRect
SDL_FillRects
SDL_FreeSurface
SDL_GetClipRect
SDL_GetColorKey
SDL_GetSurfaceAlphaMod
SDL_GetSurfaceBlendMode
SDL_GetSurfaceColorMod
SDL_LoadBMP_RW
SDL_LockSurface
SDL_LowerBlit
SDL_LowerBlitScaled
SDL_SaveBMP_RW
SDL_SetClipRect
SDL_SetColorKey
SDL_SetSurfaceAlphaMod
SDL_SetSurfaceBlendMode
SDL_SetSurfaceColorMod
SDL_SetSurfacePalette
SDL_SetSurfaceRLE
SDL_UnlockSurface
SDL_CreateRenderer
SDL_CreateSoftwareRenderer
SDL_DestroyRenderer
SDL_GetNumRenderDrivers
SDL_GetRenderDrawBlendMode
SDL_GetRenderDrawColor
SDL_GetRenderDriverInfo
SDL_GetRenderTarget
SDL_GetRenderer
SDL_GetRendererInfo
SDL_GetRendererOutputSize
SDL_RenderClear
SDL_RenderCopy
SDL_RenderCopyEx
SDL_RenderDrawLine
SDL_RenderDrawLineF
SDL_RenderDrawLines
SDL_RenderDrawPoint
SDL_RenderDrawPoints
SDL_RenderDrawPointF
SDL_RenderDrawPointsF
SDL_RenderDrawRect
SDL_RenderDrawRects
SDL_RenderFillRect
SDL_RenderFillRects
SDL_RenderGeometry
SDL_RenderGeometryRaw
SDL_RenderGetClipRect
SDL_RenderIsClipEnabled
SDL_RenderGetIntegerScale
SDL_RenderGetLogicalSize
SDL_RenderGetScale
SDL_RenderGetViewport
SDL_RenderGetWindow
SDL_RenderPresent
SDL_RenderReadPixels
SDL_RenderSetClipRect
SDL_RenderSetIntegerScale
SDL_RenderSetLogicalSize
SDL_RenderSetScale
SDL_RenderSetViewport
SDL_RenderTargetSupported
SDL_SetRenderDrawBlendMode
SDL_SetRenderDrawColor
SDL_SetRenderTarget
SDL_CreateTexture
SDL_CreateTextureFromSurface
SDL_DestroyTexture
SDL_GetTextureAlphaMod
SDL_GetTextureBlendMode
SDL_GetTextureColorMod
SDL_GetTextureScaleMode
SDL_QueryTexture
SDL_LockTexture
SDL_SetTextureAlphaMod
SDL_SetTextureBlendMode
SDL_SetTextureColorMod
SDL_SetTextureScaleMode
SDL_UnlockTexture
SDL_UpdateTexture
SDL_UpdateYUVTexture
SDL_GetCurrentVideoDriver
SDL_GetNumVideoDrivers
SDL_GetVideoDriver
SDL_VideoInit
SDL_VideoQuit
SDL_GetClosestDisplayMode
SDL_GetCurrentDisplayMode
SDL_GetDesktopDisplayMode
SDL_GetDisplayBounds
SDL_GetDisplayDPI
SDL_GetDisplayMode
SDL_GetDisplayUsableBounds
SDL_GetNumDisplayModes
SDL_GetDisplayName
SDL_GetNumVideoDisplays
SDL_CreateWindow
SDL_CreateWindowAndRenderer
SDL_DestroyWindow
SDL_GetWindowBrightness
SDL_GetWindowBordersSize
SDL_GetWindowDisplayIndex
SDL_GetWindowDisplayMode
SDL_GetWindowFlags
SDL_GetWindowFromID
SDL_GetWindowGammaRamp
SDL_GetWindowGrab
SDL_GetGrabbedWindow
SDL_GetWindowID
SDL_GetWindowMaximumSize
SDL_GetWindowMinimumSize
SDL_GetWindowOpacity
SDL_GetWindowPixelFormat
SDL_GetWindowPosition
SDL_GetWindowSize
SDL_GetWindowSurface
SDL_GetWindowTitle
SDL_HideWindow
SDL_MaximizeWindow
SDL_MinimizeWindow
SDL_RaiseWindow
SDL_RestoreWindow
SDL_SetWindowBordered
SDL_SetWindowBrightness
SDL_SetWindowDisplayMode
SDL_SetWindowFullscreen
SDL_SetWindowGammaRamp
SDL_SetWindowGrab
SDL_SetWindowIcon
SDL_SetWindowInputFocus
SDL_SetWindowMaximumSize
SDL_SetWindowMinimumSize
SDL_SetWindowModalFor
SDL_SetWindowOpacity
SDL_SetWindowPosition
SDL_SetWindowResizable
SDL_SetWindowSize
SDL_SetWindowTitle
SDL_ShowWindow
SDL_UpdateWindowSurface
SDL_UpdateWindowSurfaceRects
SDL_GL_BindTexture
SDL_GL_CreateContext
SDL_GL_DeleteContext
SDL_GL_ExtensionSupported
SDL_GL_GetAttribute
SDL_GL_GetCurrentContext
SDL_GL_GetDrawableSize
SDL_GL_GetSwapInterval
SDL_GL_MakeCurrent
SDL_GL_ResetAttributes
SDL_GL_SetAttribute
SDL_GL_SetSwapInterval
SDL_GL_SwapWindow
SDL_GL_UnbindTexture
SDL_Vulkan_LoadLibrary
SDL_Vulkan_UnloadLibrary
SDL_Vulkan_GetInstanceExtensions
SDL_Vulkan_CreateSurface
SDL_Vulkan_GetDrawableSize
SDL_DisableScreenSaver
SDL_EnableScreenSaver
SDL_IsScreenSaverEnabled
SDL_ShowMessageBox
SDL_ShowSimpleMessageBox
SDL_GetClipboardText
SDL_HasClipboardText
SDL_SetClipboardText
SDL_GetKeyboardFocus
SDL_GetKeyboardState
SDL_GetKeyFromName
SDL_GetKeyFromScancode
SDL_GetKeyName
SDL_GetModState
SDL_GetScancodeFromKey
SDL_GetScancodeFromName
SDL_GetScancodeName
SDL_HasScreenKeyboardSupport
SDL_IsScreenKeyboardShown
SDL_IsTextInputActive
SDL_SetModState
SDL_SetTextInputRect
SDL_StartTextInput
SDL_StopTextInput
SDL_CaptureMouse
SDL_CreateColorCursor
SDL_CreateCursor
SDL_CreateSystemCursor
SDL_FreeCursor
SDL_GetCursor
SDL_GetDefaultCursor
SDL_GetGlobalMouseState
SDL_GetMouseFocus
SDL_GetMouseState
SDL_GetRelativeMouseMode
SDL_GetRelativeMouseState
SDL_ShowCursor
SDL_SetCursor
SDL_SetRelativeMouseMode
SDL_WarpMouseInWindow
SDL_WarpMouseGlobal
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchFinger
SDL_LoadDollarTemplates
SDL_RecordGesture
SDL_SaveDollarTemplate
SDL_SaveAllDollarTemplates
SDL_JoystickClose
SDL_JoystickCurrentPowerLevel
SDL_JoystickEventState
SDL_JoystickFromInstanceID
SDL_JoystickGetAttached
SDL_JoystickGetAxis
SDL_JoystickGetAxisInitialState
SDL_JoystickGetBall
SDL_JoystickGetButton
SDL_JoystickGetDeviceGUID
SDL_JoystickGetDeviceProduct
SDL_JoystickGetDeviceProductVersion
SDL_JoystickGetDeviceType
SDL_JoystickGetDeviceInstanceID
SDL_JoystickGetDeviceVendor
SDL_JoystickGetGUID
SDL_JoystickGetGUIDFromString
SDL_JoystickGetGUIDString
SDL_JoystickGetHat
SDL_JoystickGetProduct
SDL_JoystickGetProductVersion
SDL_JoystickGetType
SDL_JoystickGetVendor
SDL_JoystickInstanceID
SDL_JoystickName
SDL_JoystickNameForIndex
SDL_JoystickNumAxes
SDL_JoystickNumBalls
SDL_JoystickNumButtons
SDL_JoystickNumHats
SDL_JoystickOpen
SDL_JoystickUpdate
SDL_NumJoysticks
SDL_GameControllerAddMapping
SDL_GameControllerAddMappingsFromRW
SDL_GameControllerClose
SDL_GameControllerEventState
SDL_GameControllerFromInstanceID
SDL_GameControllerGetAttached
SDL_GameControllerGetAxis
SDL_GameControllerGetAxisFromString
SDL_GameControllerGetBindForAxis
SDL_GameControllerGetBindForButton
SDL_GameControllerGetButton
SDL_GameControllerGetButtonFromString
SDL_GameControllerGetJoystick
SDL_GameControllerGetProduct
SDL_GameControllerGetProductVersion
SDL_GameControllerGetStringForAxis
SDL_GameControllerGetStringForButton
SDL_GameControllerGetVendor
SDL_GameControllerMapping
SDL_GameControllerMappingForIndex
SDL_GameControllerMappingForGUID
SDL_GameControllerName
SDL_GameControllerNameForIndex
SDL_GameControllerNumMappings
SDL_GameControllerOpen
SDL_GameControllerUpdate
SDL_IsGameController
SDL_EventState
SDL_FlushEvent
SDL_FlushEvents
SDL_HasEvent
SDL_HasEvents
SDL_PollEvent
SDL_PumpEvents
SDL_PushEvent
SDL_RegisterEvents
SDL_WaitEvent
SDL_WaitEventTimeout
SDL_HapticClose
SDL_HapticDestroyEffect
SDL_HapticEffectSupported
SDL_HapticGetEffectStatus
SDL_HapticIndex
SDL_HapticName
SDL_HapticNewEffect
SDL_HapticNumAxes
SDL_HapticNumEffects
SDL_HapticNumEffectsPlaying
SDL_HapticOpen
SDL_HapticOpenFromJoystick
SDL_HapticOpenFromMouse
SDL_HapticOpened
SDL_HapticPause
SDL_HapticQuery
SDL_HapticRumbleInit
SDL_HapticRumblePlay
SDL_HapticRumbleStop
SDL_HapticRumbleSupported
SDL_HapticRunEffect
SDL_HapticSetAutocenter
SDL_HapticSetGain
SDL_HapticStopAll
SDL_HapticStopEffect
SDL_HapticUnpause
SDL_HapticUpdateEffect
SDL_JoystickIsHaptic
SDL_MouseIsHaptic
SDL_NumHaptics
SDL_AudioInit
SDL_AudioQuit
SDL_GetAudioDriver
SDL_GetCurrentAudioDriver
SDL_GetNumAudioDrivers
SDL_CloseAudioDevice
SDL_FreeWAV
SDL_GetAudioDeviceName
SDL_GetAudioDeviceStatus
SDL_GetNumAudioDevices
SDL_LoadWAV_RW
SDL_LockAudioDevice
SDL_OpenAudioDevice
SDL_PauseAudioDevice
SDL_UnlockAudioDevice
SDL_QueueAudio
SDL_DequeueAudio
SDL_GetQueuedAudioSize
SDL_ClearQueuedAudio
SDL_Delay
SDL_GetTicks
SDL_GetTicks64
SDL_GetPerformanceCounter
SDL_GetPerformanceFrequency
SDL_GetPlatform
SDL_GetCPUCacheLineSize
SDL_GetCPUCount
SDL_GetSystemRAM
SDL_Has3DNow
SDL_HasAltiVec
SDL_HasAVX
SDL_HasMMX
SDL_HasNEON
SDL_HasRDTSC
SDL_HasSSE
SDL_HasSSE2
SDL_HasSSE3
SDL_HasSSE41
SDL_HasSSE42
SDL_GetPowerInfo
SDL_GetPreferredLocales
INFO: SDL Version (2,32,4)
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
2026-01-18 00:44.14 ---> saved as "b8668796e05ad23d0c23f4c6f64997afbad4d7f70b17a629b740d2158498e0bd"
Job succeeded
2026-01-18 00:44.15: Job succeeded