0s autopkgtest: DBG: testbed init 0s autopkgtest [13:17:40]: starting date and time: 2025-02-21 13:17:40+0000 0s autopkgtest [13:17:40]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [13:17:40]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.z3dz7m8o/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:build-essential --apt-upgrade libadwaita-1 --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=build-essential/12.12 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-7.secgroup --name adt-plucky-s390x-libadwaita-1-20250221-131740-juju-7f2275-prod-proposed-migration-environment-15-049efe27-2562-4656-811a-86144897d34f --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 87s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Pv4O8E 87s autopkgtest: DBG: sending command to testbed: print-execute-command 87s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.6lyntav6/runcmd 87s autopkgtest: DBG: sending command to testbed: capabilities 87s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system revert isolation-machine reboot root-on-testbed 87s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'revert', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 87s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Pv4O8E/wrapper.sh 87s autopkgtest: DBG: got reply from testbed: ok 87s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/wrapper.sh'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [13:19:08]: testbed dpkg architecture: s390x 88s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [13:19:08]: testbed apt version: 2.9.30ubuntu1 88s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: testbed has eatmydata 88s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [13:19:08]: @@@@@@@@@@@@@@@@@@@@ test bed setup 88s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [13:19:08]: testbed release detected to be: None 88s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: adding APT source: Types: deb deb-src 89s URIs: http://ftpmaster.internal/ubuntu/ 89s Suites: plucky-proposed 89s Components: main restricted universe multiverse 89s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 89s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 89s Package: * 89s Pin: release plucky-proposed 89s Pin-Priority: 500 89s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest [13:19:09]: updating testbed package index (apt update) 89s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 89s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 90s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 90s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 90s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 90s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [719 kB] 90s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 90s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [90.3 kB] 90s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 90s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [131 kB] 90s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 90s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [637 kB] 90s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4436 B] 90s Fetched 1711 kB in 1s (1852 kB/s) 91s Reading package lists... 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 91s Package: * 91s Pin: release plucky-proposed 91s Pin-Priority: 100 91s 91s Package: src:build-essential:any 91s Pin: release plucky-proposed 91s Pin-Priority: 995 91s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:build-essential:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.Pv4O8E/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 91s + lsb_release --codename --short 91s + RELEASE=plucky 91s + cat 91s + [ plucky != trusty ] 91s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 91s Reading package lists... 92s Building dependency tree... 92s Reading state information... 92s Calculating upgrade... 92s Calculating upgrade... 92s The following packages were automatically installed and are no longer required: 92s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 92s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 92s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 92s linux-tools-6.11.0-8-generic 92s Use 'sudo apt autoremove' to remove them. 92s The following packages will be upgraded: 92s base-files gcc-14-base motd-news-config 92s 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 92s Need to get 134 kB of archives. 92s After this operation, 0 B of additional disk space will be used. 92s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x motd-news-config all 13.6ubuntu1 [5168 B] 92s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x base-files s390x 13.6ubuntu1 [75.4 kB] 92s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu3 [53.6 kB] 93s Fetched 134 kB in 0s (302 kB/s) 93s (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 ... 81030 files and directories currently installed.) 93s Preparing to unpack .../motd-news-config_13.6ubuntu1_all.deb ... 93s Unpacking motd-news-config (13.6ubuntu1) over (13.5ubuntu3) ... 93s Preparing to unpack .../base-files_13.6ubuntu1_s390x.deb ... 93s Unpacking base-files (13.6ubuntu1) over (13.5ubuntu3) ... 93s Setting up base-files (13.6ubuntu1) ... 93s Updating /root/.profile to current default. 93s motd-news.service is a disabled or a static unit not running, not starting it. 93s (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 ... 81030 files and directories currently installed.) 93s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu3_s390x.deb ... 93s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu3) over (14.2.0-17ubuntu1) ... 93s Setting up motd-news-config (13.6ubuntu1) ... 93s Setting up gcc-14-base:s390x (14.2.0-17ubuntu3) ... 93s Processing triggers for plymouth-theme-ubuntu-text (24.004.60-2ubuntu5) ... 93s Processing triggers for install-info (7.1.1-1) ... 93s Processing triggers for man-db (2.13.0-1) ... 93s Processing triggers for initramfs-tools (0.145ubuntu2) ... 93s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 93s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 97s Using config file '/etc/zipl.conf' 97s Building bootmap in '/boot' 97s Adding IPL section 'ubuntu' (default) 97s Preparing boot device for LD-IPL: vda (0000). 97s Done. 98s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 98s + /usr/lib/apt/apt-helper analyze-pattern ?true 98s + uname -r 98s + sed s/\./\\./g 98s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 98s + apt+ tail -n+2 98s list ?obsolete 98s + grep -v ^linux-.*6\.12\.0-15-generic.* 98s + cut -d/ -f1 98s + true 98s + obsolete_pkgs= 98s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 98s Reading package lists... 98s Building dependency tree... 98s Reading state information... 98s Solving dependencies... 98s The following packages will be REMOVED: 98s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 98s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 98s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 98s linux-tools-6.11.0-8-generic* 98s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 98s After this operation, 167 MB disk space will be freed. 98s (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 ... 81030 files and directories currently installed.) 98s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 98s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 98s Removing libpython3.12t64:s390x (3.12.9-1) ... 98s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 98s Removing libnsl2:s390x (1.3.0-3build3) ... 98s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 98s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 98s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 99s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 99s Processing triggers for libc-bin (2.40-4ubuntu1) ... 99s (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 ... 55930 files and directories currently installed.) 99s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 99s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 99s + grep -q trusty /etc/lsb-release 99s + [ ! -d /usr/share/doc/unattended-upgrades ] 99s + [ ! -d /usr/share/doc/lxd ] 99s + [ ! -d /usr/share/doc/lxd-client ] 99s + [ ! -d /usr/share/doc/snapd ] 99s + type iptables 99s + cat 99s + chmod 755 /etc/rc.local 99s + . /etc/rc.local 99s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 99s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 99s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 99s + uname -m 99s + [ s390x = ppc64le ] 99s + [ -d /run/systemd/system ] 99s + systemd-detect-virt --quiet --vm 99s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 99s + cat 99s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 99s + echo COMPRESS=lz4 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [13:19:19]: upgrading testbed (apt dist-upgrade and autopurge) 99s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 100s Reading package lists... 100s Building dependency tree... 100s Reading state information... 100s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 100s Starting 2 pkgProblemResolver with broken count: 0 100s Done 100s Entering ResolveByKeep 100s 100s Calculating upgrade... 100s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 101s Reading package lists... 101s Building dependency tree... 101s Reading state information... 101s Starting pkgProblemResolver with broken count: 0 101s Starting 2 pkgProblemResolver with broken count: 0 101s Done 101s Solving dependencies... 101s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.Pv4O8E/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 1 101s autopkgtest [13:19:21]: rebooting testbed after setup commands that affected boot 101s autopkgtest: DBG: sending command to testbed: reboot 120s autopkgtest: DBG: got reply from testbed: ok 120s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 120s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot 120s autopkgtest: DBG: got reply from testbed: ok 120s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare 121s autopkgtest: DBG: got reply from testbed: ok 121s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest [13:19:42]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 122s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pv4O8E/testbed-packages"], kind short, sout raw, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/testbed-packages /tmp/autopkgtest-work.z3dz7m8o/out/testbed-packages 122s autopkgtest: DBG: got reply from testbed: ok 122s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 122s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot 123s autopkgtest: DBG: got reply from testbed: ok 123s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare 124s autopkgtest: DBG: got reply from testbed: ok 124s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: Binaries: initialising 124s autopkgtest [13:19:44]: @@@@@@@@@@@@@@@@@@@@ apt-source libadwaita-1 124s autopkgtest: DBG: blame += libadwaita-1 124s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 124s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'libadwaita-1'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libadwaita-1-dev$'], kind short, sout pipe, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libadwaita-1-dev=1.7~beta-2ubuntu1'], kind short, sout pipe, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^gir1\\.2-adw-1$'], kind short, sout pipe, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'gir1.2-adw-1=1.7~beta-2ubuntu1'], kind short, sout pipe, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libadwaita-1-examples$'], kind short, sout pipe, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libadwaita-1-examples=1.7~beta-2ubuntu1'], kind short, sout pipe, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libadwaita-1-0$'], kind short, sout pipe, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libadwaita-1-0=1.7~beta-2ubuntu1'], kind short, sout pipe, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libadwaita-1-doc$'], kind short, sout pipe, serr raw, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libadwaita-1-doc=1.7~beta-2ubuntu1'], kind short, sout pipe, serr raw, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: install_deps: deps_new=[] 127s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.Pv4O8E/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source libadwaita-1=1.7~beta-2ubuntu1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x libadwaita-1_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=build-essential/12.12'] 127s + cd / 127s + mktemp -d /tmp/autopkgtest.Pv4O8E/build.XXX 127s + builddir=/tmp/autopkgtest.Pv4O8E/build.sw5 127s + cd /tmp/autopkgtest.Pv4O8E/build.sw5 127s + apt-get source -d -q --only-source libadwaita-1=1.7~beta-2ubuntu1 128s + OUT=Reading package lists... 128s NOTICE: 'libadwaita-1' packaging is maintained in the 'Git' version control system at: 128s https://salsa.debian.org/gnome-team/libadwaita.git 128s Please use: 128s git clone https://salsa.debian.org/gnome-team/libadwaita.git 128s to retrieve the latest (possibly unreleased) updates to the package. 128s Need to get 2824 kB of source archives. 128s Get:1 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (dsc) [2974 B] 128s Get:2 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (tar) [2789 kB] 128s Get:3 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (diff) [32.3 kB] 128s Fetched 2824 kB in 1s (3726 kB/s) 128s Download complete and in download only mode 128s + [ -n ] 128s + grep ^Get: 128s + echo Reading package lists... 128s NOTICE: 'libadwaita-1' packaging is maintained in the 'Git' version control system at: 128s https://salsa.debian.org/gnome-team/libadwaita.git 128s Please use: 128s git clone https://salsa.debian.org/gnome-team/libadwaita.git 128s to retrieve the latest (possibly unreleased) updates to the package. 128s Need to get 2824 kB of source archives. 128s Get:1 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (dsc) [2974 B] 128s Get:2 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (tar) [2789 kB] 128s Get:3 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (diff) [32.3 kB] 128s Fetched 2824 kB in 1s (3726 kB/s) 128s Download complete and in download only mode 128s Get:1 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (dsc) [2974 B] 128s Get:2 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (tar) [2789 kB] 128s Get:3 http://ftpmaster.internal/ubuntu plucky/main libadwaita-1 1.7~beta-2ubuntu1 (diff) [32.3 kB] 128s + dpkg-source -x libadwaita-1_1.7~beta-2ubuntu1.dsc src 128s gpgv: Signature made Sat Feb 15 19:38:04 2025 UTC 128s gpgv: using RSA key D4C501DA48EB797A081750939449C2F50996635F 128s gpgv: Can't check signature: No public key 128s dpkg-source: warning: cannot verify inline signature for ./libadwaita-1_1.7~beta-2ubuntu1.dsc: no acceptable signature found 128s + chmod -R a+rX . 128s + cd src/. 128s + pwd 128s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [13:19:48]: testing package libadwaita-1 version 1.7~beta-2ubuntu1 128s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build.sw5/src/debian/ /tmp/autopkgtest-work.z3dz7m8o/out/pkg/debian/ 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: processing dependency build-essential 129s autopkgtest: DBG: processing dependency libadwaita-1-dev 129s autopkgtest: DBG: marked alternatives ['libadwaita-1-dev'] as a synthesised dependency 129s autopkgtest: DBG: processing dependency pkgconf 129s autopkgtest: DBG: processing dependency xauth 129s autopkgtest: DBG: processing dependency xvfb 129s autopkgtest: DBG: Test defined: name build-test path debian/tests/build-test command "None" restrictions ['superficial'] features [] depends ['build-essential', 'libadwaita-1-dev', 'pkgconf', 'xauth', 'xvfb'] 129s autopkgtest: DBG: processing dependency gir1.2-adw-1 129s autopkgtest: DBG: marked alternatives ['gir1.2-adw-1'] as a synthesised dependency 129s autopkgtest: DBG: processing dependency python3 129s autopkgtest: DBG: processing dependency python3-gi 129s autopkgtest: DBG: processing dependency xauth 129s autopkgtest: DBG: processing dependency xvfb 129s autopkgtest: DBG: Test defined: name command1 path None command "LIBGL_ALWAYS_SOFTWARE=true xvfb-run -a -s "-screen 0 1024x768x24 -noreset" -e /proc/self/fd/2 ./debian/tests/python-gi-test" restrictions ['superficial'] features [] depends ['gir1.2-adw-1', 'python3', 'python3-gi', 'xauth', 'xvfb'] 129s autopkgtest [13:19:49]: build not needed 129s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build.sw5/src/ /tmp/autopkgtest-work.z3dz7m8o/out/tests-tree/ 130s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: processing dependency build-essential 131s autopkgtest: DBG: processing dependency libadwaita-1-dev 131s autopkgtest: DBG: marked alternatives ['libadwaita-1-dev'] as a synthesised dependency 131s autopkgtest: DBG: processing dependency pkgconf 131s autopkgtest: DBG: processing dependency xauth 131s autopkgtest: DBG: processing dependency xvfb 131s autopkgtest: DBG: Test defined: name build-test path debian/tests/build-test command "None" restrictions ['superficial'] features [] depends ['build-essential', 'libadwaita-1-dev', 'pkgconf', 'xauth', 'xvfb'] 131s autopkgtest: DBG: processing dependency gir1.2-adw-1 131s autopkgtest: DBG: marked alternatives ['gir1.2-adw-1'] as a synthesised dependency 131s autopkgtest: DBG: processing dependency python3 131s autopkgtest: DBG: processing dependency python3-gi 131s autopkgtest: DBG: processing dependency xauth 131s autopkgtest: DBG: processing dependency xvfb 131s autopkgtest: DBG: Test defined: name command1 path None command "LIBGL_ALWAYS_SOFTWARE=true xvfb-run -a -s "-screen 0 1024x768x24 -noreset" -e /proc/self/fd/2 ./debian/tests/python-gi-test" restrictions ['superficial'] features [] depends ['gir1.2-adw-1', 'python3', 'python3-gi', 'xauth', 'xvfb'] 131s autopkgtest [13:19:51]: test build-test: preparing testbed 131s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['build-essential', 'libadwaita-1-dev', 'pkgconf', 'xauth', 'xvfb'] 131s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 131s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'libadwaita-1-dev', 'pkgconf', 'xauth', 'xvfb'] 131s autopkgtest: DBG: install-deps: satisfying build-essential, libadwaita-1-dev, pkgconf, xauth, xvfb 131s autopkgtest: DBG: can use apt-get on testbed: True 131s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'build-essential, libadwaita-1-dev, pkgconf, xauth, xvfb'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 131s Reading package lists... 131s Building dependency tree... 131s Reading state information... 131s Starting pkgProblemResolver with broken count: 0 131s Starting 2 pkgProblemResolver with broken count: 0 131s Done 132s The following NEW packages will be installed: 132s adwaita-icon-theme build-essential cpp cpp-14 cpp-14-s390x-linux-gnu 132s cpp-s390x-linux-gnu dconf-gsettings-backend dconf-service fontconfig 132s fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-14 132s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 132s gcc-s390x-linux-gnu gir1.2-adw-1 gir1.2-appstream-1.0 gir1.2-freedesktop 132s gir1.2-freedesktop-dev gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0-dev 132s gir1.2-graphene-1.0 gir1.2-gtk-4.0 gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 132s girepository-tools gtk-update-icon-cache hicolor-icon-theme icu-devtools 132s libadwaita-1-0 libadwaita-1-dev libappstream-dev libappstream5 libasan8 132s libblkid-dev libbrotli-dev libbz2-dev libcairo-gobject2 132s libcairo-script-interpreter2 libcairo2 libcairo2-dev libcc1-0 132s libcpdb-frontend2t64 libcpdb2t64 libdatrie-dev libdatrie1 libdconf1 132s libdeflate-dev libdeflate0 libdrm-radeon1 libegl-dev libegl-mesa0 libegl1 132s libegl1-mesa-dev libepoxy-dev libepoxy0 libexpat1-dev libffi-dev 132s libfontconfig-dev libfontconfig1 libfontenc1 libfreetype-dev libfreetype6 132s libfribidi-dev libgbm1 libgcc-14-dev libgdk-pixbuf-2.0-0 132s libgdk-pixbuf-2.0-dev libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common 132s libgio-2.0-dev libgio-2.0-dev-bin libgirepository-2.0-0 libgl-dev libgl1 132s libgl1-mesa-dri libglapi-mesa libgles-dev libgles1 libgles2 libglib2.0-bin 132s libglib2.0-dev libglib2.0-dev-bin libglvnd-core-dev libglvnd-dev libglvnd0 132s libglx-dev libglx-mesa0 libglx0 libgomp1 libgraphene-1.0-0 132s libgraphene-1.0-dev libgraphite2-3 libgraphite2-dev libgtk-4-1 132s libgtk-4-common libgtk-4-dev libharfbuzz-cairo0 libharfbuzz-dev 132s libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b 132s libice-dev libice6 libicu-dev libisl23 libitm1 libjbig-dev libjbig0 132s libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev 132s liblzma-dev libmount-dev libmpc3 libopengl-dev libopengl0 libpango-1.0-0 132s libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 132s libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpixman-1-0 132s libpixman-1-dev libpkgconf3 libpng-dev libselinux1-dev libsepol-dev 132s libsharpyuv-dev libsharpyuv0 libsm-dev libsm6 libstdc++-14-dev libstemmer0d 132s libsysprof-capture-4-dev libthai-data libthai-dev libthai0 libtiff-dev 132s libtiff6 libtiffxx6 libubsan1 libvulkan-dev libvulkan1 libwayland-bin 132s libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1 132s libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3 libwebpdemux2 132s libwebpmux3 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri3-0 132s libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-render0-dev 132s libxcb-shm0 libxcb-shm0-dev libxcb-sync1 libxcb-xfixes0 libxcb1-dev 132s libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev 132s libxdamage1 libxdmcp-dev libxext-dev libxfixes-dev libxfixes3 libxfont2 132s libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 132s libxkbcommon-dev libxkbfile1 libxmu6 libxpm4 libxrandr-dev libxrandr2 132s libxrender-dev libxrender1 libxshmfence1 libxt6t64 libxxf86vm1 libzstd-dev 132s mesa-libgallium native-architecture pango1.0-tools pkgconf pkgconf-bin 132s python3-packaging uuid-dev wayland-protocols x11-common x11-xkb-utils 132s x11proto-core-dev x11proto-dev xorg-sgml-doctools xserver-common xtrans-dev 132s xvfb zlib1g-dev 132s 0 upgraded, 228 newly installed, 0 to remove and 0 not upgraded. 132s Need to get 101 MB of archives. 132s After this operation, 423 MB of additional disk space will be used. 132s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-common all 2.42.12+dfsg-2 [8004 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 132s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 132s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 132s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 132s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 132s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 132s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-0 s390x 2.42.12+dfsg-2 [154 kB] 132s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x gtk-update-icon-cache s390x 4.17.4+ds-4 [52.9 kB] 132s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x hicolor-icon-theme all 0.18-2 [13.3 kB] 132s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x adwaita-icon-theme all 48~beta-3 [578 kB] 132s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 132s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 132s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu3 [9572 kB] 133s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu3 [1028 B] 133s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 133s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 133s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 133s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 133s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 133s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 133s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 133s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu3 [1037 kB] 133s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu3 [18.7 MB] 134s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu3 [526 kB] 134s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 134s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 134s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu3 [2611 kB] 134s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu3 [11.0 MB] 134s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu3 [21.8 kB] 134s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 134s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 134s Get:34 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x build-essential s390x 12.12 [4610 B] 134s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdconf1 s390x 0.40.0-5 [40.0 kB] 134s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-service s390x 0.40.0-5 [28.4 kB] 134s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-gsettings-backend s390x 0.40.0-5 [22.8 kB] 134s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 134s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 134s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 134s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 134s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 134s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 134s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 134s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 134s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 134s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 134s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 134s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-gobject2 s390x 1.18.2-2 [127 kB] 134s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-freedesktop s390x 1.82.0-4 [64.0 kB] 134s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gdkpixbuf-2.0 s390x 2.42.12+dfsg-2 [9330 B] 134s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphene-1.0-0 s390x 1.10.8-5 [54.2 kB] 134s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-graphene-1.0 s390x 1.10.8-5 [11.0 kB] 134s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 134s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 134s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-gobject0 s390x 10.2.0-1 [35.1 kB] 134s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-harfbuzz-0.0 s390x 10.2.0-1 [44.4 kB] 134s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 134s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 134s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 134s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 134s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 134s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 134s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 134s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoxft-1.0-0 s390x 1.56.1-1 [20.2 kB] 134s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-pango-1.0 s390x 1.56.1-1 [34.4 kB] 134s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-script-interpreter2 s390x 1.18.2-2 [62.3 kB] 134s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb2t64 s390x 2.0~b5-1.2build1 [26.3 kB] 134s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb-frontend2t64 s390x 2.0~b5-1.2build1 [19.4 kB] 134s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libepoxy0 s390x 1.5.10-2 [222 kB] 134s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-subset0 s390x 10.2.0-1 [552 kB] 134s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 134s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-3 [28.2 kB] 134s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-3 [6078 B] 134s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes3 s390x 1:6.0.0-2build1 [11.3 kB] 134s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libxcursor1 s390x 1:1.2.3-1 [23.4 kB] 134s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libxdamage1 s390x 1:1.1.6-1build1 [6156 B] 134s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libxi6 s390x 2:1.8.2-1 [35.4 kB] 134s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libxinerama1 s390x 2:1.1.4-3build1 [6476 B] 134s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr2 s390x 2:1.5.4-1 [20.8 kB] 134s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd0 s390x 1.7.0-1build1 [110 kB] 134s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libgles2 s390x 1.7.0-1build1 [22.4 kB] 134s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-common all 4.17.4+ds-4 [1508 kB] 134s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-1 s390x 4.17.4+ds-4 [3252 kB] 135s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gtk-4.0 s390x 4.17.4+ds-4 [211 kB] 135s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libstemmer0d s390x 2.2.0-4build1 [174 kB] 135s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libappstream5 s390x 1.0.4-1 [236 kB] 135s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libadwaita-1-0 s390x 1.7~beta-2ubuntu1 [462 kB] 135s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-adw-1 s390x 1.7~beta-2ubuntu1 [43.2 kB] 135s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-appstream-1.0 s390x 1.0.4-1 [29.1 kB] 135s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0-dev s390x 2.83.3-2 [860 kB] 135s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-freedesktop-dev s390x 1.82.0-4 [37.0 kB] 135s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x native-architecture all 0.2.5 [2082 B] 135s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x libgirepository-2.0-0 s390x 2.83.3-2 [75.4 kB] 135s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x girepository-tools s390x 2.83.3-2 [114 kB] 135s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 135s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libffi-dev s390x 3.4.7-1 [58.9 kB] 135s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x uuid-dev s390x 2.40.2-14ubuntu1 [54.0 kB] 135s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libblkid-dev s390x 2.40.2-14ubuntu1 [233 kB] 135s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libsepol-dev s390x 3.7-1 [412 kB] 135s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 135s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 135s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 135s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 135s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libselinux1-dev s390x 3.7-3ubuntu2 [169 kB] 135s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libmount-dev s390x 2.40.2-14ubuntu1 [34.6 kB] 135s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libsysprof-capture-4-dev s390x 48~beta-2 [51.9 kB] 135s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 135s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 135s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 135s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 135s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libgio-2.0-dev s390x 2.83.3-2 [1818 kB] 136s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-bin s390x 2.83.3-2 [99.5 kB] 136s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 136s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libgio-2.0-dev-bin s390x 2.83.3-2 [129 kB] 136s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-dev-bin s390x 2.83.3-2 [18.1 kB] 136s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-dev s390x 2.83.3-2 [18.9 kB] 136s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x libappstream-dev s390x 1.0.4-1 [103 kB] 136s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 136s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libbrotli-dev s390x 1.1.0-2build3 [395 kB] 136s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 136s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.46-4 [283 kB] 136s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype-dev s390x 2.13.3+dfsg-1 [605 kB] 136s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig-dev s390x 2.15.0-2ubuntu1 [170 kB] 136s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-dev s390x 0.44.0-3 [10.7 kB] 136s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 136s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 136s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 136s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 136s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x x11proto-dev all 2024.1-1 [606 kB] 136s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x x11proto-core-dev all 2024.1-1 [2442 B] 136s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x libice-dev s390x 2:1.1.1-1 [55.2 kB] 136s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x libsm-dev s390x 2:1.2.4-1 [20.6 kB] 136s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x libxau-dev s390x 1:1.0.11-1 [9752 B] 136s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp-dev s390x 1:1.1.5-1 [26.9 kB] 136s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x xtrans-dev all 1.4.0-1 [68.9 kB] 136s Get:137 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb1-dev s390x 1.17.0-2 [88.9 kB] 136s Get:138 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-dev s390x 2:1.8.10-2 [761 kB] 136s Get:139 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0-dev s390x 1.17.0-2 [20.8 kB] 136s Get:140 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0-dev s390x 1.17.0-2 [8516 B] 136s Get:141 http://ftpmaster.internal/ubuntu plucky/main s390x libxext-dev s390x 2:1.3.4-1build2 [85.7 kB] 136s Get:142 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender-dev s390x 1:0.9.10-1.1build1 [27.8 kB] 136s Get:143 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2-dev s390x 1.18.2-2 [41.1 kB] 136s Get:144 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-3 [37.3 kB] 136s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 136s Get:146 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 136s Get:147 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 136s Get:148 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 136s Get:149 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 136s Get:150 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 136s Get:151 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 136s Get:152 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 136s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 136s Get:154 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 136s Get:155 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 136s Get:156 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-mesa0 s390x 24.3.4-3ubuntu1 [126 kB] 136s Get:157 http://ftpmaster.internal/ubuntu plucky/main s390x libegl1 s390x 1.7.0-1build1 [31.8 kB] 136s Get:158 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 136s Get:159 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 136s Get:160 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 136s Get:161 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 136s Get:162 http://ftpmaster.internal/ubuntu plucky/main s390x libglx0 s390x 1.7.0-1build1 [32.2 kB] 136s Get:163 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1 s390x 1.7.0-1build1 [142 kB] 136s Get:164 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-dev s390x 1.7.0-1build1 [14.2 kB] 136s Get:165 http://ftpmaster.internal/ubuntu plucky/main s390x libgl-dev s390x 1.7.0-1build1 [102 kB] 136s Get:166 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-dev s390x 1.7.0-1build1 [18.2 kB] 136s Get:167 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd-core-dev s390x 1.7.0-1build1 [13.5 kB] 136s Get:168 http://ftpmaster.internal/ubuntu plucky/main s390x libgles1 s390x 1.7.0-1build1 [13.2 kB] 136s Get:169 http://ftpmaster.internal/ubuntu plucky/main s390x libgles-dev s390x 1.7.0-1build1 [50.5 kB] 136s Get:170 http://ftpmaster.internal/ubuntu plucky/main s390x libopengl0 s390x 1.7.0-1build1 [48.0 kB] 136s Get:171 http://ftpmaster.internal/ubuntu plucky/main s390x libopengl-dev s390x 1.7.0-1build1 [3446 B] 136s Get:172 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd-dev s390x 1.7.0-1build1 [3198 B] 136s Get:173 http://ftpmaster.internal/ubuntu plucky/main s390x libegl1-mesa-dev s390x 24.3.4-3ubuntu1 [24.1 kB] 136s Get:174 http://ftpmaster.internal/ubuntu plucky/main s390x libepoxy-dev s390x 1.5.10-2 [132 kB] 136s Get:175 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-bin s390x 2.42.12+dfsg-2 [13.9 kB] 136s Get:176 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 136s Get:177 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 136s Get:178 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 136s Get:179 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig-dev s390x 2.1-6.1ubuntu2 [30.6 kB] 136s Get:180 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 136s Get:181 http://ftpmaster.internal/ubuntu plucky/main s390x libzstd-dev s390x 1.5.6+dfsg-2 [408 kB] 136s Get:182 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 136s Get:183 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 136s Get:184 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdecoder3 s390x 1.5.0-0.1 [90.2 kB] 136s Get:185 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv-dev s390x 1.5.0-0.1 [17.3 kB] 136s Get:186 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp-dev s390x 1.5.0-0.1 [341 kB] 136s Get:187 http://ftpmaster.internal/ubuntu plucky/main s390x libtiffxx6 s390x 4.5.1+git230720-4ubuntu4 [5894 B] 136s Get:188 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 136s Get:189 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff-dev s390x 4.5.1+git230720-4ubuntu4 [357 kB] 136s Get:190 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-dev s390x 2.42.12+dfsg-2 [47.9 kB] 137s Get:191 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphene-1.0-dev s390x 1.10.8-5 [58.5 kB] 137s Get:192 http://ftpmaster.internal/ubuntu plucky/main s390x libfribidi-dev s390x 1.0.16-1 [66.0 kB] 137s Get:193 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-icu0 s390x 10.2.0-1 [13.3 kB] 137s Get:194 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-cairo0 s390x 10.2.0-1 [27.5 kB] 137s Get:195 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-dev s390x 1.3.14-2ubuntu1 [14.7 kB] 137s Get:196 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 137s Get:197 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-dev s390x 10.2.0-1 [143 kB] 137s Get:198 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie-dev s390x 0.2.13-3build1 [21.4 kB] 137s Get:199 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-dev s390x 0.1.29-2build1 [28.3 kB] 137s Get:200 http://ftpmaster.internal/ubuntu plucky/main s390x libxft-dev s390x 2.3.6-1build1 [69.1 kB] 137s Get:201 http://ftpmaster.internal/ubuntu plucky/main s390x pango1.0-tools s390x 1.56.1-1 [39.0 kB] 137s Get:202 http://ftpmaster.internal/ubuntu plucky/main s390x libpango1.0-dev s390x 1.56.1-1 [148 kB] 137s Get:203 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-cursor0 s390x 1.23.1-3 [11.5 kB] 137s Get:204 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-bin s390x 1.23.1-3 [21.8 kB] 137s Get:205 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-dev s390x 1.23.1-3 [74.5 kB] 137s Get:206 http://ftpmaster.internal/ubuntu plucky/main s390x libxcomposite1 s390x 1:0.4.6-1 [6588 B] 137s Get:207 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes-dev s390x 1:6.0.0-2build1 [12.8 kB] 137s Get:208 http://ftpmaster.internal/ubuntu plucky/main s390x libxcomposite-dev s390x 1:0.4.6-1 [9554 B] 137s Get:209 http://ftpmaster.internal/ubuntu plucky/main s390x libxcursor-dev s390x 1:1.2.3-1 [34.9 kB] 137s Get:210 http://ftpmaster.internal/ubuntu plucky/main s390x libxdamage-dev s390x 1:1.1.6-1build1 [5328 B] 137s Get:211 http://ftpmaster.internal/ubuntu plucky/main s390x libxi-dev s390x 2:1.8.2-1 [196 kB] 137s Get:212 http://ftpmaster.internal/ubuntu plucky/main s390x libxinerama-dev s390x 2:1.1.4-3build1 [8118 B] 137s Get:213 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbcommon-dev s390x 1.7.0-2 [57.1 kB] 137s Get:214 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr-dev s390x 2:1.5.4-1 [27.6 kB] 137s Get:215 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan-dev s390x 1.4.304.0-1 [1366 kB] 138s Get:216 http://ftpmaster.internal/ubuntu plucky/main s390x wayland-protocols all 1.41-1 [122 kB] 138s Get:217 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-dev s390x 4.17.4+ds-4 [944 kB] 139s Get:218 http://ftpmaster.internal/ubuntu plucky/main s390x libadwaita-1-dev s390x 1.7~beta-2ubuntu1 [178 kB] 139s Get:219 http://ftpmaster.internal/ubuntu plucky/main s390x libfontenc1 s390x 1:1.1.8-1build1 [14.8 kB] 139s Get:220 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 139s Get:221 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 139s Get:222 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 139s Get:223 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 139s Get:224 http://ftpmaster.internal/ubuntu plucky/main s390x libxfont2 s390x 1:2.0.6-1build1 [101 kB] 139s Get:225 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbfile1 s390x 1:1.1.0-1build4 [76.5 kB] 139s Get:226 http://ftpmaster.internal/ubuntu plucky/main s390x x11-xkb-utils s390x 7.7+9 [169 kB] 139s Get:227 http://ftpmaster.internal/ubuntu plucky/main s390x xserver-common all 2:21.1.14-2ubuntu1 [33.7 kB] 139s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x xvfb s390x 2:21.1.14-2ubuntu1 [941 kB] 140s Fetched 101 MB in 7s (13.7 MB/s) 140s Selecting previously unselected package libgdk-pixbuf2.0-common. 140s (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 ... 55928 files and directories currently installed.) 140s Preparing to unpack .../000-libgdk-pixbuf2.0-common_2.42.12+dfsg-2_all.deb ... 140s Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 140s Selecting previously unselected package libjpeg-turbo8:s390x. 140s Preparing to unpack .../001-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 140s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 140s Selecting previously unselected package libjpeg8:s390x. 140s Preparing to unpack .../002-libjpeg8_8c-2ubuntu11_s390x.deb ... 140s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 140s Selecting previously unselected package libdeflate0:s390x. 140s Preparing to unpack .../003-libdeflate0_1.23-1_s390x.deb ... 140s Unpacking libdeflate0:s390x (1.23-1) ... 140s Selecting previously unselected package libjbig0:s390x. 140s Preparing to unpack .../004-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 140s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 140s Selecting previously unselected package libsharpyuv0:s390x. 140s Preparing to unpack .../005-libsharpyuv0_1.5.0-0.1_s390x.deb ... 140s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 140s Selecting previously unselected package libwebp7:s390x. 140s Preparing to unpack .../006-libwebp7_1.5.0-0.1_s390x.deb ... 140s Unpacking libwebp7:s390x (1.5.0-0.1) ... 140s Selecting previously unselected package libtiff6:s390x. 140s Preparing to unpack .../007-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 140s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 140s Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x. 140s Preparing to unpack .../008-libgdk-pixbuf-2.0-0_2.42.12+dfsg-2_s390x.deb ... 140s Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 140s Selecting previously unselected package gtk-update-icon-cache. 140s Preparing to unpack .../009-gtk-update-icon-cache_4.17.4+ds-4_s390x.deb ... 140s No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. 140s 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. 140s Unpacking gtk-update-icon-cache (4.17.4+ds-4) ... 140s Selecting previously unselected package hicolor-icon-theme. 140s Preparing to unpack .../010-hicolor-icon-theme_0.18-2_all.deb ... 140s Unpacking hicolor-icon-theme (0.18-2) ... 140s Selecting previously unselected package adwaita-icon-theme. 140s Preparing to unpack .../011-adwaita-icon-theme_48~beta-3_all.deb ... 140s Unpacking adwaita-icon-theme (48~beta-3) ... 140s Selecting previously unselected package libisl23:s390x. 140s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 140s Unpacking libisl23:s390x (0.27-1) ... 140s Selecting previously unselected package libmpc3:s390x. 140s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 140s Unpacking libmpc3:s390x (1.3.1-1build2) ... 140s Selecting previously unselected package cpp-14-s390x-linux-gnu. 140s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu3_s390x.deb ... 140s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 140s Selecting previously unselected package cpp-14. 140s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu3_s390x.deb ... 140s Unpacking cpp-14 (14.2.0-17ubuntu3) ... 140s Selecting previously unselected package cpp-s390x-linux-gnu. 140s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 140s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 140s Selecting previously unselected package cpp. 140s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 140s Unpacking cpp (4:14.2.0-1ubuntu1) ... 140s Selecting previously unselected package libcc1-0:s390x. 140s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 140s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 140s Selecting previously unselected package libgomp1:s390x. 140s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 140s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 140s Selecting previously unselected package libitm1:s390x. 140s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 140s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 140s Selecting previously unselected package libasan8:s390x. 140s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 140s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 140s Selecting previously unselected package libubsan1:s390x. 140s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 140s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 140s Selecting previously unselected package libgcc-14-dev:s390x. 140s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu3_s390x.deb ... 140s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu3) ... 140s Selecting previously unselected package gcc-14-s390x-linux-gnu. 140s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu3_s390x.deb ... 140s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 141s Selecting previously unselected package gcc-14. 141s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu3_s390x.deb ... 141s Unpacking gcc-14 (14.2.0-17ubuntu3) ... 141s Selecting previously unselected package gcc-s390x-linux-gnu. 141s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 141s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 141s Selecting previously unselected package gcc. 141s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 141s Unpacking gcc (4:14.2.0-1ubuntu1) ... 141s Selecting previously unselected package libstdc++-14-dev:s390x. 141s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu3_s390x.deb ... 141s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu3) ... 141s Selecting previously unselected package g++-14-s390x-linux-gnu. 141s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu3_s390x.deb ... 141s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 141s Selecting previously unselected package g++-14. 141s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu3_s390x.deb ... 141s Unpacking g++-14 (14.2.0-17ubuntu3) ... 141s Selecting previously unselected package g++-s390x-linux-gnu. 141s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 141s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 141s Selecting previously unselected package g++. 141s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 141s Unpacking g++ (4:14.2.0-1ubuntu1) ... 141s Selecting previously unselected package build-essential. 141s Preparing to unpack .../033-build-essential_12.12_s390x.deb ... 141s Unpacking build-essential (12.12) ... 141s Selecting previously unselected package libdconf1:s390x. 141s Preparing to unpack .../034-libdconf1_0.40.0-5_s390x.deb ... 141s Unpacking libdconf1:s390x (0.40.0-5) ... 141s Selecting previously unselected package dconf-service. 141s Preparing to unpack .../035-dconf-service_0.40.0-5_s390x.deb ... 141s Unpacking dconf-service (0.40.0-5) ... 141s Selecting previously unselected package dconf-gsettings-backend:s390x. 141s Preparing to unpack .../036-dconf-gsettings-backend_0.40.0-5_s390x.deb ... 141s Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ... 141s Selecting previously unselected package libfreetype6:s390x. 141s Preparing to unpack .../037-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 141s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 141s Selecting previously unselected package fonts-dejavu-mono. 141s Preparing to unpack .../038-fonts-dejavu-mono_2.37-8_all.deb ... 141s Unpacking fonts-dejavu-mono (2.37-8) ... 141s Selecting previously unselected package fonts-dejavu-core. 141s Preparing to unpack .../039-fonts-dejavu-core_2.37-8_all.deb ... 141s Unpacking fonts-dejavu-core (2.37-8) ... 141s Selecting previously unselected package fontconfig-config. 141s Preparing to unpack .../040-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 141s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 141s Selecting previously unselected package libfontconfig1:s390x. 141s Preparing to unpack .../041-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 141s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 141s Selecting previously unselected package fontconfig. 141s Preparing to unpack .../042-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 141s Unpacking fontconfig (2.15.0-2ubuntu1) ... 141s Selecting previously unselected package libpixman-1-0:s390x. 141s Preparing to unpack .../043-libpixman-1-0_0.44.0-3_s390x.deb ... 141s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 141s Selecting previously unselected package libxcb-render0:s390x. 141s Preparing to unpack .../044-libxcb-render0_1.17.0-2_s390x.deb ... 141s Unpacking libxcb-render0:s390x (1.17.0-2) ... 141s Selecting previously unselected package libxcb-shm0:s390x. 141s Preparing to unpack .../045-libxcb-shm0_1.17.0-2_s390x.deb ... 141s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 141s Selecting previously unselected package libxrender1:s390x. 141s Preparing to unpack .../046-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 141s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 141s Selecting previously unselected package libcairo2:s390x. 141s Preparing to unpack .../047-libcairo2_1.18.2-2_s390x.deb ... 141s Unpacking libcairo2:s390x (1.18.2-2) ... 141s Selecting previously unselected package libcairo-gobject2:s390x. 141s Preparing to unpack .../048-libcairo-gobject2_1.18.2-2_s390x.deb ... 141s Unpacking libcairo-gobject2:s390x (1.18.2-2) ... 141s Selecting previously unselected package gir1.2-freedesktop:s390x. 141s Preparing to unpack .../049-gir1.2-freedesktop_1.82.0-4_s390x.deb ... 141s Unpacking gir1.2-freedesktop:s390x (1.82.0-4) ... 141s Selecting previously unselected package gir1.2-gdkpixbuf-2.0:s390x. 141s Preparing to unpack .../050-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-2_s390x.deb ... 141s Unpacking gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-2) ... 141s Selecting previously unselected package libgraphene-1.0-0:s390x. 141s Preparing to unpack .../051-libgraphene-1.0-0_1.10.8-5_s390x.deb ... 141s Unpacking libgraphene-1.0-0:s390x (1.10.8-5) ... 141s Selecting previously unselected package gir1.2-graphene-1.0:s390x. 141s Preparing to unpack .../052-gir1.2-graphene-1.0_1.10.8-5_s390x.deb ... 141s Unpacking gir1.2-graphene-1.0:s390x (1.10.8-5) ... 141s Selecting previously unselected package libgraphite2-3:s390x. 141s Preparing to unpack .../053-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 141s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 141s Selecting previously unselected package libharfbuzz0b:s390x. 141s Preparing to unpack .../054-libharfbuzz0b_10.2.0-1_s390x.deb ... 141s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 141s Selecting previously unselected package libharfbuzz-gobject0:s390x. 141s Preparing to unpack .../055-libharfbuzz-gobject0_10.2.0-1_s390x.deb ... 141s Unpacking libharfbuzz-gobject0:s390x (10.2.0-1) ... 141s Selecting previously unselected package gir1.2-harfbuzz-0.0:s390x. 141s Preparing to unpack .../056-gir1.2-harfbuzz-0.0_10.2.0-1_s390x.deb ... 141s Unpacking gir1.2-harfbuzz-0.0:s390x (10.2.0-1) ... 141s Selecting previously unselected package libthai-data. 141s Preparing to unpack .../057-libthai-data_0.1.29-2build1_all.deb ... 141s Unpacking libthai-data (0.1.29-2build1) ... 141s Selecting previously unselected package libdatrie1:s390x. 141s Preparing to unpack .../058-libdatrie1_0.2.13-3build1_s390x.deb ... 141s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 141s Selecting previously unselected package libthai0:s390x. 141s Preparing to unpack .../059-libthai0_0.1.29-2build1_s390x.deb ... 141s Unpacking libthai0:s390x (0.1.29-2build1) ... 141s Selecting previously unselected package libpango-1.0-0:s390x. 141s Preparing to unpack .../060-libpango-1.0-0_1.56.1-1_s390x.deb ... 141s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 141s Selecting previously unselected package libpangoft2-1.0-0:s390x. 141s Preparing to unpack .../061-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 141s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 141s Selecting previously unselected package libpangocairo-1.0-0:s390x. 141s Preparing to unpack .../062-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 141s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 141s Selecting previously unselected package libxft2:s390x. 141s Preparing to unpack .../063-libxft2_2.3.6-1build1_s390x.deb ... 141s Unpacking libxft2:s390x (2.3.6-1build1) ... 141s Selecting previously unselected package libpangoxft-1.0-0:s390x. 141s Preparing to unpack .../064-libpangoxft-1.0-0_1.56.1-1_s390x.deb ... 141s Unpacking libpangoxft-1.0-0:s390x (1.56.1-1) ... 141s Selecting previously unselected package gir1.2-pango-1.0:s390x. 141s Preparing to unpack .../065-gir1.2-pango-1.0_1.56.1-1_s390x.deb ... 141s Unpacking gir1.2-pango-1.0:s390x (1.56.1-1) ... 141s Selecting previously unselected package libcairo-script-interpreter2:s390x. 141s Preparing to unpack .../066-libcairo-script-interpreter2_1.18.2-2_s390x.deb ... 141s Unpacking libcairo-script-interpreter2:s390x (1.18.2-2) ... 141s Selecting previously unselected package libcpdb2t64:s390x. 141s Preparing to unpack .../067-libcpdb2t64_2.0~b5-1.2build1_s390x.deb ... 141s Unpacking libcpdb2t64:s390x (2.0~b5-1.2build1) ... 141s Selecting previously unselected package libcpdb-frontend2t64:s390x. 141s Preparing to unpack .../068-libcpdb-frontend2t64_2.0~b5-1.2build1_s390x.deb ... 141s Unpacking libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 141s Selecting previously unselected package libepoxy0:s390x. 141s Preparing to unpack .../069-libepoxy0_1.5.10-2_s390x.deb ... 141s Unpacking libepoxy0:s390x (1.5.10-2) ... 141s Selecting previously unselected package libharfbuzz-subset0:s390x. 141s Preparing to unpack .../070-libharfbuzz-subset0_10.2.0-1_s390x.deb ... 141s Unpacking libharfbuzz-subset0:s390x (10.2.0-1) ... 141s Selecting previously unselected package libvulkan1:s390x. 141s Preparing to unpack .../071-libvulkan1_1.4.304.0-1_s390x.deb ... 141s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 141s Selecting previously unselected package libwayland-client0:s390x. 141s Preparing to unpack .../072-libwayland-client0_1.23.1-3_s390x.deb ... 141s Unpacking libwayland-client0:s390x (1.23.1-3) ... 141s Selecting previously unselected package libwayland-egl1:s390x. 141s Preparing to unpack .../073-libwayland-egl1_1.23.1-3_s390x.deb ... 141s Unpacking libwayland-egl1:s390x (1.23.1-3) ... 141s Selecting previously unselected package libxfixes3:s390x. 141s Preparing to unpack .../074-libxfixes3_1%3a6.0.0-2build1_s390x.deb ... 141s Unpacking libxfixes3:s390x (1:6.0.0-2build1) ... 141s Selecting previously unselected package libxcursor1:s390x. 141s Preparing to unpack .../075-libxcursor1_1%3a1.2.3-1_s390x.deb ... 141s Unpacking libxcursor1:s390x (1:1.2.3-1) ... 141s Selecting previously unselected package libxdamage1:s390x. 141s Preparing to unpack .../076-libxdamage1_1%3a1.1.6-1build1_s390x.deb ... 141s Unpacking libxdamage1:s390x (1:1.1.6-1build1) ... 141s Selecting previously unselected package libxi6:s390x. 141s Preparing to unpack .../077-libxi6_2%3a1.8.2-1_s390x.deb ... 141s Unpacking libxi6:s390x (2:1.8.2-1) ... 141s Selecting previously unselected package libxinerama1:s390x. 141s Preparing to unpack .../078-libxinerama1_2%3a1.1.4-3build1_s390x.deb ... 141s Unpacking libxinerama1:s390x (2:1.1.4-3build1) ... 141s Selecting previously unselected package libxrandr2:s390x. 141s Preparing to unpack .../079-libxrandr2_2%3a1.5.4-1_s390x.deb ... 141s Unpacking libxrandr2:s390x (2:1.5.4-1) ... 142s Selecting previously unselected package libglvnd0:s390x. 142s Preparing to unpack .../080-libglvnd0_1.7.0-1build1_s390x.deb ... 142s Unpacking libglvnd0:s390x (1.7.0-1build1) ... 142s Selecting previously unselected package libgles2:s390x. 142s Preparing to unpack .../081-libgles2_1.7.0-1build1_s390x.deb ... 142s Unpacking libgles2:s390x (1.7.0-1build1) ... 142s Selecting previously unselected package libgtk-4-common. 142s Preparing to unpack .../082-libgtk-4-common_4.17.4+ds-4_all.deb ... 142s Unpacking libgtk-4-common (4.17.4+ds-4) ... 142s Selecting previously unselected package libgtk-4-1:s390x. 142s Preparing to unpack .../083-libgtk-4-1_4.17.4+ds-4_s390x.deb ... 142s Unpacking libgtk-4-1:s390x (4.17.4+ds-4) ... 142s Selecting previously unselected package gir1.2-gtk-4.0:s390x. 142s Preparing to unpack .../084-gir1.2-gtk-4.0_4.17.4+ds-4_s390x.deb ... 142s Unpacking gir1.2-gtk-4.0:s390x (4.17.4+ds-4) ... 142s Selecting previously unselected package libstemmer0d:s390x. 142s Preparing to unpack .../085-libstemmer0d_2.2.0-4build1_s390x.deb ... 142s Unpacking libstemmer0d:s390x (2.2.0-4build1) ... 142s Selecting previously unselected package libappstream5:s390x. 142s Preparing to unpack .../086-libappstream5_1.0.4-1_s390x.deb ... 142s Unpacking libappstream5:s390x (1.0.4-1) ... 142s Selecting previously unselected package libadwaita-1-0:s390x. 142s Preparing to unpack .../087-libadwaita-1-0_1.7~beta-2ubuntu1_s390x.deb ... 142s Unpacking libadwaita-1-0:s390x (1.7~beta-2ubuntu1) ... 142s Selecting previously unselected package gir1.2-adw-1:s390x. 142s Preparing to unpack .../088-gir1.2-adw-1_1.7~beta-2ubuntu1_s390x.deb ... 142s Unpacking gir1.2-adw-1:s390x (1.7~beta-2ubuntu1) ... 142s Selecting previously unselected package gir1.2-appstream-1.0:s390x. 142s Preparing to unpack .../089-gir1.2-appstream-1.0_1.0.4-1_s390x.deb ... 142s Unpacking gir1.2-appstream-1.0:s390x (1.0.4-1) ... 142s Selecting previously unselected package gir1.2-glib-2.0-dev:s390x. 142s Preparing to unpack .../090-gir1.2-glib-2.0-dev_2.83.3-2_s390x.deb ... 142s Unpacking gir1.2-glib-2.0-dev:s390x (2.83.3-2) ... 142s Selecting previously unselected package gir1.2-freedesktop-dev:s390x. 142s Preparing to unpack .../091-gir1.2-freedesktop-dev_1.82.0-4_s390x.deb ... 142s Unpacking gir1.2-freedesktop-dev:s390x (1.82.0-4) ... 142s Selecting previously unselected package native-architecture. 142s Preparing to unpack .../092-native-architecture_0.2.5_all.deb ... 142s Unpacking native-architecture (0.2.5) ... 142s Selecting previously unselected package libgirepository-2.0-0:s390x. 142s Preparing to unpack .../093-libgirepository-2.0-0_2.83.3-2_s390x.deb ... 142s Unpacking libgirepository-2.0-0:s390x (2.83.3-2) ... 142s Selecting previously unselected package girepository-tools:s390x. 142s Preparing to unpack .../094-girepository-tools_2.83.3-2_s390x.deb ... 142s Unpacking girepository-tools:s390x (2.83.3-2) ... 142s Selecting previously unselected package icu-devtools. 142s Preparing to unpack .../095-icu-devtools_76.1-1ubuntu2_s390x.deb ... 142s Unpacking icu-devtools (76.1-1ubuntu2) ... 142s Selecting previously unselected package libffi-dev:s390x. 142s Preparing to unpack .../096-libffi-dev_3.4.7-1_s390x.deb ... 142s Unpacking libffi-dev:s390x (3.4.7-1) ... 142s Selecting previously unselected package uuid-dev:s390x. 142s Preparing to unpack .../097-uuid-dev_2.40.2-14ubuntu1_s390x.deb ... 142s Unpacking uuid-dev:s390x (2.40.2-14ubuntu1) ... 142s Selecting previously unselected package libblkid-dev:s390x. 142s Preparing to unpack .../098-libblkid-dev_2.40.2-14ubuntu1_s390x.deb ... 142s Unpacking libblkid-dev:s390x (2.40.2-14ubuntu1) ... 142s Selecting previously unselected package libsepol-dev:s390x. 142s Preparing to unpack .../099-libsepol-dev_3.7-1_s390x.deb ... 142s Unpacking libsepol-dev:s390x (3.7-1) ... 142s Selecting previously unselected package libpcre2-16-0:s390x. 142s Preparing to unpack .../100-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 142s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 142s Selecting previously unselected package libpcre2-32-0:s390x. 142s Preparing to unpack .../101-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 142s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 142s Selecting previously unselected package libpcre2-posix3:s390x. 142s Preparing to unpack .../102-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 142s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 142s Selecting previously unselected package libpcre2-dev:s390x. 142s Preparing to unpack .../103-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 142s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 142s Selecting previously unselected package libselinux1-dev:s390x. 142s Preparing to unpack .../104-libselinux1-dev_3.7-3ubuntu2_s390x.deb ... 142s Unpacking libselinux1-dev:s390x (3.7-3ubuntu2) ... 142s Selecting previously unselected package libmount-dev:s390x. 142s Preparing to unpack .../105-libmount-dev_2.40.2-14ubuntu1_s390x.deb ... 142s Unpacking libmount-dev:s390x (2.40.2-14ubuntu1) ... 142s Selecting previously unselected package libsysprof-capture-4-dev:s390x. 142s Preparing to unpack .../106-libsysprof-capture-4-dev_48~beta-2_s390x.deb ... 142s Unpacking libsysprof-capture-4-dev:s390x (48~beta-2) ... 142s Selecting previously unselected package libpkgconf3:s390x. 142s Preparing to unpack .../107-libpkgconf3_1.8.1-4_s390x.deb ... 142s Unpacking libpkgconf3:s390x (1.8.1-4) ... 142s Selecting previously unselected package pkgconf-bin. 142s Preparing to unpack .../108-pkgconf-bin_1.8.1-4_s390x.deb ... 142s Unpacking pkgconf-bin (1.8.1-4) ... 142s Selecting previously unselected package pkgconf:s390x. 142s Preparing to unpack .../109-pkgconf_1.8.1-4_s390x.deb ... 142s Unpacking pkgconf:s390x (1.8.1-4) ... 142s Selecting previously unselected package zlib1g-dev:s390x. 142s Preparing to unpack .../110-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 142s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 142s Selecting previously unselected package libgio-2.0-dev:s390x. 142s Preparing to unpack .../111-libgio-2.0-dev_2.83.3-2_s390x.deb ... 142s Unpacking libgio-2.0-dev:s390x (2.83.3-2) ... 142s Selecting previously unselected package libglib2.0-bin. 142s Preparing to unpack .../112-libglib2.0-bin_2.83.3-2_s390x.deb ... 142s Unpacking libglib2.0-bin (2.83.3-2) ... 142s Selecting previously unselected package python3-packaging. 142s Preparing to unpack .../113-python3-packaging_24.2-1_all.deb ... 142s Unpacking python3-packaging (24.2-1) ... 142s Selecting previously unselected package libgio-2.0-dev-bin. 142s Preparing to unpack .../114-libgio-2.0-dev-bin_2.83.3-2_s390x.deb ... 142s Unpacking libgio-2.0-dev-bin (2.83.3-2) ... 142s Selecting previously unselected package libglib2.0-dev-bin. 142s Preparing to unpack .../115-libglib2.0-dev-bin_2.83.3-2_s390x.deb ... 142s Unpacking libglib2.0-dev-bin (2.83.3-2) ... 142s Selecting previously unselected package libglib2.0-dev:s390x. 142s Preparing to unpack .../116-libglib2.0-dev_2.83.3-2_s390x.deb ... 142s Unpacking libglib2.0-dev:s390x (2.83.3-2) ... 142s Selecting previously unselected package libappstream-dev:s390x. 142s Preparing to unpack .../117-libappstream-dev_1.0.4-1_s390x.deb ... 142s Unpacking libappstream-dev:s390x (1.0.4-1) ... 142s Selecting previously unselected package libexpat1-dev:s390x. 142s Preparing to unpack .../118-libexpat1-dev_2.6.4-1_s390x.deb ... 142s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 142s Selecting previously unselected package libbrotli-dev:s390x. 142s Preparing to unpack .../119-libbrotli-dev_1.1.0-2build3_s390x.deb ... 142s Unpacking libbrotli-dev:s390x (1.1.0-2build3) ... 142s Selecting previously unselected package libbz2-dev:s390x. 142s Preparing to unpack .../120-libbz2-dev_1.0.8-6_s390x.deb ... 142s Unpacking libbz2-dev:s390x (1.0.8-6) ... 142s Selecting previously unselected package libpng-dev:s390x. 142s Preparing to unpack .../121-libpng-dev_1.6.46-4_s390x.deb ... 142s Unpacking libpng-dev:s390x (1.6.46-4) ... 142s Selecting previously unselected package libfreetype-dev:s390x. 142s Preparing to unpack .../122-libfreetype-dev_2.13.3+dfsg-1_s390x.deb ... 142s Unpacking libfreetype-dev:s390x (2.13.3+dfsg-1) ... 142s Selecting previously unselected package libfontconfig-dev:s390x. 142s Preparing to unpack .../123-libfontconfig-dev_2.15.0-2ubuntu1_s390x.deb ... 142s Unpacking libfontconfig-dev:s390x (2.15.0-2ubuntu1) ... 142s Selecting previously unselected package libpixman-1-dev:s390x. 142s Preparing to unpack .../124-libpixman-1-dev_0.44.0-3_s390x.deb ... 142s Unpacking libpixman-1-dev:s390x (0.44.0-3) ... 142s Selecting previously unselected package x11-common. 142s Preparing to unpack .../125-x11-common_1%3a7.7+23ubuntu3_all.deb ... 142s Unpacking x11-common (1:7.7+23ubuntu3) ... 142s Selecting previously unselected package libice6:s390x. 142s Preparing to unpack .../126-libice6_2%3a1.1.1-1_s390x.deb ... 142s Unpacking libice6:s390x (2:1.1.1-1) ... 142s Selecting previously unselected package libsm6:s390x. 142s Preparing to unpack .../127-libsm6_2%3a1.2.4-1_s390x.deb ... 142s Unpacking libsm6:s390x (2:1.2.4-1) ... 142s Selecting previously unselected package xorg-sgml-doctools. 142s Preparing to unpack .../128-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 142s Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 142s Selecting previously unselected package x11proto-dev. 142s Preparing to unpack .../129-x11proto-dev_2024.1-1_all.deb ... 142s Unpacking x11proto-dev (2024.1-1) ... 142s Selecting previously unselected package x11proto-core-dev. 142s Preparing to unpack .../130-x11proto-core-dev_2024.1-1_all.deb ... 142s Unpacking x11proto-core-dev (2024.1-1) ... 142s Selecting previously unselected package libice-dev:s390x. 142s Preparing to unpack .../131-libice-dev_2%3a1.1.1-1_s390x.deb ... 142s Unpacking libice-dev:s390x (2:1.1.1-1) ... 142s Selecting previously unselected package libsm-dev:s390x. 142s Preparing to unpack .../132-libsm-dev_2%3a1.2.4-1_s390x.deb ... 142s Unpacking libsm-dev:s390x (2:1.2.4-1) ... 142s Selecting previously unselected package libxau-dev:s390x. 142s Preparing to unpack .../133-libxau-dev_1%3a1.0.11-1_s390x.deb ... 142s Unpacking libxau-dev:s390x (1:1.0.11-1) ... 142s Selecting previously unselected package libxdmcp-dev:s390x. 142s Preparing to unpack .../134-libxdmcp-dev_1%3a1.1.5-1_s390x.deb ... 142s Unpacking libxdmcp-dev:s390x (1:1.1.5-1) ... 142s Selecting previously unselected package xtrans-dev. 142s Preparing to unpack .../135-xtrans-dev_1.4.0-1_all.deb ... 142s Unpacking xtrans-dev (1.4.0-1) ... 142s Selecting previously unselected package libxcb1-dev:s390x. 142s Preparing to unpack .../136-libxcb1-dev_1.17.0-2_s390x.deb ... 142s Unpacking libxcb1-dev:s390x (1.17.0-2) ... 142s Selecting previously unselected package libx11-dev:s390x. 142s Preparing to unpack .../137-libx11-dev_2%3a1.8.10-2_s390x.deb ... 142s Unpacking libx11-dev:s390x (2:1.8.10-2) ... 142s Selecting previously unselected package libxcb-render0-dev:s390x. 142s Preparing to unpack .../138-libxcb-render0-dev_1.17.0-2_s390x.deb ... 142s Unpacking libxcb-render0-dev:s390x (1.17.0-2) ... 142s Selecting previously unselected package libxcb-shm0-dev:s390x. 142s Preparing to unpack .../139-libxcb-shm0-dev_1.17.0-2_s390x.deb ... 142s Unpacking libxcb-shm0-dev:s390x (1.17.0-2) ... 142s Selecting previously unselected package libxext-dev:s390x. 142s Preparing to unpack .../140-libxext-dev_2%3a1.3.4-1build2_s390x.deb ... 142s Unpacking libxext-dev:s390x (2:1.3.4-1build2) ... 142s Selecting previously unselected package libxrender-dev:s390x. 142s Preparing to unpack .../141-libxrender-dev_1%3a0.9.10-1.1build1_s390x.deb ... 142s Unpacking libxrender-dev:s390x (1:0.9.10-1.1build1) ... 142s Selecting previously unselected package libcairo2-dev:s390x. 142s Preparing to unpack .../142-libcairo2-dev_1.18.2-2_s390x.deb ... 142s Unpacking libcairo2-dev:s390x (1.18.2-2) ... 142s Selecting previously unselected package libwayland-server0:s390x. 142s Preparing to unpack .../143-libwayland-server0_1.23.1-3_s390x.deb ... 142s Unpacking libwayland-server0:s390x (1.23.1-3) ... 143s Selecting previously unselected package libdrm-radeon1:s390x. 143s Preparing to unpack .../144-libdrm-radeon1_2.4.123-1_s390x.deb ... 143s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 143s Selecting previously unselected package libglapi-mesa:s390x. 143s Preparing to unpack .../145-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libx11-xcb1:s390x. 143s Preparing to unpack .../146-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 143s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 143s Selecting previously unselected package libxcb-dri3-0:s390x. 143s Preparing to unpack .../147-libxcb-dri3-0_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxcb-present0:s390x. 143s Preparing to unpack .../148-libxcb-present0_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-present0:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxcb-randr0:s390x. 143s Preparing to unpack .../149-libxcb-randr0_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxcb-sync1:s390x. 143s Preparing to unpack .../150-libxcb-sync1_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxcb-xfixes0:s390x. 143s Preparing to unpack .../151-libxcb-xfixes0_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxshmfence1:s390x. 143s Preparing to unpack .../152-libxshmfence1_1.3-1build5_s390x.deb ... 143s Unpacking libxshmfence1:s390x (1.3-1build5) ... 143s Selecting previously unselected package mesa-libgallium:s390x. 143s Preparing to unpack .../153-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libgbm1:s390x. 143s Preparing to unpack .../154-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libegl-mesa0:s390x. 143s Preparing to unpack .../155-libegl-mesa0_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libegl1:s390x. 143s Preparing to unpack .../156-libegl1_1.7.0-1build1_s390x.deb ... 143s Unpacking libegl1:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libxcb-glx0:s390x. 143s Preparing to unpack .../157-libxcb-glx0_1.17.0-2_s390x.deb ... 143s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 143s Selecting previously unselected package libxxf86vm1:s390x. 143s Preparing to unpack .../158-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 143s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 143s Selecting previously unselected package libgl1-mesa-dri:s390x. 143s Preparing to unpack .../159-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libglx-mesa0:s390x. 143s Preparing to unpack .../160-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libglx0:s390x. 143s Preparing to unpack .../161-libglx0_1.7.0-1build1_s390x.deb ... 143s Unpacking libglx0:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libgl1:s390x. 143s Preparing to unpack .../162-libgl1_1.7.0-1build1_s390x.deb ... 143s Unpacking libgl1:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libglx-dev:s390x. 143s Preparing to unpack .../163-libglx-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libglx-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libgl-dev:s390x. 143s Preparing to unpack .../164-libgl-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libgl-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libegl-dev:s390x. 143s Preparing to unpack .../165-libegl-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libegl-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libglvnd-core-dev:s390x. 143s Preparing to unpack .../166-libglvnd-core-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libglvnd-core-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libgles1:s390x. 143s Preparing to unpack .../167-libgles1_1.7.0-1build1_s390x.deb ... 143s Unpacking libgles1:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libgles-dev:s390x. 143s Preparing to unpack .../168-libgles-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libgles-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libopengl0:s390x. 143s Preparing to unpack .../169-libopengl0_1.7.0-1build1_s390x.deb ... 143s Unpacking libopengl0:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libopengl-dev:s390x. 143s Preparing to unpack .../170-libopengl-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libopengl-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libglvnd-dev:s390x. 143s Preparing to unpack .../171-libglvnd-dev_1.7.0-1build1_s390x.deb ... 143s Unpacking libglvnd-dev:s390x (1.7.0-1build1) ... 143s Selecting previously unselected package libegl1-mesa-dev:s390x. 143s Preparing to unpack .../172-libegl1-mesa-dev_24.3.4-3ubuntu1_s390x.deb ... 143s Unpacking libegl1-mesa-dev:s390x (24.3.4-3ubuntu1) ... 143s Selecting previously unselected package libepoxy-dev:s390x. 143s Preparing to unpack .../173-libepoxy-dev_1.5.10-2_s390x.deb ... 143s Unpacking libepoxy-dev:s390x (1.5.10-2) ... 143s Selecting previously unselected package libgdk-pixbuf2.0-bin. 143s Preparing to unpack .../174-libgdk-pixbuf2.0-bin_2.42.12+dfsg-2_s390x.deb ... 143s Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-2) ... 143s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 143s Preparing to unpack .../175-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 143s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 143s Selecting previously unselected package libjpeg8-dev:s390x. 143s Preparing to unpack .../176-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 143s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 143s Selecting previously unselected package libjpeg-dev:s390x. 143s Preparing to unpack .../177-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 143s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 143s Selecting previously unselected package libjbig-dev:s390x. 143s Preparing to unpack .../178-libjbig-dev_2.1-6.1ubuntu2_s390x.deb ... 143s Unpacking libjbig-dev:s390x (2.1-6.1ubuntu2) ... 143s Selecting previously unselected package liblzma-dev:s390x. 143s Preparing to unpack .../179-liblzma-dev_5.6.3-1_s390x.deb ... 143s Unpacking liblzma-dev:s390x (5.6.3-1) ... 143s Selecting previously unselected package libzstd-dev:s390x. 143s Preparing to unpack .../180-libzstd-dev_1.5.6+dfsg-2_s390x.deb ... 143s Unpacking libzstd-dev:s390x (1.5.6+dfsg-2) ... 143s Selecting previously unselected package libwebpdemux2:s390x. 143s Preparing to unpack .../181-libwebpdemux2_1.5.0-0.1_s390x.deb ... 143s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libwebpmux3:s390x. 143s Preparing to unpack .../182-libwebpmux3_1.5.0-0.1_s390x.deb ... 143s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libwebpdecoder3:s390x. 143s Preparing to unpack .../183-libwebpdecoder3_1.5.0-0.1_s390x.deb ... 143s Unpacking libwebpdecoder3:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libsharpyuv-dev:s390x. 143s Preparing to unpack .../184-libsharpyuv-dev_1.5.0-0.1_s390x.deb ... 143s Unpacking libsharpyuv-dev:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libwebp-dev:s390x. 143s Preparing to unpack .../185-libwebp-dev_1.5.0-0.1_s390x.deb ... 143s Unpacking libwebp-dev:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libtiffxx6:s390x. 143s Preparing to unpack .../186-libtiffxx6_4.5.1+git230720-4ubuntu4_s390x.deb ... 143s Unpacking libtiffxx6:s390x (4.5.1+git230720-4ubuntu4) ... 143s Selecting previously unselected package libdeflate-dev:s390x. 143s Preparing to unpack .../187-libdeflate-dev_1.23-1_s390x.deb ... 143s Unpacking libdeflate-dev:s390x (1.23-1) ... 143s Selecting previously unselected package libtiff-dev:s390x. 143s Preparing to unpack .../188-libtiff-dev_4.5.1+git230720-4ubuntu4_s390x.deb ... 143s Unpacking libtiff-dev:s390x (4.5.1+git230720-4ubuntu4) ... 143s Selecting previously unselected package libgdk-pixbuf-2.0-dev:s390x. 143s Preparing to unpack .../189-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-2_s390x.deb ... 143s Unpacking libgdk-pixbuf-2.0-dev:s390x (2.42.12+dfsg-2) ... 143s Selecting previously unselected package libgraphene-1.0-dev:s390x. 143s Preparing to unpack .../190-libgraphene-1.0-dev_1.10.8-5_s390x.deb ... 143s Unpacking libgraphene-1.0-dev:s390x (1.10.8-5) ... 143s Selecting previously unselected package libfribidi-dev:s390x. 143s Preparing to unpack .../191-libfribidi-dev_1.0.16-1_s390x.deb ... 143s Unpacking libfribidi-dev:s390x (1.0.16-1) ... 143s Selecting previously unselected package libharfbuzz-icu0:s390x. 143s Preparing to unpack .../192-libharfbuzz-icu0_10.2.0-1_s390x.deb ... 143s Unpacking libharfbuzz-icu0:s390x (10.2.0-1) ... 143s Selecting previously unselected package libharfbuzz-cairo0:s390x. 143s Preparing to unpack .../193-libharfbuzz-cairo0_10.2.0-1_s390x.deb ... 143s Unpacking libharfbuzz-cairo0:s390x (10.2.0-1) ... 143s Selecting previously unselected package libgraphite2-dev:s390x. 143s Preparing to unpack .../194-libgraphite2-dev_1.3.14-2ubuntu1_s390x.deb ... 143s Unpacking libgraphite2-dev:s390x (1.3.14-2ubuntu1) ... 143s Selecting previously unselected package libicu-dev:s390x. 143s Preparing to unpack .../195-libicu-dev_76.1-1ubuntu2_s390x.deb ... 143s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 143s Selecting previously unselected package libharfbuzz-dev:s390x. 143s Preparing to unpack .../196-libharfbuzz-dev_10.2.0-1_s390x.deb ... 143s Unpacking libharfbuzz-dev:s390x (10.2.0-1) ... 143s Selecting previously unselected package libdatrie-dev:s390x. 144s Preparing to unpack .../197-libdatrie-dev_0.2.13-3build1_s390x.deb ... 144s Unpacking libdatrie-dev:s390x (0.2.13-3build1) ... 144s Selecting previously unselected package libthai-dev:s390x. 144s Preparing to unpack .../198-libthai-dev_0.1.29-2build1_s390x.deb ... 144s Unpacking libthai-dev:s390x (0.1.29-2build1) ... 144s Selecting previously unselected package libxft-dev:s390x. 144s Preparing to unpack .../199-libxft-dev_2.3.6-1build1_s390x.deb ... 144s Unpacking libxft-dev:s390x (2.3.6-1build1) ... 144s Selecting previously unselected package pango1.0-tools. 144s Preparing to unpack .../200-pango1.0-tools_1.56.1-1_s390x.deb ... 144s Unpacking pango1.0-tools (1.56.1-1) ... 144s Selecting previously unselected package libpango1.0-dev:s390x. 144s Preparing to unpack .../201-libpango1.0-dev_1.56.1-1_s390x.deb ... 144s Unpacking libpango1.0-dev:s390x (1.56.1-1) ... 144s Selecting previously unselected package libwayland-cursor0:s390x. 144s Preparing to unpack .../202-libwayland-cursor0_1.23.1-3_s390x.deb ... 144s Unpacking libwayland-cursor0:s390x (1.23.1-3) ... 144s Selecting previously unselected package libwayland-bin. 144s Preparing to unpack .../203-libwayland-bin_1.23.1-3_s390x.deb ... 144s Unpacking libwayland-bin (1.23.1-3) ... 144s Selecting previously unselected package libwayland-dev:s390x. 144s Preparing to unpack .../204-libwayland-dev_1.23.1-3_s390x.deb ... 144s Unpacking libwayland-dev:s390x (1.23.1-3) ... 144s Selecting previously unselected package libxcomposite1:s390x. 144s Preparing to unpack .../205-libxcomposite1_1%3a0.4.6-1_s390x.deb ... 144s Unpacking libxcomposite1:s390x (1:0.4.6-1) ... 144s Selecting previously unselected package libxfixes-dev:s390x. 144s Preparing to unpack .../206-libxfixes-dev_1%3a6.0.0-2build1_s390x.deb ... 144s Unpacking libxfixes-dev:s390x (1:6.0.0-2build1) ... 144s Selecting previously unselected package libxcomposite-dev:s390x. 144s Preparing to unpack .../207-libxcomposite-dev_1%3a0.4.6-1_s390x.deb ... 144s Unpacking libxcomposite-dev:s390x (1:0.4.6-1) ... 144s Selecting previously unselected package libxcursor-dev:s390x. 144s Preparing to unpack .../208-libxcursor-dev_1%3a1.2.3-1_s390x.deb ... 144s Unpacking libxcursor-dev:s390x (1:1.2.3-1) ... 144s Selecting previously unselected package libxdamage-dev:s390x. 144s Preparing to unpack .../209-libxdamage-dev_1%3a1.1.6-1build1_s390x.deb ... 144s Unpacking libxdamage-dev:s390x (1:1.1.6-1build1) ... 144s Selecting previously unselected package libxi-dev:s390x. 144s Preparing to unpack .../210-libxi-dev_2%3a1.8.2-1_s390x.deb ... 144s Unpacking libxi-dev:s390x (2:1.8.2-1) ... 144s Selecting previously unselected package libxinerama-dev:s390x. 144s Preparing to unpack .../211-libxinerama-dev_2%3a1.1.4-3build1_s390x.deb ... 144s Unpacking libxinerama-dev:s390x (2:1.1.4-3build1) ... 144s Selecting previously unselected package libxkbcommon-dev:s390x. 144s Preparing to unpack .../212-libxkbcommon-dev_1.7.0-2_s390x.deb ... 144s Unpacking libxkbcommon-dev:s390x (1.7.0-2) ... 144s Selecting previously unselected package libxrandr-dev:s390x. 144s Preparing to unpack .../213-libxrandr-dev_2%3a1.5.4-1_s390x.deb ... 144s Unpacking libxrandr-dev:s390x (2:1.5.4-1) ... 144s Selecting previously unselected package libvulkan-dev:s390x. 144s Preparing to unpack .../214-libvulkan-dev_1.4.304.0-1_s390x.deb ... 144s Unpacking libvulkan-dev:s390x (1.4.304.0-1) ... 144s Selecting previously unselected package wayland-protocols. 144s Preparing to unpack .../215-wayland-protocols_1.41-1_all.deb ... 144s Unpacking wayland-protocols (1.41-1) ... 144s Selecting previously unselected package libgtk-4-dev:s390x. 144s Preparing to unpack .../216-libgtk-4-dev_4.17.4+ds-4_s390x.deb ... 144s Unpacking libgtk-4-dev:s390x (4.17.4+ds-4) ... 144s Selecting previously unselected package libadwaita-1-dev:s390x. 144s Preparing to unpack .../217-libadwaita-1-dev_1.7~beta-2ubuntu1_s390x.deb ... 144s Unpacking libadwaita-1-dev:s390x (1.7~beta-2ubuntu1) ... 144s Selecting previously unselected package libfontenc1:s390x. 144s Preparing to unpack .../218-libfontenc1_1%3a1.1.8-1build1_s390x.deb ... 144s Unpacking libfontenc1:s390x (1:1.1.8-1build1) ... 144s Selecting previously unselected package libxt6t64:s390x. 144s Preparing to unpack .../219-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 144s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 144s Selecting previously unselected package libxmu6:s390x. 144s Preparing to unpack .../220-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 144s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 144s Selecting previously unselected package libxpm4:s390x. 144s Preparing to unpack .../221-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 144s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 144s Selecting previously unselected package libxaw7:s390x. 144s Preparing to unpack .../222-libxaw7_2%3a1.0.16-1_s390x.deb ... 144s Unpacking libxaw7:s390x (2:1.0.16-1) ... 144s Selecting previously unselected package libxfont2:s390x. 144s Preparing to unpack .../223-libxfont2_1%3a2.0.6-1build1_s390x.deb ... 144s Unpacking libxfont2:s390x (1:2.0.6-1build1) ... 144s Selecting previously unselected package libxkbfile1:s390x. 144s Preparing to unpack .../224-libxkbfile1_1%3a1.1.0-1build4_s390x.deb ... 144s Unpacking libxkbfile1:s390x (1:1.1.0-1build4) ... 144s Selecting previously unselected package x11-xkb-utils. 144s Preparing to unpack .../225-x11-xkb-utils_7.7+9_s390x.deb ... 144s Unpacking x11-xkb-utils (7.7+9) ... 144s Selecting previously unselected package xserver-common. 144s Preparing to unpack .../226-xserver-common_2%3a21.1.14-2ubuntu1_all.deb ... 144s Unpacking xserver-common (2:21.1.14-2ubuntu1) ... 144s Selecting previously unselected package xvfb. 144s Preparing to unpack .../227-xvfb_2%3a21.1.14-2ubuntu1_s390x.deb ... 144s Unpacking xvfb (2:21.1.14-2ubuntu1) ... 144s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 144s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 144s Setting up libpixman-1-0:s390x (0.44.0-3) ... 144s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 144s Setting up libwayland-server0:s390x (1.23.1-3) ... 144s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 144s Setting up libpixman-1-dev:s390x (0.44.0-3) ... 144s Setting up native-architecture (0.2.5) ... 144s Setting up libxdamage1:s390x (1:1.1.6-1build1) ... 144s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 144s Setting up libzstd-dev:s390x (1.5.6+dfsg-2) ... 144s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 144s Setting up libglvnd-core-dev:s390x (1.7.0-1build1) ... 144s Setting up hicolor-icon-theme (0.18-2) ... 144s Setting up libxi6:s390x (2:1.8.2-1) ... 144s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 144s Setting up libdatrie1:s390x (0.2.13-3build1) ... 144s Setting up libgirepository-2.0-0:s390x (2.83.3-2) ... 144s Setting up libxcb-render0:s390x (1.17.0-2) ... 144s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 144s Setting up libglvnd0:s390x (1.7.0-1build1) ... 144s Setting up libfribidi-dev:s390x (1.0.16-1) ... 144s Setting up libxcb-glx0:s390x (1.17.0-2) ... 144s Setting up libxkbcommon-dev:s390x (1.7.0-2) ... 144s Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 144s Setting up x11-common (1:7.7+23ubuntu3) ... 144s Setting up libdeflate0:s390x (1.23-1) ... 144s Setting up libwebpdecoder3:s390x (1.5.0-0.1) ... 144s Setting up libglib2.0-bin (2.83.3-2) ... 144s Setting up libcpdb2t64:s390x (2.0~b5-1.2build1) ... 144s Setting up libxcb-shm0:s390x (1.17.0-2) ... 144s Setting up libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 144s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 144s Setting up libffi-dev:s390x (3.4.7-1) ... 144s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 144s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 144s Setting up libopengl0:s390x (1.7.0-1build1) ... 144s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 144s Setting up libxcb-present0:s390x (1.17.0-2) ... 144s Setting up libdconf1:s390x (0.40.0-5) ... 144s Setting up libsysprof-capture-4-dev:s390x (48~beta-2) ... 144s Setting up xtrans-dev (1.4.0-1) ... 144s Setting up libwayland-bin (1.23.1-3) ... 144s Setting up libgraphite2-dev:s390x (1.3.14-2ubuntu1) ... 144s Setting up libfontenc1:s390x (1:1.1.8-1build1) ... 144s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 144s Setting up python3-packaging (24.2-1) ... 144s Setting up libpkgconf3:s390x (1.8.1-4) ... 144s Setting up libgles2:s390x (1.7.0-1build1) ... 144s Setting up libexpat1-dev:s390x (2.6.4-1) ... 144s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 144s Setting up libepoxy0:s390x (1.5.10-2) ... 144s Setting up libxfixes3:s390x (1:6.0.0-2build1) ... 144s Setting up libxcb-sync1:s390x (1.17.0-2) ... 144s Setting up uuid-dev:s390x (2.40.2-14ubuntu1) ... 144s Setting up libgles1:s390x (1.7.0-1build1) ... 144s Setting up libxinerama1:s390x (2:1.1.4-3build1) ... 144s Setting up fonts-dejavu-mono (2.37-8) ... 144s Setting up libmpc3:s390x (1.3.1-1build2) ... 144s Setting up libxrandr2:s390x (2:1.5.4-1) ... 144s Setting up icu-devtools (76.1-1ubuntu2) ... 144s Setting up fonts-dejavu-core (2.37-8) ... 144s Setting up libsepol-dev:s390x (3.7-1) ... 144s Setting up pkgconf-bin (1.8.1-4) ... 144s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 144s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 144s Setting up libvulkan1:s390x (1.4.304.0-1) ... 144s Setting up libwebp7:s390x (1.5.0-0.1) ... 144s Setting up liblzma-dev:s390x (5.6.3-1) ... 144s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 144s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 144s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 144s Setting up wayland-protocols (1.41-1) ... 144s Setting up gir1.2-glib-2.0-dev:s390x (2.83.3-2) ... 144s Setting up libxshmfence1:s390x (1.3-1build5) ... 144s Setting up libxcb-randr0:s390x (1.17.0-2) ... 144s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 144s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 144s Setting up libthai-data (0.1.29-2build1) ... 144s Setting up xorg-sgml-doctools (1:1.11-1.1) ... 144s Setting up libwayland-egl1:s390x (1.23.1-3) ... 144s Setting up libstemmer0d:s390x (2.2.0-4build1) ... 144s Setting up libxkbfile1:s390x (1:1.1.0-1build4) ... 144s Setting up libopengl-dev:s390x (1.7.0-1build1) ... 144s Setting up libisl23:s390x (0.27-1) ... 144s Setting up libsharpyuv-dev:s390x (1.5.0-0.1) ... 144s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 144s Setting up libdeflate-dev:s390x (1.23-1) ... 144s Setting up libxcomposite1:s390x (1:0.4.6-1) ... 144s Setting up libxfont2:s390x (1:2.0.6-1build1) ... 144s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 144s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 144s Setting up libbrotli-dev:s390x (1.1.0-2build3) ... 144s Setting up libgraphene-1.0-0:s390x (1.10.8-5) ... 144s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 144s Setting up libbz2-dev:s390x (1.0.8-6) ... 144s Setting up libwayland-client0:s390x (1.23.1-3) ... 144s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 144s Setting up gir1.2-graphene-1.0:s390x (1.10.8-5) ... 144s Setting up x11proto-dev (2024.1-1) ... 144s Setting up libblkid-dev:s390x (2.40.2-14ubuntu1) ... 144s Setting up libice6:s390x (2:1.1.1-1) ... 144s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 144s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 144s Setting up libgio-2.0-dev-bin (2.83.3-2) ... 145s Setting up libvulkan-dev:s390x (1.4.304.0-1) ... 145s Setting up libharfbuzz-icu0:s390x (10.2.0-1) ... 145s Setting up girepository-tools:s390x (2.83.3-2) ... 145s Setting up libxau-dev:s390x (1:1.0.11-1) ... 145s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 145s Setting up libice-dev:s390x (2:1.1.1-1) ... 145s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 145s Setting up libselinux1-dev:s390x (3.7-3ubuntu2) ... 145s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 145s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 145s Setting up libxcursor1:s390x (1:1.2.3-1) ... 145s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 145s Setting up libpng-dev:s390x (1.6.46-4) ... 145s Setting up libjbig-dev:s390x (2.1-6.1ubuntu2) ... 145s Setting up libappstream5:s390x (1.0.4-1) ... 145s Setting up dconf-service (0.40.0-5) ... 145s Setting up libharfbuzz-gobject0:s390x (10.2.0-1) ... 145s Setting up pkgconf:s390x (1.8.1-4) ... 145s Setting up libfreetype-dev:s390x (2.13.3+dfsg-1) ... 145s Setting up libthai0:s390x (0.1.29-2build1) ... 145s Setting up libxdmcp-dev:s390x (1:1.1.5-1) ... 145s Setting up libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 145s Setting up libwebp-dev:s390x (1.5.0-0.1) ... 145s Setting up x11proto-core-dev (2024.1-1) ... 145s Setting up gir1.2-appstream-1.0:s390x (1.0.4-1) ... 145s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 145s Setting up cpp-14 (14.2.0-17ubuntu3) ... 145s Setting up libdatrie-dev:s390x (0.2.13-3build1) ... 145s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 145s Setting up libwayland-cursor0:s390x (1.23.1-3) ... 145s Setting up libegl1:s390x (1.7.0-1build1) ... 145s Setting up libharfbuzz-subset0:s390x (10.2.0-1) ... 145s Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 145s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 145s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu3) ... 145s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 145s Setting up libtiffxx6:s390x (4.5.1+git230720-4ubuntu4) ... 145s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu3) ... 145s Setting up libsm6:s390x (2:1.2.4-1) ... 145s Setting up libmount-dev:s390x (2.40.2-14ubuntu1) ... 145s Setting up libglib2.0-dev-bin (2.83.3-2) ... 145s Setting up gtk-update-icon-cache (4.17.4+ds-4) ... 145s Setting up fontconfig (2.15.0-2ubuntu1) ... 147s Regenerating fonts cache... done. 147s Setting up libxft2:s390x (2.3.6-1build1) ... 147s Setting up libgio-2.0-dev:s390x (2.83.3-2) ... 147s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 147s Setting up libxcb1-dev:s390x (1.17.0-2) ... 147s Setting up libglx0:s390x (1.7.0-1build1) ... 147s Setting up dconf-gsettings-backend:s390x (0.40.0-5) ... 147s Setting up gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-2) ... 147s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 147s Setting up libfontconfig-dev:s390x (2.15.0-2ubuntu1) ... 147s Setting up libsm-dev:s390x (2:1.2.4-1) ... 147s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 147s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 147s Setting up libx11-dev:s390x (2:1.8.10-2) ... 147s Setting up libwayland-dev:s390x (1.23.1-3) ... 147s Setting up libcairo2:s390x (1.18.2-2) ... 147s Setting up libxfixes-dev:s390x (1:6.0.0-2build1) ... 147s Setting up libxcb-shm0-dev:s390x (1.17.0-2) ... 147s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 147s Setting up libgl1:s390x (1.7.0-1build1) ... 147s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 147s Setting up libharfbuzz-cairo0:s390x (10.2.0-1) ... 147s Setting up adwaita-icon-theme (48~beta-3) ... 147s update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 147s Setting up libtiff-dev:s390x (4.5.1+git230720-4ubuntu4) ... 147s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 147s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu3) ... 147s Setting up libxcb-render0-dev:s390x (1.17.0-2) ... 147s Setting up libxext-dev:s390x (2:1.3.4-1build2) ... 147s Setting up libthai-dev:s390x (0.1.29-2build1) ... 147s Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-2) ... 147s Setting up cpp (4:14.2.0-1ubuntu1) ... 147s Setting up libglx-dev:s390x (1.7.0-1build1) ... 147s Setting up libcairo-gobject2:s390x (1.18.2-2) ... 147s Setting up libgtk-4-common (4.17.4+ds-4) ... 147s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 147s Setting up libxi-dev:s390x (2:1.8.2-1) ... 147s Setting up libxrender-dev:s390x (1:0.9.10-1.1build1) ... 147s Setting up libgl-dev:s390x (1.7.0-1build1) ... 147s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 147s Setting up libxft-dev:s390x (2.3.6-1build1) ... 147s Setting up libxdamage-dev:s390x (1:1.1.6-1build1) ... 147s Setting up libcairo-script-interpreter2:s390x (1.18.2-2) ... 147s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 147s Setting up gir1.2-freedesktop:s390x (1.82.0-4) ... 147s Setting up libpangoxft-1.0-0:s390x (1.56.1-1) ... 147s Setting up libegl-dev:s390x (1.7.0-1build1) ... 147s Setting up libxcomposite-dev:s390x (1:0.4.6-1) ... 147s Setting up libxcursor-dev:s390x (1:1.2.3-1) ... 147s Setting up libepoxy-dev:s390x (1.5.10-2) ... 147s Setting up pango1.0-tools (1.56.1-1) ... 147s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 147s Setting up libxaw7:s390x (2:1.0.16-1) ... 147s Setting up gir1.2-harfbuzz-0.0:s390x (10.2.0-1) ... 147s Setting up gcc-14 (14.2.0-17ubuntu3) ... 147s Setting up gir1.2-pango-1.0:s390x (1.56.1-1) ... 147s Setting up libxrandr-dev:s390x (2:1.5.4-1) ... 147s Setting up gir1.2-freedesktop-dev:s390x (1.82.0-4) ... 147s Setting up libxinerama-dev:s390x (2:1.1.4-3build1) ... 147s Setting up g++-14 (14.2.0-17ubuntu3) ... 147s Setting up libgles-dev:s390x (1.7.0-1build1) ... 147s Setting up x11-xkb-utils (7.7+9) ... 147s Setting up libglvnd-dev:s390x (1.7.0-1build1) ... 147s Setting up gcc (4:14.2.0-1ubuntu1) ... 147s Setting up g++ (4:14.2.0-1ubuntu1) ... 147s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 147s Setting up build-essential (12.12) ... 147s Setting up xserver-common (2:21.1.14-2ubuntu1) ... 147s Setting up libegl1-mesa-dev:s390x (24.3.4-3ubuntu1) ... 147s Setting up xvfb (2:21.1.14-2ubuntu1) ... 147s Processing triggers for man-db (2.13.0-1) ... 148s Processing triggers for libglib2.0-0t64:s390x (2.83.3-2) ... 148s Setting up libglib2.0-dev:s390x (2.83.3-2) ... 148s Setting up libgraphene-1.0-dev:s390x (1.10.8-5) ... 148s Setting up libgtk-4-1:s390x (4.17.4+ds-4) ... 148s Setting up libcairo2-dev:s390x (1.18.2-2) ... 148s Processing triggers for install-info (7.1.1-1) ... 148s Setting up gir1.2-gtk-4.0:s390x (4.17.4+ds-4) ... 148s Setting up libgdk-pixbuf-2.0-dev:s390x (2.42.12+dfsg-2) ... 148s Setting up libharfbuzz-dev:s390x (10.2.0-1) ... 148s Processing triggers for libc-bin (2.40-4ubuntu1) ... 148s Setting up libadwaita-1-0:s390x (1.7~beta-2ubuntu1) ... 148s Setting up libappstream-dev:s390x (1.0.4-1) ... 148s Setting up libpango1.0-dev:s390x (1.56.1-1) ... 148s Setting up libgtk-4-dev:s390x (4.17.4+ds-4) ... 148s Setting up gir1.2-adw-1:s390x (1.7~beta-2ubuntu1) ... 148s Setting up libadwaita-1-dev:s390x (1.7~beta-2ubuntu1) ... 148s Processing triggers for libc-bin (2.40-4ubuntu1) ... 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libadwaita-1-dev'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pv4O8E/build-test-packages.all"], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build-test-packages.all /tmp/autopkgtest-work.z3dz7m8o/out/build-test-packages.all 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Pv4O8E/build.sw5/src'], kind short, sout raw, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.Pv4O8E/build.sw5/src already exists 149s autopkgtest [13:20:09]: test build-test: [----------------------- 149s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.Pv4O8E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Pv4O8E/build-test-artifacts --chdir=/tmp/autopkgtest.Pv4O8E/build.sw5/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.Pv4O8E/build-test-stderr --stdout=/tmp/autopkgtest.Pv4O8E/build-test-stdout --tmp=/tmp/autopkgtest.Pv4O8E/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=build-essential/12.12 --make-executable=/tmp/autopkgtest.Pv4O8E/build.sw5/src/debian/tests/build-test -- /tmp/autopkgtest.Pv4O8E/build.sw5/src/debian/tests/build-test'], kind test, sout raw, serr raw, env [] 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Pv4O8E/build-test-artifacts 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: changing to directory: /tmp/autopkgtest.Pv4O8E/build.sw5/src 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: LANG=C.UTF-8 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LANGUAGE 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_ADDRESS 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_ALL 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_COLLATE 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_CTYPE 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MEASUREMENT 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MESSAGES 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MONETARY 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_NAME 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_NUMERIC 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_PAPER 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_TELEPHONE 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_TIME 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: pretending to be a login shell 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will write standard error to /tmp/autopkgtest.Pv4O8E/build-test-stderr 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will write stdout to /tmp/autopkgtest.Pv4O8E/build-test-stdout 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Pv4O8E/autopkgtest_tmp 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=build-essential/12.12 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: marking as executable: /tmp/autopkgtest.Pv4O8E/build.sw5/src/debian/tests/build-test 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: command to run: /tmp/autopkgtest.Pv4O8E/build.sw5/src/debian/tests/build-test 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: copying /tmp/tmp.W3Cya9uQeM/out to stdout and file: /tmp/autopkgtest.Pv4O8E/build-test-stdout 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: copying /tmp/tmp.W3Cya9uQeM/err to standard error and file: /tmp/autopkgtest.Pv4O8E/build-test-stdout 149s /tmp/autopkgtest.Pv4O8E/wrapper.sh: writing script pid 3991 to /tmp/autopkgtest_script_pid 150s build ok 150s starts ok 150s /tmp/autopkgtest.Pv4O8E/wrapper.sh: checking for leaked background processes... 150s /tmp/autopkgtest.Pv4O8E/wrapper.sh: waiting for tee/cat subprocesses... 150s /tmp/autopkgtest.Pv4O8E/wrapper.sh: cleaning up... 150s /tmp/autopkgtest.Pv4O8E/wrapper.sh: Exit status: 0 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [13:20:10]: test build-test: -----------------------] 150s autopkgtest: DBG: testbed executing test finished with exit status 0 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build-test-stdout /tmp/autopkgtest-work.z3dz7m8o/out/build-test-stdout 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build-test-stderr /tmp/autopkgtest-work.z3dz7m8o/out/build-test-stderr 151s autopkgtest: DBG: got reply from testbed: ok 151s build-test PASS (superficial) 151s autopkgtest [13:20:11]: test build-test: - - - - - - - - - - results - - - - - - - - - - 151s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/build-test-artifacts/ /tmp/autopkgtest-work.z3dz7m8o/out/artifacts/ 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Pv4O8E/build-test-artifacts', '/tmp/autopkgtest.Pv4O8E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest [13:20:11]: test command1: preparing testbed 151s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'libadwaita-1-dev', 'pkgconf', 'xauth', 'xvfb'], deps_new=['gir1.2-adw-1', 'python3', 'python3-gi', 'xauth', 'xvfb'] 151s autopkgtest: DBG: testbed reset 151s autopkgtest: DBG: sending command to testbed: revert 275s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Pv4O8E 275s autopkgtest: DBG: sending command to testbed: print-execute-command 275s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.6lyntav6/runcmd 275s autopkgtest: DBG: sending command to testbed: capabilities 275s autopkgtest: DBG: got reply from testbed: ok root-on-testbed ok suggested-normal-user=ubuntu revert-full-system revert isolation-machine reboot 275s autopkgtest: DBG: testbed capabilities: ['root-on-testbed', 'ok', 'suggested-normal-user=ubuntu', 'revert-full-system', 'revert', 'isolation-machine', 'reboot', 'has_internet'] 275s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Pv4O8E/wrapper.sh 275s autopkgtest: DBG: got reply from testbed: ok 275s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/wrapper.sh'], kind short, sout raw, serr pipe, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest [13:22:15]: testbed dpkg architecture: s390x 275s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest [13:22:16]: testbed apt version: 2.9.30ubuntu1 276s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed has eatmydata 276s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest [13:22:16]: @@@@@@@@@@@@@@@@@@@@ test bed setup 276s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest [13:22:16]: testbed release detected to be: plucky 276s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: adding APT source: Types: deb deb-src 277s URIs: http://ftpmaster.internal/ubuntu/ 277s Suites: plucky-proposed 277s Components: main restricted universe multiverse 277s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 277s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 277s Package: * 277s Pin: release plucky-proposed 277s Pin-Priority: 500 277s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest [13:22:17]: updating testbed package index (apt update) 277s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 277s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 277s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 278s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 278s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 278s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [719 kB] 278s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 278s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [90.3 kB] 278s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 278s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [131 kB] 278s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 278s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [637 kB] 278s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4436 B] 278s Fetched 1711 kB in 1s (1803 kB/s) 279s Reading package lists... 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 279s Package: * 279s Pin: release plucky-proposed 279s Pin-Priority: 100 279s 279s Package: src:build-essential:any 279s Pin: release plucky-proposed 279s Pin-Priority: 995 279s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:build-essential:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.Pv4O8E/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 279s + lsb_release --codename --short 279s + RELEASE=plucky 279s + cat 279s + [ plucky != trusty ] 279s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 279s Reading package lists... 279s Building dependency tree... 279s Reading state information... 279s Calculating upgrade... 280s Calculating upgrade... 280s The following packages were automatically installed and are no longer required: 280s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 280s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 280s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 280s linux-tools-6.11.0-8-generic 280s Use 'sudo apt autoremove' to remove them. 280s The following packages will be upgraded: 280s base-files gcc-14-base motd-news-config 280s 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 280s Need to get 134 kB of archives. 280s After this operation, 0 B of additional disk space will be used. 280s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x motd-news-config all 13.6ubuntu1 [5168 B] 280s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x base-files s390x 13.6ubuntu1 [75.4 kB] 280s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu3 [53.6 kB] 280s Fetched 134 kB in 0s (318 kB/s) 280s (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 ... 81030 files and directories currently installed.) 280s Preparing to unpack .../motd-news-config_13.6ubuntu1_all.deb ... 280s Unpacking motd-news-config (13.6ubuntu1) over (13.5ubuntu3) ... 281s Preparing to unpack .../base-files_13.6ubuntu1_s390x.deb ... 281s Unpacking base-files (13.6ubuntu1) over (13.5ubuntu3) ... 281s Setting up base-files (13.6ubuntu1) ... 281s Updating /root/.profile to current default. 281s motd-news.service is a disabled or a static unit not running, not starting it. 281s (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 ... 81030 files and directories currently installed.) 281s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu3_s390x.deb ... 281s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu3) over (14.2.0-17ubuntu1) ... 281s Setting up motd-news-config (13.6ubuntu1) ... 281s Setting up gcc-14-base:s390x (14.2.0-17ubuntu3) ... 281s Processing triggers for plymouth-theme-ubuntu-text (24.004.60-2ubuntu5) ... 281s Processing triggers for install-info (7.1.1-1) ... 281s Processing triggers for man-db (2.13.0-1) ... 281s Processing triggers for initramfs-tools (0.145ubuntu2) ... 281s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 281s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 285s Using config file '/etc/zipl.conf' 285s Building bootmap in '/boot' 285s Adding IPL section 'ubuntu' (default) 285s Preparing boot device for LD-IPL: vda (0000). 285s Done. 285s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 285s + /usr/lib/apt/apt-helper analyze-pattern ?true 285s + uname -r 285s + sed s/\./\\./g 285s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 285s + apt list ?obsolete 286s + + cut -d/ -f1 286s tail -n+2 286s + grep -v ^linux-.*6\.12\.0-15-generic.* 286s + true 286s + obsolete_pkgs= 286s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 286s Reading package lists... 286s Building dependency tree... 286s Reading state information... 286s Solving dependencies... 286s The following packages will be REMOVED: 286s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 286s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 286s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 286s linux-tools-6.11.0-8-generic* 286s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 286s After this operation, 167 MB disk space will be freed. 286s (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 ... 81030 files and directories currently installed.) 286s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 286s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 286s Removing libpython3.12t64:s390x (3.12.9-1) ... 286s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 286s Removing libnsl2:s390x (1.3.0-3build3) ... 286s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 286s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 286s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 287s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 287s Processing triggers for libc-bin (2.40-4ubuntu1) ... 287s (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 ... 55930 files and directories currently installed.) 287s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 287s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 287s + grep -q trusty /etc/lsb-release 287s + [ ! -d /usr/share/doc/unattended-upgrades ] 287s + [ ! -d /usr/share/doc/lxd ] 287s + [ ! -d /usr/share/doc/lxd-client ] 287s + [ ! -d /usr/share/doc/snapd ] 287s + type iptables 287s + cat 287s + chmod 755 /etc/rc.local 287s + . /etc/rc.local 287s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 287s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 287s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 287s + uname -m 287s + [ s390x = ppc64le ] 287s + [ -d /run/systemd/system ] 287s + systemd-detect-virt --quiet --vm 287s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 287s + cat 287s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 287s + echo COMPRESS=lz4 287s autopkgtest: DBG: testbed command exited with code 0 287s autopkgtest [13:22:27]: upgrading testbed (apt dist-upgrade and autopurge) 287s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 288s Reading package lists... 288s Building dependency tree... 288s Reading state information... 288s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 288s Starting 2 pkgProblemResolver with broken count: 0 288s Done 288s Entering ResolveByKeep 288s 288s Calculating upgrade... 288s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 288s autopkgtest: DBG: testbed command exited with code 0 288s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 289s Reading package lists... 289s Building dependency tree... 289s Reading state information... 289s Starting pkgProblemResolver with broken count: 0 289s Starting 2 pkgProblemResolver with broken count: 0 289s Done 289s Solving dependencies... 289s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.Pv4O8E/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 289s autopkgtest: DBG: testbed command exited with code 1 289s autopkgtest [13:22:29]: rebooting testbed after setup commands that affected boot 289s autopkgtest: DBG: sending command to testbed: reboot 305s autopkgtest: DBG: got reply from testbed: ok 305s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 305s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 305s autopkgtest: DBG: testbed command exited with code 0 305s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot 305s autopkgtest: DBG: got reply from testbed: ok 305s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 306s autopkgtest: DBG: testbed command exited with code 0 306s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 306s autopkgtest: DBG: testbed command exited with code 0 306s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 306s autopkgtest: DBG: testbed command exited with code 0 306s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 307s autopkgtest: DBG: testbed command exited with code 0 307s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare 307s autopkgtest: DBG: got reply from testbed: ok 307s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 307s autopkgtest: DBG: testbed command exited with code 0 307s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 308s autopkgtest: DBG: testbed command exited with code 0 308s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 308s autopkgtest: DBG: testbed command exited with code 0 308s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pv4O8E/testbed-packages"], kind short, sout raw, serr pipe, env [] 308s autopkgtest: DBG: testbed command exited with code 0 308s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/testbed-packages /tmp/autopkgtest-work.z3dz7m8o/out/testbed-packages 309s autopkgtest: DBG: got reply from testbed: ok 309s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 309s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot 309s autopkgtest: DBG: got reply from testbed: ok 309s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 309s autopkgtest: DBG: testbed command exited with code 0 309s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E'], kind short, sout raw, serr pipe, env [] 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare 311s autopkgtest: DBG: got reply from testbed: ok 311s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 311s autopkgtest: DBG: testbed command exited with code 0 311s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Pv4O8E/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 311s autopkgtest: DBG: testbed command exited with code 0 311s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 311s autopkgtest: DBG: testbed command exited with code 0 311s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 311s autopkgtest: DBG: install_deps: deps_new=['gir1.2-adw-1', 'python3', 'python3-gi', 'xauth', 'xvfb'] 311s autopkgtest: DBG: install-deps: satisfying gir1.2-adw-1, python3, python3-gi, xauth, xvfb 311s autopkgtest: DBG: can use apt-get on testbed: True 311s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'gir1.2-adw-1, python3, python3-gi, xauth, xvfb'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 311s Reading package lists... 312s Building dependency tree... 312s Reading state information... 312s Starting pkgProblemResolver with broken count: 0 312s Starting 2 pkgProblemResolver with broken count: 0 312s Done 312s The following NEW packages will be installed: 312s adwaita-icon-theme dconf-gsettings-backend dconf-service fontconfig 312s fontconfig-config fonts-dejavu-core fonts-dejavu-mono gir1.2-adw-1 312s gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-graphene-1.0 gir1.2-gtk-4.0 312s gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 gtk-update-icon-cache 312s hicolor-icon-theme libadwaita-1-0 libappstream5 libcairo-gobject2 312s libcairo-script-interpreter2 libcairo2 libcpdb-frontend2t64 libcpdb2t64 312s libdatrie1 libdconf1 libdeflate0 libdrm-radeon1 libepoxy0 libfontconfig1 312s libfontenc1 libfreetype6 libgbm1 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common 312s libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 312s libgraphene-1.0-0 libgraphite2-3 libgtk-4-1 libgtk-4-common 312s libharfbuzz-gobject0 libharfbuzz-subset0 libharfbuzz0b libice6 libjbig0 312s libjpeg-turbo8 libjpeg8 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 312s libpangoxft-1.0-0 libpixman-1-0 libsharpyuv0 libsm6 libstemmer0d 312s libthai-data libthai0 libtiff6 libvulkan1 libwayland-client0 libwayland-egl1 312s libwayland-server0 libwebp7 libx11-xcb1 libxaw7 libxcb-dri3-0 libxcb-glx0 312s libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 312s libxcb-xfixes0 libxcursor1 libxdamage1 libxfixes3 libxfont2 libxft2 libxi6 312s libxinerama1 libxkbfile1 libxmu6 libxpm4 libxrandr2 libxrender1 312s libxshmfence1 libxt6t64 libxxf86vm1 mesa-libgallium x11-common x11-xkb-utils 312s xserver-common xvfb 312s 0 upgraded, 98 newly installed, 0 to remove and 0 not upgraded. 312s Need to get 23.8 MB of archives. 312s After this operation, 99.2 MB of additional disk space will be used. 312s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-common all 2.42.12+dfsg-2 [8004 B] 312s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 312s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 312s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 312s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 312s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 312s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 313s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 313s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-0 s390x 2.42.12+dfsg-2 [154 kB] 313s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x gtk-update-icon-cache s390x 4.17.4+ds-4 [52.9 kB] 313s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x hicolor-icon-theme all 0.18-2 [13.3 kB] 313s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x adwaita-icon-theme all 48~beta-3 [578 kB] 313s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libdconf1 s390x 0.40.0-5 [40.0 kB] 313s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-service s390x 0.40.0-5 [28.4 kB] 313s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-gsettings-backend s390x 0.40.0-5 [22.8 kB] 313s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 313s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 313s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 313s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 313s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 313s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 313s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 313s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 313s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 313s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 313s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 313s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-gobject2 s390x 1.18.2-2 [127 kB] 313s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-freedesktop s390x 1.82.0-4 [64.0 kB] 313s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gdkpixbuf-2.0 s390x 2.42.12+dfsg-2 [9330 B] 313s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphene-1.0-0 s390x 1.10.8-5 [54.2 kB] 313s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-graphene-1.0 s390x 1.10.8-5 [11.0 kB] 313s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 313s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 313s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-gobject0 s390x 10.2.0-1 [35.1 kB] 313s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-harfbuzz-0.0 s390x 10.2.0-1 [44.4 kB] 313s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 313s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 313s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 313s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 313s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 313s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 313s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 313s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoxft-1.0-0 s390x 1.56.1-1 [20.2 kB] 313s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-pango-1.0 s390x 1.56.1-1 [34.4 kB] 313s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-script-interpreter2 s390x 1.18.2-2 [62.3 kB] 313s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb2t64 s390x 2.0~b5-1.2build1 [26.3 kB] 313s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb-frontend2t64 s390x 2.0~b5-1.2build1 [19.4 kB] 313s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libepoxy0 s390x 1.5.10-2 [222 kB] 313s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-subset0 s390x 10.2.0-1 [552 kB] 313s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 313s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-3 [28.2 kB] 313s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-3 [6078 B] 313s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes3 s390x 1:6.0.0-2build1 [11.3 kB] 313s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libxcursor1 s390x 1:1.2.3-1 [23.4 kB] 313s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libxdamage1 s390x 1:1.1.6-1build1 [6156 B] 313s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libxi6 s390x 2:1.8.2-1 [35.4 kB] 313s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libxinerama1 s390x 2:1.1.4-3build1 [6476 B] 313s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr2 s390x 2:1.5.4-1 [20.8 kB] 313s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd0 s390x 1.7.0-1build1 [110 kB] 313s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libgles2 s390x 1.7.0-1build1 [22.4 kB] 313s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-common all 4.17.4+ds-4 [1508 kB] 313s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-1 s390x 4.17.4+ds-4 [3252 kB] 313s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gtk-4.0 s390x 4.17.4+ds-4 [211 kB] 313s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libstemmer0d s390x 2.2.0-4build1 [174 kB] 313s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libappstream5 s390x 1.0.4-1 [236 kB] 313s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libadwaita-1-0 s390x 1.7~beta-2ubuntu1 [462 kB] 313s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-adw-1 s390x 1.7~beta-2ubuntu1 [43.2 kB] 313s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 313s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libfontenc1 s390x 1:1.1.8-1build1 [14.8 kB] 313s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-3 [37.3 kB] 314s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 314s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 314s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 314s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 314s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 314s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 314s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 314s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 314s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 314s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 314s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 314s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 314s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 314s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 314s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 314s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 314s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 314s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 314s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 314s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 314s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 314s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libxfont2 s390x 1:2.0.6-1build1 [101 kB] 314s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbfile1 s390x 1:1.1.0-1build4 [76.5 kB] 314s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x x11-xkb-utils s390x 7.7+9 [169 kB] 314s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x xserver-common all 2:21.1.14-2ubuntu1 [33.7 kB] 314s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libglx0 s390x 1.7.0-1build1 [32.2 kB] 314s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1 s390x 1.7.0-1build1 [142 kB] 314s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x xvfb s390x 2:21.1.14-2ubuntu1 [941 kB] 315s Fetched 23.8 MB in 2s (11.7 MB/s) 315s Selecting previously unselected package libgdk-pixbuf2.0-common. 315s (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 ... 55928 files and directories currently installed.) 315s Preparing to unpack .../00-libgdk-pixbuf2.0-common_2.42.12+dfsg-2_all.deb ... 315s Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 315s Selecting previously unselected package libjpeg-turbo8:s390x. 315s Preparing to unpack .../01-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 315s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 315s Selecting previously unselected package libjpeg8:s390x. 315s Preparing to unpack .../02-libjpeg8_8c-2ubuntu11_s390x.deb ... 315s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 315s Selecting previously unselected package libdeflate0:s390x. 315s Preparing to unpack .../03-libdeflate0_1.23-1_s390x.deb ... 315s Unpacking libdeflate0:s390x (1.23-1) ... 315s Selecting previously unselected package libjbig0:s390x. 315s Preparing to unpack .../04-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 315s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 315s Selecting previously unselected package libsharpyuv0:s390x. 315s Preparing to unpack .../05-libsharpyuv0_1.5.0-0.1_s390x.deb ... 315s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 315s Selecting previously unselected package libwebp7:s390x. 315s Preparing to unpack .../06-libwebp7_1.5.0-0.1_s390x.deb ... 315s Unpacking libwebp7:s390x (1.5.0-0.1) ... 315s Selecting previously unselected package libtiff6:s390x. 315s Preparing to unpack .../07-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 315s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 315s Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x. 315s Preparing to unpack .../08-libgdk-pixbuf-2.0-0_2.42.12+dfsg-2_s390x.deb ... 315s Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 315s Selecting previously unselected package gtk-update-icon-cache. 315s Preparing to unpack .../09-gtk-update-icon-cache_4.17.4+ds-4_s390x.deb ... 315s No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. 315s 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. 315s Unpacking gtk-update-icon-cache (4.17.4+ds-4) ... 315s Selecting previously unselected package hicolor-icon-theme. 315s Preparing to unpack .../10-hicolor-icon-theme_0.18-2_all.deb ... 315s Unpacking hicolor-icon-theme (0.18-2) ... 315s Selecting previously unselected package adwaita-icon-theme. 315s Preparing to unpack .../11-adwaita-icon-theme_48~beta-3_all.deb ... 315s Unpacking adwaita-icon-theme (48~beta-3) ... 315s Selecting previously unselected package libdconf1:s390x. 315s Preparing to unpack .../12-libdconf1_0.40.0-5_s390x.deb ... 315s Unpacking libdconf1:s390x (0.40.0-5) ... 315s Selecting previously unselected package dconf-service. 315s Preparing to unpack .../13-dconf-service_0.40.0-5_s390x.deb ... 315s Unpacking dconf-service (0.40.0-5) ... 315s Selecting previously unselected package dconf-gsettings-backend:s390x. 315s Preparing to unpack .../14-dconf-gsettings-backend_0.40.0-5_s390x.deb ... 315s Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ... 315s Selecting previously unselected package libfreetype6:s390x. 315s Preparing to unpack .../15-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 315s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 315s Selecting previously unselected package fonts-dejavu-mono. 315s Preparing to unpack .../16-fonts-dejavu-mono_2.37-8_all.deb ... 315s Unpacking fonts-dejavu-mono (2.37-8) ... 315s Selecting previously unselected package fonts-dejavu-core. 315s Preparing to unpack .../17-fonts-dejavu-core_2.37-8_all.deb ... 315s Unpacking fonts-dejavu-core (2.37-8) ... 315s Selecting previously unselected package fontconfig-config. 315s Preparing to unpack .../18-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 315s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 315s Selecting previously unselected package libfontconfig1:s390x. 315s Preparing to unpack .../19-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 315s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 315s Selecting previously unselected package fontconfig. 315s Preparing to unpack .../20-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 315s Unpacking fontconfig (2.15.0-2ubuntu1) ... 315s Selecting previously unselected package libpixman-1-0:s390x. 315s Preparing to unpack .../21-libpixman-1-0_0.44.0-3_s390x.deb ... 315s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 315s Selecting previously unselected package libxcb-render0:s390x. 315s Preparing to unpack .../22-libxcb-render0_1.17.0-2_s390x.deb ... 315s Unpacking libxcb-render0:s390x (1.17.0-2) ... 315s Selecting previously unselected package libxcb-shm0:s390x. 315s Preparing to unpack .../23-libxcb-shm0_1.17.0-2_s390x.deb ... 315s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 315s Selecting previously unselected package libxrender1:s390x. 315s Preparing to unpack .../24-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 315s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 315s Selecting previously unselected package libcairo2:s390x. 315s Preparing to unpack .../25-libcairo2_1.18.2-2_s390x.deb ... 315s Unpacking libcairo2:s390x (1.18.2-2) ... 315s Selecting previously unselected package libcairo-gobject2:s390x. 315s Preparing to unpack .../26-libcairo-gobject2_1.18.2-2_s390x.deb ... 315s Unpacking libcairo-gobject2:s390x (1.18.2-2) ... 315s Selecting previously unselected package gir1.2-freedesktop:s390x. 315s Preparing to unpack .../27-gir1.2-freedesktop_1.82.0-4_s390x.deb ... 315s Unpacking gir1.2-freedesktop:s390x (1.82.0-4) ... 315s Selecting previously unselected package gir1.2-gdkpixbuf-2.0:s390x. 315s Preparing to unpack .../28-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-2_s390x.deb ... 315s Unpacking gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-2) ... 315s Selecting previously unselected package libgraphene-1.0-0:s390x. 315s Preparing to unpack .../29-libgraphene-1.0-0_1.10.8-5_s390x.deb ... 315s Unpacking libgraphene-1.0-0:s390x (1.10.8-5) ... 315s Selecting previously unselected package gir1.2-graphene-1.0:s390x. 315s Preparing to unpack .../30-gir1.2-graphene-1.0_1.10.8-5_s390x.deb ... 315s Unpacking gir1.2-graphene-1.0:s390x (1.10.8-5) ... 315s Selecting previously unselected package libgraphite2-3:s390x. 315s Preparing to unpack .../31-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 315s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 315s Selecting previously unselected package libharfbuzz0b:s390x. 315s Preparing to unpack .../32-libharfbuzz0b_10.2.0-1_s390x.deb ... 315s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 315s Selecting previously unselected package libharfbuzz-gobject0:s390x. 315s Preparing to unpack .../33-libharfbuzz-gobject0_10.2.0-1_s390x.deb ... 315s Unpacking libharfbuzz-gobject0:s390x (10.2.0-1) ... 315s Selecting previously unselected package gir1.2-harfbuzz-0.0:s390x. 315s Preparing to unpack .../34-gir1.2-harfbuzz-0.0_10.2.0-1_s390x.deb ... 315s Unpacking gir1.2-harfbuzz-0.0:s390x (10.2.0-1) ... 315s Selecting previously unselected package libthai-data. 315s Preparing to unpack .../35-libthai-data_0.1.29-2build1_all.deb ... 315s Unpacking libthai-data (0.1.29-2build1) ... 315s Selecting previously unselected package libdatrie1:s390x. 315s Preparing to unpack .../36-libdatrie1_0.2.13-3build1_s390x.deb ... 315s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 315s Selecting previously unselected package libthai0:s390x. 315s Preparing to unpack .../37-libthai0_0.1.29-2build1_s390x.deb ... 315s Unpacking libthai0:s390x (0.1.29-2build1) ... 315s Selecting previously unselected package libpango-1.0-0:s390x. 315s Preparing to unpack .../38-libpango-1.0-0_1.56.1-1_s390x.deb ... 315s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 315s Selecting previously unselected package libpangoft2-1.0-0:s390x. 315s Preparing to unpack .../39-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 315s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 315s Selecting previously unselected package libpangocairo-1.0-0:s390x. 315s Preparing to unpack .../40-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 315s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 315s Selecting previously unselected package libxft2:s390x. 315s Preparing to unpack .../41-libxft2_2.3.6-1build1_s390x.deb ... 315s Unpacking libxft2:s390x (2.3.6-1build1) ... 315s Selecting previously unselected package libpangoxft-1.0-0:s390x. 315s Preparing to unpack .../42-libpangoxft-1.0-0_1.56.1-1_s390x.deb ... 315s Unpacking libpangoxft-1.0-0:s390x (1.56.1-1) ... 315s Selecting previously unselected package gir1.2-pango-1.0:s390x. 315s Preparing to unpack .../43-gir1.2-pango-1.0_1.56.1-1_s390x.deb ... 315s Unpacking gir1.2-pango-1.0:s390x (1.56.1-1) ... 315s Selecting previously unselected package libcairo-script-interpreter2:s390x. 315s Preparing to unpack .../44-libcairo-script-interpreter2_1.18.2-2_s390x.deb ... 315s Unpacking libcairo-script-interpreter2:s390x (1.18.2-2) ... 315s Selecting previously unselected package libcpdb2t64:s390x. 315s Preparing to unpack .../45-libcpdb2t64_2.0~b5-1.2build1_s390x.deb ... 315s Unpacking libcpdb2t64:s390x (2.0~b5-1.2build1) ... 315s Selecting previously unselected package libcpdb-frontend2t64:s390x. 315s Preparing to unpack .../46-libcpdb-frontend2t64_2.0~b5-1.2build1_s390x.deb ... 315s Unpacking libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 315s Selecting previously unselected package libepoxy0:s390x. 315s Preparing to unpack .../47-libepoxy0_1.5.10-2_s390x.deb ... 315s Unpacking libepoxy0:s390x (1.5.10-2) ... 315s Selecting previously unselected package libharfbuzz-subset0:s390x. 315s Preparing to unpack .../48-libharfbuzz-subset0_10.2.0-1_s390x.deb ... 315s Unpacking libharfbuzz-subset0:s390x (10.2.0-1) ... 315s Selecting previously unselected package libvulkan1:s390x. 315s Preparing to unpack .../49-libvulkan1_1.4.304.0-1_s390x.deb ... 315s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 315s Selecting previously unselected package libwayland-client0:s390x. 315s Preparing to unpack .../50-libwayland-client0_1.23.1-3_s390x.deb ... 315s Unpacking libwayland-client0:s390x (1.23.1-3) ... 315s Selecting previously unselected package libwayland-egl1:s390x. 315s Preparing to unpack .../51-libwayland-egl1_1.23.1-3_s390x.deb ... 315s Unpacking libwayland-egl1:s390x (1.23.1-3) ... 315s Selecting previously unselected package libxfixes3:s390x. 315s Preparing to unpack .../52-libxfixes3_1%3a6.0.0-2build1_s390x.deb ... 315s Unpacking libxfixes3:s390x (1:6.0.0-2build1) ... 315s Selecting previously unselected package libxcursor1:s390x. 315s Preparing to unpack .../53-libxcursor1_1%3a1.2.3-1_s390x.deb ... 315s Unpacking libxcursor1:s390x (1:1.2.3-1) ... 315s Selecting previously unselected package libxdamage1:s390x. 315s Preparing to unpack .../54-libxdamage1_1%3a1.1.6-1build1_s390x.deb ... 315s Unpacking libxdamage1:s390x (1:1.1.6-1build1) ... 315s Selecting previously unselected package libxi6:s390x. 315s Preparing to unpack .../55-libxi6_2%3a1.8.2-1_s390x.deb ... 315s Unpacking libxi6:s390x (2:1.8.2-1) ... 315s Selecting previously unselected package libxinerama1:s390x. 315s Preparing to unpack .../56-libxinerama1_2%3a1.1.4-3build1_s390x.deb ... 315s Unpacking libxinerama1:s390x (2:1.1.4-3build1) ... 315s Selecting previously unselected package libxrandr2:s390x. 315s Preparing to unpack .../57-libxrandr2_2%3a1.5.4-1_s390x.deb ... 315s Unpacking libxrandr2:s390x (2:1.5.4-1) ... 315s Selecting previously unselected package libglvnd0:s390x. 315s Preparing to unpack .../58-libglvnd0_1.7.0-1build1_s390x.deb ... 315s Unpacking libglvnd0:s390x (1.7.0-1build1) ... 315s Selecting previously unselected package libgles2:s390x. 315s Preparing to unpack .../59-libgles2_1.7.0-1build1_s390x.deb ... 315s Unpacking libgles2:s390x (1.7.0-1build1) ... 315s Selecting previously unselected package libgtk-4-common. 315s Preparing to unpack .../60-libgtk-4-common_4.17.4+ds-4_all.deb ... 315s Unpacking libgtk-4-common (4.17.4+ds-4) ... 315s Selecting previously unselected package libgtk-4-1:s390x. 315s Preparing to unpack .../61-libgtk-4-1_4.17.4+ds-4_s390x.deb ... 315s Unpacking libgtk-4-1:s390x (4.17.4+ds-4) ... 315s Selecting previously unselected package gir1.2-gtk-4.0:s390x. 315s Preparing to unpack .../62-gir1.2-gtk-4.0_4.17.4+ds-4_s390x.deb ... 315s Unpacking gir1.2-gtk-4.0:s390x (4.17.4+ds-4) ... 315s Selecting previously unselected package libstemmer0d:s390x. 315s Preparing to unpack .../63-libstemmer0d_2.2.0-4build1_s390x.deb ... 315s Unpacking libstemmer0d:s390x (2.2.0-4build1) ... 315s Selecting previously unselected package libappstream5:s390x. 315s Preparing to unpack .../64-libappstream5_1.0.4-1_s390x.deb ... 315s Unpacking libappstream5:s390x (1.0.4-1) ... 316s Selecting previously unselected package libadwaita-1-0:s390x. 316s Preparing to unpack .../65-libadwaita-1-0_1.7~beta-2ubuntu1_s390x.deb ... 316s Unpacking libadwaita-1-0:s390x (1.7~beta-2ubuntu1) ... 316s Selecting previously unselected package gir1.2-adw-1:s390x. 316s Preparing to unpack .../66-gir1.2-adw-1_1.7~beta-2ubuntu1_s390x.deb ... 316s Unpacking gir1.2-adw-1:s390x (1.7~beta-2ubuntu1) ... 316s Selecting previously unselected package libdrm-radeon1:s390x. 316s Preparing to unpack .../67-libdrm-radeon1_2.4.123-1_s390x.deb ... 316s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 316s Selecting previously unselected package libfontenc1:s390x. 316s Preparing to unpack .../68-libfontenc1_1%3a1.1.8-1build1_s390x.deb ... 316s Unpacking libfontenc1:s390x (1:1.1.8-1build1) ... 316s Selecting previously unselected package libwayland-server0:s390x. 316s Preparing to unpack .../69-libwayland-server0_1.23.1-3_s390x.deb ... 316s Unpacking libwayland-server0:s390x (1.23.1-3) ... 316s Selecting previously unselected package libglapi-mesa:s390x. 316s Preparing to unpack .../70-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 316s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 316s Selecting previously unselected package libx11-xcb1:s390x. 316s Preparing to unpack .../71-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 316s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 316s Selecting previously unselected package libxcb-dri3-0:s390x. 316s Preparing to unpack .../72-libxcb-dri3-0_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxcb-present0:s390x. 316s Preparing to unpack .../73-libxcb-present0_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-present0:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxcb-randr0:s390x. 316s Preparing to unpack .../74-libxcb-randr0_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxcb-sync1:s390x. 316s Preparing to unpack .../75-libxcb-sync1_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxcb-xfixes0:s390x. 316s Preparing to unpack .../76-libxcb-xfixes0_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxshmfence1:s390x. 316s Preparing to unpack .../77-libxshmfence1_1.3-1build5_s390x.deb ... 316s Unpacking libxshmfence1:s390x (1.3-1build5) ... 316s Selecting previously unselected package mesa-libgallium:s390x. 316s Preparing to unpack .../78-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 316s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 316s Selecting previously unselected package libgbm1:s390x. 316s Preparing to unpack .../79-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 316s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 316s Selecting previously unselected package libgl1-mesa-dri:s390x. 316s Preparing to unpack .../80-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 316s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 316s Selecting previously unselected package libxcb-glx0:s390x. 316s Preparing to unpack .../81-libxcb-glx0_1.17.0-2_s390x.deb ... 316s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 316s Selecting previously unselected package libxxf86vm1:s390x. 316s Preparing to unpack .../82-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 316s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 316s Selecting previously unselected package libglx-mesa0:s390x. 316s Preparing to unpack .../83-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 316s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 316s Selecting previously unselected package x11-common. 316s Preparing to unpack .../84-x11-common_1%3a7.7+23ubuntu3_all.deb ... 316s Unpacking x11-common (1:7.7+23ubuntu3) ... 316s Selecting previously unselected package libice6:s390x. 316s Preparing to unpack .../85-libice6_2%3a1.1.1-1_s390x.deb ... 316s Unpacking libice6:s390x (2:1.1.1-1) ... 316s Selecting previously unselected package libsm6:s390x. 316s Preparing to unpack .../86-libsm6_2%3a1.2.4-1_s390x.deb ... 316s Unpacking libsm6:s390x (2:1.2.4-1) ... 316s Selecting previously unselected package libxt6t64:s390x. 316s Preparing to unpack .../87-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 316s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 316s Selecting previously unselected package libxmu6:s390x. 316s Preparing to unpack .../88-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 316s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 316s Selecting previously unselected package libxpm4:s390x. 316s Preparing to unpack .../89-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 316s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 316s Selecting previously unselected package libxaw7:s390x. 316s Preparing to unpack .../90-libxaw7_2%3a1.0.16-1_s390x.deb ... 316s Unpacking libxaw7:s390x (2:1.0.16-1) ... 316s Selecting previously unselected package libxfont2:s390x. 316s Preparing to unpack .../91-libxfont2_1%3a2.0.6-1build1_s390x.deb ... 316s Unpacking libxfont2:s390x (1:2.0.6-1build1) ... 316s Selecting previously unselected package libxkbfile1:s390x. 316s Preparing to unpack .../92-libxkbfile1_1%3a1.1.0-1build4_s390x.deb ... 316s Unpacking libxkbfile1:s390x (1:1.1.0-1build4) ... 316s Selecting previously unselected package x11-xkb-utils. 316s Preparing to unpack .../93-x11-xkb-utils_7.7+9_s390x.deb ... 316s Unpacking x11-xkb-utils (7.7+9) ... 316s Selecting previously unselected package xserver-common. 316s Preparing to unpack .../94-xserver-common_2%3a21.1.14-2ubuntu1_all.deb ... 316s Unpacking xserver-common (2:21.1.14-2ubuntu1) ... 316s Selecting previously unselected package libglx0:s390x. 316s Preparing to unpack .../95-libglx0_1.7.0-1build1_s390x.deb ... 316s Unpacking libglx0:s390x (1.7.0-1build1) ... 316s Selecting previously unselected package libgl1:s390x. 316s Preparing to unpack .../96-libgl1_1.7.0-1build1_s390x.deb ... 316s Unpacking libgl1:s390x (1.7.0-1build1) ... 316s Selecting previously unselected package xvfb. 316s Preparing to unpack .../97-xvfb_2%3a21.1.14-2ubuntu1_s390x.deb ... 316s Unpacking xvfb (2:21.1.14-2ubuntu1) ... 316s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 316s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 316s Setting up libpixman-1-0:s390x (0.44.0-3) ... 316s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 316s Setting up libwayland-server0:s390x (1.23.1-3) ... 316s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 316s Setting up libxdamage1:s390x (1:1.1.6-1build1) ... 316s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 316s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 316s Setting up hicolor-icon-theme (0.18-2) ... 316s Setting up libxi6:s390x (2:1.8.2-1) ... 316s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 316s Setting up libdatrie1:s390x (0.2.13-3build1) ... 316s Setting up libxcb-render0:s390x (1.17.0-2) ... 316s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 316s Setting up libglvnd0:s390x (1.7.0-1build1) ... 316s Setting up libxcb-glx0:s390x (1.17.0-2) ... 316s Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 316s Setting up x11-common (1:7.7+23ubuntu3) ... 316s Setting up libdeflate0:s390x (1.23-1) ... 316s Setting up libcpdb2t64:s390x (2.0~b5-1.2build1) ... 316s Setting up libxcb-shm0:s390x (1.17.0-2) ... 316s Setting up libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 316s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 316s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 316s Setting up libxcb-present0:s390x (1.17.0-2) ... 316s Setting up libdconf1:s390x (0.40.0-5) ... 316s Setting up libfontenc1:s390x (1:1.1.8-1build1) ... 316s Setting up libgles2:s390x (1.7.0-1build1) ... 316s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 316s Setting up libepoxy0:s390x (1.5.10-2) ... 316s Setting up libxfixes3:s390x (1:6.0.0-2build1) ... 316s Setting up libxcb-sync1:s390x (1.17.0-2) ... 316s Setting up libxinerama1:s390x (2:1.1.4-3build1) ... 316s Setting up fonts-dejavu-mono (2.37-8) ... 316s Setting up libxrandr2:s390x (2:1.5.4-1) ... 316s Setting up fonts-dejavu-core (2.37-8) ... 316s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 316s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 316s Setting up libvulkan1:s390x (1.4.304.0-1) ... 316s Setting up libwebp7:s390x (1.5.0-0.1) ... 316s Setting up libxshmfence1:s390x (1.3-1build5) ... 316s Setting up libxcb-randr0:s390x (1.17.0-2) ... 316s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 316s Setting up libthai-data (0.1.29-2build1) ... 316s Setting up libwayland-egl1:s390x (1.23.1-3) ... 316s Setting up libstemmer0d:s390x (2.2.0-4build1) ... 316s Setting up libxkbfile1:s390x (1:1.1.0-1build4) ... 316s Setting up libxfont2:s390x (1:2.0.6-1build1) ... 316s Setting up libgraphene-1.0-0:s390x (1.10.8-5) ... 316s Setting up libwayland-client0:s390x (1.23.1-3) ... 316s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 316s Setting up gir1.2-graphene-1.0:s390x (1.10.8-5) ... 316s Setting up libice6:s390x (2:1.1.1-1) ... 316s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 316s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 316s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 316s Setting up libxcursor1:s390x (1:1.2.3-1) ... 316s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 316s Setting up libappstream5:s390x (1.0.4-1) ... 316s Setting up dconf-service (0.40.0-5) ... 316s Setting up libharfbuzz-gobject0:s390x (10.2.0-1) ... 316s Setting up libthai0:s390x (0.1.29-2build1) ... 316s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 316s Setting up libharfbuzz-subset0:s390x (10.2.0-1) ... 316s Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 316s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 316s Setting up libsm6:s390x (2:1.2.4-1) ... 316s Setting up gtk-update-icon-cache (4.17.4+ds-4) ... 316s Setting up fontconfig (2.15.0-2ubuntu1) ... 318s Regenerating fonts cache... done. 318s Setting up libxft2:s390x (2.3.6-1build1) ... 318s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 318s Setting up libglx0:s390x (1.7.0-1build1) ... 319s Setting up dconf-gsettings-backend:s390x (0.40.0-5) ... 319s Setting up gir1.2-gdkpixbuf-2.0:s390x (2.42.12+dfsg-2) ... 319s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 319s Setting up libcairo2:s390x (1.18.2-2) ... 319s Setting up libgl1:s390x (1.7.0-1build1) ... 319s Setting up adwaita-icon-theme (48~beta-3) ... 319s update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 319s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 319s Setting up libcairo-gobject2:s390x (1.18.2-2) ... 319s Setting up libgtk-4-common (4.17.4+ds-4) ... 319s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 319s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 319s Setting up libcairo-script-interpreter2:s390x (1.18.2-2) ... 319s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 319s Setting up gir1.2-freedesktop:s390x (1.82.0-4) ... 319s Setting up libpangoxft-1.0-0:s390x (1.56.1-1) ... 319s Setting up libxaw7:s390x (2:1.0.16-1) ... 319s Setting up gir1.2-harfbuzz-0.0:s390x (10.2.0-1) ... 319s Setting up gir1.2-pango-1.0:s390x (1.56.1-1) ... 319s Setting up x11-xkb-utils (7.7+9) ... 319s Setting up xserver-common (2:21.1.14-2ubuntu1) ... 319s Setting up xvfb (2:21.1.14-2ubuntu1) ... 319s Processing triggers for man-db (2.13.0-1) ... 319s Processing triggers for libglib2.0-0t64:s390x (2.83.3-2) ... 319s Setting up libgtk-4-1:s390x (4.17.4+ds-4) ... 319s Setting up gir1.2-gtk-4.0:s390x (4.17.4+ds-4) ... 319s Processing triggers for libc-bin (2.40-4ubuntu1) ... 319s Setting up libadwaita-1-0:s390x (1.7~beta-2ubuntu1) ... 319s Setting up gir1.2-adw-1:s390x (1.7~beta-2ubuntu1) ... 319s Processing triggers for libc-bin (2.40-4ubuntu1) ... 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'gir1.2-adw-1'], kind short, sout pipe, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Pv4O8E/command1-packages.all"], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/command1-packages.all /tmp/autopkgtest-work.z3dz7m8o/out/command1-packages.all 320s autopkgtest: DBG: got reply from testbed: ok 320s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Pv4O8E/build.sw5/src'], kind short, sout raw, serr raw, env [] 320s autopkgtest: DBG: testbed command exited with code 1 320s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Pv4O8E/build.sw5'], kind short, sout raw, serr pipe, env [] 321s autopkgtest: DBG: testbed command exited with code 0 321s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.z3dz7m8o/out/tests-tree/ /tmp/autopkgtest.Pv4O8E/build.sw5/src/ 328s autopkgtest: DBG: got reply from testbed: ok 328s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Pv4O8E/build.sw5/src'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest [13:23:08]: test command1: LIBGL_ALWAYS_SOFTWARE=true xvfb-run -a -s "-screen 0 1024x768x24 -noreset" -e /proc/self/fd/2 ./debian/tests/python-gi-test 328s autopkgtest [13:23:08]: test command1: [----------------------- 328s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.Pv4O8E/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Pv4O8E/command1-artifacts --chdir=/tmp/autopkgtest.Pv4O8E/build.sw5/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.Pv4O8E/command1-stderr --stdout=/tmp/autopkgtest.Pv4O8E/command1-stdout --tmp=/tmp/autopkgtest.Pv4O8E/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=build-essential/12.12 -- bash -ec \'LIBGL_ALWAYS_SOFTWARE=true xvfb-run -a -s "-screen 0 1024x768x24 -noreset" -e /proc/self/fd/2 ./debian/tests/python-gi-test\''], kind test, sout raw, serr raw, env [] 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Pv4O8E/command1-artifacts 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: changing to directory: /tmp/autopkgtest.Pv4O8E/build.sw5/src 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: LANG=C.UTF-8 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LANGUAGE 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_ADDRESS 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_ALL 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_COLLATE 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_CTYPE 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_IDENTIFICATION 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MEASUREMENT 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MESSAGES 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_MONETARY 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_NAME 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_NUMERIC 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_PAPER 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_TELEPHONE 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: unsetting environment: LC_TIME 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: pretending to be a login shell 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will write standard error to /tmp/autopkgtest.Pv4O8E/command1-stderr 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: will write stdout to /tmp/autopkgtest.Pv4O8E/command1-stdout 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Pv4O8E/autopkgtest_tmp 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=build-essential/12.12 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: command to run: bash -ec LIBGL_ALWAYS_SOFTWARE=true xvfb-run -a -s "-screen 0 1024x768x24 -noreset" -e /proc/self/fd/2 ./debian/tests/python-gi-test 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: copying /tmp/tmp.4dDlayMnPr/out to stdout and file: /tmp/autopkgtest.Pv4O8E/command1-stdout 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: copying /tmp/tmp.4dDlayMnPr/err to standard error and file: /tmp/autopkgtest.Pv4O8E/command1-stdout 328s /tmp/autopkgtest.Pv4O8E/wrapper.sh: writing script pid 2506 to /tmp/autopkgtest_script_pid 329s /tmp/autopkgtest.Pv4O8E/wrapper.sh: checking for leaked background processes... 329s /tmp/autopkgtest.Pv4O8E/wrapper.sh: waiting for tee/cat subprocesses... 329s /tmp/autopkgtest.Pv4O8E/wrapper.sh: cleaning up... 329s /tmp/autopkgtest.Pv4O8E/wrapper.sh: Exit status: 0 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest [13:23:09]: test command1: -----------------------] 329s autopkgtest: DBG: testbed executing test finished with exit status 0 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/command1-stdout /tmp/autopkgtest-work.z3dz7m8o/out/command1-stdout 329s autopkgtest: DBG: got reply from testbed: ok 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/command1-stderr /tmp/autopkgtest-work.z3dz7m8o/out/command1-stderr 329s autopkgtest: DBG: got reply from testbed: ok 329s command1 PASS (superficial) 329s autopkgtest [13:23:09]: test command1: - - - - - - - - - - results - - - - - - - - - - 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Pv4O8E/command1-artifacts/ /tmp/autopkgtest-work.z3dz7m8o/out/artifacts/ 330s autopkgtest: DBG: got reply from testbed: ok 330s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Pv4O8E/command1-artifacts', '/tmp/autopkgtest.Pv4O8E/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 330s autopkgtest: DBG: testbed command exited with code 0 330s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 330s autopkgtest [13:23:10]: @@@@@@@@@@@@@@@@@@@@ summary 330s build-test PASS (superficial) 330s command1 PASS (superficial) 330s autopkgtest: DBG: testbed stop 330s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.Pv4O8E 330s autopkgtest: DBG: sending command to testbed: close 338s autopkgtest: DBG: got reply from testbed: ok 338s autopkgtest: DBG: sending command to testbed: quit 338s nova [W] Using flock in prodstack6-s390x 338s Creating nova instance adt-plucky-s390x-libadwaita-1-20250221-131740-juju-7f2275-prod-proposed-migration-environment-15-049efe27-2562-4656-811a-86144897d34f from image adt/ubuntu-plucky-s390x-server-20250221.img (UUID 911778ad-2250-45eb-bdc8-6f3429c92c46)... 338s nova [W] Timed out waiting for 688e5133-2e49-4b74-906b-3b6b763a25f8 to get deleted. 338s nova [W] Using flock in prodstack6-s390x 338s flock: timeout while waiting to get lock 338s Creating nova instance adt-plucky-s390x-libadwaita-1-20250221-131740-juju-7f2275-prod-proposed-migration-environment-15-049efe27-2562-4656-811a-86144897d34f from image adt/ubuntu-plucky-s390x-server-20250221.img (UUID 911778ad-2250-45eb-bdc8-6f3429c92c46)... 338s nova [W] Timed out waiting for 56cf0ca1-3a3d-479b-aa5b-93821c06482e to get deleted.