2026-04-14 08:12.56: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-s390x:debian-13-4.14_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b# debian-13-4.14_s390x_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./RUN opam pin add -yn ocamlgraph_gtk.dev './' && \opam pin add -yn ocamlgraph.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-14 08:12.56: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b-debian-13-4.14_s390x_opam-2.5-073a88671d09e35c70067996be42c9a1"2026-04-14 08:12.56: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b)(comment debian-13-4.14_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")(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 ocamlgraph_gtk.dev ocamlgraph.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-04-14 08:12.56: Waiting for resource in pool OCluster2026-04-14 23:04.15: Waiting for worker…2026-04-15 07:03.32: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 23aa179 fixed documentation for [scc](from ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b' locallydocker.io/ocaml/opam@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b: Pulling from ocaml/opam7bc76783a615: Pulling fs layere5c029bbebea: Pulling fs layer2831c6fbf632: Pulling fs layer3ee23e5e99f4: Pulling fs layer3ee23e5e99f4: Waitingcfd1e5736b52: Pulling fs layerc42f7f6bf034: Pulling fs layercfd1e5736b52: Waiting6f4efda41913: Pulling fs layerc42f7f6bf034: Waiting80fe60453bff: Pulling fs layer6f4efda41913: Waitingdf4a45a10d2e: Pulling fs layerab850f8f052b: Pulling fs layer80fe60453bff: Waitingdf4a45a10d2e: Waitingab850f8f052b: Waiting7190eb8da37e: Pulling fs layer7190eb8da37e: Waitingc9ba0635b9b8: Pulling fs layer16636cf71a80: Pulling fs layerf2ecd3dfa44a: Pulling fs layerc3cfae2fe5aa: Pulling fs layer2e8849b41258: Pulling fs layer5c3534a012b5: Pulling fs layerc9ba0635b9b8: Waiting16636cf71a80: Waitingf2ecd3dfa44a: Waitingc3cfae2fe5aa: Waiting2e8849b41258: Waitingdf5b694713fc: Pulling fs layer4a5cd4bf1a5f: Pulling fs layer62b3d7d93928: Pulling fs layer97663d853f95: Pulling fs layer4f4fb700ef54: Pulling fs layerc41e9c4e9804: Pulling fs layere91d8c689be2: Pulling fs layer5c3534a012b5: Waitingdf5b694713fc: Waiting4a5cd4bf1a5f: Waiting62b3d7d93928: Waiting97663d853f95: Waiting4f4fb700ef54: Waitingc41e9c4e9804: Waitinge91d8c689be2: Waitinge75c0c9be254: Pulling fs layer19060346f782: Pulling fs layer1af391db4678: Pulling fs layer542793b924cd: Pulling fs layer0b624b36bd8a: Pulling fs layerc1a9f1d4af3b: Pulling fs layer3d615b5c82ea: Pulling fs layera359c96d19d0: Pulling fs layer63b67ddb36f8: Pulling fs layer708c6571ed7b: Pulling fs layer924966b7a474: Pulling fs layer07933439b512: Pulling fs layercd1963a65068: Pulling fs layer09bd249f1a71: Pulling fs layerc27ee200f933: Pulling fs layer1839f6a949b5: Pulling fs layere75c0c9be254: Waiting19060346f782: Waiting1af391db4678: Waiting3d615b5c82ea: Waiting542793b924cd: Waiting0b624b36bd8a: Waitingc1a9f1d4af3b: Waitinga359c96d19d0: Waiting708c6571ed7b: Waiting924966b7a474: Waiting07933439b512: Waitingcd1963a65068: Waiting63b67ddb36f8: Waiting09bd249f1a71: Waitingc27ee200f933: Waiting1839f6a949b5: Waitinge50478fada21: Pulling fs layerb17b5957c7f2: Pulling fs layer506b38886d9b: Pulling fs layer3f7468707b82: Pulling fs layer506b38886d9b: Waiting3f7468707b82: Waitinge50478fada21: Waitingb17b5957c7f2: Waitinge5c029bbebea: Verifying Checksume5c029bbebea: Download complete7bc76783a615: Download complete2831c6fbf632: Verifying Checksum2831c6fbf632: Download completecfd1e5736b52: Verifying Checksumcfd1e5736b52: Download complete3ee23e5e99f4: Verifying Checksum3ee23e5e99f4: Download complete80fe60453bff: Verifying Checksum80fe60453bff: Download complete6f4efda41913: Verifying Checksum6f4efda41913: Download completeab850f8f052b: Verifying Checksumab850f8f052b: Download completec42f7f6bf034: Verifying Checksumc42f7f6bf034: Download completedf4a45a10d2e: Verifying Checksumdf4a45a10d2e: Download complete7190eb8da37e: Verifying Checksum7190eb8da37e: Download completec9ba0635b9b8: Verifying Checksumc9ba0635b9b8: Download complete16636cf71a80: Verifying Checksum16636cf71a80: Download completef2ecd3dfa44a: Verifying Checksumf2ecd3dfa44a: Download completec3cfae2fe5aa: Download completedf5b694713fc: Verifying Checksumdf5b694713fc: Download complete5c3534a012b5: Download complete2e8849b41258: Verifying Checksum2e8849b41258: Download complete4a5cd4bf1a5f: Verifying Checksum4a5cd4bf1a5f: Download complete62b3d7d93928: Verifying Checksum62b3d7d93928: Download complete97663d853f95: Verifying Checksum97663d853f95: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completee75c0c9be254: Verifying Checksume75c0c9be254: Download completec41e9c4e9804: Verifying Checksumc41e9c4e9804: Download completee91d8c689be2: Verifying Checksume91d8c689be2: Download complete19060346f782: Verifying Checksum19060346f782: Download complete1af391db4678: Verifying Checksum1af391db4678: Download complete542793b924cd: Verifying Checksum542793b924cd: Download complete0b624b36bd8a: Verifying Checksum0b624b36bd8a: Download completec1a9f1d4af3b: Verifying Checksumc1a9f1d4af3b: Download complete3d615b5c82ea: Verifying Checksum3d615b5c82ea: Download complete63b67ddb36f8: Verifying Checksum63b67ddb36f8: Download completea359c96d19d0: Verifying Checksuma359c96d19d0: Download complete708c6571ed7b: Verifying Checksum708c6571ed7b: Download complete07933439b512: Download complete09bd249f1a71: Verifying Checksum09bd249f1a71: Download completec27ee200f933: Download complete1839f6a949b5: Verifying Checksum1839f6a949b5: Download complete7bc76783a615: Pull completee5c029bbebea: Pull complete2831c6fbf632: Pull complete3ee23e5e99f4: Pull completecd1963a65068: Download completecfd1e5736b52: Pull completeb17b5957c7f2: Verifying Checksumb17b5957c7f2: Download complete506b38886d9b: Verifying Checksum506b38886d9b: Download complete3f7468707b82: Verifying Checksum3f7468707b82: Download completee50478fada21: Verifying Checksume50478fada21: Download complete924966b7a474: Verifying Checksum924966b7a474: Download completec42f7f6bf034: Pull complete6f4efda41913: Pull complete80fe60453bff: Pull completedf4a45a10d2e: Pull completeab850f8f052b: Pull complete7190eb8da37e: Pull completec9ba0635b9b8: Pull complete16636cf71a80: Pull completef2ecd3dfa44a: Pull completec3cfae2fe5aa: Pull complete2e8849b41258: Pull complete5c3534a012b5: Pull completedf5b694713fc: Pull complete4a5cd4bf1a5f: Pull complete62b3d7d93928: Pull complete97663d853f95: Pull complete4f4fb700ef54: Pull completec41e9c4e9804: Pull completee91d8c689be2: Pull completee75c0c9be254: Pull complete19060346f782: Pull complete1af391db4678: Pull complete542793b924cd: Pull complete0b624b36bd8a: Pull completec1a9f1d4af3b: Pull complete3d615b5c82ea: Pull completea359c96d19d0: Pull complete63b67ddb36f8: Pull complete708c6571ed7b: Pull complete924966b7a474: Pull complete07933439b512: Pull completecd1963a65068: Pull complete09bd249f1a71: Pull completec27ee200f933: Pull complete1839f6a949b5: Pull completee50478fada21: Pull completeb17b5957c7f2: Pull complete506b38886d9b: Pull complete3f7468707b82: Pull completeDigest: sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6bStatus: Downloaded newer image for ocaml/opam@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b2026-04-15 07:03.32 ---> using "085f133598c48984747c2b9c9a82fc3bcf302d7a3c9e2d0e9ddaf6d6aaa08c17" from cache/: (comment debian-13-4.14_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-04-15 07:03.32 ---> using "b2a56a4aa7808c48b2752c5bddb1ba6d70627617d9c2778664e5e1eb9cc81d63" 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 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-15 07:03.32 ---> using "f2f0f4a7c7ceb0b1b57e9d6806470955555bde43372782d196487cacc1da3b45" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-15 07:03.32 ---> using "20680a32b8609a3c3def2fe680a20e9095c47e6cd297b3cefe39ad9a9f35d1a5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-15 07:03.32 ---> using "72ecde6990417bff5773dccff1fab235a08981facf4c042bba9b601f8028bba1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD58be49813c..5f7bb1a6e6 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-15 07:03.32 ---> using "187fc5ac54e94e75fe59c67a1478beeb8e2239f7907ea9b4e11c565d48d72919" from cache/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))2026-04-15 07:04.04 ---> saved as "efa39a831f8010b872de8f1862d4ce57b40e36735df5f5e2d01cec029b841339"/src: (run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))[ocamlgraph_gtk.dev] synchronised (file:///src)ocamlgraph_gtk is now pinned to file:///src (version dev)[ocamlgraph.dev] synchronised (file:///src)ocamlgraph is now pinned to file:///src (version dev)2026-04-15 07:04.14 ---> saved as "6eea4611282d01ac2d2be8ef380f24c7dd0c3366443849c27cb917639dce5bfd"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-15 07:04.15 ---> saved as "ccf51885d99a7a7c5fe077619aceb129a03e50fcfc2b6e565008b1b75dee300e"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")/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 ocamlgraph_gtk.dev ocamlgraph.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 [115 kB]- Fetched 206 kB in 0s (927 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlgraph.dev] synchronised (file:///src)[ocamlgraph_gtk.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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:libexpat1-dev libgnomecanvas2-dev libgtk2.0-dev libxft-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libexpat1-dev" "libgnomecanvas2-dev" "libgtk2.0-dev" "libxft-dev" "pkg-config"- Preconfiguring packages ...- 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 ... 20382 files and directories currently installed.)- Preparing to unpack .../0-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 .../1-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 .../2-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 .../3-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 .../4-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 .../5-dbus_1.16.2-2_s390x.deb ...- Unpacking dbus (1.16.2-2) ...- Selecting previously unselected package libpython3.13-minimal:s390x.- Preparing to unpack .../6-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 .../7-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 ... 20788 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 ... 21274 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 sensible-utils.- Preparing to unpack .../001-sensible-utils_0.0.25_all.deb ...- Unpacking sensible-utils (0.0.25) ...- Selecting previously unselected package libmagic-mgc.- Preparing to unpack .../002-libmagic-mgc_1%3a5.46-5_s390x.deb ...- Unpacking libmagic-mgc (1:5.46-5) ...- Selecting previously unselected package libmagic1t64:s390x.- Preparing to unpack .../003-libmagic1t64_1%3a5.46-5_s390x.deb ...- Unpacking libmagic1t64:s390x (1:5.46-5) ...- Selecting previously unselected package file.- Preparing to unpack .../004-file_1%3a5.46-5_s390x.deb ...- Unpacking file (1:5.46-5) ...- Selecting previously unselected package gettext-base.- Preparing to unpack .../005-gettext-base_0.23.1-2_s390x.deb ...- Unpacking gettext-base (0.23.1-2) ...- Selecting previously unselected package libuchardet0:s390x.- Preparing to unpack .../006-libuchardet0_0.0.8-1+b2_s390x.deb ...- Unpacking libuchardet0:s390x (0.0.8-1+b2) ...- Selecting previously unselected package groff-base.- Preparing to unpack .../007-groff-base_1.23.0-9_s390x.deb ...- Unpacking groff-base (1.23.0-9) ...- Selecting previously unselected package bsdextrautils.- Preparing to unpack .../008-bsdextrautils_2.41-5_s390x.deb ...- Unpacking bsdextrautils (2.41-5) ...- Selecting previously unselected package libpipeline1:s390x.- Preparing to unpack .../009-libpipeline1_1.5.8-1_s390x.deb ...- Unpacking libpipeline1:s390x (1.5.8-1) ...- Selecting previously unselected package man-db.- Preparing to unpack .../010-man-db_2.13.1-1_s390x.deb ...- Unpacking man-db (2.13.1-1) ...- Selecting previously unselected package libgdk-pixbuf2.0-common.- Preparing to unpack .../011-libgdk-pixbuf2.0-common_2.42.12+dfsg-4+deb13u1_all.deb ...- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libglib2.0-0t64:s390x.- Preparing to unpack .../012-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 .../013-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 .../014-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 .../015-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 .../016-libpng16-16t64_1.6.48-1+deb13u4_s390x.deb ...- Unpacking libpng16-16t64:s390x (1.6.48-1+deb13u4) ...- Selecting previously unselected package libdeflate0:s390x.- Preparing to unpack .../017-libdeflate0_1.23-2_s390x.deb ...- Unpacking libdeflate0:s390x (1.23-2) ...- Selecting previously unselected package libjbig0:s390x.- Preparing to unpack .../018-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 .../019-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 .../020-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 .../021-libtiff6_4.7.0-3+deb13u2_s390x.deb ...- Unpacking libtiff6:s390x (4.7.0-3+deb13u2) ...- Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x.- Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_s390x.deb ...- Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package gtk-update-icon-cache.- Preparing to unpack .../023-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 .../024-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 .../025-adwaita-icon-theme_48.1-1_all.deb ...- Unpacking adwaita-icon-theme (48.1-1) ...- Selecting previously unselected package at-spi2-common.- Preparing to unpack .../026-at-spi2-common_2.56.2-1+deb13u1_all.deb ...- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...- Selecting previously unselected package m4.- Preparing to unpack .../027-m4_1.4.19-8_s390x.deb ...- Unpacking m4 (1.4.19-8) ...- Selecting previously unselected package autoconf.- Preparing to unpack .../028-autoconf_2.72-3.1_all.deb ...- Unpacking autoconf (2.72-3.1) ...- Selecting previously unselected package autotools-dev.- Preparing to unpack .../029-autotools-dev_20240727.1_all.deb ...- Unpacking autotools-dev (20240727.1) ...- Selecting previously unselected package automake.- Preparing to unpack .../030-automake_1%3a1.17-4_all.deb ...- Unpacking automake (1:1.17-4) ...- Selecting previously unselected package autopoint.- Preparing to unpack .../031-autopoint_0.23.1-2_all.deb ...- Unpacking autopoint (0.23.1-2) ...- Selecting previously unselected package bzip2-doc.- Preparing to unpack .../032-bzip2-doc_1.0.8-6_all.deb ...- Unpacking bzip2-doc (1.0.8-6) ...- Selecting previously unselected package libdebhelper-perl.- Preparing to unpack .../033-libdebhelper-perl_13.24.2_all.deb ...- Unpacking libdebhelper-perl (13.24.2) ...- Selecting previously unselected package libtool.- Preparing to unpack .../034-libtool_2.5.4-4_all.deb ...- Unpacking libtool (2.5.4-4) ...- Selecting previously unselected package dh-autoreconf.- Preparing to unpack .../035-dh-autoreconf_20_all.deb ...- Unpacking dh-autoreconf (20) ...- Selecting previously unselected package libarchive-zip-perl.- Preparing to unpack .../036-libarchive-zip-perl_1.68-1_all.deb ...- Unpacking libarchive-zip-perl (1.68-1) ...- Selecting previously unselected package libfile-stripnondeterminism-perl.- Preparing to unpack .../037-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ...- Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ...- Selecting previously unselected package dh-strip-nondeterminism.- Preparing to unpack .../038-dh-strip-nondeterminism_1.14.1-2_all.deb ...- Unpacking dh-strip-nondeterminism (1.14.1-2) ...- Selecting previously unselected package libelf1t64:s390x.- Preparing to unpack .../039-libelf1t64_0.192-4_s390x.deb ...- Unpacking libelf1t64:s390x (0.192-4) ...- Selecting previously unselected package dwz.- Preparing to unpack .../040-dwz_0.15-1+b1_s390x.deb ...- Unpacking dwz (0.15-1+b1) ...- Selecting previously unselected package gettext.- Preparing to unpack .../041-gettext_0.23.1-2_s390x.deb ...- Unpacking gettext (0.23.1-2) ...- Selecting previously unselected package intltool-debian.- Preparing to unpack .../042-intltool-debian_0.35.0+20060710.6_all.deb ...- Unpacking intltool-debian (0.35.0+20060710.6) ...- Selecting previously unselected package po-debconf.- Preparing to unpack .../043-po-debconf_1.0.21+nmu1_all.deb ...- Unpacking po-debconf (1.0.21+nmu1) ...- Selecting previously unselected package debhelper.- Preparing to unpack .../044-debhelper_13.24.2_all.deb ...- Unpacking debhelper (13.24.2) ...- Selecting previously unselected package libfreetype6:s390x.- Preparing to unpack .../045-libfreetype6_2.13.3+dfsg-1+deb13u1_s390x.deb ...- Unpacking libfreetype6:s390x (2.13.3+dfsg-1+deb13u1) ...- Selecting previously unselected package fonts-dejavu-mono.- Preparing to unpack .../046-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 .../047-fonts-dejavu-core_2.37-8_all.deb ...- Unpacking fonts-dejavu-core (2.37-8) ...- Selecting previously unselected package fontconfig-config.- Preparing to unpack .../048-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 .../049-libfontconfig1_2.15.0-2.3_s390x.deb ...- Unpacking libfontconfig1:s390x (2.15.0-2.3) ...- Selecting previously unselected package fontconfig.- Preparing to unpack .../050-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 .../051-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 libatk1.0-0t64:s390x.- Preparing to unpack .../052-libatk1.0-0t64_2.56.2-1+deb13u1_s390x.deb ...- Unpacking libatk1.0-0t64:s390x (2.56.2-1+deb13u1) ...- Selecting previously unselected package gir1.2-atk-1.0:s390x.- Preparing to unpack .../053-gir1.2-atk-1.0_2.56.2-1+deb13u1_s390x.deb ...- Unpacking gir1.2-atk-1.0:s390x (2.56.2-1+deb13u1) ...- Selecting previously unselected package libpixman-1-0:s390x.- Preparing to unpack .../054-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 .../055-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 .../056-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 .../057-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 .../058-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 .../059-libcairo-gobject2_1.18.4-1+b1_s390x.deb ...- Unpacking libcairo-gobject2:s390x (1.18.4-1+b1) ...- Selecting previously unselected package gir1.2-freedesktop:s390x.- Preparing to unpack .../060-gir1.2-freedesktop_1.84.0-1_s390x.deb ...- Unpacking gir1.2-freedesktop:s390x (1.84.0-1) ...- Selecting previously unselected package gir1.2-glib-2.0-dev:s390x.- Preparing to unpack .../061-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 gir1.2-freedesktop-dev:s390x.- Preparing to unpack .../062-gir1.2-freedesktop-dev_1.84.0-1_s390x.deb ...- Unpacking gir1.2-freedesktop-dev:s390x (1.84.0-1) ...- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:s390x.- Preparing to unpack .../063-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-4+deb13u1_s390x.deb ...- Unpacking gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libgtk2.0-common.- Preparing to unpack .../064-libgtk2.0-common_2.24.33-7_all.deb ...- Unpacking libgtk2.0-common (2.24.33-7) ...- Selecting previously unselected package libgraphite2-3:s390x.- Preparing to unpack .../065-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 .../066-libharfbuzz0b_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz0b:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libharfbuzz-gobject0:s390x.- Preparing to unpack .../067-libharfbuzz-gobject0_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz-gobject0:s390x (10.2.0-1+b1) ...- Selecting previously unselected package gir1.2-harfbuzz-0.0:s390x.- Preparing to unpack .../068-gir1.2-harfbuzz-0.0_10.2.0-1+b1_s390x.deb ...- Unpacking gir1.2-harfbuzz-0.0:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libfribidi0:s390x.- Preparing to unpack .../069-libfribidi0_1.0.16-1_s390x.deb ...- Unpacking libfribidi0:s390x (1.0.16-1) ...- Selecting previously unselected package libthai-data.- Preparing to unpack .../070-libthai-data_0.1.29-2_all.deb ...- Unpacking libthai-data (0.1.29-2) ...- Selecting previously unselected package libdatrie1:s390x.- Preparing to unpack .../071-libdatrie1_0.2.13-3+b1_s390x.deb ...- Unpacking libdatrie1:s390x (0.2.13-3+b1) ...- Selecting previously unselected package libthai0:s390x.- Preparing to unpack .../072-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 .../073-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 .../074-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 .../075-libpangocairo-1.0-0_1.56.3-1_s390x.deb ...- Unpacking libpangocairo-1.0-0:s390x (1.56.3-1) ...- Selecting previously unselected package libxft2:s390x.- Preparing to unpack .../076-libxft2_2.3.6-1+b4_s390x.deb ...- Unpacking libxft2:s390x (2.3.6-1+b4) ...- Selecting previously unselected package libpangoxft-1.0-0:s390x.- Preparing to unpack .../077-libpangoxft-1.0-0_1.56.3-1_s390x.deb ...- Unpacking libpangoxft-1.0-0:s390x (1.56.3-1) ...- Selecting previously unselected package gir1.2-pango-1.0:s390x.- Preparing to unpack .../078-gir1.2-pango-1.0_1.56.3-1_s390x.deb ...- Unpacking gir1.2-pango-1.0:s390x (1.56.3-1) ...- Selecting previously unselected package libavahi-common-data:s390x.- Preparing to unpack .../079-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 .../080-libavahi-common3_0.8-16_s390x.deb ...- Unpacking libavahi-common3:s390x (0.8-16) ...- Selecting previously unselected package libavahi-client3:s390x.- Preparing to unpack .../081-libavahi-client3_0.8-16_s390x.deb ...- Unpacking libavahi-client3:s390x (0.8-16) ...- Selecting previously unselected package libcups2t64:s390x.- Preparing to unpack .../082-libcups2t64_2.4.10-3+deb13u2_s390x.deb ...- Unpacking libcups2t64:s390x (2.4.10-3+deb13u2) ...- Selecting previously unselected package libxcomposite1:s390x.- Preparing to unpack .../083-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 .../084-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 .../085-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 .../086-libxdamage1_1%3a1.1.6-1+b2_s390x.deb ...- Unpacking libxdamage1:s390x (1:1.1.6-1+b2) ...- Selecting previously unselected package libxi6:s390x.- Preparing to unpack .../087-libxi6_2%3a1.8.2-1_s390x.deb ...- Unpacking libxi6:s390x (2:1.8.2-1) ...- Selecting previously unselected package libxinerama1:s390x.- Preparing to unpack .../088-libxinerama1_2%3a1.1.4-3+b4_s390x.deb ...- Unpacking libxinerama1:s390x (2:1.1.4-3+b4) ...- Selecting previously unselected package libxrandr2:s390x.- Preparing to unpack .../089-libxrandr2_2%3a1.5.4-1+b3_s390x.deb ...- Unpacking libxrandr2:s390x (2:1.5.4-1+b3) ...- Selecting previously unselected package libgtk2.0-0t64:s390x.- Preparing to unpack .../090-libgtk2.0-0t64_2.24.33-7_s390x.deb ...- Unpacking libgtk2.0-0t64:s390x (2.24.33-7) ...- Selecting previously unselected package gir1.2-gtk-2.0:s390x.- Preparing to unpack .../091-gir1.2-gtk-2.0_2.24.33-7_s390x.deb ...- Unpacking gir1.2-gtk-2.0:s390x (2.24.33-7) ...- Selecting previously unselected package native-architecture.- Preparing to unpack .../092-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 .../093-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 .../094-girepository-tools_2.84.4-3~deb13u2_s390x.deb ...- Unpacking girepository-tools:s390x (2.84.4-3~deb13u2) ...- Selecting previously unselected package gnome-accessibility-themes.- Preparing to unpack .../095-gnome-accessibility-themes_3.28-4_all.deb ...- Unpacking gnome-accessibility-themes (3.28-4) ...- Selecting previously unselected package gnome-themes-extra-data.- Preparing to unpack .../096-gnome-themes-extra-data_3.28-4_all.deb ...- Unpacking gnome-themes-extra-data (3.28-4) ...- Selecting previously unselected package gtk2-engines-pixbuf:s390x.- Preparing to unpack .../097-gtk2-engines-pixbuf_2.24.33-7_s390x.deb ...- Unpacking gtk2-engines-pixbuf:s390x (2.24.33-7) ...- Selecting previously unselected package gnome-themes-extra:s390x.- Preparing to unpack .../098-gnome-themes-extra_3.28-4_s390x.deb ...- Unpacking gnome-themes-extra:s390x (3.28-4) ...- Selecting previously unselected package libicu76:s390x.- Preparing to unpack .../099-libicu76_76.1-4_s390x.deb ...- Unpacking libicu76:s390x (76.1-4) ...- Selecting previously unselected package icu-devtools.- Preparing to unpack .../100-icu-devtools_76.1-4_s390x.deb ...- Unpacking icu-devtools (76.1-4) ...- Selecting previously unselected package libarchive-cpio-perl.- Preparing to unpack .../101-libarchive-cpio-perl_0.10-3_all.deb ...- Unpacking libarchive-cpio-perl (0.10-3) ...- Selecting previously unselected package libart-2.0-2:s390x.- Preparing to unpack .../102-libart-2.0-2_2.3.21-4+b2_s390x.deb ...- Unpacking libart-2.0-2:s390x (2.3.21-4+b2) ...- Selecting previously unselected package libpkgconf3:s390x.- Preparing to unpack .../103-libpkgconf3_1.8.1-4_s390x.deb ...- Unpacking libpkgconf3:s390x (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../104-pkgconf-bin_1.8.1-4_s390x.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:s390x.- Preparing to unpack .../105-pkgconf_1.8.1-4_s390x.deb ...- Unpacking pkgconf:s390x (1.8.1-4) ...- Selecting previously unselected package pkg-config:s390x.- Preparing to unpack .../106-pkg-config_1.8.1-4_s390x.deb ...- Unpacking pkg-config:s390x (1.8.1-4) ...- Selecting previously unselected package libart-2.0-dev.- Preparing to unpack .../107-libart-2.0-dev_2.3.21-4+b2_s390x.deb ...- Unpacking libart-2.0-dev (2.3.21-4+b2) ...- Selecting previously unselected package libffi-dev:s390x.- Preparing to unpack .../108-libffi-dev_3.4.8-2_s390x.deb ...- Unpacking libffi-dev:s390x (3.4.8-2) ...- Selecting previously unselected package uuid-dev:s390x.- Preparing to unpack .../109-uuid-dev_2.41-5_s390x.deb ...- Unpacking uuid-dev:s390x (2.41-5) ...- Selecting previously unselected package libblkid-dev:s390x.- Preparing to unpack .../110-libblkid-dev_2.41-5_s390x.deb ...- Unpacking libblkid-dev:s390x (2.41-5) ...- Selecting previously unselected package libsepol-dev:s390x.- Preparing to unpack .../111-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 .../112-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 .../113-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 .../114-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 .../115-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 .../116-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 .../117-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 .../118-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 .../119-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 .../120-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 libglib2.0-data.- Preparing to unpack .../121-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 .../122-libglib2.0-bin_2.84.4-3~deb13u2_s390x.deb ...- Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ...- Selecting previously unselected package python3-packaging.- Preparing to unpack .../123-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 .../124-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 libglib2.0-dev-bin.- Preparing to unpack .../125-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 .../126-libglib2.0-dev_2.84.4-3~deb13u2_s390x.deb ...- Unpacking libglib2.0-dev:s390x (2.84.4-3~deb13u2) ...- Selecting previously unselected package libatk1.0-dev:s390x.- Preparing to unpack .../127-libatk1.0-dev_2.56.2-1+deb13u1_s390x.deb ...- Unpacking libatk1.0-dev:s390x (2.56.2-1+deb13u1) ...- Selecting previously unselected package libbrotli-dev:s390x.- Preparing to unpack .../128-libbrotli-dev_1.1.0-2+b7_s390x.deb ...- Unpacking libbrotli-dev:s390x (1.1.0-2+b7) ...- Selecting previously unselected package libbz2-dev:s390x.- Preparing to unpack .../129-libbz2-dev_1.0.8-6_s390x.deb ...- Unpacking libbz2-dev:s390x (1.0.8-6) ...- Selecting previously unselected package liblzo2-2:s390x.- Preparing to unpack .../130-liblzo2-2_2.10-3+b1_s390x.deb ...- Unpacking liblzo2-2:s390x (2.10-3+b1) ...- Selecting previously unselected package libcairo-script-interpreter2:s390x.- Preparing to unpack .../131-libcairo-script-interpreter2_1.18.4-1+b1_s390x.deb ...- Unpacking libcairo-script-interpreter2:s390x (1.18.4-1+b1) ...- Selecting previously unselected package libexpat1-dev:s390x.- Preparing to unpack .../132-libexpat1-dev_2.7.1-2_s390x.deb ...- Unpacking libexpat1-dev:s390x (2.7.1-2) ...- Selecting previously unselected package libpng-dev:s390x.- Preparing to unpack .../133-libpng-dev_1.6.48-1+deb13u4_s390x.deb ...- Unpacking libpng-dev:s390x (1.6.48-1+deb13u4) ...- Selecting previously unselected package libfreetype-dev:s390x.- Preparing to unpack .../134-libfreetype-dev_2.13.3+dfsg-1+deb13u1_s390x.deb ...- Unpacking libfreetype-dev:s390x (2.13.3+dfsg-1+deb13u1) ...- Selecting previously unselected package libfontconfig-dev:s390x.- Preparing to unpack .../135-libfontconfig-dev_2.15.0-2.3_s390x.deb ...- Unpacking libfontconfig-dev:s390x (2.15.0-2.3) ...- Selecting previously unselected package libpixman-1-dev:s390x.- Preparing to unpack .../136-libpixman-1-dev_0.44.0-3_s390x.deb ...- Unpacking libpixman-1-dev:s390x (0.44.0-3) ...- Selecting previously unselected package x11-common.- Preparing to unpack .../137-x11-common_1%3a7.7+24+deb13u1_all.deb ...- Unpacking x11-common (1:7.7+24+deb13u1) ...- Selecting previously unselected package libice6:s390x.- Preparing to unpack .../138-libice6_2%3a1.1.1-1_s390x.deb ...- Unpacking libice6:s390x (2:1.1.1-1) ...- Selecting previously unselected package libsm6:s390x.- Preparing to unpack .../139-libsm6_2%3a1.2.6-1_s390x.deb ...- Unpacking libsm6:s390x (2:1.2.6-1) ...- Selecting previously unselected package libice-dev:s390x.- Preparing to unpack .../140-libice-dev_2%3a1.1.1-1_s390x.deb ...- Unpacking libice-dev:s390x (2:1.1.1-1) ...- Selecting previously unselected package libsm-dev:s390x.- Preparing to unpack .../141-libsm-dev_2%3a1.2.6-1_s390x.deb ...- Unpacking libsm-dev:s390x (2:1.2.6-1) ...- Selecting previously unselected package libxcb-render0-dev:s390x.- Preparing to unpack .../142-libxcb-render0-dev_1.17.0-2+b1_s390x.deb ...- Unpacking libxcb-render0-dev:s390x (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0-dev:s390x.- Preparing to unpack .../143-libxcb-shm0-dev_1.17.0-2+b1_s390x.deb ...- Unpacking libxcb-shm0-dev:s390x (1.17.0-2+b1) ...- Selecting previously unselected package libxext-dev:s390x.- Preparing to unpack .../144-libxext-dev_2%3a1.3.4-1+b3_s390x.deb ...- Unpacking libxext-dev:s390x (2:1.3.4-1+b3) ...- Selecting previously unselected package libxrender-dev:s390x.- Preparing to unpack .../145-libxrender-dev_1%3a0.9.12-1_s390x.deb ...- Unpacking libxrender-dev:s390x (1:0.9.12-1) ...- Selecting previously unselected package libcairo2-dev:s390x.- Preparing to unpack .../146-libcairo2-dev_1.18.4-1+b1_s390x.deb ...- Unpacking libcairo2-dev:s390x (1.18.4-1+b1) ...- Selecting previously unselected package libdatrie-dev:s390x.- Preparing to unpack .../147-libdatrie-dev_0.2.13-3+b1_s390x.deb ...- Unpacking libdatrie-dev:s390x (0.2.13-3+b1) ...- Selecting previously unselected package libdav1d7:s390x.- Preparing to unpack .../148-libdav1d7_1.5.1-1_s390x.deb ...- Unpacking libdav1d7:s390x (1.5.1-1) ...- Selecting previously unselected package libdeflate-dev:s390x.- Preparing to unpack .../149-libdeflate-dev_1.23-2_s390x.deb ...- Unpacking libdeflate-dev:s390x (1.23-2) ...- Selecting previously unselected package libfribidi-dev:s390x.- Preparing to unpack .../150-libfribidi-dev_1.0.16-1_s390x.deb ...- Unpacking libfribidi-dev:s390x (1.0.16-1) ...- Selecting previously unselected package libgail18t64:s390x.- Preparing to unpack .../151-libgail18t64_2.24.33-7_s390x.deb ...- Unpacking libgail18t64:s390x (2.24.33-7) ...- Selecting previously unselected package libgail-common:s390x.- Preparing to unpack .../152-libgail-common_2.24.33-7_s390x.deb ...- Unpacking libgail-common:s390x (2.24.33-7) ...- Selecting previously unselected package libgdk-pixbuf2.0-bin.- Preparing to unpack .../153-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_s390x.deb ...- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libjpeg62-turbo-dev:s390x.- Preparing to unpack .../154-libjpeg62-turbo-dev_1%3a2.1.5-4_s390x.deb ...- Unpacking libjpeg62-turbo-dev:s390x (1:2.1.5-4) ...- Selecting previously unselected package libjpeg-dev:s390x.- Preparing to unpack .../155-libjpeg-dev_1%3a2.1.5-4_s390x.deb ...- Unpacking libjpeg-dev:s390x (1:2.1.5-4) ...- Selecting previously unselected package libjbig-dev:s390x.- Preparing to unpack .../156-libjbig-dev_2.1-6.1+b2_s390x.deb ...- Unpacking libjbig-dev:s390x (2.1-6.1+b2) ...- Selecting previously unselected package liblzma-dev:s390x.- Preparing to unpack .../157-liblzma-dev_5.8.1-1_s390x.deb ...- Unpacking liblzma-dev:s390x (5.8.1-1) ...- Selecting previously unselected package libzstd-dev:s390x.- Preparing to unpack .../158-libzstd-dev_1.5.7+dfsg-1_s390x.deb ...- Unpacking libzstd-dev:s390x (1.5.7+dfsg-1) ...- Selecting previously unselected package libwebpdemux2:s390x.- Preparing to unpack .../159-libwebpdemux2_1.5.0-0.1_s390x.deb ...- Unpacking libwebpdemux2:s390x (1.5.0-0.1) ...- Selecting previously unselected package libwebpmux3:s390x.- Preparing to unpack .../160-libwebpmux3_1.5.0-0.1_s390x.deb ...- Unpacking libwebpmux3:s390x (1.5.0-0.1) ...- Selecting previously unselected package libwebpdecoder3:s390x.- Preparing to unpack .../161-libwebpdecoder3_1.5.0-0.1_s390x.deb ...- Unpacking libwebpdecoder3:s390x (1.5.0-0.1) ...- Selecting previously unselected package libsharpyuv-dev:s390x.- Preparing to unpack .../162-libsharpyuv-dev_1.5.0-0.1_s390x.deb ...- Unpacking libsharpyuv-dev:s390x (1.5.0-0.1) ...- Selecting previously unselected package libwebp-dev:s390x.- Preparing to unpack .../163-libwebp-dev_1.5.0-0.1_s390x.deb ...- Unpacking libwebp-dev:s390x (1.5.0-0.1) ...- Selecting previously unselected package libtiffxx6:s390x.- Preparing to unpack .../164-libtiffxx6_4.7.0-3+deb13u2_s390x.deb ...- Unpacking libtiffxx6:s390x (4.7.0-3+deb13u2) ...- Selecting previously unselected package libtiff-dev:s390x.- Preparing to unpack .../165-libtiff-dev_4.7.0-3+deb13u2_s390x.deb ...- Unpacking libtiff-dev:s390x (4.7.0-3+deb13u2) ...- Selecting previously unselected package libgdk-pixbuf-2.0-dev:s390x.- Preparing to unpack .../166-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-4+deb13u1_s390x.deb ...- Unpacking libgdk-pixbuf-2.0-dev:s390x (2.42.12+dfsg-4+deb13u1) ...- Selecting previously unselected package libharfbuzz-icu0:s390x.- Preparing to unpack .../167-libharfbuzz-icu0_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz-icu0:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libharfbuzz-subset0:s390x.- Preparing to unpack .../168-libharfbuzz-subset0_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz-subset0:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libharfbuzz-cairo0:s390x.- Preparing to unpack .../169-libharfbuzz-cairo0_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz-cairo0:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libgraphite2-dev:s390x.- Preparing to unpack .../170-libgraphite2-dev_1.3.14-2+b1_s390x.deb ...- Unpacking libgraphite2-dev:s390x (1.3.14-2+b1) ...- Selecting previously unselected package libicu-dev:s390x.- Preparing to unpack .../171-libicu-dev_76.1-4_s390x.deb ...- Unpacking libicu-dev:s390x (76.1-4) ...- Selecting previously unselected package libharfbuzz-dev:s390x.- Preparing to unpack .../172-libharfbuzz-dev_10.2.0-1+b1_s390x.deb ...- Unpacking libharfbuzz-dev:s390x (10.2.0-1+b1) ...- Selecting previously unselected package libthai-dev:s390x.- Preparing to unpack .../173-libthai-dev_0.1.29-2+b1_s390x.deb ...- Unpacking libthai-dev:s390x (0.1.29-2+b1) ...- Selecting previously unselected package libxft-dev:s390x.- Preparing to unpack .../174-libxft-dev_2.3.6-1+b4_s390x.deb ...- Unpacking libxft-dev:s390x (2.3.6-1+b4) ...- Selecting previously unselected package pango1.0-tools.- Preparing to unpack .../175-pango1.0-tools_1.56.3-1_s390x.deb ...- Unpacking pango1.0-tools (1.56.3-1) ...- Selecting previously unselected package libpango1.0-dev:s390x.- Preparing to unpack .../176-libpango1.0-dev_1.56.3-1_s390x.deb ...- Unpacking libpango1.0-dev:s390x (1.56.3-1) ...- Selecting previously unselected package libxinerama-dev:s390x.- Preparing to unpack .../177-libxinerama-dev_2%3a1.1.4-3+b4_s390x.deb ...- Unpacking libxinerama-dev:s390x (2:1.1.4-3+b4) ...- Selecting previously unselected package libxfixes-dev:s390x.- Preparing to unpack .../178-libxfixes-dev_1%3a6.0.0-2+b4_s390x.deb ...- Unpacking libxfixes-dev:s390x (1:6.0.0-2+b4) ...- Selecting previously unselected package libxi-dev:s390x.- Preparing to unpack .../179-libxi-dev_2%3a1.8.2-1_s390x.deb ...- Unpacking libxi-dev:s390x (2:1.8.2-1) ...- Selecting previously unselected package libxrandr-dev:s390x.- Preparing to unpack .../180-libxrandr-dev_2%3a1.5.4-1+b3_s390x.deb ...- Unpacking libxrandr-dev:s390x (2:1.5.4-1+b3) ...- Selecting previously unselected package libxcursor-dev:s390x.- Preparing to unpack .../181-libxcursor-dev_1%3a1.2.3-1_s390x.deb ...- Unpacking libxcursor-dev:s390x (1:1.2.3-1) ...- Selecting previously unselected package libxcomposite-dev:s390x.- Preparing to unpack .../182-libxcomposite-dev_1%3a0.4.6-1_s390x.deb ...- Unpacking libxcomposite-dev:s390x (1:0.4.6-1) ...- Selecting previously unselected package libxdamage-dev:s390x.- Preparing to unpack .../183-libxdamage-dev_1%3a1.1.6-1+b2_s390x.deb ...- Unpacking libxdamage-dev:s390x (1:1.1.6-1+b2) ...- Selecting previously unselected package libxml2-utils.- Preparing to unpack .../184-libxml2-utils_2.12.7+dfsg+really2.9.14-2.1+deb13u2_s390x.deb ...- Unpacking libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libgtk2.0-dev:s390x.- Preparing to unpack .../185-libgtk2.0-dev_2.24.33-7_s390x.deb ...- Unpacking libgtk2.0-dev:s390x (2.24.33-7) ...- Selecting previously unselected package libgail-dev:s390x.- Preparing to unpack .../186-libgail-dev_2.24.33-7_s390x.deb ...- Unpacking libgail-dev:s390x (2.24.33-7) ...- Selecting previously unselected package libgnomecanvas2-common.- Preparing to unpack .../187-libgnomecanvas2-common_2.30.3-4.1_all.deb ...- Unpacking libgnomecanvas2-common (2.30.3-4.1) ...- Selecting previously unselected package libgnomecanvas2-0:s390x.- Preparing to unpack .../188-libgnomecanvas2-0_2.30.3-4.1+b2_s390x.deb ...- Unpacking libgnomecanvas2-0:s390x (2.30.3-4.1+b2) ...- Selecting previously unselected package libgnomecanvas2-dev:s390x.- Preparing to unpack .../189-libgnomecanvas2-dev_2.30.3-4.1+b2_s390x.deb ...-- Unpacking libgnomecanvas2-dev:s390x (2.30.3-4.1+b2) ...- Selecting previously unselected package libgtk2.0-bin.- Preparing to unpack .../190-libgtk2.0-bin_2.24.33-7_s390x.deb ...- Unpacking libgtk2.0-bin (2.24.33-7) ...- Selecting previously unselected package libltdl7:s390x.- Preparing to unpack .../191-libltdl7_2.5.4-4_s390x.deb ...- Unpacking libltdl7:s390x (2.5.4-4) ...- Selecting previously unselected package libltdl-dev:s390x.- Preparing to unpack .../192-libltdl-dev_2.5.4-4_s390x.deb ...- Unpacking libltdl-dev:s390x (2.5.4-4) ...- Selecting previously unselected package libsys-hostname-long-perl.- Preparing to unpack .../193-libsys-hostname-long-perl_1.5-3_all.deb ...- Unpacking libsys-hostname-long-perl (1.5-3) ...- Selecting previously unselected package libmail-sendmail-perl.- Preparing to unpack .../194-libmail-sendmail-perl_0.80-3_all.deb ...- Unpacking libmail-sendmail-perl (0.80-3) ...- Selecting previously unselected package libpng-tools.- Preparing to unpack .../195-libpng-tools_1.6.48-1+deb13u4_s390x.deb ...- Unpacking libpng-tools (1.6.48-1+deb13u4) ...- Selecting previously unselected package librsvg2-2:s390x.- Preparing to unpack .../196-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 .../197-librsvg2-common_2.60.0+dfsg-1_s390x.deb ...- Unpacking librsvg2-common:s390x (2.60.0+dfsg-1) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../198-xdg-user-dirs_0.18-2_s390x.deb ...- Unpacking xdg-user-dirs (0.18-2) ...- Setting up media-types (13.0.0) ...- Setting up libpipeline1:s390x (1.5.8-1) ...- Setting up libgraphite2-3:s390x (1.3.14-2+b1) ...- Setting up libpixman-1-0:s390x (0.44.0-3) ...- Setting up bzip2-doc (1.0.8-6) ...- Setting up libsharpyuv0:s390x (1.5.0-0.1) ...- Setting up libpixman-1-dev:s390x (0.44.0-3) ...- Setting up native-architecture (0.2.6) ...- Setting up libxdamage1:s390x (1:1.1.6-1+b2) ...- Setting up libzstd-dev:s390x (1.5.7+dfsg-1) ...- Setting up bsdextrautils (2.41-5) ...- 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 libmagic-mgc (1:5.46-5) ...- Setting up libxcb-render0:s390x (1.17.0-2+b1) ...- Setting up libarchive-zip-perl (1.68-1) ...- Setting up libdebhelper-perl (13.24.2) ...- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...- Setting up libmagic1t64:s390x (1:5.46-5) ...- 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 libdeflate0:s390x (1.23-2) ...- Setting up libwebpdecoder3:s390x (1.5.0-0.1) ...- Setting up gnome-themes-extra-data (3.28-4) ...- Setting up gettext-base (0.23.1-2) ...- Setting up m4 (1.4.19-8) ...- Setting up liblzo2-2:s390x (2.10-3+b1) ...- Setting up libxcb-shm0:s390x (1.17.0-2+b1) ...- Setting up file (1:5.46-5) ...- 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 libsysprof-capture-4-dev:s390x (48.0-2) ...- Setting up libxcb-shm0-dev:s390x (1.17.0-2+b1) ...- Setting up libgraphite2-dev:s390x (1.3.14-2+b1) ...- Setting up autotools-dev (20240727.1) ...- Setting up libpcre2-32-0:s390x (10.46-1~deb13u1) ...- Setting up libglib2.0-0t64:s390x (2.84.4-3~deb13u2) ...- No schema files found: doing nothing.- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...- Setting up libpkgconf3:s390x (1.8.1-4) ...- Setting up gnome-accessibility-themes (3.28-4) ...- Setting up libexpat1-dev:s390x (2.7.1-2) ...- Setting up libjpeg62-turbo:s390x (1:2.1.5-4) ...- Setting up libjpeg62-turbo-dev:s390x (1:2.1.5-4) ...- Setting up libxfixes3:s390x (1:6.0.0-2+b4) ...- Setting up uuid-dev:s390x (2.41-5) ...- Setting up libavahi-common-data:s390x (0.8-16) ...- Setting up libdbus-1-3:s390x (1.16.2-2) ...- Setting up libfribidi0:s390x (1.0.16-1) ...- Setting up libxinerama1:s390x (2:1.1.4-3+b4) ...- Setting up fonts-dejavu-mono (2.37-8) ...- Setting up libpng16-16t64:s390x (1.6.48-1+deb13u4) ...- Setting up libxrandr2:s390x (2:1.5.4-1+b3) ...- Setting up autopoint (0.23.1-2) ...- Setting up fonts-dejavu-core (2.37-8) ...- Setting up libsepol-dev:s390x (3.8.1-1) ...- Setting up libxcb-render0-dev:s390x (1.17.0-2+b1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up gir1.2-glib-2.0:s390x (2.84.4-3~deb13u2) ...- Setting up libltdl7:s390x (2.5.4-4) ...- Setting up autoconf (2.72-3.1) ...- Setting up libwebp7:s390x (1.5.0-0.1) ...- Setting up libgnomecanvas2-common (2.30.3-4.1) ...- Setting up libxext-dev:s390x (2:1.3.4-1+b3) ...- Setting up liblzma-dev:s390x (5.8.1-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 dwz (0.15-1+b1) ...- Setting up libdav1d7:s390x (1.5.1-1) ...- Setting up sensible-utils (0.0.25) ...- Setting up gir1.2-glib-2.0-dev:s390x (2.84.4-3~deb13u2) ...- Setting up at-spi2-common (2.56.2-1+deb13u1) ...- Setting up libtiff6:s390x (4.7.0-3+deb13u2) ...- Setting up dbus-session-bus-common (1.16.2-2) ...- Setting up libarchive-cpio-perl (0.10-3) ...- Setting up libuchardet0:s390x (0.0.8-1+b2) ...- Setting up libthai-data (0.1.29-2) ...- Setting up libgtk2.0-common (2.24.33-7) ...- Setting up libicu76:s390x (76.1-4) ...- Setting up libart-2.0-2:s390x (2.3.21-4+b2) ...- Setting up dbus-system-bus-common (1.16.2-2) ...- Setting up libsharpyuv-dev:s390x (1.5.0-0.1) ...- Setting up libwebpmux3:s390x (1.5.0-0.1) ...- Setting up libtiffxx6:s390x (4.7.0-3+deb13u2) ...- Setting up libdeflate-dev:s390x (1.23-2) ...- Setting up libxcomposite1:s390x (1:0.4.6-1) ...- Setting up libsys-hostname-long-perl (1.5-3) ...- Setting up libxrender-dev:s390x (1:0.9.12-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 libbrotli-dev:s390x (1.1.0-2+b7) ...- Setting up libbz2-dev:s390x (1.0.8-6) ...- Setting up automake (1:1.17-4) ...- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode- Setting up libfile-stripnondeterminism-perl (1.14.1-2) ...- Setting up libblkid-dev:s390x (2.41-5) ...- Setting up libice6:s390x (2:1.1.1-1) ...- Setting up gettext (0.23.1-2) ...- 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 libpng-tools (1.6.48-1+deb13u4) ...- Setting up libtool (2.5.4-4) ...- Setting up libgirepository-2.0-0:s390x (2.84.4-3~deb13u2) ...- Setting up gir1.2-atk-1.0:s390x (2.56.2-1+deb13u1) ...- Setting up libselinux1-dev:s390x (3.8.1-1) ...- Setting up fontconfig-config (2.15.0-2.3) ...- Setting up libfribidi-dev:s390x (1.0.16-1) ...- Setting up libwebpdemux2:s390x (1.5.0-0.1) ...- Setting up libxcursor1:s390x (1:1.2.3-1) ...- Setting up libpng-dev:s390x (1.6.48-1+deb13u4) ...- Setting up libavahi-common3:s390x (0.8-16) ...- Setting up libjpeg-dev:s390x (1:2.1.5-4) ...- Setting up libjbig-dev:s390x (2.1-6.1+b2) ...- Setting up libglib2.0-bin (2.84.4-3~deb13u2) ...- Setting up dbus-daemon (1.16.2-2) ...- Setting up pkgconf:s390x (1.8.1-4) ...- Setting up intltool-debian (0.35.0+20060710.6) ...- Setting up libxfixes-dev:s390x (1:6.0.0-2+b4) ...- Setting up dh-autoreconf (20) ...- Setting up libmail-sendmail-perl (0.80-3) ...- Setting up libltdl-dev:s390x (2.5.4-4) ...- Setting up libthai0:s390x (0.1.29-2+b1) ...- Setting up libxrandr-dev:s390x (2:1.5.4-1+b3) ...- Setting up libwebp-dev:s390x (1.5.0-0.1) ...- Setting up libfreetype6:s390x (2.13.3+dfsg-1+deb13u1) ...- Setting up libtiff-dev:s390x (4.7.0-3+deb13u2) ...- 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 icu-devtools (76.1-4) ...- 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 dh-strip-nondeterminism (1.14.1-2) ...- Setting up libdatrie-dev:s390x (0.2.13-3+b1) ...- Setting up groff-base (1.23.0-9) ...- Setting up libharfbuzz0b:s390x (10.2.0-1+b1) ...- Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4+deb13u1) ...- Setting up libfontconfig1:s390x (2.15.0-2.3) ...- Setting up libxi-dev:s390x (2:1.8.2-1) ...- Setting up libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libsm6:s390x (2:1.2.6-1) ...- Setting up libpython3.13-stdlib:s390x (3.13.5-2) ...- Setting up libicu-dev:s390x (76.1-4) ...- 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 libxdamage-dev:s390x (1:1.1.6-1+b2) ...- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...- Setting up fontconfig (2.15.0-2.3) ...- Regenerating fonts cache...- done.- Setting up libart-2.0-dev (2.3.21-4+b2) ...- Setting up libxft2:s390x (2.3.6-1+b4) ...- Setting up libgio-2.0-dev:s390x (2.84.4-3~deb13u2) ...- Setting up libharfbuzz-icu0:s390x (10.2.0-1+b1) ...- Setting up girepository-tools:s390x (2.84.4-3~deb13u2) ...- Setting up gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-4+deb13u1) ...- Setting up python3.13 (3.13.5-2) ...- Setting up libsm-dev:s390x (2:1.2.6-1) ...- Setting up libxcomposite-dev:s390x (1:0.4.6-1) ...- Setting up libxcursor-dev:s390x (1:1.2.3-1) ...- Setting up po-debconf (1.0.21+nmu1) ...- Setting up libpango-1.0-0:s390x (1.56.3-1) ...- Setting up python3 (3.13.5-1) ...- running python rtupdate hooks for python3.13...- running python post-rtupdate hooks for python3.13...- Setting up libharfbuzz-gobject0:s390x (10.2.0-1+b1) ...- Setting up man-db (2.13.1-1) ...- Building database of manual pages ...- Setting up libcairo2:s390x (1.18.4-1+b1) ...- Setting up libfreetype-dev:s390x (2.13.3+dfsg-1+deb13u1) ...- Setting up python3-packaging (25.0-1) ...- Setting up libharfbuzz-cairo0:s390x (10.2.0-1+b1) ...- 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 gtk2-engines-pixbuf:s390x (2.24.33-7) ...- Setting up libthai-dev:s390x (0.1.29-2+b1) ...- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...- Setting up libharfbuzz-subset0:s390x (10.2.0-1+b1) ...- Setting up libcairo-gobject2:s390x (1.18.4-1+b1) ...- Setting up libpangoft2-1.0-0:s390x (1.56.3-1) ...- Setting up libcups2t64:s390x (2.4.10-3+deb13u2) ...- Setting up libpangocairo-1.0-0:s390x (1.56.3-1) ...- Setting up libcairo-script-interpreter2:s390x (1.18.4-1+b1) ...- Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...- Setting up gir1.2-freedesktop:s390x (1.84.0-1) ...- Setting up libpangoxft-1.0-0:s390x (1.56.3-1) ...- Setting up libfontconfig-dev:s390x (2.15.0-2.3) ...- Setting up pango1.0-tools (1.56.3-1) ...- Setting up debhelper (13.24.2) ...- Setting up gir1.2-harfbuzz-0.0:s390x (10.2.0-1+b1) ...- Setting up gnome-themes-extra:s390x (3.28-4) ...- Setting up librsvg2-2:s390x (2.60.0+dfsg-1) ...- Setting up gir1.2-pango-1.0:s390x (1.56.3-1) ...- Setting up gir1.2-freedesktop-dev:s390x (1.84.0-1) ...- Setting up libgtk2.0-0t64:s390x (2.24.33-7) ...- Setting up librsvg2-common:s390x (2.60.0+dfsg-1) ...- Setting up libgail18t64:s390x (2.24.33-7) ...- Setting up libgtk2.0-bin (2.24.33-7) ...- Setting up libxft-dev:s390x (2.3.6-1+b4) ...- Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ...- Setting up libgail-common:s390x (2.24.33-7) ...- Setting up libglib2.0-dev:s390x (2.84.4-3~deb13u2) ...- Setting up gir1.2-gtk-2.0:s390x (2.24.33-7) ...- Setting up libgnomecanvas2-0:s390x (2.30.3-4.1+b2) ...- Setting up libcairo2-dev:s390x (1.18.4-1+b1) ...- Setting up libatk1.0-dev:s390x (2.56.2-1+deb13u1) ...- Setting up libgdk-pixbuf-2.0-dev:s390x (2.42.12+dfsg-4+deb13u1) ...- Setting up libharfbuzz-dev:s390x (10.2.0-1+b1) ...- Setting up libpango1.0-dev:s390x (1.56.3-1) ...- Setting up libgtk2.0-dev:s390x (2.24.33-7) ...- Setting up libgail-dev:s390x (2.24.33-7) ...- Setting up libgnomecanvas2-dev:s390x (2.30.3-4.1+b2) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...- Processing triggers for libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-4+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-04-15 07:05.42 ---> saved as "14daef923c134bfae3b7ed948f3070f04bbb953aa13216437d988550ee0d5921"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 12 packages- install camlp-streams 5.0.1- install conf-gnomecanvas 2- install conf-gtk2 1- install conf-libX11 1- install conf-libXft 1- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install graphics 5.2.0- install lablgtk 2.18.14- install ocamlfind 1.9.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed conf-pkg-config.4-> retrieved graphics.5.2.0 (cached)-> retrieved lablgtk.2.18.14 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed conf-gnomecanvas.2-> installed conf-gtk2.1-> installed conf-libX11.1-> installed conf-libXft.1-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-configurator.3.22.2-> installed graphics.5.2.0-> installed ocamlfind.1.9.8-> installed lablgtk.2.18.14Done.# To update the current shell environment, run: eval $(opam env)2026-04-15 07:07.50 ---> saved as "f48c622e81f637bc45ee8b889e96f48659b97d44c62384d3273b2036fd9f73ef"/src: (copy (src .) (dst /src))2026-04-15 07:08.07 ---> saved as "cffda416b5b4523a4d7cccc69835fb27ebb731de1d3d125c2fb4a5d55ed3c19b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)File "editor/gtree.ml", line 224, characters 14-24:224 | let _ = sigs#event (drag_label db) in^^^^^^^^^^Warning 6 [labels-omitted]: label callback was omitted in the application of this function.test_chaotic: all tests succeeded.strat: all tests succeeded.test_bf: all tests succeeded.test_fixpoint: all tests succeeded.test_johnson: all tests succeeded.test_nontrivial_dom: all tests succeeded.test_wto: all tests succeeded.test_saps: all tests succeeded.test_cycles: all tests succeeded.basic: all tests succeeded.test_contraction: all tests succeeded.test_components: all tests succeeded.(cd _build/default/tests && ./test_dfs.exe)All tests succeeded.dot: all tests succeeded.(cd _build/default/tests && ./test_bfs.exe)All tests succeeded.(cd _build/default/tests && ./test_check_path.exe)test check_path: all tests succeeded.(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)File "editor/graphEdGTK.ml", line 397, characters 14-24:397 | let _ = sigs#event (drag_label noeud ellipse) in^^^^^^^^^^Warning 6 [labels-omitted]: label callback was omitted in the application of this function.File "editor/graphEdGTK.ml", line 717, characters 8-33:717 | let _ = canvas#root#connect#event (canvas_event)^^^^^^^^^^^^^^^^^^^^^^^^^Warning 6 [labels-omitted]: label callback was omitted in the application of this function.File "editor/graphEdGTK.ml", line 865, characters 9-33:865 | let () = canvas#set_scroll_region 0. 0. w h^^^^^^^^^^^^^^^^^^^^^^^^Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function.(cd _build/default/tests && ./check.exe)check: all tests succeeded(cd _build/default/tests && ./test_topsort.exe)test topsort: all tests succeeded.test topsort: all tests succeeded.(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)File "view_graph/viewGraph_test.ml", line 70, characters 4-24:70 | GToolbox.message_box "Error"^^^^^^^^^^^^^^^^^^^^Warning 6 [labels-omitted]: label title was omitted in the application of this function.File "view_graph/viewGraph_test.ml", line 82, characters 2-22:82 | GToolbox.message_box "Error"^^^^^^^^^^^^^^^^^^^^Warning 6 [labels-omitted]: label title was omitted in the application of this function.2026-04-15 07:08.26 ---> saved as "9104acbdbccd5e4041001242f78c429c6fe940cd70133a3f5a9a91249f6c8ecc"Job succeeded2026-04-15 07:08.26: Job succeeded