0s autopkgtest: DBG: testbed init 0s autopkgtest [21:24:48]: starting date and time: 2025-02-15 21:24:48+0000 0s autopkgtest [21:24:48]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [21:24:48]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.642jr6fx/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 android-platform-tools --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-9.secgroup --name adt-plucky-s390x-android-platform-tools-20250215-212447-juju-7f2275-prod-proposed-migration-environment-15-a1a0e296-aeb6-4fb9-b53f-5aaadeb3ac22 --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 236s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.kEaGe7 236s autopkgtest: DBG: sending command to testbed: print-execute-command 236s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.0d0trild/runcmd 236s autopkgtest: DBG: sending command to testbed: capabilities 236s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert isolation-machine reboot suggested-normal-user=ubuntu root-on-testbed 236s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'isolation-machine', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 236s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.kEaGe7'], kind short, sout raw, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.kEaGe7/wrapper.sh 236s autopkgtest: DBG: got reply from testbed: ok 236s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.kEaGe7/wrapper.sh'], kind short, sout raw, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest [21:28:44]: testbed dpkg architecture: s390x 236s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest [21:28:44]: testbed apt version: 2.9.28 236s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: testbed has eatmydata 237s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest [21:28:45]: @@@@@@@@@@@@@@@@@@@@ test bed setup 237s 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 [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest [21:28:45]: testbed release detected to be: None 237s 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 [] 237s autopkgtest: DBG: testbed command exited with code 0 237s 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 [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: adding APT source: Types: deb deb-src 237s URIs: http://ftpmaster.internal/ubuntu/ 237s Suites: plucky-proposed 237s Components: main restricted universe multiverse 237s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 237s 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 [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 237s Package: * 237s Pin: release plucky-proposed 237s Pin-Priority: 500 237s 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 [] 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest [21:28:46]: updating testbed package index (apt update) 238s 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'] 238s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 238s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 238s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 238s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 238s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 238s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [62.8 kB] 239s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [820 kB] 239s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 239s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [80.2 kB] 239s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 239s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [795 kB] 239s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 239s Fetched 1889 kB in 1s (1856 kB/s) 239s Reading package lists... 240s autopkgtest: DBG: testbed command exited with code 0 240s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 240s Package: * 240s Pin: release plucky-proposed 240s Pin-Priority: 100 240s 240s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 240s Pin: release plucky-proposed 240s Pin-Priority: 995 240s 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 [] 240s autopkgtest: DBG: testbed command exited with code 0 240s 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.kEaGe7/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 240s autopkgtest: DBG: testbed command exited with code 0 240s 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'] 240s + lsb_release --codename --short 240s + RELEASE=plucky 240s + cat 240s + [ plucky != trusty ] 240s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 240s Reading package lists... 240s Building dependency tree... 240s Reading state information... 240s Calculating upgrade... 240s The following packages were automatically installed and are no longer required: 240s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 240s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 240s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 240s linux-tools-6.11.0-8-generic 240s Use 'sudo apt autoremove' to remove them. 240s The following packages will be upgraded: 240s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 240s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 240s Need to get 1155 kB of archives. 240s After this operation, 16.4 kB of additional disk space will be used. 240s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 241s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 241s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 241s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 241s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 241s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 241s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 241s Preconfiguring packages ... 241s Fetched 1155 kB in 1s (1825 kB/s) 241s (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.) 241s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 241s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 241s Setting up dash (0.5.12-12ubuntu1) ... 241s (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.) 241s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 241s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 241s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 241s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 241s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 241s (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.) 241s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 242s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 242s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 242s (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.) 242s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 242s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 242s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 242s (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.) 242s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 242s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 242s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 242s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 242s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 242s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 242s Setting up libtasn1-6:s390x (4.20.0-2) ... 242s Processing triggers for libc-bin (2.40-4ubuntu1) ... 242s Processing triggers for man-db (2.13.0-1) ... 242s Processing triggers for debianutils (5.21) ... 242s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 242s + /usr/lib/apt/apt-helper analyze-pattern ?true 242s + uname -r 242s + sed s/\./\\./g 242s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 242s + apt list ?obsolete 242s + tail -n+2 242s + cut -d/ -f1 242s + grep -v ^linux-.*6\.12\.0-15-generic.* 242s + true 242s + obsolete_pkgs= 242s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 242s Reading package lists... 243s Building dependency tree... 243s Reading state information... 243s The following packages will be REMOVED: 243s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 243s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 243s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 243s linux-tools-6.11.0-8-generic* 243s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 243s After this operation, 167 MB disk space will be freed. 243s (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.) 243s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 243s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 243s Removing libpython3.12t64:s390x (3.12.9-1) ... 243s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 243s Removing libnsl2:s390x (1.3.0-3build3) ... 243s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 243s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 243s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 244s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 244s Processing triggers for libc-bin (2.40-4ubuntu1) ... 244s (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.) 244s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 244s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 244s + grep -q trusty /etc/lsb-release 244s + [ ! -d /usr/share/doc/unattended-upgrades ] 244s + [ ! -d /usr/share/doc/lxd ] 244s + [ ! -d /usr/share/doc/lxd-client ] 244s + [ ! -d /usr/share/doc/snapd ] 244s + type iptables 244s + cat 244s + chmod 755 /etc/rc.local 244s + . /etc/rc.local 244s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 244s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 244s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 244s + uname -m 244s + [ s390x = ppc64le ] 244s + [ -d /run/systemd/system ] 244s + systemd-detect-virt --quiet --vm 244s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 244s + cat 244s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 244s + echo COMPRESS=lz4 244s autopkgtest: DBG: testbed command exited with code 0 244s autopkgtest [21:28:52]: upgrading testbed (apt dist-upgrade and autopurge) 244s 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'] 244s Reading package lists... 244s Building dependency tree... 244s Reading state information... 245s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 245s Starting 2 pkgProblemResolver with broken count: 0 245s Done 245s Entering ResolveByKeep 245s 245s The following packages will be upgraded: 245s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 245s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 245s Need to get 10.7 MB of archives. 245s After this operation, 305 kB of additional disk space will be used. 245s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 245s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 246s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 246s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 246s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 246s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 246s Preconfiguring packages ... 246s Fetched 10.7 MB in 1s (9277 kB/s) 246s (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.) 246s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 246s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 246s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 246s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 247s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 247s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 247s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 247s Checking for services that may need to be restarted... 247s Checking init scripts... 247s Checking for services that may need to be restarted... 247s Checking init scripts... 247s Stopping some services possibly affected by the upgrade (will be restarted later): 247s cron: stopping...done. 247s 247s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 247s Setting up libc6:s390x (2.41-1ubuntu1) ... 247s Checking for services that may need to be restarted... 247s Checking init scripts... 247s Restarting services possibly affected by the upgrade: 247s cron: restarting...done. 247s 247s Services restarted successfully. 247s (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.) 247s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 247s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 247s Setting up libc-bin (2.41-1ubuntu1) ... 247s (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.) 247s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 247s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 247s Setting up iproute2 (6.13.0-1ubuntu1) ... 247s Setting up locales (2.41-1ubuntu1) ... 247s Installing new version of config file /etc/locale.alias ... 248s Generating locales (this might take a while)... 249s en_US.UTF-8... done 249s Generation complete. 249s Setting up libc-dev-bin (2.41-1ubuntu1) ... 249s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 249s Processing triggers for man-db (2.13.0-1) ... 249s Processing triggers for systemd (257.2-3ubuntu1) ... 250s autopkgtest: DBG: testbed command exited with code 0 250s 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'] 250s Reading package lists... 250s Building dependency tree... 250s Reading state information... 251s Starting pkgProblemResolver with broken count: 0 251s Starting 2 pkgProblemResolver with broken count: 0 251s Done 251s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 251s autopkgtest: DBG: testbed command exited with code 0 251s 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.kEaGe7/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 251s autopkgtest: DBG: testbed command exited with code 1 251s autopkgtest [21:28:59]: rebooting testbed after setup commands that affected boot 251s autopkgtest: DBG: sending command to testbed: reboot 270s autopkgtest: DBG: got reply from testbed: ok 270s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 270s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.kEaGe7'], kind short, sout raw, serr pipe, env [] 270s autopkgtest: DBG: testbed command exited with code 0 270s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.kEaGe7/autopkgtest-reboot 271s autopkgtest: DBG: got reply from testbed: ok 271s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 271s autopkgtest: DBG: testbed command exited with code 0 271s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 271s autopkgtest: DBG: testbed command exited with code 0 271s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 271s autopkgtest: DBG: testbed command exited with code 0 271s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.kEaGe7'], kind short, sout raw, serr pipe, env [] 271s autopkgtest: DBG: testbed command exited with code 0 271s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare 271s autopkgtest: DBG: got reply from testbed: ok 271s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 272s autopkgtest: DBG: testbed command exited with code 0 272s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 272s autopkgtest: DBG: testbed command exited with code 0 272s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 272s autopkgtest: DBG: testbed command exited with code 0 272s autopkgtest [21:29:20]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 272s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 272s autopkgtest: DBG: testbed command exited with code 0 272s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.kEaGe7/testbed-packages"], kind short, sout raw, serr pipe, env [] 272s autopkgtest: DBG: testbed command exited with code 0 272s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/testbed-packages /tmp/autopkgtest-work.642jr6fx/out/testbed-packages 272s autopkgtest: DBG: got reply from testbed: ok 272s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 272s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.kEaGe7'], kind short, sout raw, serr pipe, env [] 273s autopkgtest: DBG: testbed command exited with code 0 273s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.kEaGe7/autopkgtest-reboot 273s autopkgtest: DBG: got reply from testbed: ok 273s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 273s autopkgtest: DBG: testbed command exited with code 0 273s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 273s autopkgtest: DBG: testbed command exited with code 0 273s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 273s autopkgtest: DBG: testbed command exited with code 0 273s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.kEaGe7'], kind short, sout raw, serr pipe, env [] 273s autopkgtest: DBG: testbed command exited with code 0 273s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare 274s autopkgtest: DBG: got reply from testbed: ok 274s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 274s autopkgtest: DBG: testbed command exited with code 0 274s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.kEaGe7/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 274s autopkgtest: DBG: testbed command exited with code 0 274s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 274s autopkgtest: DBG: testbed command exited with code 0 274s autopkgtest: DBG: Binaries: initialising 274s autopkgtest [21:29:22]: @@@@@@@@@@@@@@@@@@@@ apt-source android-platform-tools 274s autopkgtest: DBG: blame += android-platform-tools 274s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 274s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'android-platform-tools'], kind short, sout pipe, serr pipe, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libziparchive$'], kind short, sout pipe, serr raw, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libziparchive=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-platform-system-core-headers$'], kind short, sout pipe, serr raw, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-platform-system-core-headers=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 275s autopkgtest: DBG: testbed command exited with code 0 275s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-sdk-libsparse-utils$'], kind short, sout pipe, serr raw, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-sdk-libsparse-utils=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libcutils-dev$'], kind short, sout pipe, serr raw, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libcutils-dev=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 276s autopkgtest: DBG: testbed command exited with code 0 276s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libcutils$'], kind short, sout pipe, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libcutils=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-liblog-dev$'], kind short, sout pipe, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-liblog-dev=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libbase$'], kind short, sout pipe, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 0 277s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libbase=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 278s autopkgtest: DBG: testbed command exited with code 0 278s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^etc1tool$'], kind short, sout pipe, serr raw, env [] 278s autopkgtest: DBG: testbed command exited with code 0 278s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'etc1tool=34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 278s autopkgtest: DBG: testbed command exited with code 0 278s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-liblog$'], kind short, sout pipe, serr raw, env [] 278s autopkgtest: DBG: testbed command exited with code 0 278s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-liblog=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 278s autopkgtest: DBG: testbed command exited with code 0 278s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libziparchive-dev$'], kind short, sout pipe, serr raw, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libziparchive-dev=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libsparse-dev$'], kind short, sout pipe, serr raw, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libsparse-dev=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libsparse$'], kind short, sout pipe, serr raw, env [] 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libsparse=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^hprof-conv$'], kind short, sout pipe, serr raw, env [] 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'hprof-conv=34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libnativehelper$'], kind short, sout pipe, serr raw, env [] 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libnativehelper=34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-platform-frameworks-native-headers$'], kind short, sout pipe, serr raw, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-platform-frameworks-native-headers=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^mkbootimg$'], kind short, sout pipe, serr raw, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'mkbootimg=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libbase-dev$'], kind short, sout pipe, serr raw, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libbase-dev=1:34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^android-libnativehelper-dev$'], kind short, sout pipe, serr raw, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'android-libnativehelper-dev=34.0.4-1.1'], kind short, sout pipe, serr raw, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: install_deps: deps_new=[] 282s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s 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.kEaGe7/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source android-platform-tools=34.0.4-1.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 android-platform-tools_*.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'] 283s + cd / 283s + mktemp -d /tmp/autopkgtest.kEaGe7/build.XXX 283s + builddir=/tmp/autopkgtest.kEaGe7/build.0c4 283s + cd /tmp/autopkgtest.kEaGe7/build.0c4 283s + apt-get source -d -q --only-source android-platform-tools=34.0.4-1.1 284s + OUT=Reading package lists... 284s NOTICE: 'android-platform-tools' packaging is maintained in the 'Git' version control system at: 284s https://salsa.debian.org/android-tools-team/android-platform-tools.git 284s Please use: 284s git clone https://salsa.debian.org/android-tools-team/android-platform-tools.git 284s to retrieve the latest (possibly unreleased) updates to the package. 284s Need to get 18.7 MB of source archives. 284s Get:1 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (dsc) [5266 B] 284s Get:2 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (tar) [18.6 MB] 284s Get:3 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (diff) [57.4 kB] 284s Fetched 18.7 MB in 1s (13.1 MB/s) 284s Download complete and in download only mode 284s + [ -n ] 284s + grep ^Get: 284s + echo Reading package lists... 284s NOTICE: 'android-platform-tools' packaging is maintained in the 'Git' version control system at: 284s https://salsa.debian.org/android-tools-team/android-platform-tools.git 284s Please use: 284s git clone https://salsa.debian.org/android-tools-team/android-platform-tools.git 284s to retrieve the latest (possibly unreleased) updates to the package. 284s Need to get 18.7 MB of source archives. 284s Get:1 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (dsc) [5266 B] 284s Get:2 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (tar) [18.6 MB] 284s Get:3 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (diff) [57.4 kB] 284s Fetched 18.7 MB in 1s (13.1 MB/s) 284s Download complete and in download only mode 284s Get:1 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (dsc) [5266 B] 284s Get:2 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (tar) [18.6 MB] 284s Get:3 http://ftpmaster.internal/ubuntu plucky/universe android-platform-tools 34.0.4-1.1 (diff) [57.4 kB] 284s + dpkg-source -x android-platform-tools_34.0.4-1.1.dsc src 284s gpgv: Signature made Fri Aug 16 04:21:42 2024 UTC 284s gpgv: using RSA key E50AFD55ADD27AAB97163A8B21D20589974B3E96 284s gpgv: issuer "tmancill@debian.org" 284s gpgv: Can't check signature: No public key 284s dpkg-source: warning: cannot verify inline signature for ./android-platform-tools_34.0.4-1.1.dsc: no acceptable signature found 285s + chmod -R a+rX . 285s + cd src/. 285s + pwd 285s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 285s autopkgtest: DBG: testbed command exited with code 0 285s autopkgtest [21:29:33]: testing package android-platform-tools version 34.0.4-1.1 285s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/build.0c4/src/debian/ /tmp/autopkgtest-work.642jr6fx/out/pkg/debian/ 286s autopkgtest: DBG: got reply from testbed: ok 287s autopkgtest: DBG: processing dependency adb 287s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 288s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 289s autopkgtest: DBG: processing dependency adb 289s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 289s command2 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 290s autopkgtest: DBG: processing dependency adb 290s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 290s command3 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 291s autopkgtest: DBG: processing dependency adb 291s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 292s command4 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 293s autopkgtest: DBG: processing dependency fastboot 293s autopkgtest: DBG: marked alternatives ['fastboot'] as a synthesised dependency 294s command5 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 295s autopkgtest: DBG: processing dependency fastboot 295s autopkgtest: DBG: marked alternatives ['fastboot'] as a synthesised dependency 295s command6 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 297s autopkgtest: DBG: processing dependency etc1tool 297s autopkgtest: DBG: marked alternatives ['etc1tool'] as a synthesised dependency 297s autopkgtest: DBG: Test defined: name command7 path None command "etc1tool development/tools/templates/ic_launcher_ldpi.png --encode && etc1tool development/tools/templates/ic_launcher_ldpi.pkm --decode" restrictions [] features [] depends ['etc1tool'] 297s autopkgtest [21:29:45]: build not needed 297s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/build.0c4/src/ /tmp/autopkgtest-work.642jr6fx/out/tests-tree/ 312s autopkgtest: DBG: got reply from testbed: ok 314s autopkgtest: DBG: processing dependency adb 314s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 316s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 317s autopkgtest: DBG: processing dependency adb 317s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 318s command2 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 319s autopkgtest: DBG: processing dependency adb 319s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 319s command3 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 320s autopkgtest: DBG: processing dependency adb 320s autopkgtest: DBG: marked alternatives ['adb'] as a synthesised dependency 320s command4 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 321s autopkgtest: DBG: processing dependency fastboot 321s autopkgtest: DBG: marked alternatives ['fastboot'] as a synthesised dependency 322s command5 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 323s autopkgtest: DBG: processing dependency fastboot 323s autopkgtest: DBG: marked alternatives ['fastboot'] as a synthesised dependency 323s command6 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 325s autopkgtest: DBG: processing dependency etc1tool 325s autopkgtest: DBG: marked alternatives ['etc1tool'] as a synthesised dependency 325s autopkgtest: DBG: Test defined: name command7 path None command "etc1tool development/tools/templates/ic_launcher_ldpi.png --encode && etc1tool development/tools/templates/ic_launcher_ldpi.pkm --decode" restrictions [] features [] depends ['etc1tool'] 325s autopkgtest [21:30:13]: test command7: preparing testbed 325s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['etc1tool'] 325s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 325s autopkgtest: DBG: install_deps: deps_new=['etc1tool'] 325s autopkgtest: DBG: install-deps: satisfying etc1tool 325s autopkgtest: DBG: can use apt-get on testbed: True 325s 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', 'etc1tool'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 326s Reading package lists... 326s Building dependency tree... 326s Reading state information... 326s Starting pkgProblemResolver with broken count: 0 326s Starting 2 pkgProblemResolver with broken count: 0 326s Done 326s The following NEW packages will be installed: 326s etc1tool 326s 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 326s Need to get 26.5 kB of archives. 326s After this operation, 95.2 kB of additional disk space will be used. 326s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x etc1tool s390x 34.0.4-1.1 [26.5 kB] 327s Fetched 26.5 kB in 0s (116 kB/s) 327s Selecting previously unselected package etc1tool. 327s (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.) 327s Preparing to unpack .../etc1tool_34.0.4-1.1_s390x.deb ... 327s Unpacking etc1tool (34.0.4-1.1) ... 327s Setting up etc1tool (34.0.4-1.1) ... 327s Processing triggers for man-db (2.13.0-1) ... 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'etc1tool'], kind short, sout pipe, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.kEaGe7/command7-packages.all"], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/command7-packages.all /tmp/autopkgtest-work.642jr6fx/out/command7-packages.all 328s autopkgtest: DBG: got reply from testbed: ok 328s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.kEaGe7/build.0c4/src'], kind short, sout raw, serr raw, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.kEaGe7/build.0c4/src already exists 328s autopkgtest [21:30:16]: test command7: etc1tool development/tools/templates/ic_launcher_ldpi.png --encode && etc1tool development/tools/templates/ic_launcher_ldpi.pkm --decode 328s autopkgtest [21:30:16]: test command7: [----------------------- 328s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.kEaGe7/wrapper.sh --debug --artifacts=/tmp/autopkgtest.kEaGe7/command7-artifacts --chdir=/tmp/autopkgtest.kEaGe7/build.0c4/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.kEaGe7/command7-stderr --stdout=/tmp/autopkgtest.kEaGe7/command7-stdout --tmp=/tmp/autopkgtest.kEaGe7/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 'etc1tool development/tools/templates/ic_launcher_ldpi.png --encode && etc1tool development/tools/templates/ic_launcher_ldpi.pkm --decode'"], kind test, sout raw, serr raw, env [] 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.kEaGe7/command7-artifacts 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: changing to directory: /tmp/autopkgtest.kEaGe7/build.0c4/src 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: setting environment: LANG=C.UTF-8 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LANGUAGE 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_ADDRESS 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_ALL 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_COLLATE 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_CTYPE 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_IDENTIFICATION 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_MEASUREMENT 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_MESSAGES 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_MONETARY 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_NAME 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_NUMERIC 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_PAPER 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_TELEPHONE 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: unsetting environment: LC_TIME 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: pretending to be a login shell 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: will write standard error to /tmp/autopkgtest.kEaGe7/command7-stderr 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: will write stdout to /tmp/autopkgtest.kEaGe7/command7-stdout 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.kEaGe7/autopkgtest_tmp 328s /tmp/autopkgtest.kEaGe7/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 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: command to run: bash -ec etc1tool development/tools/templates/ic_launcher_ldpi.png --encode && etc1tool development/tools/templates/ic_launcher_ldpi.pkm --decode 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: copying /tmp/tmp.iO4cxe9ZNI/out to stdout and file: /tmp/autopkgtest.kEaGe7/command7-stdout 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: copying /tmp/tmp.iO4cxe9ZNI/err to standard error and file: /tmp/autopkgtest.kEaGe7/command7-stdout 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: writing script pid 1748 to /tmp/autopkgtest_script_pid 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: checking for leaked background processes... 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: waiting for tee/cat subprocesses... 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: cleaning up... 328s /tmp/autopkgtest.kEaGe7/wrapper.sh: Exit status: 0 328s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest [21:30:17]: test command7: -----------------------] 329s autopkgtest: DBG: testbed executing test finished with exit status 0 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/command7-stdout /tmp/autopkgtest-work.642jr6fx/out/command7-stdout 329s autopkgtest: DBG: got reply from testbed: ok 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/command7-stderr /tmp/autopkgtest-work.642jr6fx/out/command7-stderr 329s autopkgtest: DBG: got reply from testbed: ok 329s command7 PASS 329s autopkgtest [21:30:17]: test command7: - - - - - - - - - - results - - - - - - - - - - 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.kEaGe7/command7-artifacts/ /tmp/autopkgtest-work.642jr6fx/out/artifacts/ 329s autopkgtest: DBG: got reply from testbed: ok 329s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.kEaGe7/command7-artifacts', '/tmp/autopkgtest.kEaGe7/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 329s autopkgtest [21:30:17]: @@@@@@@@@@@@@@@@@@@@ summary 329s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command2 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command3 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command4 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command5 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command6 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command1 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command2 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command3 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command4 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command5 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command6 SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 329s command7 PASS 329s autopkgtest: DBG: testbed stop 329s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.kEaGe7 329s autopkgtest: DBG: sending command to testbed: close 347s autopkgtest: DBG: got reply from testbed: ok 347s autopkgtest: DBG: sending command to testbed: quit 347s nova [W] Using flock in prodstack6-s390x 347s flock: timeout while waiting to get lock 347s Creating nova instance adt-plucky-s390x-android-platform-tools-20250215-212447-juju-7f2275-prod-proposed-migration-environment-15-a1a0e296-aeb6-4fb9-b53f-5aaadeb3ac22 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 347s nova [W] Timed out waiting for 1539691a-7057-4703-b174-ac2396226cde to get deleted.