2025-02-10 21:32.24: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (dcfa50ab6e9a9a7dd15257c07ce9a0f731c4825e) (linux-s390x:debian-12-4.14_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard dcfa50ab cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a # 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-02-10 21:32.24: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a-debian-12-4.14_s390x_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70" 2025-02-10 21:32.24: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a) (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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-02-10 21:32.24: Waiting for resource in pool OCluster 2025-02-10 21:32.24: Waiting for worker… 2025-02-11 01:28.10: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev Updating files: 58% (238/405) Updating files: 59% (239/405) Updating files: 60% (243/405) Updating files: 61% (248/405) Updating files: 62% (252/405) Updating files: 63% (256/405) Updating files: 64% (260/405) Updating files: 65% (264/405) Updating files: 66% (268/405) Updating files: 67% (272/405) Updating files: 68% (276/405) Updating files: 69% (280/405) Updating files: 70% (284/405) Updating files: 71% (288/405) Updating files: 72% (292/405) Updating files: 73% (296/405) Updating files: 74% (300/405) Updating files: 75% (304/405) Updating files: 76% (308/405) Updating files: 77% (312/405) Updating files: 78% (316/405) Updating files: 79% (320/405) Updating files: 80% (324/405) Updating files: 81% (329/405) Updating files: 82% (333/405) Updating files: 83% (337/405) Updating files: 84% (341/405) Updating files: 85% (345/405) Updating files: 86% (349/405) Updating files: 87% (353/405) Updating files: 88% (357/405) Updating files: 89% (361/405) Updating files: 90% (365/405) Updating files: 91% (369/405) Updating files: 92% (373/405) Updating files: 93% (377/405) Updating files: 94% (381/405) Updating files: 95% (385/405) Updating files: 96% (389/405) Updating files: 97% (393/405) Updating files: 98% (397/405) Updating files: 99% (401/405) Updating files: 100% (405/405) Updating files: 100% (405/405), done. HEAD is now at 5534a37 update doc HEAD is now at dcfa50a css (from ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a' locally docker.io/ocaml/opam@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a: Pulling from ocaml/opam 21aa15808dc8: Pulling fs layer d25a97104e97: Pulling fs layer f65680a00ae6: Pulling fs layer 9a7a8d403b91: Pulling fs layer 2ffe915ce14c: Pulling fs layer b254a1eec312: Pulling fs layer 38f1be363536: Pulling fs layer b9e4f4f23b91: Pulling fs layer c0fac031a7cb: Pulling fs layer d489f97642e5: Pulling fs layer 4517b9bdb052: Pulling fs layer dd10bad1d888: Pulling fs layer 034a322c66c0: Pulling fs layer 9d449432df84: Pulling fs layer ec711f8c8d02: Pulling fs layer 00c34fff1c74: Pulling fs layer 502be28af561: Pulling fs layer 064481ef1cd2: Pulling fs layer e2aef212e6ac: Pulling fs layer 1b4b9e2b33cd: Pulling fs layer 4f4fb700ef54: Pulling fs layer 491309d4ab9f: Pulling fs layer 09ad64403577: Pulling fs layer c539ffebe81e: Pulling fs layer e21262dffcbc: Pulling fs layer 687114c20a60: Pulling fs layer 3b4f3dc8836b: Pulling fs layer 55044807af1b: Pulling fs layer f0b83f251198: Pulling fs layer 3c84b9ec9462: Pulling fs layer 6ab4668b4026: Pulling fs layer 035fc17973ba: Pulling fs layer 66438f8df062: Pulling fs layer 2c9443628858: Pulling fs layer 4c77c496c4f8: Pulling fs layer f7183a1a04aa: Pulling fs layer 72ba92e8e994: Pulling fs layer 98db3929d86c: Pulling fs layer e28278c52e97: Pulling fs layer 4b944766872c: Pulling fs layer 93735eb0e520: Pulling fs layer 516ca7b7a67c: Pulling fs layer 491309d4ab9f: Waiting 09ad64403577: Waiting c539ffebe81e: Waiting e21262dffcbc: Waiting 687114c20a60: Waiting 3b4f3dc8836b: Waiting 55044807af1b: Waiting f0b83f251198: Waiting 3c84b9ec9462: Waiting 6ab4668b4026: Waiting 035fc17973ba: Waiting 66438f8df062: Waiting 2c9443628858: Waiting 4c77c496c4f8: Waiting f7183a1a04aa: Waiting 72ba92e8e994: Waiting 98db3929d86c: Waiting e28278c52e97: Waiting 4b944766872c: Waiting 93735eb0e520: Waiting 516ca7b7a67c: Waiting 38f1be363536: Waiting 9a7a8d403b91: Waiting b9e4f4f23b91: Waiting 2ffe915ce14c: Waiting c0fac031a7cb: Waiting b254a1eec312: Waiting d489f97642e5: Waiting 4517b9bdb052: Waiting 502be28af561: Waiting dd10bad1d888: Waiting 064481ef1cd2: Waiting e2aef212e6ac: Waiting 1b4b9e2b33cd: Waiting 9d449432df84: Waiting ec711f8c8d02: Waiting 00c34fff1c74: Waiting 4f4fb700ef54: Waiting 034a322c66c0: Waiting d25a97104e97: Verifying Checksum d25a97104e97: Download complete f65680a00ae6: Verifying Checksum f65680a00ae6: Download complete 21aa15808dc8: Verifying Checksum 21aa15808dc8: Download complete 2ffe915ce14c: Verifying Checksum 2ffe915ce14c: Download complete 9a7a8d403b91: Verifying Checksum 9a7a8d403b91: Download complete 38f1be363536: Verifying Checksum 38f1be363536: Download complete b254a1eec312: Verifying Checksum b254a1eec312: Download complete b9e4f4f23b91: Verifying Checksum b9e4f4f23b91: Download complete 4517b9bdb052: Verifying Checksum 4517b9bdb052: Download complete d489f97642e5: Verifying Checksum d489f97642e5: Download complete dd10bad1d888: Verifying Checksum dd10bad1d888: Download complete 034a322c66c0: Verifying Checksum 034a322c66c0: Download complete 21aa15808dc8: Pull complete d25a97104e97: Pull complete f65680a00ae6: Pull complete c0fac031a7cb: Verifying Checksum c0fac031a7cb: Download complete 9d449432df84: Verifying Checksum 9d449432df84: Download complete ec711f8c8d02: Download complete 9a7a8d403b91: Pull complete 2ffe915ce14c: Pull complete 064481ef1cd2: Verifying Checksum 064481ef1cd2: Download complete e2aef212e6ac: Verifying Checksum e2aef212e6ac: Download complete 00c34fff1c74: Verifying Checksum 00c34fff1c74: Download complete 502be28af561: Download complete 1b4b9e2b33cd: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 491309d4ab9f: Verifying Checksum 491309d4ab9f: Download complete 09ad64403577: Verifying Checksum 09ad64403577: Download complete c539ffebe81e: Verifying Checksum c539ffebe81e: Download complete e21262dffcbc: Verifying Checksum e21262dffcbc: Download complete 687114c20a60: Verifying Checksum 687114c20a60: Download complete 3b4f3dc8836b: Verifying Checksum 3b4f3dc8836b: Download complete 55044807af1b: Verifying Checksum 55044807af1b: Download complete f0b83f251198: Verifying Checksum f0b83f251198: Download complete 3c84b9ec9462: Download complete 6ab4668b4026: Verifying Checksum 035fc17973ba: Verifying Checksum 035fc17973ba: Download complete 6ab4668b4026: Download complete 66438f8df062: Verifying Checksum 66438f8df062: Download complete 4c77c496c4f8: Verifying Checksum 4c77c496c4f8: Download complete 72ba92e8e994: Verifying Checksum 72ba92e8e994: Download complete 98db3929d86c: Verifying Checksum 98db3929d86c: Download complete f7183a1a04aa: Verifying Checksum f7183a1a04aa: Download complete 4b944766872c: Verifying Checksum 4b944766872c: Download complete 2c9443628858: Verifying Checksum 2c9443628858: Download complete 93735eb0e520: Verifying Checksum 93735eb0e520: Download complete 516ca7b7a67c: Verifying Checksum 516ca7b7a67c: Download complete e28278c52e97: Download complete b254a1eec312: Pull complete 38f1be363536: Pull complete b9e4f4f23b91: Pull complete c0fac031a7cb: Pull complete d489f97642e5: Pull complete 4517b9bdb052: Pull complete dd10bad1d888: Pull complete 034a322c66c0: Pull complete 9d449432df84: Pull complete ec711f8c8d02: Pull complete 00c34fff1c74: Pull complete 502be28af561: Pull complete 064481ef1cd2: Pull complete e2aef212e6ac: Pull complete 1b4b9e2b33cd: Pull complete 4f4fb700ef54: Pull complete 491309d4ab9f: Pull complete 09ad64403577: Pull complete c539ffebe81e: Pull complete e21262dffcbc: Pull complete 687114c20a60: Pull complete 3b4f3dc8836b: Pull complete 55044807af1b: Pull complete f0b83f251198: Pull complete 3c84b9ec9462: Pull complete 6ab4668b4026: Pull complete 035fc17973ba: Pull complete 66438f8df062: Pull complete 2c9443628858: Pull complete 4c77c496c4f8: Pull complete f7183a1a04aa: Pull complete 72ba92e8e994: Pull complete 98db3929d86c: Pull complete e28278c52e97: Pull complete 4b944766872c: Pull complete 93735eb0e520: Pull complete 516ca7b7a67c: Pull complete Digest: sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a Status: Downloaded newer image for ocaml/opam@sha256:3c91d2fd1b0664e7452862b3f6311beebfc739670ce0b303a6f235e5d9bbab9a 2025-02-11 01:28.14 ---> using "d7c0705b25edc3c7de3a331def5d8cf2f331af5cfd17ad51e31bf108554cb27c" 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-02-11 01:28.14 ---> using "a4b97f8839bfe5fce19b6f98aa377180fd0acfeebe365bc97884edf820c9d9b9" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-02-11 01:28.14 ---> using "3f4516aedd8faafb5984865687af9f18d953e54be607a1209d888b8b3b34a159" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-51-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-02-11 01:28.14 ---> using "2fdecac0beae1f114f959362021f0d7fffecd02b7d9ef9515014a696f4b3ba14" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-11 01:28.14 ---> using "83eebc0666ce256bfdfc746dad1d44439ff161f62e4c2c4228ab375e2c2c388f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 3e681a81f6..3ee951993d master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-02-11 01:28.14 ---> using "dae36cd4b118d5e34c1deb77fecacba3d6c8662a553f0a06e35395e859c2854b" from cache /src: (copy (src bogue.opam) (dst ./)) 2025-02-11 01:28.44 ---> saved as "fbcd641bda72eab93946c4080df96fa8014d7de4790633069b4f66a9e09a4bd6" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2025-02-11 01:28.59 ---> saved as "adc44a48bfd4d5ee9b866746972b88b1e068af3ed882ff9021be33964fe29e6f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-11 01:29.03 ---> saved as "fe1fc929541e474a053e3545a2fd9d8d09b2b728d0afa4ff92e015e8e103c14d" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - 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 [211 kB] - Fetched 315 kB in 1s (247 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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: libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3:s390x. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% - (Reading database ... 100% (Reading database ... 18518 files and directories currently installed.) - Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_s390x.deb ... - Unpacking libdbus-1-3:s390x (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_s390x.deb ... - Unpacking dbus-bin (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package libapparmor1:s390x. - Preparing to unpack .../3-libapparmor1_3.0.8-3_s390x.deb ... - Unpacking libapparmor1:s390x (3.0.8-3) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_s390x.deb ... - Unpacking dbus-daemon (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_s390x.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package libpython3.11-minimal:s390x. - Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u5_s390x.deb ... - Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u5_s390x.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ... - Setting up python3.11-minimal (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18911 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_s390x.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:s390x. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_s390x.deb ... - Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_s390x.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - Selecting previously unselected package libpython3-stdlib:s390x. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_s390x.deb ... - Unpacking libpython3-stdlib:s390x (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19321 files and directories currently installed.) - Preparing to unpack .../000-python3_3.11.2-1+b1_s390x.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package 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+deb12u5_s390x.deb ... - Unpacking libglib2.0-0:s390x (2.74.6-2+deb12u5) ... - Selecting previously unselected package libgirepository-1.0-1:s390x. - Preparing to unpack .../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 libdatrie1:s390x. - Preparing to unpack .../026-libdatrie1_0.2.13-2+b1_s390x.deb ... - Unpacking libdatrie1:s390x (0.2.13-2+b1) ... - Selecting previously unselected package libpkgconf3:s390x. - Preparing to unpack .../027-libpkgconf3_1.8.1-1_s390x.deb ... - Unpacking libpkgconf3:s390x (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../028-pkgconf-bin_1.8.1-1_s390x.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:s390x. - Preparing to unpack .../029-pkgconf_1.8.1-1_s390x.deb ... - Unpacking pkgconf:s390x (1.8.1-1) ... - Selecting previously unselected package pkg-config:s390x. - Preparing to unpack .../030-pkg-config_1.8.1-1_s390x.deb ... - Unpacking pkg-config:s390x (1.8.1-1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../031-xml-core_0.18+nmu1_all.deb ... - Unpacking xml-core (0.18+nmu1) ... - Selecting previously unselected package libdbus-1-dev:s390x. - Preparing to unpack .../032-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 .../033-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 .../034-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 .../035-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 .../036-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 .../037-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 .../038-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 .../039-libwayland-bin_1.21.0-1_s390x.deb ... - Unpacking libwayland-bin (1.21.0-1) ... - Selecting previously unselected package libffi-dev:s390x. - Preparing to unpack .../040-libffi-dev_3.4.4-1_s390x.deb ... - Unpacking libffi-dev:s390x (3.4.4-1) ... - Selecting previously unselected package libwayland-dev:s390x. - Preparing to unpack .../041-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 .../042-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 .../043-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 .../044-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 .../045-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 .../046-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libthai0:s390x. - Preparing to unpack .../047-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 .../048-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 .../049-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 .../050-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 .../051-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 .../052-libdeflate-dev_1.14-1_s390x.deb ... - Unpacking libdeflate-dev:s390x (1.14-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../053-libdrm-common_2.4.114-1_all.deb ... - Unpacking libdrm-common (2.4.114-1) ... - Selecting previously unselected package libdrm2:s390x. - Preparing to unpack .../054-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 .../055-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 .../056-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 .../057-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 .../058-libpciaccess0_0.17-2_s390x.deb ... - Unpacking libpciaccess0:s390x (0.17-2) ... - Selecting previously unselected package libpciaccess-dev:s390x. - Preparing to unpack .../059-libpciaccess-dev_0.17-2_s390x.deb ... - Unpacking libpciaccess-dev:s390x (0.17-2) ... - Selecting previously unselected package libdrm-dev:s390x. - Preparing to unpack .../060-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 .../061-libglvnd0_1.6.0-1_s390x.deb ... - Unpacking libglvnd0:s390x (1.6.0-1) ... - Selecting previously unselected package libgbm1:s390x. - Preparing to unpack .../062-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 .../063-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 .../064-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 .../065-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 .../066-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 .../067-libxcb-present0_1.15-1_s390x.deb ... - Unpacking libxcb-present0:s390x (1.15-1) ... - Selecting previously unselected package libxcb-randr0:s390x. - Preparing to unpack .../068-libxcb-randr0_1.15-1_s390x.deb ... - Unpacking libxcb-randr0:s390x (1.15-1) ... - Selecting previously unselected package libxcb-sync1:s390x. - Preparing to unpack .../069-libxcb-sync1_1.15-1_s390x.deb ... - Unpacking libxcb-sync1:s390x (1.15-1) ... - Selecting previously unselected package libxcb-xfixes0:s390x. - Preparing to unpack .../070-libxcb-xfixes0_1.15-1_s390x.deb ... - Unpacking libxcb-xfixes0:s390x (1.15-1) ... - Selecting previously unselected package libxshmfence1:s390x. - Preparing to unpack .../071-libxshmfence1_1.3-1_s390x.deb ... - Unpacking libxshmfence1:s390x (1.3-1) ... - Selecting previously unselected package libegl-mesa0:s390x. - Preparing to unpack .../072-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 .../073-libegl1_1.6.0-1_s390x.deb ... - Unpacking libegl1:s390x (1.6.0-1) ... - Selecting previously unselected package libxcb-glx0:s390x. - Preparing to unpack .../074-libxcb-glx0_1.15-1_s390x.deb ... - Unpacking libxcb-glx0:s390x (1.15-1) ... - Selecting previously unselected package libxfixes3:s390x. - Preparing to unpack .../075-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 .../076-libxxf86vm1_1%3a1.1.4-1+b2_s390x.deb ... - Unpacking libxxf86vm1:s390x (1:1.1.4-1+b2) ... - Selecting previously unselected package libelf1:s390x. - Preparing to unpack .../077-libelf1_0.188-2.1_s390x.deb ... - Unpacking libelf1:s390x (0.188-2.1) ... - Selecting previously unselected package libz3-4:s390x. - Preparing to unpack .../078-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 .../079-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 .../080-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 .../081-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 .../082-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 .../083-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 .../084-libglx0_1.6.0-1_s390x.deb ... - Unpacking libglx0:s390x (1.6.0-1) ... - Selecting previously unselected package libgl1:s390x. - Preparing to unpack .../085-libgl1_1.6.0-1_s390x.deb ... - Unpacking libgl1:s390x (1.6.0-1) ... - Selecting previously unselected package libglx-dev:s390x. - Preparing to unpack .../086-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 .../087-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 .../088-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 .../089-libogg0_1.3.5-3_s390x.deb ... - Unpacking libogg0:s390x (1.3.5-3) ... - Selecting previously unselected package libflac12:s390x. - Preparing to unpack .../090-libflac12_1.4.2+ds-2_s390x.deb ... - Unpacking libflac12:s390x (1.4.2+ds-2) ... - Selecting previously unselected package zlib1g-dev:s390x. - Preparing to unpack .../091-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 .../092-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 .../093-libfreetype-dev_2.12.1+dfsg-5+deb12u3_s390x.deb ... - Unpacking libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ... - Selecting previously unselected package libgbm-dev:s390x. - Preparing to unpack .../094-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 .../095-libgles1_1.6.0-1_s390x.deb ... - Unpacking libgles1:s390x (1.6.0-1) ... - Selecting previously unselected package libgles2:s390x. - Preparing to unpack .../096-libgles2_1.6.0-1_s390x.deb ... - Unpacking libgles2:s390x (1.6.0-1) ... - Selecting previously unselected package libgles-dev:s390x. - Preparing to unpack .../097-libgles-dev_1.6.0-1_s390x.deb ... - Unpacking libgles-dev:s390x (1.6.0-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../098-libglib2.0-data_2.74.6-2+deb12u5_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u5) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../099-libglib2.0-bin_2.74.6-2+deb12u5_s390x.deb ... - Unpacking libglib2.0-bin (2.74.6-2+deb12u5) ... - Selecting previously unselected package python3-lib2to3. - Preparing to unpack .../100-python3-lib2to3_3.11.2-3_all.deb ... - Unpacking python3-lib2to3 (3.11.2-3) ... - Selecting previously unselected package python3-distutils. - Preparing to unpack .../101-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 .../102-libglib2.0-dev-bin_2.74.6-2+deb12u5_s390x.deb ... - Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u5) ... - Selecting previously unselected package libsepol-dev:s390x. - Preparing to unpack .../103-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 .../104-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 .../105-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 .../106-libpcre2-posix3_10.42-1_s390x.deb ... - Unpacking libpcre2-posix3:s390x (10.42-1) ... - Selecting previously unselected package libpcre2-dev:s390x. - Preparing to unpack .../107-libpcre2-dev_10.42-1_s390x.deb ... - Unpacking libpcre2-dev:s390x (10.42-1) ... - Selecting previously unselected package libselinux1-dev:s390x. - Preparing to unpack .../108-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 .../109-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 .../110-libglib2.0-dev_2.74.6-2+deb12u5_s390x.deb ... - Unpacking libglib2.0-dev:s390x (2.74.6-2+deb12u5) ... - Selecting previously unselected package libgraphite2-dev:s390x. - Preparing to unpack .../111-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 .../112-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 .../113-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 .../114-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 .../115-libicu-dev_72.1-3_s390x.deb ... - Unpacking libicu-dev:s390x (72.1-3) ... - Selecting previously unselected package libharfbuzz-dev:s390x. - Preparing to unpack .../116-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 .../117-libibus-1.0-dev_1.5.27-5_s390x.deb ... - Unpacking libibus-1.0-dev:s390x (1.5.27-5) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../118-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libice6:s390x. - Preparing to unpack .../119-libice6_2%3a1.0.10-1_s390x.deb ... - Unpacking libice6:s390x (2:1.0.10-1) ... - Selecting previously unselected package libice-dev:s390x. - Preparing to unpack .../120-libice-dev_2%3a1.0.10-1_s390x.deb ... - Unpacking libice-dev:s390x (2:1.0.10-1) ... - Selecting previously unselected package libjbig-dev:s390x. - Preparing to unpack .../121-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 .../122-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 .../123-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 .../124-liblzma-dev_5.4.1-0.2_s390x.deb ... - Unpacking liblzma-dev:s390x (5.4.1-0.2) ... - Selecting previously unselected package libmp3lame0:s390x. - Preparing to unpack .../125-libmp3lame0_3.100-6_s390x.deb ... - Unpacking libmp3lame0:s390x (3.100-6) ... - Selecting previously unselected package libmpg123-0:s390x. - Preparing to unpack .../126-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 .../127-libopus0_1.3.1-3_s390x.deb ... - Unpacking libopus0:s390x (1.3.1-3) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../128-libpng-tools_1.6.39-2_s390x.deb ... - Unpacking libpng-tools (1.6.39-2) ... - Selecting previously unselected package libvorbis0a:s390x. - Preparing to unpack .../129-libvorbis0a_1.3.7-1_s390x.deb ... - Unpacking libvorbis0a:s390x (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:s390x. - Preparing to unpack .../130-libvorbisenc2_1.3.7-1_s390x.deb ... - Unpacking libvorbisenc2:s390x (1.3.7-1) ... - Selecting previously unselected package libsndfile1:s390x. - Preparing to unpack .../131-libsndfile1_1.2.0-1_s390x.deb ... - Unpacking libsndfile1:s390x (1.2.0-1) ... - Selecting previously unselected package libpulse0:s390x. - Preparing to unpack .../132-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 .../133-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 .../134-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 .../135-libsamplerate0_0.2.2-3_s390x.deb ... - Unpacking libsamplerate0:s390x (0.2.2-3) ... - Selecting previously unselected package libsamplerate0-dev:s390x. - Preparing to unpack .../136-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 .../137-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 .../138-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 .../139-xkb-data_2.35.1-1_all.deb ... - Unpacking xkb-data (2.35.1-1) ... - Selecting previously unselected package libxkbcommon0:s390x. - Preparing to unpack .../140-libxkbcommon0_1.5.0-1_s390x.deb ... - Unpacking libxkbcommon0:s390x (1.5.0-1) ... - Selecting previously unselected package libxrandr2:s390x. - Preparing to unpack .../141-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 .../142-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 .../143-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 .../144-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 .../145-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 .../146-libudev-dev_252.33-1~deb12u1_s390x.deb ... - Unpacking libudev-dev:s390x (252.33-1~deb12u1) ... - Selecting previously unselected package libxrender-dev:s390x. - Preparing to unpack .../147-libxrender-dev_1%3a0.9.10-1.1_s390x.deb ... - Unpacking libxrender-dev:s390x (1:0.9.10-1.1) ... - Selecting previously unselected package libxfixes-dev:s390x. - Preparing to unpack .../148-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 .../149-libxcursor-dev_1%3a1.2.1-1_s390x.deb ... - Unpacking libxcursor-dev:s390x (1:1.2.1-1) ... - Selecting previously unselected package libxext-dev:s390x. - Preparing to unpack .../150-libxext-dev_2%3a1.3.4-1+b1_s390x.deb ... - Unpacking libxext-dev:s390x (2:1.3.4-1+b1) ... - Selecting previously unselected package libxi-dev:s390x. - Preparing to unpack .../151-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 .../152-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 .../153-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 .../154-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 .../155-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 .../156-libxss-dev_1%3a1.2.3-1_s390x.deb ... - Unpacking libxss-dev:s390x (1:1.2.3-1) ... - Selecting previously unselected package libsm6:s390x. - Preparing to unpack .../157-libsm6_2%3a1.2.3-1_s390x.deb ... - Unpacking libsm6:s390x (2:1.2.3-1) ... - Selecting previously unselected package libxt6:s390x. - Preparing to unpack .../158-libxt6_1%3a1.2.1-1.1_s390x.deb ... - Unpacking libxt6:s390x (1:1.2.1-1.1) ... - Selecting previously unselected package libsm-dev:s390x. - Preparing to unpack .../159-libsm-dev_2%3a1.2.3-1_s390x.deb ... - Unpacking libsm-dev:s390x (2:1.2.3-1) ... - Selecting previously unselected package libxt-dev:s390x. - Preparing to unpack .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-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 .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-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 .../175-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 .../176-xdg-user-dirs_0.18-1_s390x.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Setting up media-types (10.0.0) ... - Setting up libgraphite2-3:s390x (1.3.14-1) ... - Setting up libxcb-dri3-0:s390x (1.15-1) ... - Setting up libpixman-1-0:s390x (0.42.2-1) ... - Setting up libwayland-server0:s390x (1.21.0-1) ... - Setting up libx11-xcb1:s390x (2:1.8.4-2+deb12u2) ... - Setting up libpciaccess0:s390x (0.17-2) ... - Setting up fontconfig (2.14.1-4) ... - Regenerating fonts cache... - done. - Setting up libapparmor1:s390x (3.0.8-3) ... - Setting up libicu72:s390x (72.1-3) ... - Setting up libmpg123-0:s390x (1.31.2-1+deb12u1) ... - Setting up libpciaccess-dev:s390x (0.17-2) ... - Setting up libxcb-xfixes0:s390x (1.15-1) ... - Setting up libogg0:s390x (1.3.5-3) ... - Setting up 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+deb12u5) ... - No schema files found: doing nothing. - Setting up libglvnd0:s390x (1.6.0-1) ... - Setting up libxcb-glx0:s390x (1.15-1) ... - Setting up libwebpdemux2:s390x (1.2.4-0.2+deb12u1) ... - Setting up libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ... - Setting up libibus-1.0-5:s390x (1.5.27-5) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libsensors-config (1:3.6.0-7.1) ... - Setting up libjbig-dev:s390x (2.1-6.1) ... - Setting up xkb-data (2.35.1-1) ... - Setting up libxcb-shm0:s390x (1.15-1) ... - Setting up libffi-dev:s390x (3.4.4-1) ... - Setting up libcairo2:s390x (1.16.0-7) ... - Setting up libpcre2-16-0:s390x (10.42-1) ... - Setting up libxxf86vm1:s390x (1:1.1.4-1+b2) ... - Setting up libxcb-present0:s390x (1.15-1) ... - Setting up libasound2-data (1.2.8-1) ... - Setting up libgraphite2-dev:s390x (1.3.14-1) ... - Setting up libz3-4:s390x (4.8.12-3.1) ... - Setting up libpcre2-32-0:s390x (10.42-1) ... - Setting up libglib2.0-data (2.74.6-2+deb12u5) ... - Setting up libpkgconf3:s390x (1.8.1-1) ... - Setting up libflac12:s390x (1.4.2+ds-2) ... - Setting up libgles2:s390x (1.6.0-1) ... - Setting up libjpeg62-turbo-dev:s390x (1:2.1.5-2) ... - Setting up libxfixes3:s390x (1:6.0.0-2) ... - Setting up libxcb-sync1:s390x (1.15-1) ... - Setting up uuid-dev:s390x (2.38.1-5+deb12u3) ... - Setting up libgles1:s390x (1.6.0-1) ... - Setting up libdbus-1-3:s390x (1.14.10-1~deb12u1) ... - Setting up libfribidi0:s390x (1.0.8-2.1) ... - Setting up libopus0:s390x (1.3.1-3) ... - Setting up libxinerama1:s390x (2:1.1.4-3) ... - Setting up libxv1:s390x (2:1.0.11-1.1) ... - Setting up libvorbis0a:s390x (1.3.7-1) ... - Setting up libxrandr2:s390x (2:1.5.2-2+b1) ... - Setting up icu-devtools (72.1-3) ... - Setting up libudev-dev:s390x (252.33-1~deb12u1) ... - Setting up libsepol-dev:s390x (3.4-2.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libsensors5:s390x (1:3.6.0-7.1) ... - Setting up libglapi-mesa:s390x (22.3.6-1+deb12u1) ... - Setting up libxext-dev:s390x (2:1.3.4-1+b1) ... - Setting up liblzma-dev:s390x (5.4.1-0.2) ... - Setting up libxcb-dri2-0:s390x (1.15-1) ... - Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ... - Setting up libpcre2-posix3:s390x (10.42-1) ... - Setting up alsa-topology-conf (1.2.5.1-2) ... - Setting up libasyncns0:s390x (0.8-6+b3) ... - Setting up libxshmfence1:s390x (1.3-1) ... - Setting up libxcb-randr0:s390x (1.15-1) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2:s390x (1.2.8-1+b1) ... - Setting up libharfbuzz0b:s390x (6.0.0+dfsg-3) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libgirepository-1.0-1:s390x (1.74.0-3) ... - Setting up sgml-base (1.31) ... - Setting up libwayland-egl1:s390x (1.21.0-1) ... - Setting up libxss1:s390x (1:1.2.3-1) ... - Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2-dev:s390x (1.2.8-1+b1) ... - Setting up libsamplerate0:s390x (0.2.2-3) ... - Setting up libwebpmux3:s390x (1.2.4-0.2+deb12u1) ... - Setting up libtiffxx6:s390x (4.5.0-6+deb12u2) ... - Setting up libdeflate-dev:s390x (1.14-1) ... - Setting up libdrm-common (2.4.114-1) ... - Setting up libelf1:s390x (0.188-2.1) ... - Setting up libxrender-dev:s390x (1:0.9.10-1.1) ... - Setting up libicu-dev:s390x (72.1-3) ... - Setting up libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libbrotli-dev:s390x (1.0.9-2+b6) ... - Setting up libmp3lame0:s390x (3.100-6) ... - Setting up libvorbisenc2:s390x (1.3.7-1) ... - Setting up libpython3-stdlib:s390x (3.11.2-1+b1) ... - Setting up libxkbcommon0:s390x (1.5.0-1) ... - Setting up libwayland-client0:s390x (1.21.0-1) ... - Setting up libblkid-dev:s390x (2.38.1-5+deb12u3) ... - Setting up python3.11 (3.11.2-6+deb12u5) ... - Setting up libice6:s390x (2:1.0.10-1) ... - Setting up libharfbuzz-icu0:s390x (6.0.0+dfsg-3) ... - Setting up libpcre2-dev:s390x (10.42-1) ... - Setting up libice-dev:s390x (2:1.0.10-1) ... - Setting up alsa-ucm-conf (1.2.8-1) ... - Setting up libselinux1-dev:s390x (3.4-1+b6) ... - Setting up libxxf86vm-dev:s390x (1:1.1.4-1+b2) ... - Setting up libxkbcommon-dev:s390x (1.5.0-1) ... - Setting up libxcursor1:s390x (1:1.2.1-1) ... - Setting up libpng-dev:s390x (1.6.39-2) ... - Setting up libjpeg-dev:s390x (1:2.1.5-2) ... - Setting up libglib2.0-bin (2.74.6-2+deb12u5) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up libharfbuzz-gobject0:s390x (6.0.0+dfsg-3) ... - Setting up libxss-dev:s390x (1:1.2.3-1) ... - Setting up pkgconf:s390x (1.8.1-1) ... - Setting up libfreetype-dev:s390x (2.12.1+dfsg-5+deb12u3) ... - Setting up libxfixes-dev:s390x (1:6.0.0-2) ... - Setting up libthai0:s390x (0.1.29-1) ... - Setting up libxv-dev:s390x (2:1.0.11-1.1) ... - Setting up libwayland-bin (1.21.0-1) ... - Setting up libxrandr-dev:s390x (2:1.5.2-2+b1) ... - Setting up libwebp-dev:s390x (1.2.4-0.2+deb12u1) ... - Setting up libtiff-dev:s390x (4.5.0-6+deb12u2) ... - Setting up dbus (1.14.10-1~deb12u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.2-1) ... - Setting up pkg-config:s390x (1.8.1-1) ... - Setting up libxinerama-dev:s390x (2:1.1.4-3) ... - Setting up gir1.2-glib-2.0:s390x (1.74.0-3) ... - Setting up libsndio7.0:s390x (1.9.0-0.3+b2) ... - Setting up libdrm2:s390x (2.4.114-1+b1) ... - Setting up libwayland-cursor0:s390x (1.21.0-1) ... - Setting up xml-core (0.18+nmu1) ... - Setting up libllvm15:s390x (1:15.0.6-4+b1) ... - Setting up libdecor-0-0:s390x (0.1.1-2) ... - Setting up libharfbuzz-subset0:s390x (6.0.0+dfsg-3) ... - Setting up libsndfile1:s390x (1.2.0-1) ... - Setting up libxi-dev:s390x (2:1.8-1+b1) ... - Setting up python3-lib2to3 (3.11.2-3) ... - Setting up gir1.2-ibus-1.0:s390x (1.5.27-5) ... - Setting up libsm6:s390x (2:1.2.3-1) ... - Setting up libmount-dev:s390x (2.38.1-5+deb12u3) ... - Setting up libdrm-amdgpu1:s390x (2.4.114-1+b1) ... - Setting up python3-distutils (3.11.2-3) ... - Setting up libglib2.0-dev-bin (2.74.6-2+deb12u5) ... - Setting up libdrm-nouveau2:s390x (2.4.114-1+b1) ... - Setting up gir1.2-freedesktop:s390x (1.74.0-3) ... - Setting up libsndio-dev:s390x (1.9.0-0.3+b2) ... - Setting up libgbm1:s390x (22.3.6-1+deb12u1) ... - Setting up libpulse0:s390x (16.1+dfsg1-2+b1) ... - Setting up libsm-dev:s390x (2:1.2.3-1) ... - Setting up libdrm-radeon1:s390x (2.4.114-1+b1) ... - Setting up libxcursor-dev:s390x (1:1.2.1-1) ... - Setting up libpango-1.0-0:s390x (1.50.12+ds-1) ... - Setting up libsamplerate0-dev:s390x (0.2.2-3) ... - Setting up libgl1-mesa-dri:s390x (22.3.6-1+deb12u1) ... - Setting up libwayland-dev:s390x (1.21.0-1) ... - Setting up gir1.2-harfbuzz-0.0:s390x (6.0.0+dfsg-3) ... - Setting up libgbm-dev:s390x (22.3.6-1+deb12u1) ... - Setting up libdecor-0-dev:s390x (0.1.1-2) ... - Setting up libegl-mesa0:s390x (22.3.6-1+deb12u1) ... - Setting up libglib2.0-dev:s390x (2.74.6-2+deb12u5) ... - Setting up libpulse-mainloop-glib0:s390x (16.1+dfsg1-2+b1) ... - Setting up libxt6:s390x (1:1.2.1-1.1) ... - Setting up libpulse-dev:s390x (16.1+dfsg1-2+b1) ... - Setting up libegl1:s390x (1.6.0-1) ... - Setting up libpangoft2-1.0-0:s390x (1.50.12+ds-1) ... - Setting up libsdl2-2.0-0:s390x (2.26.5+dfsg-1) ... - Setting up libpangocairo-1.0-0:s390x (1.50.12+ds-1) ... - Setting up libsdl2-image-2.0-0:s390x (2.6.3+dfsg-1) ... - Setting up libharfbuzz-dev:s390x (6.0.0+dfsg-3) ... - Setting up libdrm-dev:s390x (2.4.114-1+b1) ... - Setting up libglx-mesa0:s390x (22.3.6-1+deb12u1) ... - Setting up libglx0:s390x (1.6.0-1) ... - Setting up libgl1:s390x (1.6.0-1) ... - Setting up libxt-dev:s390x (1:1.2.1-1.1) ... - Setting up libdecor-0-plugin-1-cairo:s390x (0.1.1-2) ... - Setting up libglx-dev:s390x (1.6.0-1) ... - Setting up libsdl2-ttf-2.0-0:s390x (2.20.1+dfsg-2) ... - Setting up libgl-dev:s390x (1.6.0-1) ... - Setting up libegl-dev:s390x (1.6.0-1) ... - Setting up libgles-dev:s390x (1.6.0-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... - Processing triggers for sgml-base (1.31) ... - Setting up libdbus-1-dev:s390x (1.14.10-1~deb12u1) ... - Setting up libibus-1.0-dev:s390x (1.5.27-5) ... - Setting up libsdl2-dev:s390x (2.26.5+dfsg-1) ... - Setting up libsdl2-ttf-dev:s390x (2.20.1+dfsg-2) ... - Setting up libsdl2-image-dev:s390x (2.6.3+dfsg-1) ... 2025-02-11 01:30.57 ---> saved as "660ad4e10a26324bdec4cda498ffcb7c2e225f9a86f25241200be58e36715fe6" /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 20 packages - install bigarray-compat 1.1.0 - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.23.0 - install ctypes-foreign 0.23.0 - install dune 3.17.2 - install dune-configurator 3.17.2 - install integers 0.7.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install tsdl 1.1.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.17.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-pkg-config.4 -> retrieved integers.0.7.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed conf-sdl2-ttf.1 -> retrieved topkg.1.0.7 (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.15.0 -> installed topkg.1.0.7 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.17.2 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed tsdl.1.1.0 -> installed tsdl-image.0.6 -> installed tsdl-ttf.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-11 01:34.20 ---> saved as "500507b556fbe0f641609083a3c7913f79596c8627b80bad40a01ca2f2403ca4" /src: (copy (src .) (dst /src)) 2025-02-11 01:34.31 ---> saved as "1f11f73d06e14fd44c9be0e9b6cd6517815364f604ceb6e265fb06b1f68783f1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples && ./examples.exe 00) [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [39][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default [39][0] : Warning: User variable 'DIR' not found in config. [39][0] : Warning: Using DIR= [488][0] : Warning: User variable 'THEME' not found in config. [488][0] : Warning: Using THEME=default [488][0] : I/O: No theme specified, using default=default [490][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250210] [490][0] : I/O: Reading BACKGROUND=color:white [490][0] : I/O: Reading CHECK_ON=fa:check-square-o [490][0] : I/O: Reading CHECK_OFF=fa:square-o [490][0] : Warning: Using THEME=default Loading Bogue 20250210 with config dir /src/_build/install/default/share/bogue/themes/default [490][0] : Warning: Using BACKGROUND=color:white [490][0] : Warning: User variable 'BG_COLOR' not found in config. [490][0] : Warning: Using BG_COLOR=lightsteelblue [490][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [490][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [490][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [490][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [490][0] : Warning: Using CHECK_ON=fa:check-square-o [490][0] : Warning: Using CHECK_OFF=fa:square-o [490][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [490][0] : Warning: Using CURSOR_COLOR=#2a7da2 [490][0] : Warning: User variable 'FAINT_COLOR' not found in config. [490][0] : Warning: Using FAINT_COLOR=gainsboro [490][0] : Warning: User variable 'TEXT_COLOR' not found in config. [490][0] : Warning: Using TEXT_COLOR=black [490][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [490][0] : Warning: Using SEL_BG_COLOR=slategray [490][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [490][0] : Warning: Using SEL_FG_COLOR=white [490][0] : Warning: User variable 'LABEL_COLOR' not found in config. [490][0] : Warning: Using LABEL_COLOR=black [490][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [490][0] : Warning: Using MENU_HL_COLOR=#8099a2 [490][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [490][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [490][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [490][0] : Warning: Using LABEL_FONT_SIZE=14 [490][0] : Warning: User variable 'LABEL_FONT' not found in config. [490][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [490][0] : Warning: User variable 'TEXT_FONT' not found in config. [490][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [490][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [490][0] : Warning: Using TEXT_FONT_SIZE=14 [490][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [490][0] : Warning: Using SMALL_FONT_SIZE=10 [490][0] : Warning: User variable 'MONO_FONT' not found in config. [490][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [490][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [490][0] : Warning: Using ROOM_MARGIN=10 [490][0] : Warning: User variable 'FA_DIR' not found in config. [490][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [490][0] : Warning: User variable 'INT_SCALE' not found in config. [490][0] : Warning: Using INT_SCALE=false [490][0] : Warning: User variable 'SCALE' not found in config. [490][0] : Warning: Using SCALE=0 [490][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [490][0] : Warning: Using OPENGL_MULTISAMPLE=false [490][0] : Warning: User variable 'NO_VSYNC' not found in config. [490][0] : Warning: Using NO_VSYNC=false [490][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [490][0] : Warning: Using NATURAL_SCROLLING=auto [532][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt]. [532][0] : Custom: Detected os type: [Linux] [541][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [541][0] : Warning: SDL initialized [541][0] : Event: SDL Events initialized [541][0] : Event: Register new event type:user (Ox8000) [541][0] : Event: Register new event type:stop (Ox8001) [541][0] : Event: Register new event type:stopped (Ox8002) [541][0] : Event: Register new event type:mouse_enter (Ox8003) [541][0] : Event: Register new event type:mouse_leave (Ox8004) [541][0] : Event: Register new event type:redraw (Ox8005) [541][0] : Event: Register new event type:mouse_at_rest (Ox8006) [541][0] : Event: Register new event type:startup (Ox8007) [541][0] : Event: Register new event type:var_changed (Ox8008) [541][0] : Event: Register new event type:update (Ox8009) [541][0] : Event: Register new event type:sync_action (Ox800a) [541][0] : Event: Register new event type:keyboard_focus (Ox800b) [541][0] : Event: Register new event type:mouse_focus (Ox800c) [541][0] : Event: Register new event type:remove_focus (Ox800d) [541][0] : Event: Register new event type:destroy_window (Ox800e) [541][0] : Event: Register new event type:add_window (Ox800f) [541][0] : Event: Register new event type:not_used (Ox8010) [541][0] : Board: Layout #1 (dummy) created. [548][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [548][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [580][0] : Graphics: SDL Video initialized [580][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [580][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [678][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [678][0] : Graphics: DPI from system: 110 [678][0] : Graphics; Warning: Using SCALE=1.000000 [678][0] : Graphics: SDL Image initialized [678][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [679][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [679][0] : Board: Adding timeout 1 [679][0] : Board: Layout #2 (windows_house) created. [679][0] : Board: ==> Running board! [679][0] : Graphics; Warning: Could not get refresh rate information for any monitor [679][0] : Graphics: Desired FPS=60 [690][0] : Board: Has focus: NO [690][0] : Board: Adding timeout 2 [690][0] : Graphics: FPS:100 (round_trip=0) [1690][0] : Board: Executing timeout 1 Hello world [1690][0] : Memory: All zombies have been killed! Congratulations! [1690][0] : Board: Quitting... [1690][0] : Graphics: Quitting SDL Image [1690][0] : Graphics: Quitting SDL Video [1691][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1691][0] : Memory: Freeing surface (123,128) [1691][0] : Event: Quitting SDL Events [1691][0] : Graphics: Exit SDL... [0][0] : Graphics: Done. INFO: Using SDL 2.26.5 /bin/sh: 1: xdpyinfo: not found 2025-02-11 01:35.01 ---> saved as "b3df58e1c7a0e6f400aa25648abbee7df70c499509b126ab4707067bbba64bc4" Job succeeded 2025-02-11 01:35.01: Job succeeded