0s autopkgtest: DBG: testbed init 0s autopkgtest [22:41:36]: starting date and time: 2025-02-06 22:41:36+0000 0s autopkgtest [22:41:36]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [22:41:36]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.zq8dnweb/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rdma-core --apt-upgrade qemu --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-25.secgroup --name adt-plucky-s390x-qemu-20250206-224136-juju-7f2275-prod-proposed-migration-environment-15-12971890-ce1a-46b5-a7e8-b46588f00888 --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 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.5hxG9q 103s autopkgtest: DBG: sending command to testbed: print-execute-command 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.d22xgca8/runcmd 103s autopkgtest: DBG: sending command to testbed: capabilities 103s autopkgtest: DBG: got reply from testbed: ok revert suggested-normal-user=ubuntu reboot isolation-machine revert-full-system root-on-testbed 103s autopkgtest: DBG: testbed capabilities: ['revert', 'suggested-normal-user=ubuntu', 'reboot', 'isolation-machine', 'revert-full-system', 'root-on-testbed', 'has_internet'] 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.5hxG9q/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/wrapper.sh'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [22:43:19]: testbed dpkg architecture: s390x 103s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [22:43:19]: testbed apt version: 2.9.18 103s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed has eatmydata 104s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [22:43:20]: @@@@@@@@@@@@@@@@@@@@ test bed setup 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [22:43:20]: testbed release detected to be: None 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT source: Types: deb deb-src 104s URIs: http://ftpmaster.internal/ubuntu/ 104s Suites: plucky-proposed 104s Components: main restricted universe multiverse 104s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 104s Package: * 104s Pin: release plucky-proposed 104s Pin-Priority: 500 104s 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 [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest [22:43:21]: updating testbed package index (apt update) 105s 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'] 105s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 105s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 105s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 105s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 105s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 106s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 106s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 106s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 106s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 106s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 106s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 106s Fetched 2058 kB in 1s (2074 kB/s) 106s Reading package lists... 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 106s Package: * 106s Pin: release plucky-proposed 106s Pin-Priority: 100 106s 106s Package: src:rdma-core:any 106s Pin: release plucky-proposed 106s Pin-Priority: 995 106s 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:rdma-core:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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.5hxG9q/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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'] 107s + lsb_release --codename --short 107s + RELEASE=plucky 107s + cat 107s + [ plucky != trusty ] 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 107s Calculating upgrade... 107s The following packages were automatically installed and are no longer required: 107s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 107s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 107s linux-tools-6.11.0-8-generic 107s Use 'sudo apt autoremove' to remove them. 107s The following packages will be upgraded: 107s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 107s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 107s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 107s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 107s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 107s Need to get 13.0 MB of archives. 107s After this operation, 9501 kB disk space will be freed. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 108s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 108s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 108s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 108s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 108s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 108s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 108s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 108s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 108s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 108s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 108s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 108s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 108s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 108s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 108s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 108s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 108s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 108s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 109s Fetched 13.0 MB in 1s (11.5 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 ... 80969 files and directories currently installed.) 109s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 109s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 109s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 109s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 109s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 109s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 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 ... 80969 files and directories currently installed.) 109s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 109s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 109s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 109s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 109s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 109s Setting up systemd (257.2-3ubuntu1) ... 109s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 109s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 109s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 110s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 110s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 110s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 110s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 110s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 110s Setting up libudev1:s390x (257.2-3ubuntu1) ... 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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 110s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 110s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 110s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 110s Setting up apt (2.9.27ubuntu1) ... 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 ... 80971 files and directories currently installed.) 110s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 110s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 110s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 110s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 110s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 110s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 110s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 110s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 111s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 111s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 111s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 111s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 111s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 111s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 111s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 111s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 111s Setting up systemd-sysv (257.2-3ubuntu1) ... 111s Setting up apt-utils (2.9.27ubuntu1) ... 111s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 111s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 111s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 111s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 111s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 111s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 111s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 111s Setting up udev (257.2-3ubuntu1) ... 112s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 112s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 112s Setting up systemd-resolved (257.2-3ubuntu1) ... 112s Setting up libctf0:s390x (2.44-1ubuntu1) ... 112s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 112s Setting up binutils (2.44-1ubuntu1) ... 112s Processing triggers for dbus (1.14.10-4ubuntu5) ... 112s Processing triggers for shared-mime-info (2.4-5) ... 112s Warning: program compiled against libxml 212 using older 209 112s Processing triggers for initramfs-tools (0.145ubuntu1) ... 112s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 112s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 115s Using config file '/etc/zipl.conf' 115s Building bootmap in '/boot' 115s Adding IPL section 'ubuntu' (default) 115s Preparing boot device for LD-IPL: vda (0000). 115s Done. 115s Processing triggers for libc-bin (2.40-4ubuntu1) ... 115s Processing triggers for man-db (2.13.0-1) ... 116s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 116s + /usr/lib/apt/apt-helper analyze-pattern ?true 116s + uname -r 116s + sed s/\./\\./g 116s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 116s + apt list ?obsolete 116s + tail -n+2 116s + cut -d/ -f1 116s + grep -v ^linux-.*6\.12\.0-12-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s The following packages will be REMOVED: 117s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 117s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 117s linux-tools-6.11.0-8-generic* 117s 0 upgraded, 0 newly installed, 5 to remove and 2 not upgraded. 117s After this operation, 143 MB disk space will be freed. 117s (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 ... 80957 files and directories currently installed.) 117s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 118s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 118s (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 ... 56550 files and directories currently installed.) 118s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s + grep -q trusty /etc/lsb-release 118s + [ ! -d /usr/share/doc/unattended-upgrades ] 118s + [ ! -d /usr/share/doc/lxd ] 118s + [ ! -d /usr/share/doc/lxd-client ] 118s + [ ! -d /usr/share/doc/snapd ] 118s + type iptables 118s + cat 118s + chmod 755 /etc/rc.local 118s + . /etc/rc.local 118s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 118s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 118s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 118s + uname -m 118s + [ s390x = ppc64le ] 118s + [ -d /run/systemd/system ] 118s + systemd-detect-virt --quiet --vm 118s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 118s + cat 118s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 118s + echo COMPRESS=lz4 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [22:43:34]: upgrading testbed (apt dist-upgrade and autopurge) 118s 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'] 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 119s Entering ResolveByKeep 119s 119s The following packages will be upgraded: 119s ibverbs-providers libibverbs1 119s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s Need to get 484 kB of archives. 119s After this operation, 12.3 kB of additional disk space will be used. 119s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libibverbs1 s390x 56.0-1ubuntu1 [69.8 kB] 120s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ibverbs-providers s390x 56.0-1ubuntu1 [414 kB] 120s Fetched 484 kB in 0s (994 kB/s) 120s (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 ... 56550 files and directories currently installed.) 120s Preparing to unpack .../libibverbs1_56.0-1ubuntu1_s390x.deb ... 120s Unpacking libibverbs1:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 120s Preparing to unpack .../ibverbs-providers_56.0-1ubuntu1_s390x.deb ... 120s Unpacking ibverbs-providers:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 120s Setting up libibverbs1:s390x (56.0-1ubuntu1) ... 120s Setting up ibverbs-providers:s390x (56.0-1ubuntu1) ... 120s Processing triggers for libc-bin (2.40-4ubuntu1) ... 120s autopkgtest: DBG: testbed command exited with code 0 120s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 121s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s autopkgtest: DBG: testbed command exited with code 0 121s 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.5hxG9q/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 121s autopkgtest: DBG: testbed command exited with code 1 121s autopkgtest [22:43:37]: rebooting testbed after setup commands that affected boot 121s autopkgtest: DBG: sending command to testbed: reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest [22:43:56]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 140s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/testbed-packages"], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/testbed-packages /tmp/autopkgtest-work.zq8dnweb/out/testbed-packages 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: Binaries: initialising 143s autopkgtest [22:43:59]: @@@@@@@@@@@@@@@@@@@@ apt-source qemu 143s autopkgtest: DBG: blame += qemu 143s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 143s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'qemu'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-gui$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-gui=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-mips$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-mips=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-arm$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-arm=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-common$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-common=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-modules-opengl$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-modules-opengl=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-utils$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-utils=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-data$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-data=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-user$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-user=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-block-extra$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-block-extra=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-sparc$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-sparc=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-x86$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-x86=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-block-supplemental$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-block-supplemental=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-ppc$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-ppc=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-user-binfmt$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-user-binfmt=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-misc$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-misc=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-guest-agent$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-guest-agent=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-s390x$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-s390x=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-system-riscv$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-system-riscv=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^qemu-user-static$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'qemu-user-static=1:9.2.0+ds-4ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: install_deps: deps_new=[] 151s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s 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.5hxG9q/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source qemu=1:9.2.0+ds-4ubuntu1 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 qemu_*.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=rdma-core/56.0-1ubuntu1'] 151s + cd / 151s + mktemp -d /tmp/autopkgtest.5hxG9q/build.XXX 151s + builddir=/tmp/autopkgtest.5hxG9q/build.CTG 151s + cd /tmp/autopkgtest.5hxG9q/build.CTG 151s + apt-get source -d -q --only-source qemu=1:9.2.0+ds-4ubuntu1 153s + OUT=Reading package lists... 153s NOTICE: 'qemu' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/ubuntu/+source/qemu 153s Please use: 153s git clone https://git.launchpad.net/ubuntu/+source/qemu 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 39.7 MB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (dsc) [12.2 kB] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (tar) [39.5 MB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (diff) [178 kB] 153s Fetched 39.7 MB in 2s (21.4 MB/s) 153s Download complete and in download only mode 153s + [ -n ] 153s + grep ^Get: 153s + echo Reading package lists... 153s NOTICE: 'qemu' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/ubuntu/+source/qemu 153s Please use: 153s git clone https://git.launchpad.net/ubuntu/+source/qemu 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 39.7 MB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (dsc) [12.2 kB] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (tar) [39.5 MB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (diff) [178 kB] 153s Fetched 39.7 MB in 2s (21.4 MB/s) 153s Download complete and in download only mode 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (dsc) [12.2 kB] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (tar) [39.5 MB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main qemu 1:9.2.0+ds-4ubuntu1 (diff) [178 kB] 153s + dpkg-source -x qemu_9.2.0+ds-4ubuntu1.dsc src 153s gpgv: Signature made Tue Jan 28 02:03:36 2025 UTC 153s gpgv: using RSA key E92FD0B36B14F1F4D8E0EB2F106DA1C8C3CBBF14 153s gpgv: Can't check signature: No public key 153s dpkg-source: warning: cannot verify inline signature for ./qemu_9.2.0+ds-4ubuntu1.dsc: no acceptable signature found 156s + chmod -R a+rX . 156s + cd src/. 156s + pwd 156s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest [22:44:12]: testing package qemu version 1:9.2.0+ds-4ubuntu1 156s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/ /tmp/autopkgtest-work.zq8dnweb/out/pkg/debian/ 156s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency qemu-utils 158s autopkgtest: DBG: marked alternatives ['qemu-utils'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name test-qemu-img.sh path debian/tests/test-qemu-img.sh command "None" restrictions ['superficial'] features [] depends ['qemu-utils'] 159s autopkgtest: DBG: processing dependency qemu-system-x86 159s autopkgtest: DBG: marked alternatives ['qemu-system-x86'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name test-qemu-system.sh path debian/tests/test-qemu-system.sh command "None" restrictions ['superficial'] features [] depends ['qemu-system-x86'] 160s autopkgtest: DBG: processing dependency qemu-user 160s autopkgtest: DBG: marked alternatives ['qemu-user'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name test-qemu-user.sh path debian/tests/test-qemu-user.sh command "None" restrictions ['breaks-testbed', 'needs-root', 'skippable'] features [] depends ['qemu-user'] 160s autopkgtest [22:44:16]: build not needed 160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/build.CTG/src/ /tmp/autopkgtest-work.zq8dnweb/out/tests-tree/ 177s autopkgtest: DBG: got reply from testbed: ok 178s autopkgtest: DBG: processing dependency qemu-utils 178s autopkgtest: DBG: marked alternatives ['qemu-utils'] as a synthesised dependency 178s autopkgtest: DBG: Test defined: name test-qemu-img.sh path debian/tests/test-qemu-img.sh command "None" restrictions ['superficial'] features [] depends ['qemu-utils'] 179s autopkgtest: DBG: processing dependency qemu-system-x86 179s autopkgtest: DBG: marked alternatives ['qemu-system-x86'] as a synthesised dependency 179s autopkgtest: DBG: Test defined: name test-qemu-system.sh path debian/tests/test-qemu-system.sh command "None" restrictions ['superficial'] features [] depends ['qemu-system-x86'] 180s autopkgtest: DBG: processing dependency qemu-user 180s autopkgtest: DBG: marked alternatives ['qemu-user'] as a synthesised dependency 180s autopkgtest: DBG: Test defined: name test-qemu-user.sh path debian/tests/test-qemu-user.sh command "None" restrictions ['breaks-testbed', 'needs-root', 'skippable'] features [] depends ['qemu-user'] 180s autopkgtest [22:44:36]: test test-qemu-img.sh: preparing testbed 180s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['qemu-utils'] 180s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 180s autopkgtest: DBG: install_deps: deps_new=['qemu-utils'] 180s autopkgtest: DBG: install-deps: satisfying qemu-utils 180s autopkgtest: DBG: can use apt-get on testbed: True 180s 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', 'qemu-utils'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 181s Reading package lists... 181s Building dependency tree... 181s Reading state information... 181s Starting pkgProblemResolver with broken count: 0 181s Starting 2 pkgProblemResolver with broken count: 0 181s Done 181s The following NEW packages will be installed: 181s liburing2 qemu-utils 181s 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 181s Need to get 2126 kB of archives. 181s After this operation, 13.1 MB of additional disk space will be used. 181s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x liburing2 s390x 2.8-1 [25.5 kB] 181s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x qemu-utils s390x 1:9.2.0+ds-4ubuntu1 [2100 kB] 182s Fetched 2126 kB in 1s (3229 kB/s) 182s Selecting previously unselected package liburing2:s390x. 182s (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 ... 56550 files and directories currently installed.) 182s Preparing to unpack .../liburing2_2.8-1_s390x.deb ... 182s Unpacking liburing2:s390x (2.8-1) ... 182s Selecting previously unselected package qemu-utils. 182s Preparing to unpack .../qemu-utils_1%3a9.2.0+ds-4ubuntu1_s390x.deb ... 182s Unpacking qemu-utils (1:9.2.0+ds-4ubuntu1) ... 182s Setting up liburing2:s390x (2.8-1) ... 182s Setting up qemu-utils (1:9.2.0+ds-4ubuntu1) ... 182s Processing triggers for man-db (2.13.0-1) ... 183s Processing triggers for libc-bin (2.40-4ubuntu1) ... 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'qemu-utils'], kind short, sout pipe, serr pipe, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-packages.all"], kind short, sout raw, serr pipe, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-packages.all /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-img.sh-packages.all 184s autopkgtest: DBG: got reply from testbed: ok 184s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5hxG9q/build.CTG/src'], kind short, sout raw, serr raw, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.5hxG9q/build.CTG/src already exists 184s autopkgtest [22:44:40]: test test-qemu-img.sh: [----------------------- 184s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.5hxG9q/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5hxG9q/test-qemu-img.sh-artifacts --chdir=/tmp/autopkgtest.5hxG9q/build.CTG/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.5hxG9q/test-qemu-img.sh-stderr --stdout=/tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stdout --tmp=/tmp/autopkgtest.5hxG9q/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 --make-executable=/tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-img.sh -- /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-img.sh'], kind test, sout raw, serr raw, env [] 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-artifacts 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: changing to directory: /tmp/autopkgtest.5hxG9q/build.CTG/src 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: LANG=C.UTF-8 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LANGUAGE 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ADDRESS 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ALL 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_COLLATE 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_CTYPE 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_IDENTIFICATION 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MEASUREMENT 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MESSAGES 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MONETARY 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NAME 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NUMERIC 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_PAPER 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TELEPHONE 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TIME 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: pretending to be a login shell 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write standard error to /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stderr 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write stdout to /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stdout 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5hxG9q/autopkgtest_tmp 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: marking as executable: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-img.sh 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: command to run: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-img.sh 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.xusRYnLPkp/out to stdout and file: /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stdout 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.xusRYnLPkp/err to standard error and file: /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stdout 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: writing script pid 1777 to /tmp/autopkgtest_script_pid 184s Testing if qemu-img creates images: 184s qemu-img create q.raw 12G 184s Formatting 'q.raw', fmt=raw size=12884901888 184s ok. 184s Testing for correct image size: 184s ls -l q.raw 184s -rw-r--r-- 1 ubuntu ubuntu 12884901888 Feb 6 22:44 q.raw 184s ok. 184s Testing if file is sparse: 184s ls -s --block-size=4096 q.raw 184s 1 q.raw 184s ok. 184s Testing if conversion to a qcow2 image works: 184s qemu-img convert -f raw -O qcow2 q.raw q.qcow2 184s ok. 184s Checking if image is qcow2: 184s qemu-img info q.qcow2 184s image: q.qcow2 184s file format: qcow2 184s virtual size: 12 GiB (12884901888 bytes) 184s disk size: 196 KiB 184s cluster_size: 65536 184s Format specific information: 184s compat: 1.1 184s compression type: zlib 184s lazy refcounts: false 184s refcount bits: 16 184s corrupt: false 184s extended l2: false 184s Child node '/file': 184s filename: q.qcow2 184s protocol type: file 184s file length: 192 KiB (197120 bytes) 184s disk size: 196 KiB 184s ok. 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: checking for leaked background processes... 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: waiting for tee/cat subprocesses... 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: cleaning up... 184s /tmp/autopkgtest.5hxG9q/wrapper.sh: Exit status: 0 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest [22:44:40]: test test-qemu-img.sh: -----------------------] 184s autopkgtest: DBG: testbed executing test finished with exit status 0 184s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stdout /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-img.sh-stdout 184s autopkgtest: DBG: got reply from testbed: ok 184s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-stderr /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-img.sh-stderr 185s autopkgtest: DBG: got reply from testbed: ok 185s test-qemu-img.sh PASS (superficial) 185s autopkgtest [22:44:41]: test test-qemu-img.sh: - - - - - - - - - - results - - - - - - - - - - 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-img.sh-artifacts/ /tmp/autopkgtest-work.zq8dnweb/out/artifacts/ 185s autopkgtest: DBG: got reply from testbed: ok 185s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5hxG9q/test-qemu-img.sh-artifacts', '/tmp/autopkgtest.5hxG9q/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 185s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [22:44:41]: test test-qemu-system.sh: preparing testbed 185s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['qemu-utils'], deps_new=['qemu-system-x86'] 185s autopkgtest: DBG: testbed reset 185s autopkgtest: DBG: sending command to testbed: revert 256s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.5hxG9q 256s autopkgtest: DBG: sending command to testbed: print-execute-command 256s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.d22xgca8/runcmd 256s autopkgtest: DBG: sending command to testbed: capabilities 256s autopkgtest: DBG: got reply from testbed: ok revert suggested-normal-user=ubuntu ok reboot isolation-machine root-on-testbed revert-full-system 256s autopkgtest: DBG: testbed capabilities: ['revert', 'suggested-normal-user=ubuntu', 'ok', 'reboot', 'isolation-machine', 'root-on-testbed', 'revert-full-system', 'has_internet'] 256s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 256s autopkgtest: DBG: testbed command exited with code 0 256s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.5hxG9q/wrapper.sh 256s autopkgtest: DBG: got reply from testbed: ok 256s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/wrapper.sh'], kind short, sout raw, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest [22:45:53]: testbed dpkg architecture: s390x 257s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest [22:45:53]: testbed apt version: 2.9.18 257s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest: DBG: testbed has eatmydata 257s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest [22:45:53]: @@@@@@@@@@@@@@@@@@@@ test bed setup 257s 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 [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest [22:45:53]: testbed release detected to be: plucky 257s 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 [] 258s autopkgtest: DBG: testbed command exited with code 0 258s 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 [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: adding APT source: Types: deb deb-src 258s URIs: http://ftpmaster.internal/ubuntu/ 258s Suites: plucky-proposed 258s Components: main restricted universe multiverse 258s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 258s 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 [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 258s Package: * 258s Pin: release plucky-proposed 258s Pin-Priority: 500 258s 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 [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest [22:45:54]: updating testbed package index (apt update) 258s 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'] 258s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 259s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 259s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 259s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 259s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 259s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 259s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 259s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 259s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 259s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 259s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 260s Fetched 2058 kB in 1s (1457 kB/s) 260s Reading package lists... 260s autopkgtest: DBG: testbed command exited with code 0 260s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 260s Package: * 260s Pin: release plucky-proposed 260s Pin-Priority: 100 260s 260s Package: src:rdma-core:any 260s Pin: release plucky-proposed 260s Pin-Priority: 995 260s 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:rdma-core:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 260s autopkgtest: DBG: testbed command exited with code 0 260s 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.5hxG9q/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 261s autopkgtest: DBG: testbed command exited with code 0 261s 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'] 261s + lsb_release --codename --short 261s + RELEASE=plucky 261s + cat 261s + [ plucky != trusty ] 261s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 261s Reading package lists... 261s Building dependency tree... 261s Reading state information... 261s Calculating upgrade... 261s The following packages were automatically installed and are no longer required: 261s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 261s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 261s linux-tools-6.11.0-8-generic 261s Use 'sudo apt autoremove' to remove them. 261s The following packages will be upgraded: 261s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 261s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 261s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 261s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 261s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 261s Need to get 13.0 MB of archives. 261s After this operation, 9501 kB disk space will be freed. 261s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 261s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 262s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 262s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 262s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 262s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 263s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 263s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 263s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 263s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 264s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 264s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 264s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 264s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 264s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 264s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 264s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 265s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 265s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 265s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 265s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 265s Fetched 13.0 MB in 4s (3513 kB/s) 265s (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.) 265s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 265s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 265s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 265s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 265s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 265s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 265s (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.) 265s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 265s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 265s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 265s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 265s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 265s Setting up systemd (257.2-3ubuntu1) ... 265s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 265s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 266s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 266s (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.) 266s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 266s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 266s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 266s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 266s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 266s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 266s Setting up libudev1:s390x (257.2-3ubuntu1) ... 266s (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.) 266s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 266s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 266s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 266s (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.) 266s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 266s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 266s Setting up apt (2.9.27ubuntu1) ... 267s (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 ... 80971 files and directories currently installed.) 267s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 267s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 267s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 267s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 267s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 267s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 267s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 267s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 267s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 267s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 267s Setting up systemd-sysv (257.2-3ubuntu1) ... 267s Setting up apt-utils (2.9.27ubuntu1) ... 267s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 267s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 267s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 267s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 267s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 267s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 267s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 268s Setting up udev (257.2-3ubuntu1) ... 268s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 268s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 268s Setting up systemd-resolved (257.2-3ubuntu1) ... 269s Setting up libctf0:s390x (2.44-1ubuntu1) ... 269s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 269s Setting up binutils (2.44-1ubuntu1) ... 269s Processing triggers for dbus (1.14.10-4ubuntu5) ... 269s Processing triggers for shared-mime-info (2.4-5) ... 269s Warning: program compiled against libxml 212 using older 209 269s Processing triggers for initramfs-tools (0.145ubuntu1) ... 269s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 269s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 271s Using config file '/etc/zipl.conf' 271s Building bootmap in '/boot' 271s Adding IPL section 'ubuntu' (default) 271s Preparing boot device for LD-IPL: vda (0000). 271s Done. 271s Processing triggers for libc-bin (2.40-4ubuntu1) ... 271s Processing triggers for man-db (2.13.0-1) ... 272s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 272s + /usr/lib/apt/apt-helper analyze-pattern ?true 272s + uname -r 272s + sed s/\./\\./g 272s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 272s + apt list ?obsolete 272s + tail -n+2 272s + cut -d/ -f1 272s + grep -v ^linux-.*6\.12\.0-12-generic.* 273s + true 273s + obsolete_pkgs= 273s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 273s Reading package lists... 273s Building dependency tree... 273s Reading state information... 273s The following packages will be REMOVED: 273s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 273s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 273s linux-tools-6.11.0-8-generic* 273s 0 upgraded, 0 newly installed, 5 to remove and 2 not upgraded. 273s After this operation, 143 MB disk space will be freed. 273s (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 ... 80957 files and directories currently installed.) 273s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 273s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 274s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 274s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 274s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 274s (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 ... 56550 files and directories currently installed.) 274s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 274s + grep -q trusty /etc/lsb-release 274s + [ ! -d /usr/share/doc/unattended-upgrades ] 274s + [ ! -d /usr/share/doc/lxd ] 274s + [ ! -d /usr/share/doc/lxd-client ] 274s + [ ! -d /usr/share/doc/snapd ] 274s + type iptables 274s + cat 274s + chmod 755 /etc/rc.local 274s + . /etc/rc.local 274s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 274s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 274s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 274s + uname -m 274s + [ s390x = ppc64le ] 274s + [ -d /run/systemd/system ] 274s + systemd-detect-virt --quiet --vm 274s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 274s + cat 274s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 274s + echo COMPRESS=lz4 274s autopkgtest: DBG: testbed command exited with code 0 274s autopkgtest [22:46:10]: upgrading testbed (apt dist-upgrade and autopurge) 274s 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'] 275s Reading package lists... 275s Building dependency tree... 275s Reading state information... 275s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 275s Starting 2 pkgProblemResolver with broken count: 0 275s Done 275s Entering ResolveByKeep 275s 275s The following packages will be upgraded: 275s ibverbs-providers libibverbs1 275s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 275s Need to get 484 kB of archives. 275s After this operation, 12.3 kB of additional disk space will be used. 275s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libibverbs1 s390x 56.0-1ubuntu1 [69.8 kB] 276s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ibverbs-providers s390x 56.0-1ubuntu1 [414 kB] 276s Fetched 484 kB in 1s (924 kB/s) 276s (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 ... 56550 files and directories currently installed.) 276s Preparing to unpack .../libibverbs1_56.0-1ubuntu1_s390x.deb ... 276s Unpacking libibverbs1:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 276s Preparing to unpack .../ibverbs-providers_56.0-1ubuntu1_s390x.deb ... 276s Unpacking ibverbs-providers:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 276s Setting up libibverbs1:s390x (56.0-1ubuntu1) ... 276s Setting up ibverbs-providers:s390x (56.0-1ubuntu1) ... 276s Processing triggers for libc-bin (2.40-4ubuntu1) ... 276s autopkgtest: DBG: testbed command exited with code 0 276s 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'] 276s Reading package lists... 276s Building dependency tree... 276s Reading state information... 277s Starting pkgProblemResolver with broken count: 0 277s Starting 2 pkgProblemResolver with broken count: 0 277s Done 277s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 277s autopkgtest: DBG: testbed command exited with code 0 277s 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.5hxG9q/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 277s autopkgtest: DBG: testbed command exited with code 1 277s autopkgtest [22:46:13]: rebooting testbed after setup commands that affected boot 277s autopkgtest: DBG: sending command to testbed: reboot 294s autopkgtest: DBG: got reply from testbed: ok 294s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 294s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 294s autopkgtest: DBG: got reply from testbed: ok 294s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 295s autopkgtest: DBG: got reply from testbed: ok 295s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/testbed-packages"], kind short, sout raw, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/testbed-packages /tmp/autopkgtest-work.zq8dnweb/out/testbed-packages 297s autopkgtest: DBG: got reply from testbed: ok 297s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 297s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 297s autopkgtest: DBG: got reply from testbed: ok 297s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 298s autopkgtest: DBG: testbed command exited with code 0 298s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 298s autopkgtest: DBG: got reply from testbed: ok 298s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 298s autopkgtest: DBG: testbed command exited with code 0 298s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 298s autopkgtest: DBG: testbed command exited with code 0 298s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 298s autopkgtest: DBG: testbed command exited with code 0 298s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 298s autopkgtest: DBG: install_deps: deps_new=['qemu-system-x86'] 298s autopkgtest: DBG: install-deps: satisfying qemu-system-x86 298s autopkgtest: DBG: can use apt-get on testbed: True 298s 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', 'qemu-system-x86'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 299s Reading package lists... 299s Building dependency tree... 299s Reading state information... 299s Starting pkgProblemResolver with broken count: 0 299s Starting 2 pkgProblemResolver with broken count: 0 299s Done 299s The following NEW packages will be installed: 299s acl ipxe-qemu libasound2-data libasound2t64 libbrlapi0.8 libcacard0 libfdt1 299s libjpeg-turbo8 libjpeg8 libpcsclite1 libpixman-1-0 librdmacm1t64 libslirp0 299s liburing2 libusbredirparser1t64 qemu-system-common qemu-system-data 299s qemu-system-x86 seabios 299s 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded. 299s Need to get 14.5 MB of archives. 299s After this operation, 88.9 MB of additional disk space will be used. 299s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x acl s390x 2.3.2-2 [40.4 kB] 299s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x ipxe-qemu all 1.21.1+git-20220113.fbbdc3926-0ubuntu2 [1565 kB] 300s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2-data all 1.2.13-1build1 [21.1 kB] 300s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2t64 s390x 1.2.13-1build1 [411 kB] 300s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libbrlapi0.8 s390x 6.7-1ubuntu2 [32.5 kB] 300s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpcsclite1 s390x 2.3.1-1 [24.5 kB] 300s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcacard0 s390x 1:2.8.0-3build4 [37.8 kB] 300s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 300s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 300s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 300s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x librdmacm1t64 s390x 56.0-1ubuntu1 [73.7 kB] 300s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libslirp0 s390x 4.8.0-1ubuntu1 [66.3 kB] 300s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x liburing2 s390x 2.8-1 [25.5 kB] 300s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libusbredirparser1t64 s390x 0.15.0-1 [16.3 kB] 300s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x qemu-system-common s390x 1:9.2.0+ds-4ubuntu1 [919 kB] 300s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x qemu-system-data all 1:9.2.0+ds-4ubuntu1 [2333 kB] 301s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libfdt1 s390x 1.7.2-2build1 [21.4 kB] 301s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x seabios all 1.16.3-2 [175 kB] 301s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x qemu-system-x86 s390x 1:9.2.0+ds-4ubuntu1 [8387 kB] 302s Fetched 14.5 MB in 2s (5867 kB/s) 302s Selecting previously unselected package acl. 302s (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 ... 56550 files and directories currently installed.) 302s Preparing to unpack .../00-acl_2.3.2-2_s390x.deb ... 302s Unpacking acl (2.3.2-2) ... 302s Selecting previously unselected package ipxe-qemu. 302s Preparing to unpack .../01-ipxe-qemu_1.21.1+git-20220113.fbbdc3926-0ubuntu2_all.deb ... 302s Unpacking ipxe-qemu (1.21.1+git-20220113.fbbdc3926-0ubuntu2) ... 302s Selecting previously unselected package libasound2-data. 302s Preparing to unpack .../02-libasound2-data_1.2.13-1build1_all.deb ... 302s Unpacking libasound2-data (1.2.13-1build1) ... 302s Selecting previously unselected package libasound2t64:s390x. 302s Preparing to unpack .../03-libasound2t64_1.2.13-1build1_s390x.deb ... 302s Unpacking libasound2t64:s390x (1.2.13-1build1) ... 302s Selecting previously unselected package libbrlapi0.8:s390x. 302s Preparing to unpack .../04-libbrlapi0.8_6.7-1ubuntu2_s390x.deb ... 302s Unpacking libbrlapi0.8:s390x (6.7-1ubuntu2) ... 302s Selecting previously unselected package libpcsclite1:s390x. 302s Preparing to unpack .../05-libpcsclite1_2.3.1-1_s390x.deb ... 302s Unpacking libpcsclite1:s390x (2.3.1-1) ... 302s Selecting previously unselected package libcacard0:s390x. 302s Preparing to unpack .../06-libcacard0_1%3a2.8.0-3build4_s390x.deb ... 302s Unpacking libcacard0:s390x (1:2.8.0-3build4) ... 302s Selecting previously unselected package libjpeg-turbo8:s390x. 302s Preparing to unpack .../07-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 302s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 302s Selecting previously unselected package libjpeg8:s390x. 302s Preparing to unpack .../08-libjpeg8_8c-2ubuntu11_s390x.deb ... 302s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 302s Selecting previously unselected package libpixman-1-0:s390x. 302s Preparing to unpack .../09-libpixman-1-0_0.44.0-3_s390x.deb ... 302s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 302s Selecting previously unselected package librdmacm1t64:s390x. 302s Preparing to unpack .../10-librdmacm1t64_56.0-1ubuntu1_s390x.deb ... 302s Unpacking librdmacm1t64:s390x (56.0-1ubuntu1) ... 302s Selecting previously unselected package libslirp0:s390x. 302s Preparing to unpack .../11-libslirp0_4.8.0-1ubuntu1_s390x.deb ... 302s Unpacking libslirp0:s390x (4.8.0-1ubuntu1) ... 302s Selecting previously unselected package liburing2:s390x. 302s Preparing to unpack .../12-liburing2_2.8-1_s390x.deb ... 302s Unpacking liburing2:s390x (2.8-1) ... 302s Selecting previously unselected package libusbredirparser1t64:s390x. 302s Preparing to unpack .../13-libusbredirparser1t64_0.15.0-1_s390x.deb ... 302s Unpacking libusbredirparser1t64:s390x (0.15.0-1) ... 302s Selecting previously unselected package qemu-system-common. 302s Preparing to unpack .../14-qemu-system-common_1%3a9.2.0+ds-4ubuntu1_s390x.deb ... 302s Unpacking qemu-system-common (1:9.2.0+ds-4ubuntu1) ... 302s Selecting previously unselected package qemu-system-data. 302s Preparing to unpack .../15-qemu-system-data_1%3a9.2.0+ds-4ubuntu1_all.deb ... 302s Unpacking qemu-system-data (1:9.2.0+ds-4ubuntu1) ... 302s Selecting previously unselected package libfdt1:s390x. 302s Preparing to unpack .../16-libfdt1_1.7.2-2build1_s390x.deb ... 302s Unpacking libfdt1:s390x (1.7.2-2build1) ... 302s Selecting previously unselected package seabios. 302s Preparing to unpack .../17-seabios_1.16.3-2_all.deb ... 302s Unpacking seabios (1.16.3-2) ... 302s Selecting previously unselected package qemu-system-x86. 302s Preparing to unpack .../18-qemu-system-x86_1%3a9.2.0+ds-4ubuntu1_s390x.deb ... 302s Unpacking qemu-system-x86 (1:9.2.0+ds-4ubuntu1) ... 302s Setting up libpixman-1-0:s390x (0.44.0-3) ... 302s Setting up libfdt1:s390x (1.7.2-2build1) ... 302s Setting up acl (2.3.2-2) ... 302s Setting up libasound2-data (1.2.13-1build1) ... 302s Setting up libasound2t64:s390x (1.2.13-1build1) ... 302s Setting up libpcsclite1:s390x (2.3.1-1) ... 302s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 302s Setting up qemu-system-data (1:9.2.0+ds-4ubuntu1) ... 302s Setting up seabios (1.16.3-2) ... 302s Setting up libslirp0:s390x (4.8.0-1ubuntu1) ... 302s Setting up libusbredirparser1t64:s390x (0.15.0-1) ... 302s Setting up ipxe-qemu (1.21.1+git-20220113.fbbdc3926-0ubuntu2) ... 302s Setting up librdmacm1t64:s390x (56.0-1ubuntu1) ... 302s Setting up libbrlapi0.8:s390x (6.7-1ubuntu2) ... 302s Setting up liburing2:s390x (2.8-1) ... 302s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 302s Setting up libcacard0:s390x (1:2.8.0-3build4) ... 302s Setting up qemu-system-common (1:9.2.0+ds-4ubuntu1) ... 302s Created symlink '/etc/systemd/system/multi-user.target.wants/qemu-kvm.service' → '/usr/lib/systemd/system/qemu-kvm.service'. 303s Setting up qemu-system-x86 (1:9.2.0+ds-4ubuntu1) ... 303s Processing triggers for libc-bin (2.40-4ubuntu1) ... 303s Processing triggers for man-db (2.13.0-1) ... 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'qemu-system-x86'], kind short, sout pipe, serr pipe, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-packages.all"], kind short, sout raw, serr pipe, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-packages.all /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-system.sh-packages.all 304s autopkgtest: DBG: got reply from testbed: ok 304s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5hxG9q/build.CTG/src'], kind short, sout raw, serr raw, env [] 304s autopkgtest: DBG: testbed command exited with code 1 304s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q/build.CTG'], kind short, sout raw, serr pipe, env [] 304s autopkgtest: DBG: testbed command exited with code 0 304s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zq8dnweb/out/tests-tree/ /tmp/autopkgtest.5hxG9q/build.CTG/src/ 433s autopkgtest: DBG: got reply from testbed: ok 433s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.5hxG9q/build.CTG/src'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest [22:48:49]: test test-qemu-system.sh: [----------------------- 433s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.5hxG9q/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5hxG9q/test-qemu-system.sh-artifacts --chdir=/tmp/autopkgtest.5hxG9q/build.CTG/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.5hxG9q/test-qemu-system.sh-stderr --stdout=/tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stdout --tmp=/tmp/autopkgtest.5hxG9q/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 --make-executable=/tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-system.sh -- /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-system.sh'], kind test, sout raw, serr raw, env [] 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-artifacts 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: changing to directory: /tmp/autopkgtest.5hxG9q/build.CTG/src 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: LANG=C.UTF-8 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LANGUAGE 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ADDRESS 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ALL 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_COLLATE 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_CTYPE 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_IDENTIFICATION 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MEASUREMENT 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MESSAGES 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MONETARY 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NAME 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NUMERIC 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_PAPER 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TELEPHONE 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TIME 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: pretending to be a login shell 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write standard error to /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stderr 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write stdout to /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stdout 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5hxG9q/autopkgtest_tmp 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: marking as executable: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-system.sh 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: command to run: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-system.sh 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.5gVBIdKAiL/out to stdout and file: /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stdout 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.5gVBIdKAiL/err to standard error and file: /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stdout 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: writing script pid 1431 to /tmp/autopkgtest_script_pid 433s Checking for pc in x86_64...done. 433s Checking for pc in i386.../tmp/autopkgtest.5hxG9q/wrapper.sh: checking for leaked background processes... 433s done. 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: waiting for tee/cat subprocesses... 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: cleaning up... 433s /tmp/autopkgtest.5hxG9q/wrapper.sh: Exit status: 0 433s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest [22:48:50]: test test-qemu-system.sh: -----------------------] 434s autopkgtest: DBG: testbed executing test finished with exit status 0 434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stdout /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-system.sh-stdout 434s autopkgtest: DBG: got reply from testbed: ok 434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-stderr /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-system.sh-stderr 434s autopkgtest: DBG: got reply from testbed: ok 434s autopkgtest [22:48:50]: test test-qemu-system.sh: - - - - - - - - - - results - - - - - - - - - - 434s test-qemu-system.sh PASS (superficial) 434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-system.sh-artifacts/ /tmp/autopkgtest-work.zq8dnweb/out/artifacts/ 434s autopkgtest: DBG: got reply from testbed: ok 434s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5hxG9q/test-qemu-system.sh-artifacts', '/tmp/autopkgtest.5hxG9q/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 434s autopkgtest: DBG: testbed command exited with code 0 434s autopkgtest [22:48:50]: test test-qemu-user.sh: preparing testbed 434s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['qemu-system-x86'], deps_new=['qemu-user'] 434s autopkgtest: DBG: testbed reset 434s autopkgtest: DBG: sending command to testbed: revert 501s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.5hxG9q 501s autopkgtest: DBG: sending command to testbed: print-execute-command 501s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.d22xgca8/runcmd 501s autopkgtest: DBG: sending command to testbed: capabilities 501s autopkgtest: DBG: got reply from testbed: ok revert suggested-normal-user=ubuntu ok reboot isolation-machine root-on-testbed revert-full-system 501s autopkgtest: DBG: testbed capabilities: ['revert', 'suggested-normal-user=ubuntu', 'ok', 'reboot', 'isolation-machine', 'root-on-testbed', 'revert-full-system', 'has_internet'] 501s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 501s autopkgtest: DBG: testbed command exited with code 0 501s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.5hxG9q/wrapper.sh 501s autopkgtest: DBG: got reply from testbed: ok 501s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/wrapper.sh'], kind short, sout raw, serr pipe, env [] 501s autopkgtest: DBG: testbed command exited with code 0 501s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 501s autopkgtest: DBG: testbed command exited with code 0 501s autopkgtest [22:49:57]: testbed dpkg architecture: s390x 501s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 501s autopkgtest: DBG: testbed command exited with code 0 501s autopkgtest [22:49:57]: testbed apt version: 2.9.18 501s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest: DBG: testbed has eatmydata 502s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest [22:49:58]: @@@@@@@@@@@@@@@@@@@@ test bed setup 502s 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 [] 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest [22:49:58]: testbed release detected to be: plucky 502s 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 [] 502s autopkgtest: DBG: testbed command exited with code 0 502s 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 [] 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest: DBG: adding APT source: Types: deb deb-src 502s URIs: http://ftpmaster.internal/ubuntu/ 502s Suites: plucky-proposed 502s Components: main restricted universe multiverse 502s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 502s 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 [] 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 502s Package: * 502s Pin: release plucky-proposed 502s Pin-Priority: 500 502s 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 [] 503s autopkgtest: DBG: testbed command exited with code 0 503s autopkgtest [22:49:59]: updating testbed package index (apt update) 503s 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'] 503s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 503s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 503s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 503s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 503s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 503s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 504s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 504s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 504s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 504s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 504s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 504s Fetched 2058 kB in 1s (2142 kB/s) 504s Reading package lists... 504s autopkgtest: DBG: testbed command exited with code 0 504s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 504s Package: * 504s Pin: release plucky-proposed 504s Pin-Priority: 100 504s 504s Package: src:rdma-core:any 504s Pin: release plucky-proposed 504s Pin-Priority: 995 504s 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:rdma-core:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 504s autopkgtest: DBG: testbed command exited with code 0 504s 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.5hxG9q/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 505s autopkgtest: DBG: testbed command exited with code 0 505s 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'] 505s + lsb_release --codename --short 505s + RELEASE=plucky 505s + cat 505s + [ plucky != trusty ] 505s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 505s Reading package lists... 505s Building dependency tree... 505s Reading state information... 505s Calculating upgrade... 505s The following packages were automatically installed and are no longer required: 505s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 505s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 505s linux-tools-6.11.0-8-generic 505s Use 'sudo apt autoremove' to remove them. 505s The following packages will be upgraded: 505s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 505s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 505s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 505s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 505s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 505s Need to get 13.0 MB of archives. 505s After this operation, 9501 kB disk space will be freed. 505s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 506s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 506s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 506s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 506s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 506s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 506s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 506s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 506s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 506s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 506s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 506s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 506s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 506s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 506s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 506s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 506s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 506s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 506s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 506s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 506s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 507s Fetched 13.0 MB in 1s (11.2 MB/s) 507s (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.) 507s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 507s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 507s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 507s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 507s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 507s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 507s (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.) 507s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 507s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 507s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 507s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 507s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 507s Setting up systemd (257.2-3ubuntu1) ... 507s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 507s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 507s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 508s (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.) 508s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 508s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 508s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 508s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 508s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 508s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 508s Setting up libudev1:s390x (257.2-3ubuntu1) ... 508s (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.) 508s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 508s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 508s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 508s (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.) 508s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 508s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 508s Setting up apt (2.9.27ubuntu1) ... 509s (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 ... 80971 files and directories currently installed.) 509s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 509s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 509s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 509s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 509s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 509s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 509s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 509s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 509s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 509s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 509s Setting up systemd-sysv (257.2-3ubuntu1) ... 509s Setting up apt-utils (2.9.27ubuntu1) ... 509s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 509s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 509s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 509s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 509s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 509s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 509s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 509s Setting up udev (257.2-3ubuntu1) ... 510s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 510s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 510s Setting up systemd-resolved (257.2-3ubuntu1) ... 510s Setting up libctf0:s390x (2.44-1ubuntu1) ... 510s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 510s Setting up binutils (2.44-1ubuntu1) ... 510s Processing triggers for dbus (1.14.10-4ubuntu5) ... 510s Processing triggers for shared-mime-info (2.4-5) ... 510s Warning: program compiled against libxml 212 using older 209 511s Processing triggers for initramfs-tools (0.145ubuntu1) ... 511s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 511s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 513s Using config file '/etc/zipl.conf' 513s Building bootmap in '/boot' 513s Adding IPL section 'ubuntu' (default) 513s Preparing boot device for LD-IPL: vda (0000). 513s Done. 513s Processing triggers for libc-bin (2.40-4ubuntu1) ... 513s Processing triggers for man-db (2.13.0-1) ... 514s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 514s + /usr/lib/apt/apt-helper analyze-pattern ?true 514s + uname -r 514s + sed s/\./\\./g 514s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 514s + apt list ?obsolete 514s + tail -n+2 514s + cut -d/ -f1 514s + grep -v ^linux-.*6\.12\.0-12-generic.* 515s + true 515s + obsolete_pkgs= 515s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 515s Reading package lists... 515s Building dependency tree... 515s Reading state information... 515s The following packages will be REMOVED: 515s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 515s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 515s linux-tools-6.11.0-8-generic* 515s 0 upgraded, 0 newly installed, 5 to remove and 2 not upgraded. 515s After this operation, 143 MB disk space will be freed. 515s (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 ... 80957 files and directories currently installed.) 515s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 515s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 516s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 516s + grep -q trusty /etc/lsb-release 516s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 516s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 516s (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 ... 56550 files and directories currently installed.) 516s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 516s Reading package lists... 516s Building dependency tree...+ [ ! -d /usr/share/doc/unattended-upgrades ] 516s + [ ! -d /usr/share/doc/lxd ] 516s + [ ! -d /usr/share/doc/lxd-client ] 516s + [ ! -d /usr/share/doc/snapd ] 516s + type iptables 516s + cat 516s + chmod 755 /etc/rc.local 516s + . /etc/rc.local 516s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 516s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 516s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 516s + uname -m 516s + [ s390x = ppc64le ] 516s + [ -d /run/systemd/system ] 516s + systemd-detect-virt --quiet --vm 516s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 516s + cat 516s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 516s + echo COMPRESS=lz4 516s autopkgtest: DBG: testbed command exited with code 0 516s autopkgtest [22:50:12]: upgrading testbed (apt dist-upgrade and autopurge) 516s 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'] 516s 516s Reading state information... 517s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 517s Starting 2 pkgProblemResolver with broken count: 0 517s Done 517s Entering ResolveByKeep 517s 517s The following packages will be upgraded: 517s ibverbs-providers libibverbs1 517s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 517s Need to get 484 kB of archives. 517s After this operation, 12.3 kB of additional disk space will be used. 517s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libibverbs1 s390x 56.0-1ubuntu1 [69.8 kB] 517s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x ibverbs-providers s390x 56.0-1ubuntu1 [414 kB] 518s Fetched 484 kB in 0s (985 kB/s) 518s (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 ... 56550 files and directories currently installed.) 518s Preparing to unpack .../libibverbs1_56.0-1ubuntu1_s390x.deb ... 518s Unpacking libibverbs1:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 518s Preparing to unpack .../ibverbs-providers_56.0-1ubuntu1_s390x.deb ... 518s Unpacking ibverbs-providers:s390x (56.0-1ubuntu1) over (55.0-1ubuntu1) ... 518s Setting up libibverbs1:s390x (56.0-1ubuntu1) ... 518s Setting up ibverbs-providers:s390x (56.0-1ubuntu1) ... 518s Processing triggers for libc-bin (2.40-4ubuntu1) ... 518s autopkgtest: DBG: testbed command exited with code 0 518s 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'] 518s Reading package lists... 518s Building dependency tree... 518s Reading state information... 518s Starting pkgProblemResolver with broken count: 0 518s Starting 2 pkgProblemResolver with broken count: 0 518s Done 519s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 519s autopkgtest: DBG: testbed command exited with code 0 519s 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.5hxG9q/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 519s autopkgtest: DBG: testbed command exited with code 1 519s autopkgtest [22:50:15]: rebooting testbed after setup commands that affected boot 519s autopkgtest: DBG: sending command to testbed: reboot 535s autopkgtest: DBG: got reply from testbed: ok 535s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 535s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 535s autopkgtest: DBG: got reply from testbed: ok 535s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 536s autopkgtest: DBG: got reply from testbed: ok 536s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/testbed-packages"], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/testbed-packages /tmp/autopkgtest-work.zq8dnweb/out/testbed-packages 537s autopkgtest: DBG: got reply from testbed: ok 537s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 537s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot 537s autopkgtest: DBG: got reply from testbed: ok 537s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare 538s autopkgtest: DBG: got reply from testbed: ok 538s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5hxG9q/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 538s autopkgtest: DBG: install_deps: deps_new=['qemu-user'] 538s autopkgtest: DBG: install-deps: satisfying qemu-user 538s autopkgtest: DBG: can use apt-get on testbed: True 538s 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', 'qemu-user'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 539s Reading package lists... 539s Building dependency tree... 539s Reading state information... 539s Starting pkgProblemResolver with broken count: 0 539s Starting 2 pkgProblemResolver with broken count: 0 539s Done 539s The following NEW packages will be installed: 539s qemu-user 539s 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 539s Need to get 18.3 MB of archives. 539s After this operation, 177 MB of additional disk space will be used. 539s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x qemu-user s390x 1:9.2.0+ds-4ubuntu1 [18.3 MB] 540s Fetched 18.3 MB in 1s (16.5 MB/s) 540s Selecting previously unselected package qemu-user. 540s (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 ... 56550 files and directories currently installed.) 540s Preparing to unpack .../qemu-user_1%3a9.2.0+ds-4ubuntu1_s390x.deb ... 540s Unpacking qemu-user (1:9.2.0+ds-4ubuntu1) ... 541s Setting up qemu-user (1:9.2.0+ds-4ubuntu1) ... 541s Processing triggers for man-db (2.13.0-1) ... 542s autopkgtest: DBG: testbed command exited with code 0 542s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'qemu-user'], kind short, sout pipe, serr pipe, env [] 542s autopkgtest: DBG: testbed command exited with code 0 542s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-packages.all"], kind short, sout raw, serr pipe, env [] 542s autopkgtest: DBG: testbed command exited with code 0 542s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-packages.all /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-user.sh-packages.all 542s autopkgtest: DBG: got reply from testbed: ok 542s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5hxG9q/build.CTG/src'], kind short, sout raw, serr raw, env [] 542s autopkgtest: DBG: testbed command exited with code 1 542s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5hxG9q/build.CTG'], kind short, sout raw, serr pipe, env [] 542s autopkgtest: DBG: testbed command exited with code 0 542s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zq8dnweb/out/tests-tree/ /tmp/autopkgtest.5hxG9q/build.CTG/src/ 710s autopkgtest: DBG: got reply from testbed: ok 710s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.5hxG9q/build.CTG/src'], kind short, sout raw, serr pipe, env [] 710s autopkgtest: DBG: testbed command exited with code 0 710s autopkgtest [22:53:26]: test test-qemu-user.sh: [----------------------- 710s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.5hxG9q/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5hxG9q/test-qemu-user.sh-artifacts --chdir=/tmp/autopkgtest.5hxG9q/build.CTG/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.5hxG9q/test-qemu-user.sh-stderr --stdout=/tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stdout --tmp=/tmp/autopkgtest.5hxG9q/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 --make-executable=/tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-user.sh -- /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-user.sh'], kind test, sout raw, serr raw, env [] 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-artifacts 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: changing to directory: /tmp/autopkgtest.5hxG9q/build.CTG/src 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: LANG=C.UTF-8 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LANGUAGE 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ADDRESS 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_ALL 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_COLLATE 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_CTYPE 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_IDENTIFICATION 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MEASUREMENT 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MESSAGES 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_MONETARY 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NAME 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_NUMERIC 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_PAPER 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TELEPHONE 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: unsetting environment: LC_TIME 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: pretending to be a login shell 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write standard error to /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stderr 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: will write stdout to /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stdout 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5hxG9q/autopkgtest_tmp 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rdma-core/56.0-1ubuntu1 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: marking as executable: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-user.sh 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: command to run: /tmp/autopkgtest.5hxG9q/build.CTG/src/debian/tests/test-qemu-user.sh 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.JjWYlyR0Rm/out to stdout and file: /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stdout 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: copying /tmp/tmp.JjWYlyR0Rm/err to standard error and file: /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stdout 710s /tmp/autopkgtest.5hxG9q/wrapper.sh: writing script pid 1202 to /tmp/autopkgtest_script_pid 710s Hit:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease 710s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 710s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 711s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 711s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 Packages [118 kB] 711s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main ppc64el Packages [109 kB] 711s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main i386 Packages [72.2 kB] 711s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main riscv64 Packages [102 kB] 711s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main arm64 Packages [109 kB] 711s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/main armhf Packages [106 kB] 711s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/restricted amd64 Packages [13.3 kB] 711s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/restricted arm64 Packages [25.5 kB] 711s Get:13 http://ftpmaster.internal/ubuntu plucky-proposed/universe i386 Packages [268 kB] 711s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/universe ppc64el Packages [837 kB] 711s Get:15 http://ftpmaster.internal/ubuntu plucky-proposed/universe armhf Packages [840 kB] 711s Get:16 http://ftpmaster.internal/ubuntu plucky-proposed/universe arm64 Packages [888 kB] 711s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/universe amd64 Packages [891 kB] 711s Get:18 http://ftpmaster.internal/ubuntu plucky-proposed/universe riscv64 Packages [829 kB] 711s Get:19 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse riscv64 Packages [4860 B] 711s Get:20 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse amd64 Packages [7592 B] 711s Get:21 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse i386 Packages [3044 B] 711s Get:22 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse armhf Packages [4652 B] 711s Get:23 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse ppc64el Packages [5364 B] 711s Get:24 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse arm64 Packages [6932 B] 711s Get:25 http://ftpmaster.internal/ubuntu plucky/main i386 Packages [1089 kB] 711s Get:26 http://ftpmaster.internal/ubuntu plucky/main ppc64el Packages [1409 kB] 711s Get:27 http://ftpmaster.internal/ubuntu plucky/main arm64 Packages [1446 kB] 711s Get:28 http://ftpmaster.internal/ubuntu plucky/main amd64 Packages [1461 kB] 711s Get:29 http://ftpmaster.internal/ubuntu plucky/main armhf Packages [1366 kB] 711s Get:30 http://ftpmaster.internal/ubuntu plucky/main riscv64 Packages [1381 kB] 712s Get:31 http://ftpmaster.internal/ubuntu plucky/restricted amd64 Packages [59.6 kB] 712s Get:32 http://ftpmaster.internal/ubuntu plucky/restricted ppc64el Packages [2740 B] 712s Get:33 http://ftpmaster.internal/ubuntu plucky/restricted armhf Packages [3056 B] 712s Get:34 http://ftpmaster.internal/ubuntu plucky/restricted riscv64 Packages [2740 B] 712s Get:35 http://ftpmaster.internal/ubuntu plucky/restricted arm64 Packages [73.8 kB] 712s Get:36 http://ftpmaster.internal/ubuntu plucky/restricted i386 Packages [9300 B] 712s Get:37 http://ftpmaster.internal/ubuntu plucky/universe i386 Packages [8664 kB] 712s Get:38 http://ftpmaster.internal/ubuntu plucky/universe armhf Packages [14.6 MB] 713s Get:39 http://ftpmaster.internal/ubuntu plucky/universe amd64 Packages [15.7 MB] 713s Get:40 http://ftpmaster.internal/ubuntu plucky/universe ppc64el Packages [15.1 MB] 714s Get:41 http://ftpmaster.internal/ubuntu plucky/universe riscv64 Packages [14.9 MB] 714s Get:42 http://ftpmaster.internal/ubuntu plucky/universe arm64 Packages [15.7 MB] 715s Get:43 http://ftpmaster.internal/ubuntu plucky/multiverse riscv64 Packages [168 kB] 715s Get:44 http://ftpmaster.internal/ubuntu plucky/multiverse amd64 Packages [250 kB] 715s Get:45 http://ftpmaster.internal/ubuntu plucky/multiverse armhf Packages [172 kB] 715s Get:46 http://ftpmaster.internal/ubuntu plucky/multiverse arm64 Packages [209 kB] 715s Get:47 http://ftpmaster.internal/ubuntu plucky/multiverse ppc64el Packages [185 kB] 715s Get:48 http://ftpmaster.internal/ubuntu plucky/multiverse i386 Packages [122 kB] 720s Fetched 99.4 MB in 10s (10.4 MB/s) 724s Reading package lists... 724s Reading package lists... 724s Building dependency tree... 724s Reading state information... 725s The following packages were automatically installed and are no longer required: 725s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 725s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 725s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 725s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 725s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 725s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 725s Use 'sudo apt autoremove' to remove them. 725s The following additional packages will be installed: 725s gcc-14-base:amd64 libc6:amd64 libgcc-s1:amd64 725s Suggested packages: 725s glibc-doc:amd64 locales:amd64 libnss-nis:amd64 libnss-nisplus:amd64 725s Recommended packages: 725s libidn2-0:amd64 725s The following packages will be REMOVED: 725s busybox-static ubuntu-standard 725s The following NEW packages will be installed: 725s busybox:amd64 gcc-14-base:amd64 libc6:amd64 libgcc-s1:amd64 725s 0 upgraded, 4 newly installed, 2 to remove and 0 not upgraded. 725s Need to get 4015 kB of archives. 725s After this operation, 13.1 MB of additional disk space will be used. 725s Get:1 http://ftpmaster.internal/ubuntu plucky/main amd64 gcc-14-base amd64 14.2.0-16ubuntu1 [53.4 kB] 725s Get:2 http://ftpmaster.internal/ubuntu plucky/main amd64 libgcc-s1 amd64 14.2.0-16ubuntu1 [78.3 kB] 725s Get:3 http://ftpmaster.internal/ubuntu plucky/main amd64 libc6 amd64 2.40-4ubuntu1 [3291 kB] 727s Get:4 http://ftpmaster.internal/ubuntu plucky/universe amd64 busybox amd64 1:1.37.0-4ubuntu1 [593 kB] 728s Preconfiguring packages ... 728s Fetched 4015 kB in 2s (1903 kB/s) 728s (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 ... 56707 files and directories currently installed.) 728s Removing ubuntu-standard (1.544) ... 728s Removing busybox-static (1:1.37.0-4ubuntu1) ... 728s Selecting previously unselected package gcc-14-base:amd64. 728s (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 ... 56686 files and directories currently installed.) 728s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_amd64.deb ... 728s Unpacking gcc-14-base:amd64 (14.2.0-16ubuntu1) ... 728s Selecting previously unselected package libgcc-s1:amd64. 728s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_amd64.deb ... 728s Unpacking libgcc-s1:amd64 (14.2.0-16ubuntu1) ... 728s Selecting previously unselected package libc6:amd64. 728s Preparing to unpack .../libc6_2.40-4ubuntu1_amd64.deb ... 728s Unpacking libc6:amd64 (2.40-4ubuntu1) ... 728s Selecting previously unselected package busybox:amd64. 728s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_amd64.deb ... 728s Unpacking busybox:amd64 (1:1.37.0-4ubuntu1) ... 728s Setting up gcc-14-base:amd64 (14.2.0-16ubuntu1) ... 728s Setting up libgcc-s1:amd64 (14.2.0-16ubuntu1) ... 728s Setting up libc6:amd64 (2.40-4ubuntu1) ... 728s Setting up busybox:amd64 (1:1.37.0-4ubuntu1) ... 728s Processing triggers for base-files (13.5ubuntu3) ... 728s Processing triggers for libc-bin (2.40-4ubuntu1) ... 728s Processing triggers for systemd (257.2-3ubuntu1) ... 729s === Checking if /usr/bin/qemu-amd64 can run executables: 729s glob with sh: /usr/bin/qemu-amd64 /bin/busybox ash -c "/usr/bin/qemu-amd64 /bin/busybox ls -dCFl debian/*[t]*": 730s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 730s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 730s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 730s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 730s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 730s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 730s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 730s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 730s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 730s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 730s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 730s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 730s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 730s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 730s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 730s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 730s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 730s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 730s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 730s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 730s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 730s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 730s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 730s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 730s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 730s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 730s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 730s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 730s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 730s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 730s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 730s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 730s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 730s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 730s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 730s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 730s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 730s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 730s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 730s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 730s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 730s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 730s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 730s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 730s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 730s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 730s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 730s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 730s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 730s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 730s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 730s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 730s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 730s === ok. 730s Reading package lists... 730s Building dependency tree... 730s Reading state information... 731s The following packages were automatically installed and are no longer required: 731s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 731s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 731s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 731s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 731s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 731s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 731s Use 'sudo apt autoremove' to remove them. 731s The following additional packages will be installed: 731s gcc-14-base:arm64 libc6:arm64 libgcc-s1:arm64 731s Suggested packages: 731s glibc-doc:arm64 locales:arm64 libnss-nis:arm64 libnss-nisplus:arm64 731s Recommended packages: 731s libidn2-0:arm64 731s The following packages will be REMOVED: 731s busybox:amd64 731s The following NEW packages will be installed: 731s busybox:arm64 gcc-14-base:arm64 libc6:arm64 libgcc-s1:arm64 731s 0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded. 731s Need to get 3472 kB of archives. 731s After this operation, 24.6 MB of additional disk space will be used. 731s Get:1 http://ftpmaster.internal/ubuntu plucky/main arm64 gcc-14-base arm64 14.2.0-16ubuntu1 [53.4 kB] 731s Get:2 http://ftpmaster.internal/ubuntu plucky/main arm64 libgcc-s1 arm64 14.2.0-16ubuntu1 [61.8 kB] 731s Get:3 http://ftpmaster.internal/ubuntu plucky/main arm64 libc6 arm64 2.40-4ubuntu1 [2880 kB] 732s Get:4 http://ftpmaster.internal/ubuntu plucky/universe arm64 busybox arm64 1:1.37.0-4ubuntu1 [476 kB] 733s Preconfiguring packages ... 733s Fetched 3472 kB in 1s (2471 kB/s) 733s Selecting previously unselected package gcc-14-base:arm64. 733s (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 ... 56978 files and directories currently installed.) 733s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_arm64.deb ... 733s Unpacking gcc-14-base:arm64 (14.2.0-16ubuntu1) ... 733s Selecting previously unselected package libgcc-s1:arm64. 733s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_arm64.deb ... 733s Unpacking libgcc-s1:arm64 (14.2.0-16ubuntu1) ... 733s Selecting previously unselected package libc6:arm64. 733s Preparing to unpack .../libc6_2.40-4ubuntu1_arm64.deb ... 733s Unpacking libc6:arm64 (2.40-4ubuntu1) ... 733s Selecting previously unselected package busybox:arm64. 733s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_arm64.deb ... 733s Unpacking busybox:arm64 (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 733s Setting up gcc-14-base:arm64 (14.2.0-16ubuntu1) ... 733s Setting up libgcc-s1:arm64 (14.2.0-16ubuntu1) ... 733s Setting up libc6:arm64 (2.40-4ubuntu1) ... 733s Setting up busybox:arm64 (1:1.37.0-4ubuntu1) ... 733s Processing triggers for libc-bin (2.40-4ubuntu1) ... 733s Processing triggers for systemd (257.2-3ubuntu1) ... 734s === Checking if /usr/bin/qemu-arm64 can run executables: 734s glob with sh: /usr/bin/qemu-arm64 /bin/busybox ash -c "/usr/bin/qemu-arm64 /bin/busybox ls -dCFl debian/*[t]*": 734s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 734s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 734s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 734s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 734s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 734s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 734s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 734s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 734s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 734s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 734s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 734s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 734s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 734s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 734s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 734s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 734s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 734s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 734s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 734s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 734s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 734s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 734s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 734s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 734s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 734s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 734s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 734s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 734s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 734s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 734s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 734s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 734s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 734s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 734s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 734s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 734s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 734s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 734s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 734s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 734s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 734s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 734s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 734s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 734s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 734s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 734s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 734s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 734s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 734s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 734s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 734s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 734s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 734s === ok. 734s Reading package lists... 735s Building dependency tree... 735s Reading state information... 735s E: Unable to locate package busybox:armel 735s Skipping test for armel because of busybox:armel installation problem 735s Reading package lists... 736s Building dependency tree... 736s Reading state information... 737s The following packages were automatically installed and are no longer required: 737s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 737s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 737s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 737s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 737s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 737s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 737s Use 'sudo apt autoremove' to remove them. 737s The following additional packages will be installed: 737s gcc-14-base:armhf libc6:armhf libgcc-s1:armhf 737s Suggested packages: 737s glibc-doc:armhf locales:armhf libnss-nis:armhf libnss-nisplus:armhf 737s Recommended packages: 737s libidn2-0:armhf 737s The following packages will be REMOVED: 737s busybox:arm64 737s The following NEW packages will be installed: 737s busybox:armhf gcc-14-base:armhf libc6:armhf libgcc-s1:armhf 737s 0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded. 737s Need to get 3431 kB of archives. 737s After this operation, 9426 kB of additional disk space will be used. 737s Get:1 http://ftpmaster.internal/ubuntu plucky/main armhf gcc-14-base armhf 14.2.0-16ubuntu1 [53.3 kB] 737s Get:2 http://ftpmaster.internal/ubuntu plucky/main armhf libgcc-s1 armhf 14.2.0-16ubuntu1 [40.6 kB] 737s Get:3 http://ftpmaster.internal/ubuntu plucky/main armhf libc6 armhf 2.40-4ubuntu1 [2866 kB] 738s Get:4 http://ftpmaster.internal/ubuntu plucky/universe armhf busybox armhf 1:1.37.0-4ubuntu1 [471 kB] 738s Preconfiguring packages ... 739s Fetched 3431 kB in 1s (2385 kB/s) 739s Selecting previously unselected package gcc-14-base:armhf. 739s (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 ... 57263 files and directories currently installed.) 739s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_armhf.deb ... 739s Unpacking gcc-14-base:armhf (14.2.0-16ubuntu1) ... 739s Selecting previously unselected package libgcc-s1:armhf. 739s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_armhf.deb ... 739s Unpacking libgcc-s1:armhf (14.2.0-16ubuntu1) ... 739s Selecting previously unselected package libc6:armhf. 739s Preparing to unpack .../libc6_2.40-4ubuntu1_armhf.deb ... 739s Unpacking libc6:armhf (2.40-4ubuntu1) ... 739s Selecting previously unselected package busybox:armhf. 739s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_armhf.deb ... 739s Unpacking busybox:armhf (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 739s Setting up gcc-14-base:armhf (14.2.0-16ubuntu1) ... 739s Setting up libgcc-s1:armhf (14.2.0-16ubuntu1) ... 739s Setting up libc6:armhf (2.40-4ubuntu1) ... 739s Setting up busybox:armhf (1:1.37.0-4ubuntu1) ... 739s Processing triggers for libc-bin (2.40-4ubuntu1) ... 739s Processing triggers for systemd (257.2-3ubuntu1) ... 740s === Checking if /usr/bin/qemu-armhf can run executables: 740s glob with sh: /usr/bin/qemu-armhf /bin/busybox ash -c "/usr/bin/qemu-armhf /bin/busybox ls -dCFl debian/*[t]*": 740s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 740s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 740s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 740s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 740s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 740s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 740s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 740s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 740s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 740s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 740s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 740s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 740s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 740s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 740s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 740s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 740s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 740s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 740s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 740s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 740s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 740s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 740s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 740s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 740s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 740s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 740s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 740s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 740s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 740s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 740s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 740s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 740s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 740s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 740s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 740s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 740s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 740s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 740s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 740s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 740s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 740s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 740s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 740s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 740s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 740s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 740s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 740s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 740s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 740s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 740s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 740s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 740s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 740s === ok. 740s Reading package lists... 741s Building dependency tree... 741s Reading state information... 742s The following packages were automatically installed and are no longer required: 742s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 742s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 742s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 742s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 742s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 742s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 742s Use 'sudo apt autoremove' to remove them. 742s The following additional packages will be installed: 742s gcc-14-base:i386 libc6:i386 libgcc-s1:i386 742s Suggested packages: 742s glibc-doc:i386 locales:i386 libnss-nis:i386 libnss-nisplus:i386 742s Recommended packages: 742s libidn2-0:i386 742s The following packages will be REMOVED: 742s busybox:armhf 742s The following NEW packages will be installed: 742s busybox:i386 gcc-14-base:i386 libc6:i386 libgcc-s1:i386 742s 0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded. 742s Need to get 3659 kB of archives. 742s After this operation, 13.0 MB of additional disk space will be used. 742s Get:1 http://ftpmaster.internal/ubuntu plucky/main i386 gcc-14-base i386 14.2.0-16ubuntu1 [53.3 kB] 742s Get:2 http://ftpmaster.internal/ubuntu plucky/main i386 libgcc-s1 i386 14.2.0-16ubuntu1 [95.4 kB] 742s Get:3 http://ftpmaster.internal/ubuntu plucky/main i386 libc6 i386 2.40-4ubuntu1 [3039 kB] 743s Get:4 http://ftpmaster.internal/ubuntu plucky/universe i386 busybox i386 1:1.37.0-4ubuntu1 [472 kB] 744s Preconfiguring packages ... 744s Fetched 3659 kB in 2s (2381 kB/s) 744s Selecting previously unselected package gcc-14-base:i386. 744s (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 ... 57547 files and directories currently installed.) 744s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_i386.deb ... 744s Unpacking gcc-14-base:i386 (14.2.0-16ubuntu1) ... 744s Selecting previously unselected package libgcc-s1:i386. 744s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_i386.deb ... 744s Unpacking libgcc-s1:i386 (14.2.0-16ubuntu1) ... 744s Selecting previously unselected package libc6:i386. 744s Preparing to unpack .../libc6_2.40-4ubuntu1_i386.deb ... 744s Unpacking libc6:i386 (2.40-4ubuntu1) ... 744s Selecting previously unselected package busybox:i386. 744s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_i386.deb ... 744s Unpacking busybox:i386 (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 744s Setting up gcc-14-base:i386 (14.2.0-16ubuntu1) ... 744s Setting up libgcc-s1:i386 (14.2.0-16ubuntu1) ... 744s Setting up libc6:i386 (2.40-4ubuntu1) ... 744s Setting up busybox:i386 (1:1.37.0-4ubuntu1) ... 744s Processing triggers for libc-bin (2.40-4ubuntu1) ... 744s Processing triggers for systemd (257.2-3ubuntu1) ... 745s === Checking if /usr/bin/qemu-i386 can run executables: 745s glob with sh: /usr/bin/qemu-i386 /bin/busybox ash -c "/usr/bin/qemu-i386 /bin/busybox ls -dCFl debian/*[t]*": 745s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 745s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 745s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 745s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 745s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 745s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 745s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 745s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 745s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 745s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 745s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 745s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 745s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 745s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 745s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 745s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 745s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 745s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 745s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 745s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 745s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 745s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 745s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 745s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 745s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 745s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 745s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 745s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 745s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 745s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 745s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 745s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 745s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 745s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 745s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 745s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 745s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 745s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 745s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 745s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 745s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 745s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 745s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 745s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 745s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 745s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 745s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 745s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 745s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 745s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 745s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 745s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 745s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 745s === ok. 745s Reading package lists... 746s Building dependency tree... 746s Reading state information... 746s E: Unable to locate package busybox:mips64el 746s Skipping test for mips64el because of busybox:mips64el installation problem 746s Reading package lists... 747s Building dependency tree... 747s Reading state information... 747s The following packages were automatically installed and are no longer required: 747s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 747s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 747s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 747s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 747s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 747s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 747s Use 'sudo apt autoremove' to remove them. 747s The following additional packages will be installed: 747s gcc-14-base:ppc64el libc6:ppc64el libgcc-s1:ppc64el 747s Suggested packages: 747s glibc-doc:ppc64el locales:ppc64el libnss-nis:ppc64el libnss-nisplus:ppc64el 747s Recommended packages: 747s libidn2-0:ppc64el 747s The following packages will be REMOVED: 747s busybox:i386 747s The following NEW packages will be installed: 747s busybox:ppc64el gcc-14-base:ppc64el libc6:ppc64el libgcc-s1:ppc64el 748s 0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded. 748s Need to get 3951 kB of archives. 748s After this operation, 26.2 MB of additional disk space will be used. 748s Get:1 http://ftpmaster.internal/ubuntu plucky/main ppc64el gcc-14-base ppc64el 14.2.0-16ubuntu1 [53.4 kB] 748s Get:2 http://ftpmaster.internal/ubuntu plucky/main ppc64el libgcc-s1 ppc64el 14.2.0-16ubuntu1 [39.2 kB] 748s Get:3 http://ftpmaster.internal/ubuntu plucky/main ppc64el libc6 ppc64el 2.40-4ubuntu1 [3208 kB] 749s Get:4 http://ftpmaster.internal/ubuntu plucky/universe ppc64el busybox ppc64el 1:1.37.0-4ubuntu1 [650 kB] 749s Preconfiguring packages ... 749s Fetched 3951 kB in 1s (2716 kB/s) 749s Selecting previously unselected package gcc-14-base:ppc64el. 749s (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 ... 57831 files and directories currently installed.) 749s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_ppc64el.deb ... 749s Unpacking gcc-14-base:ppc64el (14.2.0-16ubuntu1) ... 749s Selecting previously unselected package libgcc-s1:ppc64el. 749s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_ppc64el.deb ... 749s Unpacking libgcc-s1:ppc64el (14.2.0-16ubuntu1) ... 749s Selecting previously unselected package libc6:ppc64el. 749s Preparing to unpack .../libc6_2.40-4ubuntu1_ppc64el.deb ... 750s Unpacking libc6:ppc64el (2.40-4ubuntu1) ... 750s Selecting previously unselected package busybox:ppc64el. 750s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_ppc64el.deb ... 750s Unpacking busybox:ppc64el (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 750s Setting up gcc-14-base:ppc64el (14.2.0-16ubuntu1) ... 750s Setting up libgcc-s1:ppc64el (14.2.0-16ubuntu1) ... 750s Setting up libc6:ppc64el (2.40-4ubuntu1) ... 750s Setting up busybox:ppc64el (1:1.37.0-4ubuntu1) ... 750s Processing triggers for base-files (13.5ubuntu3) ... 750s Processing triggers for libc-bin (2.40-4ubuntu1) ... 750s Processing triggers for systemd (257.2-3ubuntu1) ... 751s === Checking if /usr/bin/qemu-ppc64el can run executables: 751s glob with sh: /usr/bin/qemu-ppc64el /bin/busybox ash -c "/usr/bin/qemu-ppc64el /bin/busybox ls -dCFl debian/*[t]*": 751s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 751s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 751s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 751s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 751s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 751s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 751s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 751s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 751s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 751s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 751s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 751s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 751s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 751s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 751s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 751s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 751s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 751s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 751s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 751s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 751s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 751s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 751s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 751s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 751s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 751s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 751s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 751s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 751s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 751s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 751s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 751s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 751s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 751s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 751s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 751s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 751s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 751s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 751s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 751s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 751s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 751s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 751s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 751s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 751s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 751s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 751s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 751s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 751s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 751s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 751s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 751s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 751s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 751s === ok. 751s Reading package lists... 752s Building dependency tree... 752s Reading state information... 752s The following packages were automatically installed and are no longer required: 752s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 752s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 752s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 752s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 752s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 752s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 752s Use 'sudo apt autoremove' to remove them. 752s The following additional packages will be installed: 752s gcc-14-base:riscv64 libc6:riscv64 libgcc-s1:riscv64 752s Suggested packages: 752s glibc-doc:riscv64 locales:riscv64 libnss-nis:riscv64 libnss-nisplus:riscv64 753s Recommended packages: 753s libidn2-0:riscv64 753s The following packages will be REMOVED: 753s busybox:ppc64el 753s The following NEW packages will be installed: 753s busybox:riscv64 gcc-14-base:riscv64 libc6:riscv64 libgcc-s1:riscv64 753s 0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded. 753s Need to get 3433 kB of archives. 753s After this operation, 8814 kB of additional disk space will be used. 753s Get:1 http://ftpmaster.internal/ubuntu plucky/main riscv64 gcc-14-base riscv64 14.2.0-16ubuntu1 [53.4 kB] 753s Get:2 http://ftpmaster.internal/ubuntu plucky/main riscv64 libgcc-s1 riscv64 14.2.0-16ubuntu1 [62.9 kB] 753s Get:3 http://ftpmaster.internal/ubuntu plucky/main riscv64 libc6 riscv64 2.40-4ubuntu1 [2811 kB] 754s Get:4 http://ftpmaster.internal/ubuntu plucky/universe riscv64 busybox riscv64 1:1.37.0-4ubuntu1 [506 kB] 754s Preconfiguring packages ... 754s Fetched 3433 kB in 1s (2742 kB/s) 754s Selecting previously unselected package gcc-14-base:riscv64. 754s (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 ... 58115 files and directories currently installed.) 754s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_riscv64.deb ... 754s Unpacking gcc-14-base:riscv64 (14.2.0-16ubuntu1) ... 754s Selecting previously unselected package libgcc-s1:riscv64. 754s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_riscv64.deb ... 754s Unpacking libgcc-s1:riscv64 (14.2.0-16ubuntu1) ... 754s Selecting previously unselected package libc6:riscv64. 754s Preparing to unpack .../libc6_2.40-4ubuntu1_riscv64.deb ... 754s Unpacking libc6:riscv64 (2.40-4ubuntu1) ... 755s Selecting previously unselected package busybox:riscv64. 755s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_riscv64.deb ... 755s Unpacking busybox:riscv64 (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 755s Setting up gcc-14-base:riscv64 (14.2.0-16ubuntu1) ... 755s Setting up libgcc-s1:riscv64 (14.2.0-16ubuntu1) ... 755s Setting up libc6:riscv64 (2.40-4ubuntu1) ... 755s Setting up busybox:riscv64 (1:1.37.0-4ubuntu1) ... 755s Processing triggers for libc-bin (2.40-4ubuntu1) ... 755s Processing triggers for systemd (257.2-3ubuntu1) ... 756s === Checking if /usr/bin/qemu-riscv64 can run executables: 756s glob with sh: /usr/bin/qemu-riscv64 /bin/busybox ash -c "/usr/bin/qemu-riscv64 /bin/busybox ls -dCFl debian/*[t]*": 756s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 756s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 756s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 756s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 756s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 756s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 756s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 756s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 756s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 756s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 756s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 756s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 756s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 756s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 756s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 756s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 756s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 756s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 756s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 756s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 756s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 756s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 756s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 756s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 756s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 756s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 756s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 756s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 756s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 756s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 756s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 756s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 756s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 756s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 756s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 756s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 756s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 756s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 756s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 756s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 756s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 756s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 756s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 756s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 756s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 756s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 756s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 756s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 756s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 756s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 756s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 756s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 756s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 756s === ok. 756s Reading package lists... 757s Building dependency tree... 757s Reading state information... 757s The following packages were automatically installed and are no longer required: 757s command-not-found friendly-recovery ibverbs-providers inetutils-telnet 757s iputils-tracepath libevdev2 libibverbs1 libpcap0.8t64 libplymouth5 757s libpng16-16t64 libsensors-config libsensors5 libtraceevent1-plugin 757s libtracefs1 libxkbcommon0 mtr-tiny nano numactl plymouth 757s plymouth-theme-ubuntu-text python3-commandnotfound python3-gdbm 757s python3.12-gdbm python3.13-gdbm sysstat tcpdump telnet trace-cmd 757s Use 'sudo apt autoremove' to remove them. 757s The following packages will be REMOVED: 757s busybox:riscv64 757s The following NEW packages will be installed: 757s busybox 757s 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded. 757s Need to get 483 kB of archives. 757s After this operation, 135 kB of additional disk space will be used. 757s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x busybox s390x 1:1.37.0-4ubuntu1 [483 kB] 758s Fetched 483 kB in 0s (1041 kB/s) 758s Selecting previously unselected package busybox. 758s (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 ... 58399 files and directories currently installed.) 758s Preparing to unpack .../busybox_1%3a1.37.0-4ubuntu1_s390x.deb ... 758s Unpacking busybox (1:1.37.0-4ubuntu1) over (1:1.37.0-4ubuntu1) ... 758s Setting up busybox (1:1.37.0-4ubuntu1) ... 759s === Checking if /usr/bin/qemu-s390x can run executables: 759s glob with sh: /usr/bin/qemu-s390x /bin/busybox ash -c "/usr/bin/qemu-s390x /bin/busybox ls -dCFl debian/*[t]*": 759s -rw-rw-r-- 1 ubuntu root 2620 Jan 5 2021 debian/README-components-versions 759s -rwxrwxr-x 1 ubuntu root 10176 Jan 10 21:05 debian/binfmt-install* 759s -rw-rw-r-- 1 ubuntu root 40213 Jan 23 22:14 debian/control 759s -rw-rw-r-- 1 ubuntu root 32972 Jan 23 22:13 debian/control-in 759s -rwxrwxr-x 1 ubuntu root 5321 Jan 10 21:05 debian/control.mk* 759s -rw-rw-r-- 1 ubuntu root 31589 Jan 10 21:05 debian/copyright 759s -rwxrwxr-x 1 ubuntu root 524 Sep 9 19:17 debian/extract-config-opts* 759s -rw-rw-r-- 1 ubuntu root 421 Nov 1 10:43 debian/not-installed 759s drwxrwxr-x 3 ubuntu root 4096 Jan 23 22:13 debian/patches/ 759s -rw-rw-r-- 1 ubuntu root 224 Jan 23 22:13 debian/qemu-block-extra.postinst 759s -rwxrwxr-x 1 ubuntu root 703 Sep 9 19:17 debian/qemu-debootstrap* 759s -rw-rw-r-- 1 ubuntu root 645 Nov 22 2023 debian/qemu-debootstrap.1 759s -rw-rw-r-- 1 ubuntu root 26 Jan 5 2021 debian/qemu-guest-agent.dirs 759s -rw-rw-r-- 1 ubuntu root 3117 Jan 5 2021 debian/qemu-guest-agent.init 759s -rw-rw-r-- 1 ubuntu root 392 Nov 1 10:43 debian/qemu-guest-agent.install 759s -rw-rw-r-- 1 ubuntu root 1866 Jan 5 2021 debian/qemu-guest-agent.postinst 759s -rw-rw-r-- 1 ubuntu root 1835 Jan 5 2021 debian/qemu-guest-agent.postrm 759s -rw-rw-r-- 1 ubuntu root 2106 Jan 5 2021 debian/qemu-guest-agent.preinst 759s -rw-rw-r-- 1 ubuntu root 229 Jan 5 2021 debian/qemu-guest-agent.service 759s -rw-rw-r-- 1 ubuntu root 131 Sep 9 19:17 debian/qemu-guest-agent.udev 759s -rwxrwxr-x 1 ubuntu root 2496 Jan 10 21:05 debian/qemu-kvm-init* 759s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-arm.maintscript 759s -rw-rw-r-- 1 ubuntu root 5184 Jan 10 21:04 debian/qemu-system-common.NEWS 759s -rw-rw-r-- 1 ubuntu root 1323 Sep 9 19:17 debian/qemu-system-common.README.Debian 759s -rw-rw-r-- 1 ubuntu root 1078 Jan 10 21:05 debian/qemu-system-common.install 759s -rw-rw-r-- 1 ubuntu root 636 Jan 10 21:05 debian/qemu-system-common.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 319 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.default 759s -rw-rw-r-- 1 ubuntu root 367 Jan 10 21:05 debian/qemu-system-common.qemu-kvm.service 759s -rw-rw-r-- 1 ubuntu root 453 Nov 1 10:43 debian/qemu-system-data.doc-base 759s -rw-rw-r-- 1 ubuntu root 67 Nov 1 10:43 debian/qemu-system-data.docs 759s -rw-rw-r-- 1 ubuntu root 600 Jan 10 21:05 debian/qemu-system-data.install 759s -rw-rw-r-- 1 ubuntu root 367 Sep 9 19:17 debian/qemu-system-data.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 407 Jan 10 21:04 debian/qemu-system-gui.install 759s -rw-rw-r-- 1 ubuntu root 81 Jan 10 21:05 debian/qemu-system-mips.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-mips.maintscript 759s -rw-rw-r-- 1 ubuntu root 1088 Jan 10 21:05 debian/qemu-system-misc.NEWS 759s -rw-rw-r-- 1 ubuntu root 68 Jan 10 21:05 debian/qemu-system-misc.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 97 Sep 9 19:17 debian/qemu-system-misc.maintscript 759s -rw-rw-r-- 1 ubuntu root 419 Sep 9 19:17 debian/qemu-system-modules-opengl.install 759s -rw-rw-r-- 1 ubuntu root 247 Sep 9 19:17 debian/qemu-system-modules-opengl.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 258 Sep 9 19:17 debian/qemu-system-modules-spice.install 759s -rw-rw-r-- 1 ubuntu root 160 Jan 10 21:05 debian/qemu-system-ppc.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-ppc.maintscript 759s -rw-rw-r-- 1 ubuntu root 222 Jan 10 21:05 debian/qemu-system-riscv.links 759s -rw-rw-r-- 1 ubuntu root 69 Jan 10 21:05 debian/qemu-system-riscv.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-s390x.maintscript 759s -rw-rw-r-- 1 ubuntu root 99 Sep 9 19:17 debian/qemu-system-sparc.maintscript 759s -rw-rw-r-- 1 ubuntu root 95 Sep 9 19:17 debian/qemu-system-x86.maintscript 759s -rwxrwxr-x 1 ubuntu root 187 Mar 25 2024 debian/qemu-system-x86_64-spice* 759s -rw-rw-r-- 1 ubuntu root 2162 Nov 1 10:43 debian/qemu-system.NEWS 759s -rw-rw-r-- 1 ubuntu root 501 Jan 10 21:05 debian/qemu-user-static.1 759s -rw-rw-r-- 1 ubuntu root 1835 Jan 10 21:05 debian/qemu-user-static.NEWS 759s -rw-rw-r-- 1 ubuntu root 125 Jan 10 21:05 debian/qemu-user-static.install 759s -rw-rw-r-- 1 ubuntu root 130 Jan 10 21:05 debian/qemu-user.install 759s -rw-rw-r-- 1 ubuntu root 426 Jan 10 21:05 debian/qemu-user.lintian-overrides 759s -rw-rw-r-- 1 ubuntu root 628 Nov 1 10:43 debian/qemu-utils.NEWS 759s -rw-rw-r-- 1 ubuntu root 589 Nov 1 10:43 debian/qemu-utils.install 759s drwxrwxr-x 2 ubuntu root 4096 Jan 10 21:05 debian/tests/ 759s drwxrwxr-x 2 ubuntu root 4096 Mar 25 2024 debian/upstream/ 759s -rw-rw-r-- 1 ubuntu root 193 Sep 9 19:17 debian/watch 759s === ok. 759s skipped: armel mips64el 759s succeeded: amd64 arm64 armhf i386 ppc64el riscv64 s390x 759s /tmp/autopkgtest.5hxG9q/wrapper.sh: checking for leaked background processes... 759s /tmp/autopkgtest.5hxG9q/wrapper.sh: waiting for tee/cat subprocesses... 759s /tmp/autopkgtest.5hxG9q/wrapper.sh: cleaning up... 759s /tmp/autopkgtest.5hxG9q/wrapper.sh: Exit status: 0 759s autopkgtest: DBG: testbed command exited with code 0 759s autopkgtest [22:54:15]: test test-qemu-user.sh: -----------------------] 759s autopkgtest: DBG: testbed executing test finished with exit status 0 759s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stdout /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-user.sh-stdout 760s autopkgtest: DBG: got reply from testbed: ok 760s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-stderr /tmp/autopkgtest-work.zq8dnweb/out/test-qemu-user.sh-stderr 760s autopkgtest: DBG: got reply from testbed: ok 760s test-qemu-user.sh PASS 760s autopkgtest [22:54:16]: test test-qemu-user.sh: - - - - - - - - - - results - - - - - - - - - - 760s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5hxG9q/test-qemu-user.sh-artifacts/ /tmp/autopkgtest-work.zq8dnweb/out/artifacts/ 760s autopkgtest: DBG: got reply from testbed: ok 760s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5hxG9q/test-qemu-user.sh-artifacts', '/tmp/autopkgtest.5hxG9q/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 760s autopkgtest: DBG: testbed command exited with code 0 760s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 223 760s autopkgtest: DBG: needs_reset, previously=True, requested by run_tests() line 230 760s autopkgtest [22:54:16]: @@@@@@@@@@@@@@@@@@@@ summary 760s test-qemu-img.sh PASS (superficial) 760s test-qemu-system.sh PASS (superficial) 760s test-qemu-user.sh PASS 760s autopkgtest: DBG: testbed stop 760s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.5hxG9q 760s autopkgtest: DBG: sending command to testbed: close 778s autopkgtest: DBG: got reply from testbed: ok 778s autopkgtest: DBG: sending command to testbed: quit 778s nova [W] Using flock in prodstack6-s390x 778s Creating nova instance adt-plucky-s390x-qemu-20250206-224136-juju-7f2275-prod-proposed-migration-environment-15-12971890-ce1a-46b5-a7e8-b46588f00888 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 778s nova [W] Timed out waiting for a8c53824-1679-4d42-bd56-71513321d257 to get deleted. 778s nova [W] Using flock in prodstack6-s390x 778s Creating nova instance adt-plucky-s390x-qemu-20250206-224136-juju-7f2275-prod-proposed-migration-environment-15-12971890-ce1a-46b5-a7e8-b46588f00888 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 778s nova [W] Timed out waiting for 36af596a-f579-4fc9-8687-c874719fa7f3 to get deleted. 778s nova [W] Using flock in prodstack6-s390x 778s Creating nova instance adt-plucky-s390x-qemu-20250206-224136-juju-7f2275-prod-proposed-migration-environment-15-12971890-ce1a-46b5-a7e8-b46588f00888 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 778s nova [W] Timed out waiting for 52037b81-7fff-4369-ab73-c89c6a7c888a to get deleted.