0s autopkgtest: DBG: testbed init 0s autopkgtest [01:36:17]: starting date and time: 2025-02-16 01:36:17+0000 0s autopkgtest [01:36:17]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [01:36:17]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vzlyqxaf/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:glibc,src:iproute2,src:php-twig,src:postgresql-17,src:postgresql-common,src:roundcube --apt-upgrade phosh-mobile-settings --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-30.secgroup --name adt-plucky-s390x-phosh-mobile-settings-20250216-013617-juju-7f2275-prod-proposed-migration-environment-15-06d724c0-4161-4cfd-a740-d0f7e0c2fe2f --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 98s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.uct2iw 98s autopkgtest: DBG: sending command to testbed: print-execute-command 98s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.z3gra9_a/runcmd 98s autopkgtest: DBG: sending command to testbed: capabilities 98s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot isolation-machine revert-full-system revert root-on-testbed 98s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'isolation-machine', 'revert-full-system', 'revert', 'root-on-testbed', 'has_internet'] 98s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.uct2iw'], kind short, sout raw, serr pipe, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.uct2iw/wrapper.sh 98s autopkgtest: DBG: got reply from testbed: ok 98s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.uct2iw/wrapper.sh'], kind short, sout raw, serr pipe, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [01:37:56]: testbed dpkg architecture: s390x 99s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [01:37:56]: testbed apt version: 2.9.28 99s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed has eatmydata 99s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [01:37:56]: @@@@@@@@@@@@@@@@@@@@ test bed setup 99s 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 [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest [01:37:56]: testbed release detected to be: None 99s 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 [] 99s autopkgtest: DBG: testbed command exited with code 0 99s 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 [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: adding APT source: Types: deb deb-src 99s URIs: http://ftpmaster.internal/ubuntu/ 99s Suites: plucky-proposed 99s Components: main restricted universe multiverse 99s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 99s 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 [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 100s Package: * 100s Pin: release plucky-proposed 100s Pin-Priority: 500 100s 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 [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest [01:37:57]: updating testbed package index (apt update) 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', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 100s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 100s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 100s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 100s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 101s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 101s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 101s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [823 kB] 101s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [73.1 kB] 101s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [164 kB] 101s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 101s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [871 kB] 101s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 101s Fetched 2062 kB in 1s (2200 kB/s) 102s Reading package lists... 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 102s Package: * 102s Pin: release plucky-proposed 102s Pin-Priority: 100 102s 102s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 102s Pin: release plucky-proposed 102s Pin-Priority: 995 102s 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:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s 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.uct2iw/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s 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'] 102s + lsb_release --codename --short 102s + RELEASE=plucky 102s + cat 102s + [ plucky != trusty ] 102s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 102s Reading package lists... 102s Building dependency tree... 102s Reading state information... 102s Calculating upgrade... 102s The following packages were automatically installed and are no longer required: 102s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 102s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 102s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 102s linux-tools-6.11.0-8-generic 102s Use 'sudo apt autoremove' to remove them. 103s The following packages will be upgraded: 103s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 103s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 103s Need to get 1155 kB of archives. 103s After this operation, 16.4 kB of additional disk space will be used. 103s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 103s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 103s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 103s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 103s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 103s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 103s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 103s Preconfiguring packages ... 103s Fetched 1155 kB in 1s (1899 kB/s) 104s (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 ... 80969 files and directories currently installed.) 104s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 104s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 104s Setting up dash (0.5.12-12ubuntu1) ... 104s (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 ... 80969 files and directories currently installed.) 104s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 104s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 104s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 104s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 104s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 104s (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 ... 80969 files and directories currently installed.) 104s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 104s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 104s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 104s (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 ... 80969 files and directories currently installed.) 104s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 104s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 104s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 104s (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 ... 80969 files and directories currently installed.) 104s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 104s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 104s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 104s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 104s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 104s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 104s Setting up libtasn1-6:s390x (4.20.0-2) ... 104s Processing triggers for libc-bin (2.40-4ubuntu1) ... 104s Processing triggers for man-db (2.13.0-1) ... 104s Processing triggers for debianutils (5.21) ... 105s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 105s + /usr/lib/apt/apt-helper analyze-pattern ?true 105s + uname -r 105s + sed s/\./\\./g 105s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 105s + apt list ?obsolete 105s + tail -n+2 105s + cut -d/ -f1 105s + grep -v ^linux-.*6\.12\.0-15-generic.* 105s + true 105s + obsolete_pkgs= 105s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 105s Reading package lists... 105s Building dependency tree... 105s Reading state information... 105s The following packages will be REMOVED: 105s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 105s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 105s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 105s linux-tools-6.11.0-8-generic* 105s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 105s After this operation, 167 MB disk space will be freed. 105s (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 ... 80969 files and directories currently installed.) 105s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 105s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 105s Removing libpython3.12t64:s390x (3.12.9-1) ... 105s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 105s Removing libnsl2:s390x (1.3.0-3build3) ... 105s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 105s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 106s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 107s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 107s Processing triggers for libc-bin (2.40-4ubuntu1) ... 107s (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 ... 55869 files and directories currently installed.) 107s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 107s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 107s + grep -q trusty /etc/lsb-release 107s + [ ! -d /usr/share/doc/unattended-upgrades ] 107s + [ ! -d /usr/share/doc/lxd ] 107s + [ ! -d /usr/share/doc/lxd-client ] 107s + [ ! -d /usr/share/doc/snapd ] 107s + type iptables 107s + cat 107s + chmod 755 /etc/rc.local 107s + . /etc/rc.local 107s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 107s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 107s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 107s + uname -m 107s + [ s390x = ppc64le ] 107s + [ -d /run/systemd/system ] 107s + systemd-detect-virt --quiet --vm 107s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 107s + cat 107s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 107s + echo COMPRESS=lz4 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [01:38:04]: upgrading testbed (apt dist-upgrade and autopurge) 107s 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'] 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 108s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 108s Starting 2 pkgProblemResolver with broken count: 0 108s Done 108s Entering ResolveByKeep 108s 108s The following packages will be upgraded: 108s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 108s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 108s Need to get 10.7 MB of archives. 108s After this operation, 305 kB of additional disk space will be used. 108s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 109s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 109s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 109s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 109s Preconfiguring packages ... 109s Fetched 10.7 MB in 1s (11.8 MB/s) 109s (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 ... 55867 files and directories currently installed.) 109s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 109s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 109s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 109s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 109s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 109s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 110s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 110s Checking for services that may need to be restarted... 110s Checking init scripts... 110s Checking for services that may need to be restarted... 110s Checking init scripts... 110s Stopping some services possibly affected by the upgrade (will be restarted later): 110s cron: stopping...done. 110s 110s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 110s Setting up libc6:s390x (2.41-1ubuntu1) ... 110s Checking for services that may need to be restarted... 110s Checking init scripts... 110s Restarting services possibly affected by the upgrade: 110s cron: restarting...done. 110s 110s Services restarted successfully. 110s (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 ... 55868 files and directories currently installed.) 110s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 110s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 110s Setting up libc-bin (2.41-1ubuntu1) ... 110s (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 ... 55868 files and directories currently installed.) 110s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 110s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 110s Setting up iproute2 (6.13.0-1ubuntu1) ... 110s Setting up locales (2.41-1ubuntu1) ... 110s Installing new version of config file /etc/locale.alias ... 111s Generating locales (this might take a while)... 112s en_US.UTF-8... done 112s Generation complete. 112s Setting up libc-dev-bin (2.41-1ubuntu1) ... 112s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 112s Processing triggers for man-db (2.13.0-1) ... 113s Processing triggers for systemd (257.2-3ubuntu1) ... 114s autopkgtest: DBG: testbed command exited with code 0 114s 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'] 114s Reading package lists... 114s Building dependency tree... 114s Reading state information... 114s Starting pkgProblemResolver with broken count: 0 114s Starting 2 pkgProblemResolver with broken count: 0 114s Done 114s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s autopkgtest: DBG: testbed command exited with code 0 114s 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.uct2iw/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 114s autopkgtest: DBG: testbed command exited with code 1 114s autopkgtest [01:38:11]: rebooting testbed after setup commands that affected boot 114s autopkgtest: DBG: sending command to testbed: reboot 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 131s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.uct2iw'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.uct2iw/autopkgtest-reboot 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.uct2iw'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare 133s autopkgtest: DBG: got reply from testbed: ok 133s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest [01:38:30]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 133s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.uct2iw/testbed-packages"], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/testbed-packages /tmp/autopkgtest-work.vzlyqxaf/out/testbed-packages 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.uct2iw'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.uct2iw/autopkgtest-reboot 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.uct2iw'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.uct2iw/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: Binaries: initialising 135s autopkgtest [01:38:32]: @@@@@@@@@@@@@@@@@@@@ apt-source phosh-mobile-settings 135s autopkgtest: DBG: blame += phosh-mobile-settings 135s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 135s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'phosh-mobile-settings'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^phosh-mobile-settings$'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'phosh-mobile-settings=0.45~rc1-1'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: install_deps: deps_new=[] 136s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s 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.uct2iw/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source phosh-mobile-settings=0.45~rc1-1 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 phosh-mobile-settings_*.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=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1'] 136s + cd / 136s + mktemp -d /tmp/autopkgtest.uct2iw/build.XXX 136s + builddir=/tmp/autopkgtest.uct2iw/build.ASh 136s + cd /tmp/autopkgtest.uct2iw/build.ASh 136s + apt-get source -d -q --only-source phosh-mobile-settings=0.45~rc1-1 137s + OUT=Reading package lists... 137s NOTICE: 'phosh-mobile-settings' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/DebianOnMobile-team/phosh-mobile-settings.git 137s Please use: 137s git clone https://salsa.debian.org/DebianOnMobile-team/phosh-mobile-settings.git 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 263 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (dsc) [2777 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (tar) [247 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (asc) [833 B] 137s Get:4 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (diff) [11.7 kB] 137s Fetched 263 kB in 1s (523 kB/s) 137s Download complete and in download only mode 137s + [ -n ] 137s + echo Reading package lists... 137s NOTICE: 'phosh-mobile-settings' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/DebianOnMobile-team/phosh-mobile-settings.git 137s Please use: 137s git clone https://salsa.debian.org/DebianOnMobile-team/phosh-mobile-settings.git 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 263 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (dsc) [2777 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (tar) [247 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (asc) [833 B] 137s Get:4 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (diff) [11.7 kB] 137s Fetched 263 kB in 1s (523 kB/s) 137s Download complete and in download only mode 137s + grep ^Get: 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (dsc) [2777 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (tar) [247 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (asc) [833 B] 137s Get:4 http://ftpmaster.internal/ubuntu plucky/universe phosh-mobile-settings 0.45~rc1-1 (diff) [11.7 kB] 137s + dpkg-source -x phosh-mobile-settings_0.45~rc1-1.dsc src 137s gpgv: Signature made Sun Feb 9 13:53:38 2025 UTC 137s gpgv: using RSA key 63F6CCDF96229D09286B2AC325BF86524AFCC1E3 137s gpgv: Can't check signature: No public key 137s dpkg-source: warning: cannot verify inline signature for ./phosh-mobile-settings_0.45~rc1-1.dsc: no acceptable signature found 137s + chmod -R a+rX . 137s + cd src/. 137s + pwd 137s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest [01:38:34]: testing package phosh-mobile-settings version 0.45~rc1-1 137s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/build.ASh/src/debian/ /tmp/autopkgtest-work.vzlyqxaf/out/pkg/debian/ 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: processing dependency @ 137s autopkgtest: DBG: synthesised dependency phosh-mobile-settings 137s autopkgtest: DBG: Test defined: name command1 path None command "/usr/bin/phosh-mobile-settings --help" restrictions ['superficial'] features [] depends ['phosh-mobile-settings'] 137s autopkgtest [01:38:34]: build not needed 137s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/build.ASh/src/ /tmp/autopkgtest-work.vzlyqxaf/out/tests-tree/ 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: processing dependency @ 138s autopkgtest: DBG: synthesised dependency phosh-mobile-settings 138s autopkgtest: DBG: Test defined: name command1 path None command "/usr/bin/phosh-mobile-settings --help" restrictions ['superficial'] features [] depends ['phosh-mobile-settings'] 138s autopkgtest [01:38:35]: test command1: preparing testbed 138s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['phosh-mobile-settings'] 138s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 138s autopkgtest: DBG: install_deps: deps_new=['phosh-mobile-settings'] 138s autopkgtest: DBG: install-deps: satisfying phosh-mobile-settings 138s autopkgtest: DBG: can use apt-get on testbed: True 138s 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', 'phosh-mobile-settings'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 138s Reading package lists... 138s Building dependency tree... 138s Reading state information... 138s Starting pkgProblemResolver with broken count: 0 138s Starting 2 pkgProblemResolver with broken count: 0 138s Done 139s The following NEW packages will be installed: 139s adwaita-icon-theme at-spi2-common bubblewrap dconf-gsettings-backend 139s dconf-service evolution-data-server-common feedbackd-common fontconfig 139s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-lato 139s glib-networking glib-networking-common glib-networking-services 139s gnome-bluetooth-3-common gnome-desktop3-data gnome-shell-common 139s gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme 139s libadwaita-1-0 libappstream5 libasound2-data libasound2t64 libasyncns0 139s libatk-bridge2.0-0t64 libatk1.0-0t64 libatspi2.0-0t64 libavahi-client3 139s libavahi-common-data libavahi-common3 libcairo-gobject2 139s libcairo-script-interpreter2 libcairo2 libcallaudio-0-1 libcamel-1.2-64t64 139s libcanberra0 libcolord2 libcpdb-frontend2t64 libcpdb2t64 libcups2t64 139s libdatrie1 libdconf1 libdeflate0 libdisplay-info2 libdrm-radeon1 139s libduktape207 libecal-2.0-3 libedataserver-1.2-27t64 libegl-mesa0 libegl1 139s libepoxy0 libfeedback-0.0-0 libflac12t64 libfontconfig1 libfreetype6 libgbm1 139s libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1 libgdk-pixbuf-2.0-0 139s libgdk-pixbuf2.0-common libglapi-mesa libgles2 libglvnd0 libgmobile-common 139s libgmobile0 libgnome-bluetooth-3.0-13 libgnome-desktop-3-20t64 139s libgnome-desktop-4-2t64 libgraphene-1.0-0 libgraphite2-3 libgsound0t64 139s libgtk-3-0t64 libgtk-3-common libgtk-4-1 libgtk-4-common libhandy-1-0 139s libharfbuzz-subset0 libharfbuzz0b libical3t64 libinput-bin libinput10 139s libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libliftoff0 libltdl7 libmp3lame0 139s libmpg123-0t64 libmtdev1t64 libnm0 libogg0 libopus0 libpango-1.0-0 139s libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 139s libpulse-mainloop-glib0 libpulse0 libseat1 libsecret-1-0 libsecret-common 139s libsharpyuv0 libsndfile1 libsoup-3.0-0 libsoup-3.0-common libstemmer0d 139s libtdb1 libthai-data libthai0 libtiff6 libupower-glib3 libvorbis0a 139s libvorbisenc2 libvorbisfile3 libvulkan1 libwacom-common libwacom9 139s libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 139s libwebp7 libwlroots-0.18 libx11-xcb1 libxcb-composite0 libxcb-dri3-0 139s libxcb-errors0 libxcb-ewmh2 libxcb-icccm4 libxcb-present0 libxcb-randr0 139s libxcb-render-util0 libxcb-render0 libxcb-res0 libxcb-shm0 libxcb-sync1 139s libxcb-xfixes0 libxcb-xinput0 libxcomposite1 libxcursor1 libxdamage1 139s libxfixes3 libxi6 libxinerama1 libxkbregistry0 libxrandr2 libxrender1 139s libxshmfence1 mesa-libgallium mutter-common phoc phosh phosh-mobile-settings 139s sound-theme-freedesktop 139s 0 upgraded, 159 newly installed, 0 to remove and 0 not upgraded. 139s Need to get 40.3 MB of archives. 139s After this operation, 157 MB of additional disk space will be used. 139s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 139s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-common all 2.42.12+dfsg-2 [8004 B] 139s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 139s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 139s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 139s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 139s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 139s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 139s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 139s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-0 s390x 2.42.12+dfsg-2 [154 kB] 140s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x gtk-update-icon-cache s390x 4.17.4+ds-4 [52.9 kB] 140s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x hicolor-icon-theme all 0.18-2 [13.3 kB] 140s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x adwaita-icon-theme all 48~beta-3 [578 kB] 140s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x at-spi2-common all 2.55.2-1 [8916 B] 140s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x bubblewrap s390x 0.11.0-2 [54.1 kB] 140s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libdconf1 s390x 0.40.0-5 [40.0 kB] 140s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-service s390x 0.40.0-5 [28.4 kB] 140s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-gsettings-backend s390x 0.40.0-5 [22.8 kB] 140s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x evolution-data-server-common all 3.55.2-1 [190 kB] 140s Get:20 http://ftpmaster.internal/ubuntu plucky/universe s390x feedbackd-common all 0.7.0-1 [5204 B] 140s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 140s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 140s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 140s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 140s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 140s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 140s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libduktape207 s390x 2.7.0+tests-0ubuntu3 [150 kB] 140s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libproxy1v5 s390x 0.5.9-1 [27.8 kB] 140s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking-common all 2.80.1-1 [6680 B] 140s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking-services s390x 2.80.1-1 [12.8 kB] 140s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x gsettings-desktop-schemas all 48~beta-1ubuntu1 [37.4 kB] 140s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking s390x 2.80.1-1 [65.5 kB] 140s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x gnome-bluetooth-3-common all 47.1-1 [6986 B] 140s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x gnome-desktop3-data all 44.1-2 [29.6 kB] 140s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gnome-shell-common all 48~beta-1ubuntu1 [250 kB] 140s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libstemmer0d s390x 2.2.0-4build1 [174 kB] 140s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libappstream5 s390x 1.0.4-1 [236 kB] 140s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphene-1.0-0 s390x 1.10.8-5 [54.2 kB] 140s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 140s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 140s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 140s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 140s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 140s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-gobject2 s390x 1.18.2-2 [127 kB] 140s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-script-interpreter2 s390x 1.18.2-2 [62.3 kB] 140s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb2t64 s390x 2.0~b5-1.2build1 [26.3 kB] 140s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libcpdb-frontend2t64 s390x 2.0~b5-1.2build1 [19.4 kB] 140s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libepoxy0 s390x 1.5.10-2 [222 kB] 140s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 140s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 140s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz-subset0 s390x 10.2.0-1 [552 kB] 140s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 140s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 140s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 140s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 140s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 140s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 140s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 140s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-1 [27.8 kB] 140s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-1 [5654 B] 140s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes3 s390x 1:6.0.0-2build1 [11.3 kB] 140s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libxcursor1 s390x 1:1.2.3-1 [23.4 kB] 140s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libxdamage1 s390x 1:1.1.6-1build1 [6156 B] 140s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libxi6 s390x 2:1.8.2-1 [35.4 kB] 140s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libxinerama1 s390x 2:1.1.4-3build1 [6476 B] 140s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr2 s390x 2:1.5.4-1 [20.8 kB] 140s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd0 s390x 1.7.0-1build1 [110 kB] 140s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgles2 s390x 1.7.0-1build1 [22.4 kB] 140s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-common all 4.17.4+ds-4 [1508 kB] 140s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-4-1 s390x 4.17.4+ds-4 [3252 kB] 140s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libadwaita-1-0 s390x 1.6.2-1ubuntu1 [421 kB] 140s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2-data all 1.2.13-1build1 [21.1 kB] 140s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2t64 s390x 1.2.13-1build1 [411 kB] 140s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libasyncns0 s390x 0.8-6build4 [11.4 kB] 140s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libatk1.0-0t64 s390x 2.55.2-1 [54.8 kB] 140s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libatspi2.0-0t64 s390x 2.55.2-1 [80.3 kB] 140s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libatk-bridge2.0-0t64 s390x 2.55.2-1 [66.7 kB] 140s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common-data s390x 0.8-14ubuntu1 [30.5 kB] 140s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common3 s390x 0.8-14ubuntu1 [23.6 kB] 140s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-client3 s390x 0.8-14ubuntu1 [26.8 kB] 141s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x libcallaudio-0-1 s390x 0.1.10-1 [17.0 kB] 141s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libcamel-1.2-64t64 s390x 3.55.2-1 [504 kB] 141s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 141s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libtdb1 s390x 1.4.12-1build1 [49.5 kB] 141s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libogg0 s390x 1.3.5-3build1 [24.4 kB] 141s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbis0a s390x 1.3.7-2 [112 kB] 141s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisfile3 s390x 1.3.7-2 [18.2 kB] 141s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x sound-theme-freedesktop all 0.8-3ubuntu1 [384 kB] 141s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libcanberra0 s390x 0.30-17ubuntu1 [41.4 kB] 141s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 141s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libcolord2 s390x 1.4.7-1build2 [151 kB] 141s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libcups2t64 s390x 2.4.11-0ubuntu2 [282 kB] 141s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libdisplay-info2 s390x 0.2.0-2 [79.9 kB] 141s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 141s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libsecret-common all 0.21.6-3 [5130 B] 141s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libsecret-1-0 s390x 0.21.6-3 [115 kB] 141s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libsoup-3.0-common all 3.6.4-2 [10.8 kB] 141s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libsoup-3.0-0 s390x 3.6.4-2 [290 kB] 141s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libedataserver-1.2-27t64 s390x 3.55.2-1 [288 kB] 141s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libical3t64 s390x 3.0.19-4 [312 kB] 141s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libecal-2.0-3 s390x 3.55.2-1 [173 kB] 141s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 141s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 141s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 141s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 141s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 141s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 141s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 141s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 141s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 141s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 142s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 142s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-mesa0 s390x 24.3.4-3ubuntu1 [126 kB] 142s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x libfeedback-0.0-0 s390x 0.7.0-1 [24.4 kB] 142s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libflac12t64 s390x 1.4.3+ds-4 [161 kB] 142s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libgck-1-0 s390x 3.41.2-1build3 [81.1 kB] 142s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x libgcr-base-3-1 s390x 3.41.2-1build3 [204 kB] 142s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-cursor0 s390x 1.23.1-1 [11.5 kB] 142s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x libxcomposite1 s390x 1:0.4.6-1 [6588 B] 142s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-3-common all 3.24.48-3ubuntu1 [1424 kB] 142s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libgtk-3-0t64 s390x 3.24.48-3ubuntu1 [2949 kB] 142s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libgcr-ui-3-1 s390x 3.41.2-1build3 [125 kB] 142s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x libgmobile-common all 0.2.1-1 [6568 B] 142s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x libgmobile0 s390x 0.2.1-1 [19.2 kB] 142s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x libupower-glib3 s390x 1.90.7-1 [40.8 kB] 142s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x libgnome-bluetooth-3.0-13 s390x 47.1-1 [48.5 kB] 142s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbregistry0 s390x 1.7.0-2 [14.4 kB] 142s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x libgnome-desktop-3-20t64 s390x 44.1-2 [90.3 kB] 142s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x libgnome-desktop-4-2t64 s390x 44.1-2 [84.3 kB] 142s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x libgsound0t64 s390x 1.0.3-3.2build2 [8882 B] 142s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x libhandy-1-0 s390x 1.8.3-2 [228 kB] 142s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom-common all 2.14.0-1 [103 kB] 142s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom9 s390x 2.14.0-1 [27.1 kB] 142s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x libinput-bin s390x 1.27.1-1 [23.3 kB] 142s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x libmtdev1t64 s390x 1.1.7-1 [15.6 kB] 142s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x libinput10 s390x 1.27.1-1 [139 kB] 142s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x libliftoff0 s390x 0.5.0-1.1 [16.6 kB] 142s Get:138 http://ftpmaster.internal/ubuntu plucky/main s390x libmp3lame0 s390x 3.100-6build1 [160 kB] 142s Get:139 http://ftpmaster.internal/ubuntu plucky/main s390x libmpg123-0t64 s390x 1.32.10-1 [179 kB] 142s Get:140 http://ftpmaster.internal/ubuntu plucky/main s390x libnm0 s390x 1.50.0-1ubuntu3 [487 kB] 142s Get:141 http://ftpmaster.internal/ubuntu plucky/main s390x libopus0 s390x 1.5.2-2 [2928 kB] 142s Get:142 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisenc2 s390x 1.3.7-2 [80.6 kB] 142s Get:143 http://ftpmaster.internal/ubuntu plucky/main s390x libsndfile1 s390x 1.2.2-2 [238 kB] 142s Get:144 http://ftpmaster.internal/ubuntu plucky/main s390x libpulse0 s390x 1:17.0+dfsg1-2ubuntu1 [312 kB] 142s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libpulse-mainloop-glib0 s390x 1:17.0+dfsg1-2ubuntu1 [11.9 kB] 142s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x libseat1 s390x 0.8.0-1 [27.8 kB] 142s Get:147 http://ftpmaster.internal/ubuntu plucky/main s390x libegl1 s390x 1.7.0-1build1 [31.8 kB] 142s Get:148 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-composite0 s390x 1.17.0-2 [5268 B] 142s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x libxcb-errors0 s390x 1.0.1-4 [11.9 kB] 142s Get:150 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-ewmh2 s390x 0.4.2-1 [17.9 kB] 142s Get:151 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-icccm4 s390x 0.4.2-1 [11.4 kB] 142s Get:152 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render-util0 s390x 0.3.10-1 [10.3 kB] 142s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-res0 s390x 1.17.0-2 [6742 B] 142s Get:154 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xinput0 s390x 1.17.0-2 [35.8 kB] 142s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x libwlroots-0.18 s390x 0.18.2-3 [397 kB] 142s Get:156 http://ftpmaster.internal/ubuntu plucky/main s390x mutter-common all 48~beta-2ubuntu1 [52.5 kB] 142s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x phoc s390x 0.45.0-1 [165 kB] 142s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x phosh s390x 0.45~rc1-2 [617 kB] 142s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x phosh-mobile-settings s390x 0.45~rc1-1 [165 kB] 143s Fetched 40.3 MB in 3s (11.8 MB/s) 143s Selecting previously unselected package fonts-lato. 143s (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 ... 55869 files and directories currently installed.) 143s Preparing to unpack .../000-fonts-lato_2.015-1_all.deb ... 143s Unpacking fonts-lato (2.015-1) ... 143s Selecting previously unselected package libgdk-pixbuf2.0-common. 143s Preparing to unpack .../001-libgdk-pixbuf2.0-common_2.42.12+dfsg-2_all.deb ... 143s Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 143s Selecting previously unselected package libjpeg-turbo8:s390x. 143s Preparing to unpack .../002-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 143s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 143s Selecting previously unselected package libjpeg8:s390x. 143s Preparing to unpack .../003-libjpeg8_8c-2ubuntu11_s390x.deb ... 143s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 143s Selecting previously unselected package libdeflate0:s390x. 143s Preparing to unpack .../004-libdeflate0_1.23-1_s390x.deb ... 143s Unpacking libdeflate0:s390x (1.23-1) ... 143s Selecting previously unselected package libjbig0:s390x. 143s Preparing to unpack .../005-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 143s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 143s Selecting previously unselected package libsharpyuv0:s390x. 143s Preparing to unpack .../006-libsharpyuv0_1.5.0-0.1_s390x.deb ... 143s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libwebp7:s390x. 143s Preparing to unpack .../007-libwebp7_1.5.0-0.1_s390x.deb ... 143s Unpacking libwebp7:s390x (1.5.0-0.1) ... 143s Selecting previously unselected package libtiff6:s390x. 143s Preparing to unpack .../008-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 143s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 143s Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x. 143s Preparing to unpack .../009-libgdk-pixbuf-2.0-0_2.42.12+dfsg-2_s390x.deb ... 143s Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 143s Selecting previously unselected package gtk-update-icon-cache. 143s Preparing to unpack .../010-gtk-update-icon-cache_4.17.4+ds-4_s390x.deb ... 143s No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. 143s 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. 143s Unpacking gtk-update-icon-cache (4.17.4+ds-4) ... 143s Selecting previously unselected package hicolor-icon-theme. 143s Preparing to unpack .../011-hicolor-icon-theme_0.18-2_all.deb ... 143s Unpacking hicolor-icon-theme (0.18-2) ... 143s Selecting previously unselected package adwaita-icon-theme. 143s Preparing to unpack .../012-adwaita-icon-theme_48~beta-3_all.deb ... 143s Unpacking adwaita-icon-theme (48~beta-3) ... 144s Selecting previously unselected package at-spi2-common. 144s Preparing to unpack .../013-at-spi2-common_2.55.2-1_all.deb ... 144s Unpacking at-spi2-common (2.55.2-1) ... 144s Selecting previously unselected package bubblewrap. 144s Preparing to unpack .../014-bubblewrap_0.11.0-2_s390x.deb ... 144s Unpacking bubblewrap (0.11.0-2) ... 144s Selecting previously unselected package libdconf1:s390x. 144s Preparing to unpack .../015-libdconf1_0.40.0-5_s390x.deb ... 144s Unpacking libdconf1:s390x (0.40.0-5) ... 144s Selecting previously unselected package dconf-service. 144s Preparing to unpack .../016-dconf-service_0.40.0-5_s390x.deb ... 144s Unpacking dconf-service (0.40.0-5) ... 144s Selecting previously unselected package dconf-gsettings-backend:s390x. 144s Preparing to unpack .../017-dconf-gsettings-backend_0.40.0-5_s390x.deb ... 144s Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ... 144s Selecting previously unselected package evolution-data-server-common. 144s Preparing to unpack .../018-evolution-data-server-common_3.55.2-1_all.deb ... 144s Unpacking evolution-data-server-common (3.55.2-1) ... 144s Selecting previously unselected package feedbackd-common. 144s Preparing to unpack .../019-feedbackd-common_0.7.0-1_all.deb ... 144s Unpacking feedbackd-common (0.7.0-1) ... 144s Selecting previously unselected package libfreetype6:s390x. 144s Preparing to unpack .../020-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 144s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 144s Selecting previously unselected package fonts-dejavu-mono. 144s Preparing to unpack .../021-fonts-dejavu-mono_2.37-8_all.deb ... 144s Unpacking fonts-dejavu-mono (2.37-8) ... 144s Selecting previously unselected package fonts-dejavu-core. 144s Preparing to unpack .../022-fonts-dejavu-core_2.37-8_all.deb ... 144s Unpacking fonts-dejavu-core (2.37-8) ... 144s Selecting previously unselected package fontconfig-config. 144s Preparing to unpack .../023-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 144s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 144s Selecting previously unselected package libfontconfig1:s390x. 144s Preparing to unpack .../024-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 144s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 144s Selecting previously unselected package fontconfig. 144s Preparing to unpack .../025-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 144s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 144s Selecting previously unselected package libduktape207:s390x. 144s Preparing to unpack .../026-libduktape207_2.7.0+tests-0ubuntu3_s390x.deb ... 144s Unpacking libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 144s Selecting previously unselected package libproxy1v5:s390x. 144s Preparing to unpack .../027-libproxy1v5_0.5.9-1_s390x.deb ... 144s Unpacking libproxy1v5:s390x (0.5.9-1) ... 144s Selecting previously unselected package glib-networking-common. 144s Preparing to unpack .../028-glib-networking-common_2.80.1-1_all.deb ... 144s Unpacking glib-networking-common (2.80.1-1) ... 144s Selecting previously unselected package glib-networking-services. 144s Preparing to unpack .../029-glib-networking-services_2.80.1-1_s390x.deb ... 144s Unpacking glib-networking-services (2.80.1-1) ... 144s Selecting previously unselected package gsettings-desktop-schemas. 144s Preparing to unpack .../030-gsettings-desktop-schemas_48~beta-1ubuntu1_all.deb ... 144s Unpacking gsettings-desktop-schemas (48~beta-1ubuntu1) ... 144s Selecting previously unselected package glib-networking:s390x. 144s Preparing to unpack .../031-glib-networking_2.80.1-1_s390x.deb ... 144s Unpacking glib-networking:s390x (2.80.1-1) ... 144s Selecting previously unselected package gnome-bluetooth-3-common. 144s Preparing to unpack .../032-gnome-bluetooth-3-common_47.1-1_all.deb ... 144s Unpacking gnome-bluetooth-3-common (47.1-1) ... 144s Selecting previously unselected package gnome-desktop3-data. 144s Preparing to unpack .../033-gnome-desktop3-data_44.1-2_all.deb ... 144s Unpacking gnome-desktop3-data (44.1-2) ... 144s Selecting previously unselected package gnome-shell-common. 144s Preparing to unpack .../034-gnome-shell-common_48~beta-1ubuntu1_all.deb ... 144s Unpacking gnome-shell-common (48~beta-1ubuntu1) ... 144s Selecting previously unselected package libstemmer0d:s390x. 144s Preparing to unpack .../035-libstemmer0d_2.2.0-4build1_s390x.deb ... 144s Unpacking libstemmer0d:s390x (2.2.0-4build1) ... 144s Selecting previously unselected package libappstream5:s390x. 144s Preparing to unpack .../036-libappstream5_1.0.4-1_s390x.deb ... 144s Unpacking libappstream5:s390x (1.0.4-1) ... 144s Selecting previously unselected package libgraphene-1.0-0:s390x. 144s Preparing to unpack .../037-libgraphene-1.0-0_1.10.8-5_s390x.deb ... 144s Unpacking libgraphene-1.0-0:s390x (1.10.8-5) ... 144s Selecting previously unselected package libpixman-1-0:s390x. 144s Preparing to unpack .../038-libpixman-1-0_0.44.0-3_s390x.deb ... 144s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 144s Selecting previously unselected package libxcb-render0:s390x. 144s Preparing to unpack .../039-libxcb-render0_1.17.0-2_s390x.deb ... 144s Unpacking libxcb-render0:s390x (1.17.0-2) ... 144s Selecting previously unselected package libxcb-shm0:s390x. 144s Preparing to unpack .../040-libxcb-shm0_1.17.0-2_s390x.deb ... 144s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 144s Selecting previously unselected package libxrender1:s390x. 144s Preparing to unpack .../041-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 144s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 144s Selecting previously unselected package libcairo2:s390x. 144s Preparing to unpack .../042-libcairo2_1.18.2-2_s390x.deb ... 144s Unpacking libcairo2:s390x (1.18.2-2) ... 144s Selecting previously unselected package libcairo-gobject2:s390x. 144s Preparing to unpack .../043-libcairo-gobject2_1.18.2-2_s390x.deb ... 144s Unpacking libcairo-gobject2:s390x (1.18.2-2) ... 144s Selecting previously unselected package libcairo-script-interpreter2:s390x. 144s Preparing to unpack .../044-libcairo-script-interpreter2_1.18.2-2_s390x.deb ... 144s Unpacking libcairo-script-interpreter2:s390x (1.18.2-2) ... 144s Selecting previously unselected package libcpdb2t64:s390x. 144s Preparing to unpack .../045-libcpdb2t64_2.0~b5-1.2build1_s390x.deb ... 144s Unpacking libcpdb2t64:s390x (2.0~b5-1.2build1) ... 144s Selecting previously unselected package libcpdb-frontend2t64:s390x. 144s Preparing to unpack .../046-libcpdb-frontend2t64_2.0~b5-1.2build1_s390x.deb ... 144s Unpacking libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 144s Selecting previously unselected package libepoxy0:s390x. 144s Preparing to unpack .../047-libepoxy0_1.5.10-2_s390x.deb ... 144s Unpacking libepoxy0:s390x (1.5.10-2) ... 144s Selecting previously unselected package libgraphite2-3:s390x. 144s Preparing to unpack .../048-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 144s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 144s Selecting previously unselected package libharfbuzz0b:s390x. 144s Preparing to unpack .../049-libharfbuzz0b_10.2.0-1_s390x.deb ... 144s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 144s Selecting previously unselected package libharfbuzz-subset0:s390x. 144s Preparing to unpack .../050-libharfbuzz-subset0_10.2.0-1_s390x.deb ... 144s Unpacking libharfbuzz-subset0:s390x (10.2.0-1) ... 144s Selecting previously unselected package libthai-data. 144s Preparing to unpack .../051-libthai-data_0.1.29-2build1_all.deb ... 144s Unpacking libthai-data (0.1.29-2build1) ... 144s Selecting previously unselected package libdatrie1:s390x. 144s Preparing to unpack .../052-libdatrie1_0.2.13-3build1_s390x.deb ... 144s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 144s Selecting previously unselected package libthai0:s390x. 144s Preparing to unpack .../053-libthai0_0.1.29-2build1_s390x.deb ... 144s Unpacking libthai0:s390x (0.1.29-2build1) ... 144s Selecting previously unselected package libpango-1.0-0:s390x. 144s Preparing to unpack .../054-libpango-1.0-0_1.56.1-1_s390x.deb ... 144s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 144s Selecting previously unselected package libpangoft2-1.0-0:s390x. 144s Preparing to unpack .../055-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 144s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 144s Selecting previously unselected package libpangocairo-1.0-0:s390x. 144s Preparing to unpack .../056-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 144s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 144s Selecting previously unselected package libvulkan1:s390x. 144s Preparing to unpack .../057-libvulkan1_1.4.304.0-1_s390x.deb ... 144s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 144s Selecting previously unselected package libwayland-client0:s390x. 144s Preparing to unpack .../058-libwayland-client0_1.23.1-1_s390x.deb ... 144s Unpacking libwayland-client0:s390x (1.23.1-1) ... 144s Selecting previously unselected package libwayland-egl1:s390x. 144s Preparing to unpack .../059-libwayland-egl1_1.23.1-1_s390x.deb ... 144s Unpacking libwayland-egl1:s390x (1.23.1-1) ... 144s Selecting previously unselected package libxfixes3:s390x. 144s Preparing to unpack .../060-libxfixes3_1%3a6.0.0-2build1_s390x.deb ... 144s Unpacking libxfixes3:s390x (1:6.0.0-2build1) ... 144s Selecting previously unselected package libxcursor1:s390x. 144s Preparing to unpack .../061-libxcursor1_1%3a1.2.3-1_s390x.deb ... 144s Unpacking libxcursor1:s390x (1:1.2.3-1) ... 144s Selecting previously unselected package libxdamage1:s390x. 144s Preparing to unpack .../062-libxdamage1_1%3a1.1.6-1build1_s390x.deb ... 144s Unpacking libxdamage1:s390x (1:1.1.6-1build1) ... 144s Selecting previously unselected package libxi6:s390x. 144s Preparing to unpack .../063-libxi6_2%3a1.8.2-1_s390x.deb ... 144s Unpacking libxi6:s390x (2:1.8.2-1) ... 144s Selecting previously unselected package libxinerama1:s390x. 144s Preparing to unpack .../064-libxinerama1_2%3a1.1.4-3build1_s390x.deb ... 144s Unpacking libxinerama1:s390x (2:1.1.4-3build1) ... 144s Selecting previously unselected package libxrandr2:s390x. 144s Preparing to unpack .../065-libxrandr2_2%3a1.5.4-1_s390x.deb ... 144s Unpacking libxrandr2:s390x (2:1.5.4-1) ... 144s Selecting previously unselected package libglvnd0:s390x. 144s Preparing to unpack .../066-libglvnd0_1.7.0-1build1_s390x.deb ... 144s Unpacking libglvnd0:s390x (1.7.0-1build1) ... 144s Selecting previously unselected package libgles2:s390x. 144s Preparing to unpack .../067-libgles2_1.7.0-1build1_s390x.deb ... 144s Unpacking libgles2:s390x (1.7.0-1build1) ... 144s Selecting previously unselected package libgtk-4-common. 144s Preparing to unpack .../068-libgtk-4-common_4.17.4+ds-4_all.deb ... 144s Unpacking libgtk-4-common (4.17.4+ds-4) ... 144s Selecting previously unselected package libgtk-4-1:s390x. 144s Preparing to unpack .../069-libgtk-4-1_4.17.4+ds-4_s390x.deb ... 144s Unpacking libgtk-4-1:s390x (4.17.4+ds-4) ... 144s Selecting previously unselected package libadwaita-1-0:s390x. 144s Preparing to unpack .../070-libadwaita-1-0_1.6.2-1ubuntu1_s390x.deb ... 144s Unpacking libadwaita-1-0:s390x (1.6.2-1ubuntu1) ... 145s Selecting previously unselected package libasound2-data. 145s Preparing to unpack .../071-libasound2-data_1.2.13-1build1_all.deb ... 145s Unpacking libasound2-data (1.2.13-1build1) ... 145s Selecting previously unselected package libasound2t64:s390x. 145s Preparing to unpack .../072-libasound2t64_1.2.13-1build1_s390x.deb ... 145s Unpacking libasound2t64:s390x (1.2.13-1build1) ... 145s Selecting previously unselected package libasyncns0:s390x. 145s Preparing to unpack .../073-libasyncns0_0.8-6build4_s390x.deb ... 145s Unpacking libasyncns0:s390x (0.8-6build4) ... 145s Selecting previously unselected package libatk1.0-0t64:s390x. 145s Preparing to unpack .../074-libatk1.0-0t64_2.55.2-1_s390x.deb ... 145s Unpacking libatk1.0-0t64:s390x (2.55.2-1) ... 145s Selecting previously unselected package libatspi2.0-0t64:s390x. 145s Preparing to unpack .../075-libatspi2.0-0t64_2.55.2-1_s390x.deb ... 145s Unpacking libatspi2.0-0t64:s390x (2.55.2-1) ... 145s Selecting previously unselected package libatk-bridge2.0-0t64:s390x. 145s Preparing to unpack .../076-libatk-bridge2.0-0t64_2.55.2-1_s390x.deb ... 145s Unpacking libatk-bridge2.0-0t64:s390x (2.55.2-1) ... 145s Selecting previously unselected package libavahi-common-data:s390x. 145s Preparing to unpack .../077-libavahi-common-data_0.8-14ubuntu1_s390x.deb ... 145s Unpacking libavahi-common-data:s390x (0.8-14ubuntu1) ... 145s Selecting previously unselected package libavahi-common3:s390x. 145s Preparing to unpack .../078-libavahi-common3_0.8-14ubuntu1_s390x.deb ... 145s Unpacking libavahi-common3:s390x (0.8-14ubuntu1) ... 145s Selecting previously unselected package libavahi-client3:s390x. 145s Preparing to unpack .../079-libavahi-client3_0.8-14ubuntu1_s390x.deb ... 145s Unpacking libavahi-client3:s390x (0.8-14ubuntu1) ... 145s Selecting previously unselected package libcallaudio-0-1:s390x. 145s Preparing to unpack .../080-libcallaudio-0-1_0.1.10-1_s390x.deb ... 145s Unpacking libcallaudio-0-1:s390x (0.1.10-1) ... 145s Selecting previously unselected package libcamel-1.2-64t64:s390x. 145s Preparing to unpack .../081-libcamel-1.2-64t64_3.55.2-1_s390x.deb ... 145s Unpacking libcamel-1.2-64t64:s390x (3.55.2-1) ... 145s Selecting previously unselected package libltdl7:s390x. 145s Preparing to unpack .../082-libltdl7_2.5.4-3build1_s390x.deb ... 145s Unpacking libltdl7:s390x (2.5.4-3build1) ... 145s Selecting previously unselected package libtdb1:s390x. 145s Preparing to unpack .../083-libtdb1_1.4.12-1build1_s390x.deb ... 145s Unpacking libtdb1:s390x (1.4.12-1build1) ... 145s Selecting previously unselected package libogg0:s390x. 145s Preparing to unpack .../084-libogg0_1.3.5-3build1_s390x.deb ... 145s Unpacking libogg0:s390x (1.3.5-3build1) ... 145s Selecting previously unselected package libvorbis0a:s390x. 145s Preparing to unpack .../085-libvorbis0a_1.3.7-2_s390x.deb ... 145s Unpacking libvorbis0a:s390x (1.3.7-2) ... 145s Selecting previously unselected package libvorbisfile3:s390x. 145s Preparing to unpack .../086-libvorbisfile3_1.3.7-2_s390x.deb ... 145s Unpacking libvorbisfile3:s390x (1.3.7-2) ... 145s Selecting previously unselected package sound-theme-freedesktop. 145s Preparing to unpack .../087-sound-theme-freedesktop_0.8-3ubuntu1_all.deb ... 145s Unpacking sound-theme-freedesktop (0.8-3ubuntu1) ... 145s Selecting previously unselected package libcanberra0:s390x. 145s Preparing to unpack .../088-libcanberra0_0.30-17ubuntu1_s390x.deb ... 145s Unpacking libcanberra0:s390x (0.30-17ubuntu1) ... 145s Selecting previously unselected package liblcms2-2:s390x. 145s Preparing to unpack .../089-liblcms2-2_2.16-2_s390x.deb ... 145s Unpacking liblcms2-2:s390x (2.16-2) ... 145s Selecting previously unselected package libcolord2:s390x. 145s Preparing to unpack .../090-libcolord2_1.4.7-1build2_s390x.deb ... 145s Unpacking libcolord2:s390x (1.4.7-1build2) ... 145s Selecting previously unselected package libcups2t64:s390x. 145s Preparing to unpack .../091-libcups2t64_2.4.11-0ubuntu2_s390x.deb ... 145s Unpacking libcups2t64:s390x (2.4.11-0ubuntu2) ... 145s Selecting previously unselected package libdisplay-info2:s390x. 145s Preparing to unpack .../092-libdisplay-info2_0.2.0-2_s390x.deb ... 145s Unpacking libdisplay-info2:s390x (0.2.0-2) ... 145s Selecting previously unselected package libdrm-radeon1:s390x. 145s Preparing to unpack .../093-libdrm-radeon1_2.4.123-1_s390x.deb ... 145s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 145s Selecting previously unselected package libsecret-common. 145s Preparing to unpack .../094-libsecret-common_0.21.6-3_all.deb ... 145s Unpacking libsecret-common (0.21.6-3) ... 145s Selecting previously unselected package libsecret-1-0:s390x. 145s Preparing to unpack .../095-libsecret-1-0_0.21.6-3_s390x.deb ... 145s Unpacking libsecret-1-0:s390x (0.21.6-3) ... 145s Selecting previously unselected package libsoup-3.0-common. 145s Preparing to unpack .../096-libsoup-3.0-common_3.6.4-2_all.deb ... 145s Unpacking libsoup-3.0-common (3.6.4-2) ... 145s Selecting previously unselected package libsoup-3.0-0:s390x. 145s Preparing to unpack .../097-libsoup-3.0-0_3.6.4-2_s390x.deb ... 145s Unpacking libsoup-3.0-0:s390x (3.6.4-2) ... 145s Selecting previously unselected package libedataserver-1.2-27t64:s390x. 145s Preparing to unpack .../098-libedataserver-1.2-27t64_3.55.2-1_s390x.deb ... 145s Unpacking libedataserver-1.2-27t64:s390x (3.55.2-1) ... 145s Selecting previously unselected package libical3t64:s390x. 145s Preparing to unpack .../099-libical3t64_3.0.19-4_s390x.deb ... 145s Unpacking libical3t64:s390x (3.0.19-4) ... 145s Selecting previously unselected package libecal-2.0-3:s390x. 145s Preparing to unpack .../100-libecal-2.0-3_3.55.2-1_s390x.deb ... 145s Unpacking libecal-2.0-3:s390x (3.55.2-1) ... 145s Selecting previously unselected package libwayland-server0:s390x. 145s Preparing to unpack .../101-libwayland-server0_1.23.1-1_s390x.deb ... 145s Unpacking libwayland-server0:s390x (1.23.1-1) ... 145s Selecting previously unselected package libglapi-mesa:s390x. 145s Preparing to unpack .../102-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 145s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 145s Selecting previously unselected package libx11-xcb1:s390x. 145s Preparing to unpack .../103-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 145s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 145s Selecting previously unselected package libxcb-dri3-0:s390x. 145s Preparing to unpack .../104-libxcb-dri3-0_1.17.0-2_s390x.deb ... 145s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 145s Selecting previously unselected package libxcb-present0:s390x. 145s Preparing to unpack .../105-libxcb-present0_1.17.0-2_s390x.deb ... 145s Unpacking libxcb-present0:s390x (1.17.0-2) ... 145s Selecting previously unselected package libxcb-randr0:s390x. 145s Preparing to unpack .../106-libxcb-randr0_1.17.0-2_s390x.deb ... 145s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 145s Selecting previously unselected package libxcb-sync1:s390x. 145s Preparing to unpack .../107-libxcb-sync1_1.17.0-2_s390x.deb ... 145s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 145s Selecting previously unselected package libxcb-xfixes0:s390x. 145s Preparing to unpack .../108-libxcb-xfixes0_1.17.0-2_s390x.deb ... 145s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 145s Selecting previously unselected package libxshmfence1:s390x. 145s Preparing to unpack .../109-libxshmfence1_1.3-1build5_s390x.deb ... 145s Unpacking libxshmfence1:s390x (1.3-1build5) ... 145s Selecting previously unselected package mesa-libgallium:s390x. 145s Preparing to unpack .../110-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 145s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 145s Selecting previously unselected package libgbm1:s390x. 145s Preparing to unpack .../111-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 145s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 145s Selecting previously unselected package libegl-mesa0:s390x. 145s Preparing to unpack .../112-libegl-mesa0_24.3.4-3ubuntu1_s390x.deb ... 145s Unpacking libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 145s Selecting previously unselected package libfeedback-0.0-0:s390x. 145s Preparing to unpack .../113-libfeedback-0.0-0_0.7.0-1_s390x.deb ... 145s Unpacking libfeedback-0.0-0:s390x (0.7.0-1) ... 145s Selecting previously unselected package libflac12t64:s390x. 145s Preparing to unpack .../114-libflac12t64_1.4.3+ds-4_s390x.deb ... 145s Unpacking libflac12t64:s390x (1.4.3+ds-4) ... 145s Selecting previously unselected package libgck-1-0:s390x. 145s Preparing to unpack .../115-libgck-1-0_3.41.2-1build3_s390x.deb ... 145s Unpacking libgck-1-0:s390x (3.41.2-1build3) ... 145s Selecting previously unselected package libgcr-base-3-1:s390x. 145s Preparing to unpack .../116-libgcr-base-3-1_3.41.2-1build3_s390x.deb ... 145s Unpacking libgcr-base-3-1:s390x (3.41.2-1build3) ... 145s Selecting previously unselected package libwayland-cursor0:s390x. 145s Preparing to unpack .../117-libwayland-cursor0_1.23.1-1_s390x.deb ... 145s Unpacking libwayland-cursor0:s390x (1.23.1-1) ... 145s Selecting previously unselected package libxcomposite1:s390x. 145s Preparing to unpack .../118-libxcomposite1_1%3a0.4.6-1_s390x.deb ... 145s Unpacking libxcomposite1:s390x (1:0.4.6-1) ... 145s Selecting previously unselected package libgtk-3-common. 145s Preparing to unpack .../119-libgtk-3-common_3.24.48-3ubuntu1_all.deb ... 145s Unpacking libgtk-3-common (3.24.48-3ubuntu1) ... 145s Selecting previously unselected package libgtk-3-0t64:s390x. 145s Preparing to unpack .../120-libgtk-3-0t64_3.24.48-3ubuntu1_s390x.deb ... 145s Unpacking libgtk-3-0t64:s390x (3.24.48-3ubuntu1) ... 145s Selecting previously unselected package libgcr-ui-3-1:s390x. 145s Preparing to unpack .../121-libgcr-ui-3-1_3.41.2-1build3_s390x.deb ... 145s Unpacking libgcr-ui-3-1:s390x (3.41.2-1build3) ... 145s Selecting previously unselected package libgmobile-common. 145s Preparing to unpack .../122-libgmobile-common_0.2.1-1_all.deb ... 145s Unpacking libgmobile-common (0.2.1-1) ... 145s Selecting previously unselected package libgmobile0:s390x. 145s Preparing to unpack .../123-libgmobile0_0.2.1-1_s390x.deb ... 145s Unpacking libgmobile0:s390x (0.2.1-1) ... 145s Selecting previously unselected package libupower-glib3:s390x. 145s Preparing to unpack .../124-libupower-glib3_1.90.7-1_s390x.deb ... 145s Unpacking libupower-glib3:s390x (1.90.7-1) ... 145s Selecting previously unselected package libgnome-bluetooth-3.0-13:s390x. 145s Preparing to unpack .../125-libgnome-bluetooth-3.0-13_47.1-1_s390x.deb ... 145s Unpacking libgnome-bluetooth-3.0-13:s390x (47.1-1) ... 145s Selecting previously unselected package libxkbregistry0:s390x. 145s Preparing to unpack .../126-libxkbregistry0_1.7.0-2_s390x.deb ... 145s Unpacking libxkbregistry0:s390x (1.7.0-2) ... 145s Selecting previously unselected package libgnome-desktop-3-20t64:s390x. 145s Preparing to unpack .../127-libgnome-desktop-3-20t64_44.1-2_s390x.deb ... 145s Unpacking libgnome-desktop-3-20t64:s390x (44.1-2) ... 145s Selecting previously unselected package libgnome-desktop-4-2t64:s390x. 145s Preparing to unpack .../128-libgnome-desktop-4-2t64_44.1-2_s390x.deb ... 145s Unpacking libgnome-desktop-4-2t64:s390x (44.1-2) ... 145s Selecting previously unselected package libgsound0t64:s390x. 145s Preparing to unpack .../129-libgsound0t64_1.0.3-3.2build2_s390x.deb ... 145s Unpacking libgsound0t64:s390x (1.0.3-3.2build2) ... 146s Selecting previously unselected package libhandy-1-0:s390x. 146s Preparing to unpack .../130-libhandy-1-0_1.8.3-2_s390x.deb ... 146s Unpacking libhandy-1-0:s390x (1.8.3-2) ... 146s Selecting previously unselected package libwacom-common. 146s Preparing to unpack .../131-libwacom-common_2.14.0-1_all.deb ... 146s Unpacking libwacom-common (2.14.0-1) ... 146s Selecting previously unselected package libwacom9:s390x. 146s Preparing to unpack .../132-libwacom9_2.14.0-1_s390x.deb ... 146s Unpacking libwacom9:s390x (2.14.0-1) ... 146s Selecting previously unselected package libinput-bin. 146s Preparing to unpack .../133-libinput-bin_1.27.1-1_s390x.deb ... 146s Unpacking libinput-bin (1.27.1-1) ... 146s Selecting previously unselected package libmtdev1t64:s390x. 146s Preparing to unpack .../134-libmtdev1t64_1.1.7-1_s390x.deb ... 146s Unpacking libmtdev1t64:s390x (1.1.7-1) ... 146s Selecting previously unselected package libinput10:s390x. 146s Preparing to unpack .../135-libinput10_1.27.1-1_s390x.deb ... 146s Unpacking libinput10:s390x (1.27.1-1) ... 146s Selecting previously unselected package libliftoff0:s390x. 146s Preparing to unpack .../136-libliftoff0_0.5.0-1.1_s390x.deb ... 146s Unpacking libliftoff0:s390x (0.5.0-1.1) ... 146s Selecting previously unselected package libmp3lame0:s390x. 146s Preparing to unpack .../137-libmp3lame0_3.100-6build1_s390x.deb ... 146s Unpacking libmp3lame0:s390x (3.100-6build1) ... 146s Selecting previously unselected package libmpg123-0t64:s390x. 146s Preparing to unpack .../138-libmpg123-0t64_1.32.10-1_s390x.deb ... 146s Unpacking libmpg123-0t64:s390x (1.32.10-1) ... 146s Selecting previously unselected package libnm0:s390x. 146s Preparing to unpack .../139-libnm0_1.50.0-1ubuntu3_s390x.deb ... 146s Unpacking libnm0:s390x (1.50.0-1ubuntu3) ... 146s Selecting previously unselected package libopus0:s390x. 146s Preparing to unpack .../140-libopus0_1.5.2-2_s390x.deb ... 146s Unpacking libopus0:s390x (1.5.2-2) ... 146s Selecting previously unselected package libvorbisenc2:s390x. 146s Preparing to unpack .../141-libvorbisenc2_1.3.7-2_s390x.deb ... 146s Unpacking libvorbisenc2:s390x (1.3.7-2) ... 146s Selecting previously unselected package libsndfile1:s390x. 146s Preparing to unpack .../142-libsndfile1_1.2.2-2_s390x.deb ... 146s Unpacking libsndfile1:s390x (1.2.2-2) ... 146s Selecting previously unselected package libpulse0:s390x. 146s Preparing to unpack .../143-libpulse0_1%3a17.0+dfsg1-2ubuntu1_s390x.deb ... 146s Unpacking libpulse0:s390x (1:17.0+dfsg1-2ubuntu1) ... 146s Selecting previously unselected package libpulse-mainloop-glib0:s390x. 146s Preparing to unpack .../144-libpulse-mainloop-glib0_1%3a17.0+dfsg1-2ubuntu1_s390x.deb ... 146s Unpacking libpulse-mainloop-glib0:s390x (1:17.0+dfsg1-2ubuntu1) ... 146s Selecting previously unselected package libseat1:s390x. 146s Preparing to unpack .../145-libseat1_0.8.0-1_s390x.deb ... 146s Unpacking libseat1:s390x (0.8.0-1) ... 146s Selecting previously unselected package libegl1:s390x. 146s Preparing to unpack .../146-libegl1_1.7.0-1build1_s390x.deb ... 146s Unpacking libegl1:s390x (1.7.0-1build1) ... 146s Selecting previously unselected package libxcb-composite0:s390x. 146s Preparing to unpack .../147-libxcb-composite0_1.17.0-2_s390x.deb ... 146s Unpacking libxcb-composite0:s390x (1.17.0-2) ... 146s Selecting previously unselected package libxcb-errors0:s390x. 146s Preparing to unpack .../148-libxcb-errors0_1.0.1-4_s390x.deb ... 146s Unpacking libxcb-errors0:s390x (1.0.1-4) ... 146s Selecting previously unselected package libxcb-ewmh2:s390x. 146s Preparing to unpack .../149-libxcb-ewmh2_0.4.2-1_s390x.deb ... 146s Unpacking libxcb-ewmh2:s390x (0.4.2-1) ... 146s Selecting previously unselected package libxcb-icccm4:s390x. 146s Preparing to unpack .../150-libxcb-icccm4_0.4.2-1_s390x.deb ... 146s Unpacking libxcb-icccm4:s390x (0.4.2-1) ... 146s Selecting previously unselected package libxcb-render-util0:s390x. 146s Preparing to unpack .../151-libxcb-render-util0_0.3.10-1_s390x.deb ... 146s Unpacking libxcb-render-util0:s390x (0.3.10-1) ... 146s Selecting previously unselected package libxcb-res0:s390x. 146s Preparing to unpack .../152-libxcb-res0_1.17.0-2_s390x.deb ... 146s Unpacking libxcb-res0:s390x (1.17.0-2) ... 146s Selecting previously unselected package libxcb-xinput0:s390x. 146s Preparing to unpack .../153-libxcb-xinput0_1.17.0-2_s390x.deb ... 146s Unpacking libxcb-xinput0:s390x (1.17.0-2) ... 146s Selecting previously unselected package libwlroots-0.18:s390x. 146s Preparing to unpack .../154-libwlroots-0.18_0.18.2-3_s390x.deb ... 146s Unpacking libwlroots-0.18:s390x (0.18.2-3) ... 146s Selecting previously unselected package mutter-common. 146s Preparing to unpack .../155-mutter-common_48~beta-2ubuntu1_all.deb ... 146s Unpacking mutter-common (48~beta-2ubuntu1) ... 146s Selecting previously unselected package phoc. 146s Preparing to unpack .../156-phoc_0.45.0-1_s390x.deb ... 146s Unpacking phoc (0.45.0-1) ... 146s Selecting previously unselected package phosh. 146s Preparing to unpack .../157-phosh_0.45~rc1-2_s390x.deb ... 146s Unpacking phosh (0.45~rc1-2) ... 146s Selecting previously unselected package phosh-mobile-settings. 146s Preparing to unpack .../158-phosh-mobile-settings_0.45~rc1-1_s390x.deb ... 146s Unpacking phosh-mobile-settings (0.45~rc1-1) ... 146s Setting up libcamel-1.2-64t64:s390x (3.55.2-1) ... 146s Setting up bubblewrap (0.11.0-2) ... 146s Setting up libliftoff0:s390x (0.5.0-1.1) ... 146s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 146s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 146s Setting up liblcms2-2:s390x (2.16-2) ... 146s Setting up libpixman-1-0:s390x (0.44.0-3) ... 146s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 146s Setting up libwayland-server0:s390x (1.23.1-1) ... 146s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 146s Setting up libxcb-res0:s390x (1.17.0-2) ... 146s Setting up fonts-lato (2.015-1) ... 146s Setting up libxdamage1:s390x (1:1.1.6-1build1) ... 146s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 146s Setting up libogg0:s390x (1.3.5-3build1) ... 146s Setting up hicolor-icon-theme (0.18-2) ... 146s Setting up libxi6:s390x (2:1.8.2-1) ... 146s Setting up libxcb-xinput0:s390x (1.17.0-2) ... 146s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 146s Setting up libdatrie1:s390x (0.2.13-3build1) ... 146s Setting up libxcb-render0:s390x (1.17.0-2) ... 146s Setting up libxcb-errors0:s390x (1.0.1-4) ... 146s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 146s Setting up libglvnd0:s390x (1.7.0-1build1) ... 146s Setting up libtdb1:s390x (1.4.12-1build1) ... 146s Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 146s Setting up libfeedback-0.0-0:s390x (0.7.0-1) ... 146s Setting up libdisplay-info2:s390x (0.2.0-2) ... 146s Setting up libdeflate0:s390x (1.23-1) ... 146s Setting up libcpdb2t64:s390x (2.0~b5-1.2build1) ... 146s Setting up libxcb-render-util0:s390x (0.3.10-1) ... 146s Setting up libxcb-shm0:s390x (1.17.0-2) ... 146s Setting up libxcb-icccm4:s390x (0.4.2-1) ... 146s Setting up libcpdb-frontend2t64:s390x (2.0~b5-1.2build1) ... 146s Setting up libsoup-3.0-common (3.6.4-2) ... 146s Setting up libmpg123-0t64:s390x (1.32.10-1) ... 146s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 146s Setting up libcolord2:s390x (1.4.7-1build2) ... 146s Setting up libxcb-present0:s390x (1.17.0-2) ... 146s Setting up libdconf1:s390x (0.40.0-5) ... 146s Setting up gnome-desktop3-data (44.1-2) ... 146s Setting up libasound2-data (1.2.13-1build1) ... 146s Setting up libgles2:s390x (1.7.0-1build1) ... 146s Setting up libasound2t64:s390x (1.2.13-1build1) ... 146s Setting up libcallaudio-0-1:s390x (0.1.10-1) ... 146s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 146s Setting up libxkbregistry0:s390x (1.7.0-2) ... 146s Setting up libepoxy0:s390x (1.5.10-2) ... 146s Setting up libxfixes3:s390x (1:6.0.0-2build1) ... 146s Setting up libxcb-sync1:s390x (1.17.0-2) ... 146s Setting up gnome-bluetooth-3-common (47.1-1) ... 146s Setting up libavahi-common-data:s390x (0.8-14ubuntu1) ... 146s Setting up libatspi2.0-0t64:s390x (2.55.2-1) ... 146s Setting up libopus0:s390x (1.5.2-2) ... 146s Setting up libxinerama1:s390x (2:1.1.4-3build1) ... 146s Setting up fonts-dejavu-mono (2.37-8) ... 146s Setting up libvorbis0a:s390x (1.3.7-2) ... 146s Setting up libxrandr2:s390x (2:1.5.4-1) ... 146s Setting up fonts-dejavu-core (2.37-8) ... 146s Setting up libgmobile-common (0.2.1-1) ... 146s Setting up libical3t64:s390x (3.0.19-4) ... 146s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 146s Setting up libltdl7:s390x (2.5.4-3build1) ... 146s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 146s Setting up libnm0:s390x (1.50.0-1ubuntu3) ... 146s Setting up libvulkan1:s390x (1.4.304.0-1) ... 146s Setting up libwebp7:s390x (1.5.0-0.1) ... 146s Setting up libxcb-composite0:s390x (1.17.0-2) ... 146s Setting up libmtdev1t64:s390x (1.1.7-1) ... 146s Setting up sound-theme-freedesktop (0.8-3ubuntu1) ... 146s Setting up libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 146s Setting up libasyncns0:s390x (0.8-6build4) ... 146s Setting up libxshmfence1:s390x (1.3-1build5) ... 146s Setting up at-spi2-common (2.55.2-1) ... 146s Setting up libxcb-randr0:s390x (1.17.0-2) ... 146s Setting up libupower-glib3:s390x (1.90.7-1) ... 146s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 146s Setting up libthai-data (0.1.29-2build1) ... 146s Setting up libxcb-ewmh2:s390x (0.4.2-1) ... 146s Setting up libflac12t64:s390x (1.4.3+ds-4) ... 146s Setting up libwayland-egl1:s390x (1.23.1-1) ... 146s Setting up libstemmer0d:s390x (2.2.0-4build1) ... 146s Setting up libseat1:s390x (0.8.0-1) ... 146s Setting up glib-networking-common (2.80.1-1) ... 146s Setting up libgck-1-0:s390x (3.41.2-1build3) ... 146s Setting up libxcomposite1:s390x (1:0.4.6-1) ... 146s Setting up libgcr-base-3-1:s390x (3.41.2-1build3) ... 146s Setting up libsecret-common (0.21.6-3) ... 146s Setting up libmp3lame0:s390x (3.100-6build1) ... 146s Setting up libgraphene-1.0-0:s390x (1.10.8-5) ... 146s Setting up libvorbisenc2:s390x (1.3.7-2) ... 146s Setting up libwacom-common (2.14.0-1) ... 146s Setting up libwayland-client0:s390x (1.23.1-1) ... 146s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 146s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 146s Setting up libproxy1v5:s390x (0.5.9-1) ... 146s Setting up libatk1.0-0t64:s390x (2.55.2-1) ... 146s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 146s Setting up libwacom9:s390x (2.14.0-1) ... 146s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 146s Setting up libxcursor1:s390x (1:1.2.3-1) ... 146s Setting up libgmobile0:s390x (0.2.1-1) ... 146s Setting up libavahi-common3:s390x (0.8-14ubuntu1) ... 146s Setting up libgnome-bluetooth-3.0-13:s390x (47.1-1) ... 146s Setting up libappstream5:s390x (1.0.4-1) ... 146s Setting up dconf-service (0.40.0-5) ... 146s Setting up libinput-bin (1.27.1-1) ... 146s Setting up libthai0:s390x (0.1.29-2build1) ... 146s Setting up libvorbisfile3:s390x (1.3.7-2) ... 146s Setting up libsecret-1-0:s390x (0.21.6-3) ... 146s Setting up libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 146s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 146s Setting up libwayland-cursor0:s390x (1.23.1-1) ... 146s Setting up libegl1:s390x (1.7.0-1build1) ... 146s Setting up libharfbuzz-subset0:s390x (10.2.0-1) ... 146s Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 146s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 146s Setting up libsndfile1:s390x (1.2.2-2) ... 146s Setting up libavahi-client3:s390x (0.8-14ubuntu1) ... 146s Setting up libatk-bridge2.0-0t64:s390x (2.55.2-1) ... 146s Setting up libinput10:s390x (1.27.1-1) ... 146s Setting up glib-networking-services (2.80.1-1) ... 146s Setting up gtk-update-icon-cache (4.17.4+ds-4) ... 146s Setting up libcanberra0:s390x (0.30-17ubuntu1) ... 146s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 148s Regenerating fonts cache... done. 148s Setting up dconf-gsettings-backend:s390x (0.40.0-5) ... 148s Setting up libpulse0:s390x (1:17.0+dfsg1-2ubuntu1) ... 148s Setting up libgsound0t64:s390x (1.0.3-3.2build2) ... 148s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 148s Setting up gnome-shell-common (48~beta-1ubuntu1) ... 148s update-alternatives: using /usr/share/gnome-shell/gnome-shell-theme.gresource to provide /usr/share/gnome-shell/gdm-theme.gresource (gdm-theme.gresource) in auto mode 148s Setting up libcairo2:s390x (1.18.2-2) ... 148s Setting up mutter-common (48~beta-2ubuntu1) ... 148s Setting up feedbackd-common (0.7.0-1) ... 148s Setting up adwaita-icon-theme (48~beta-3) ... 148s update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 148s Setting up libpulse-mainloop-glib0:s390x (1:17.0+dfsg1-2ubuntu1) ... 148s Setting up libwlroots-0.18:s390x (0.18.2-3) ... 148s Setting up libcairo-gobject2:s390x (1.18.2-2) ... 148s Setting up libgtk-4-common (4.17.4+ds-4) ... 148s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 148s Setting up evolution-data-server-common (3.55.2-1) ... 148s Setting up libcups2t64:s390x (2.4.11-0ubuntu2) ... 148s Setting up libgtk-3-common (3.24.48-3ubuntu1) ... 148s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 148s Setting up libcairo-script-interpreter2:s390x (1.18.2-2) ... 148s Setting up gsettings-desktop-schemas (48~beta-1ubuntu1) ... 148s Processing triggers for libc-bin (2.41-1ubuntu1) ... 148s Processing triggers for systemd (257.2-3ubuntu1) ... 148s Processing triggers for man-db (2.13.0-1) ... 149s Processing triggers for libglib2.0-0t64:s390x (2.83.3-2) ... 150s Setting up libgtk-3-0t64:s390x (3.24.48-3ubuntu1) ... 150s Processing triggers for udev (257.2-3ubuntu1) ... 150s Setting up libgtk-4-1:s390x (4.17.4+ds-4) ... 150s Setting up glib-networking:s390x (2.80.1-1) ... 150s Setting up libhandy-1-0:s390x (1.8.3-2) ... 150s Setting up libgcr-ui-3-1:s390x (3.41.2-1build3) ... 150s Setting up libsoup-3.0-0:s390x (3.6.4-2) ... 150s Setting up libadwaita-1-0:s390x (1.6.2-1ubuntu1) ... 150s Setting up libgnome-desktop-3-20t64:s390x (44.1-2) ... 150s Setting up libgnome-desktop-4-2t64:s390x (44.1-2) ... 150s Setting up libedataserver-1.2-27t64:s390x (3.55.2-1) ... 150s Setting up phoc (0.45.0-1) ... 150s Setting up libecal-2.0-3:s390x (3.55.2-1) ... 150s Setting up phosh (0.45~rc1-2) ... 150s Setting up phosh-mobile-settings (0.45~rc1-1) ... 150s Processing triggers for libc-bin (2.41-1ubuntu1) ... 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'phosh-mobile-settings'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.uct2iw/command1-packages.all"], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/command1-packages.all /tmp/autopkgtest-work.vzlyqxaf/out/command1-packages.all 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.uct2iw/build.ASh/src'], kind short, sout raw, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.uct2iw/build.ASh/src already exists 151s autopkgtest [01:38:48]: test command1: /usr/bin/phosh-mobile-settings --help 151s autopkgtest [01:38:48]: test command1: [----------------------- 151s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.uct2iw/wrapper.sh --debug --artifacts=/tmp/autopkgtest.uct2iw/command1-artifacts --chdir=/tmp/autopkgtest.uct2iw/build.ASh/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.uct2iw/command1-stderr --stdout=/tmp/autopkgtest.uct2iw/command1-stdout --tmp=/tmp/autopkgtest.uct2iw/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- bash -ec '/usr/bin/phosh-mobile-settings --help'"], kind test, sout raw, serr raw, env [] 151s /tmp/autopkgtest.uct2iw/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.uct2iw/command1-artifacts 151s /tmp/autopkgtest.uct2iw/wrapper.sh: changing to directory: /tmp/autopkgtest.uct2iw/build.ASh/src 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: LANG=C.UTF-8 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LANGUAGE 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_ADDRESS 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_ALL 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_COLLATE 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_CTYPE 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_IDENTIFICATION 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_MEASUREMENT 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_MESSAGES 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_MONETARY 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_NAME 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_NUMERIC 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_PAPER 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_TELEPHONE 151s /tmp/autopkgtest.uct2iw/wrapper.sh: unsetting environment: LC_TIME 151s /tmp/autopkgtest.uct2iw/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 151s /tmp/autopkgtest.uct2iw/wrapper.sh: pretending to be a login shell 151s /tmp/autopkgtest.uct2iw/wrapper.sh: will write standard error to /tmp/autopkgtest.uct2iw/command1-stderr 151s /tmp/autopkgtest.uct2iw/wrapper.sh: will write stdout to /tmp/autopkgtest.uct2iw/command1-stdout 151s /tmp/autopkgtest.uct2iw/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.uct2iw/autopkgtest_tmp 151s /tmp/autopkgtest.uct2iw/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 151s /tmp/autopkgtest.uct2iw/wrapper.sh: command to run: bash -ec /usr/bin/phosh-mobile-settings --help 151s /tmp/autopkgtest.uct2iw/wrapper.sh: copying /tmp/tmp.usVZeOlZzK/out to stdout and file: /tmp/autopkgtest.uct2iw/command1-stdout 151s /tmp/autopkgtest.uct2iw/wrapper.sh: copying /tmp/tmp.usVZeOlZzK/err to standard error and file: /tmp/autopkgtest.uct2iw/command1-stdout 151s /tmp/autopkgtest.uct2iw/wrapper.sh: writing script pid 3111 to /tmp/autopkgtest_script_pid 151s Usage: 151s phosh-mobile-settings [OPTION…] [PANEL] - Manage your mobile settings 151s 151s Help Options: 151s -h, --help Show help options 151s --help-all Show all help options 151s --help-gapplication Show GApplication options 151s 151s Application Options: 151s -v, --version Current version of phosh-mobile-settings 151s -d, --debug-info Print debugging information 151s -l, --list List the available panels 151s 151s /tmp/autopkgtest.uct2iw/wrapper.sh: checking for leaked background processes... 151s /tmp/autopkgtest.uct2iw/wrapper.sh: waiting for tee/cat subprocesses... 151s /tmp/autopkgtest.uct2iw/wrapper.sh: cleaning up... 151s /tmp/autopkgtest.uct2iw/wrapper.sh: Exit status: 0 151s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest [01:38:49]: test command1: -----------------------] 152s autopkgtest: DBG: testbed executing test finished with exit status 0 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/command1-stdout /tmp/autopkgtest-work.vzlyqxaf/out/command1-stdout 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/command1-stderr /tmp/autopkgtest-work.vzlyqxaf/out/command1-stderr 152s autopkgtest: DBG: got reply from testbed: ok 152s command1 PASS (superficial) 152s autopkgtest [01:38:49]: test command1: - - - - - - - - - - results - - - - - - - - - - 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.uct2iw/command1-artifacts/ /tmp/autopkgtest-work.vzlyqxaf/out/artifacts/ 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.uct2iw/command1-artifacts', '/tmp/autopkgtest.uct2iw/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 152s autopkgtest [01:38:49]: @@@@@@@@@@@@@@@@@@@@ summary 152s command1 PASS (superficial) 152s autopkgtest: DBG: testbed stop 152s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.uct2iw 152s autopkgtest: DBG: sending command to testbed: close 171s autopkgtest: DBG: got reply from testbed: ok 171s autopkgtest: DBG: sending command to testbed: quit 171s nova [W] Using flock in prodstack6-s390x 171s flock: timeout while waiting to get lock 171s Creating nova instance adt-plucky-s390x-phosh-mobile-settings-20250216-013617-juju-7f2275-prod-proposed-migration-environment-15-06d724c0-4161-4cfd-a740-d0f7e0c2fe2f from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 171s nova [W] Timed out waiting for 576d3bee-2361-4617-b7ea-f42825b9903a to get deleted.