0s autopkgtest: DBG: testbed init 0s autopkgtest [20:10:16]: starting date and time: 2025-02-19 20:10:16+0000 0s autopkgtest [20:10:16]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [20:10:16]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.hhe6ve0h/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:cdebconf --apt-upgrade ubuntu-drivers-common --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=cdebconf/0.277ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-18.secgroup --name adt-plucky-s390x-ubuntu-drivers-common-20250219-201016-juju-7f2275-prod-proposed-migration-environment-15-81844c06-e981-4756-8d7d-f6dc63baaeea --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 114s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.4ZhY9G 114s autopkgtest: DBG: sending command to testbed: print-execute-command 114s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.l72oto3w/runcmd 114s autopkgtest: DBG: sending command to testbed: capabilities 114s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot suggested-normal-user=ubuntu revert isolation-machine root-on-testbed 114s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'revert', 'isolation-machine', 'root-on-testbed', 'has_internet'] 114s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4ZhY9G'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.4ZhY9G/wrapper.sh 114s autopkgtest: DBG: got reply from testbed: ok 114s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4ZhY9G/wrapper.sh'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [20:12:11]: testbed dpkg architecture: s390x 115s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [20:12:11]: testbed apt version: 2.9.30 115s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed has eatmydata 115s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [20:12:11]: @@@@@@@@@@@@@@@@@@@@ test bed setup 115s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [20:12:12]: testbed release detected to be: None 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: adding APT source: Types: deb deb-src 116s URIs: http://ftpmaster.internal/ubuntu/ 116s Suites: plucky-proposed 116s Components: main restricted universe multiverse 116s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 116s Package: * 116s Pin: release plucky-proposed 116s Pin-Priority: 500 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [20:12:12]: updating testbed package index (apt update) 116s 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'] 117s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 117s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 117s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 117s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 117s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 117s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [731 kB] 117s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.5 kB] 117s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [78.4 kB] 117s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [103 kB] 117s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 117s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [657 kB] 117s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5272 B] 117s Fetched 1704 kB in 1s (1796 kB/s) 118s Reading package lists... 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 118s Package: * 118s Pin: release plucky-proposed 118s Pin-Priority: 100 118s 118s Package: src:cdebconf:any 118s Pin: release plucky-proposed 118s Pin-Priority: 995 118s 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:cdebconf:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s 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.4ZhY9G/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s 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'] 119s + lsb_release --codename --short 119s + RELEASE=plucky 119s + cat 119s + [ plucky != trusty ] 119s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade... 119s The following packages were automatically installed and are no longer required: 119s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 119s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 119s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 119s linux-tools-6.11.0-8-generic 119s Use 'sudo apt autoremove' to remove them. 119s The following packages will be upgraded: 119s apparmor iproute2 libapparmor1 libgpgme11t64 liblsof0 libp11-kit0 119s liburcu8t64 lsof python-apt-common python3-apt sysvinit-utils 119s 11 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s Need to get 3066 kB of archives. 119s After this operation, 212 kB of additional disk space will be used. 119s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 119s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 120s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libapparmor1 s390x 4.1.0~beta5-0ubuntu2 [54.1 kB] 120s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 120s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python-apt-common all 2.9.9 [21.2 kB] 120s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-apt s390x 2.9.9 [185 kB] 120s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x apparmor s390x 4.1.0~beta5-0ubuntu2 [758 kB] 120s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.1-1 [66.0 kB] 120s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 120s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 120s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 120s Preconfiguring packages ... 120s Fetched 3066 kB in 1s (4242 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 ... 81030 files and directories currently installed.) 120s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 120s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 120s Setting up sysvinit-utils (3.14-1ubuntu1) ... 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 ... 81030 files and directories currently installed.) 120s Preparing to unpack .../0-iproute2_6.13.0-1ubuntu1_s390x.deb ... 120s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 120s Preparing to unpack .../1-libapparmor1_4.1.0~beta5-0ubuntu2_s390x.deb ... 120s Unpacking libapparmor1:s390x (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 120s Preparing to unpack .../2-libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 120s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 120s Preparing to unpack .../3-python-apt-common_2.9.9_all.deb ... 120s Unpacking python-apt-common (2.9.9) over (2.9.8) ... 120s Preparing to unpack .../4-python3-apt_2.9.9_s390x.deb ... 120s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 120s for fn in glob1(directory, "%s.*" % fname): 120s Unpacking python3-apt (2.9.9) over (2.9.8) ... 120s Preparing to unpack .../5-apparmor_4.1.0~beta5-0ubuntu2_s390x.deb ... 121s Unpacking apparmor (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 121s dpkg: warning: unable to delete old directory '/lib/apparmor': Directory not empty 121s Preparing to unpack .../6-liburcu8t64_0.15.1-1_s390x.deb ... 121s Unpacking liburcu8t64:s390x (0.15.1-1) over (0.15.0-1) ... 121s Preparing to unpack .../7-lsof_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Preparing to unpack .../8-liblsof0_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Preparing to unpack .../9-libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 121s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 121s Setting up liburcu8t64:s390x (0.15.1-1) ... 121s Setting up libapparmor1:s390x (4.1.0~beta5-0ubuntu2) ... 121s Setting up liblsof0 (4.99.4+dfsg-1) ... 121s Setting up iproute2 (6.13.0-1ubuntu1) ... 121s Setting up apparmor (4.1.0~beta5-0ubuntu2) ... 121s Installing new version of config file /etc/apparmor.d/abstractions/dconf ... 121s Installing new version of config file /etc/apparmor.d/abstractions/mesa ... 121s Installing new version of config file /etc/apparmor.d/abstractions/nameservice ... 121s Installing new version of config file /etc/apparmor.d/abstractions/php ... 121s Installing new version of config file /etc/apparmor.d/abstractions/python ... 121s Installing new version of config file /etc/apparmor.d/slirp4netns ... 121s Installing new version of config file /etc/apparmor.d/toybox ... 121s Installing new version of config file /etc/apparmor.d/transmission ... 121s Installing new version of config file /etc/apparmor.d/tunables/global ... 122s Reloading AppArmor profiles 124s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 124s Setting up lsof (4.99.4+dfsg-1) ... 124s Setting up python-apt-common (2.9.9) ... 124s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 124s Setting up python3-apt (2.9.9) ... 124s Processing triggers for systemd (257.2-3ubuntu1) ... 124s Processing triggers for man-db (2.13.0-1) ... 126s Processing triggers for libc-bin (2.40-4ubuntu1) ... 126s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 126s + /usr/lib/apt/apt-helper analyze-pattern ?true 126s + uname -r 126s + sed s/\./\\./g 126s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 126s + apt list ?obsolete 126s + tail -n+2 126s + cut -d/ -f1 126s + grep -v ^linux-.*6\.12\.0-15-generic.* 126s + true 126s + obsolete_pkgs= 126s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 127s The following packages will be REMOVED: 127s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 127s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 127s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 127s linux-tools-6.11.0-8-generic* 127s 0 upgraded, 0 newly installed, 9 to remove and 1 not upgraded. 127s After this operation, 167 MB disk space will be freed. 127s (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 ... 81079 files and directories currently installed.) 127s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 127s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 127s Removing libpython3.12t64:s390x (3.12.9-1) ... 127s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 127s Removing libnsl2:s390x (1.3.0-3build3) ... 127s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 127s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 127s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 129s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 129s Processing triggers for libc-bin (2.40-4ubuntu1) ... 129s (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 ... 55979 files and directories currently installed.) 129s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 129s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 129s + grep -q trusty /etc/lsb-release 129s + [ ! -d /usr/share/doc/unattended-upgrades ] 129s + [ ! -d /usr/share/doc/lxd ] 129s + [ ! -d /usr/share/doc/lxd-client ] 129s + [ ! -d /usr/share/doc/snapd ] 129s + type iptables 129s + cat 129s + chmod 755 /etc/rc.local 129s + . /etc/rc.local 129s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 129s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 129s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 129s + uname -m 129s + [ s390x = ppc64le ] 129s + [ -d /run/systemd/system ] 129s + systemd-detect-virt --quiet --vm 129s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 129s + cat 129s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 129s + echo COMPRESS=lz4 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [20:12:25]: upgrading testbed (apt dist-upgrade and autopurge) 129s 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'] 129s Reading package lists... 129s Building dependency tree... 129s Reading state information... 129s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 129s Starting 2 pkgProblemResolver with broken count: 0 129s Done 130s Entering ResolveByKeep 130s 130s The following packages will be upgraded: 130s libdebconfclient0 130s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 130s Need to get 12.0 kB of archives. 130s After this operation, 1024 B of additional disk space will be used. 130s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libdebconfclient0 s390x 0.277ubuntu1 [12.0 kB] 130s Fetched 12.0 kB in 0s (80.2 kB/s) 130s (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 ... 55977 files and directories currently installed.) 130s Preparing to unpack .../libdebconfclient0_0.277ubuntu1_s390x.deb ... 130s Unpacking libdebconfclient0:s390x (0.277ubuntu1) over (0.274ubuntu1) ... 130s Setting up libdebconfclient0:s390x (0.277ubuntu1) ... 130s Processing triggers for libc-bin (2.40-4ubuntu1) ... 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 131s Reading package lists... 131s Building dependency tree... 131s Reading state information... 131s Starting pkgProblemResolver with broken count: 0 131s Starting 2 pkgProblemResolver with broken count: 0 131s Done 131s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 131s autopkgtest: DBG: testbed command exited with code 0 131s 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.4ZhY9G/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 132s autopkgtest: DBG: testbed command exited with code 1 132s autopkgtest [20:12:28]: rebooting testbed after setup commands that affected boot 132s autopkgtest: DBG: sending command to testbed: reboot 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 151s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4ZhY9G'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.4ZhY9G/autopkgtest-reboot 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4ZhY9G'], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest [20:12:49]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 153s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.4ZhY9G/testbed-packages"], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/testbed-packages /tmp/autopkgtest-work.hhe6ve0h/out/testbed-packages 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4ZhY9G'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.4ZhY9G/autopkgtest-reboot 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.4ZhY9G'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.4ZhY9G/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: Binaries: initialising 155s autopkgtest [20:12:51]: @@@@@@@@@@@@@@@@@@@@ apt-source ubuntu-drivers-common 155s autopkgtest: DBG: blame += ubuntu-drivers-common 155s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 155s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ubuntu-drivers-common'], kind short, sout pipe, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubuntu-drivers-common$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubuntu-drivers-common=1:0.10'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dh-modaliases$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dh-modaliases=1:0.10'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: install_deps: deps_new=[] 157s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s 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.4ZhY9G/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ubuntu-drivers-common=1:0.10 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 ubuntu-drivers-common_*.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=cdebconf/0.277ubuntu1'] 157s + cd / 157s + mktemp -d /tmp/autopkgtest.4ZhY9G/build.XXX 157s + builddir=/tmp/autopkgtest.4ZhY9G/build.P8k 157s + cd /tmp/autopkgtest.4ZhY9G/build.P8k 157s + apt-get source -d -q --only-source ubuntu-drivers-common=1:0.10 157s + OUT=Reading package lists... 157s NOTICE: 'ubuntu-drivers-common' packaging is maintained in the 'Git' version control system at: 157s git://github.com/canonical/ubuntu-drivers-common.git 157s Please use: 157s git clone git://github.com/canonical/ubuntu-drivers-common.git 157s to retrieve the latest (possibly unreleased) updates to the package. 157s Need to get 109 kB of source archives. 157s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 157s Fetched 109 kB in 0s (236 kB/s) 157s Download complete and in download only mode 157s + [ -n ] 157s + echo Reading package lists... 157s NOTICE: 'ubuntu-drivers-common' packaging is maintained in the 'Git' version control system at: 157s git://github.com/canonical/ubuntu-drivers-common.git 157s Please use: 157s git clone git://github.com/canonical/ubuntu-drivers-common.git 157s to retrieve the latest (possibly unreleased) updates to the package. 157s Need to get 109 kB of source archives. 157s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 157s Fetched 109 kB in 0s (236 kB/s) 157s Download complete and in download only mode 157s + grep ^Get: 157s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 157s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 157s + dpkg-source -x ubuntu-drivers-common_0.10.dsc src 158s gpgv: Signature made Wed Jan 8 11:20:52 2025 UTC 158s gpgv: using RSA key EC57B753580C649FE8AEFA4D216A9D7E3B63DCB4 158s gpgv: issuer "kuba.pawlak@canonical.com" 158s gpgv: Can't check signature: No public key 158s dpkg-source: warning: cannot verify inline signature for ./ubuntu-drivers-common_0.10.dsc: no acceptable signature found 158s + chmod -R a+rX . 158s + cd src/. 158s + pwd 158s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest [20:12:54]: testing package ubuntu-drivers-common version 1:0.10 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/ /tmp/autopkgtest-work.hhe6ve0h/out/pkg/debian/ 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency ubuntu-drivers-common 158s autopkgtest: DBG: marked alternatives ['ubuntu-drivers-common'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency alsa-utils 158s autopkgtest: DBG: processing dependency apport 158s autopkgtest: DBG: processing dependency python3-gi 158s autopkgtest: DBG: processing dependency gir1.2-umockdev-1.0 158s autopkgtest: DBG: processing dependency umockdev 158s autopkgtest: DBG: processing dependency libglx-mesa0 158s autopkgtest: DBG: processing dependency linux-headers-generic | linux-headers 158s autopkgtest: DBG: processing dependency liblocale-gettext-perl 158s autopkgtest: DBG: Test defined: name system path debian/tests/system command "None" restrictions ['needs-root'] features [] depends ['ubuntu-drivers-common', 'alsa-utils', 'apport', 'python3-gi', 'gir1.2-umockdev-1.0', 'umockdev', 'libglx-mesa0', 'linux-headers-generic | linux-headers', 'liblocale-gettext-perl'] 158s autopkgtest [20:12:54]: build not needed 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/build.P8k/src/ /tmp/autopkgtest-work.hhe6ve0h/out/tests-tree/ 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: processing dependency ubuntu-drivers-common 158s autopkgtest: DBG: marked alternatives ['ubuntu-drivers-common'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency alsa-utils 158s autopkgtest: DBG: processing dependency apport 158s autopkgtest: DBG: processing dependency python3-gi 158s autopkgtest: DBG: processing dependency gir1.2-umockdev-1.0 158s autopkgtest: DBG: processing dependency umockdev 158s autopkgtest: DBG: processing dependency libglx-mesa0 158s autopkgtest: DBG: processing dependency linux-headers-generic | linux-headers 158s autopkgtest: DBG: processing dependency liblocale-gettext-perl 158s autopkgtest: DBG: Test defined: name system path debian/tests/system command "None" restrictions ['needs-root'] features [] depends ['ubuntu-drivers-common', 'alsa-utils', 'apport', 'python3-gi', 'gir1.2-umockdev-1.0', 'umockdev', 'libglx-mesa0', 'linux-headers-generic | linux-headers', 'liblocale-gettext-perl'] 158s autopkgtest [20:12:54]: test system: preparing testbed 158s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['ubuntu-drivers-common', 'alsa-utils', 'apport', 'python3-gi', 'gir1.2-umockdev-1.0', 'umockdev', 'libglx-mesa0', 'linux-headers-generic | linux-headers', 'liblocale-gettext-perl'] 158s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 158s autopkgtest: DBG: install_deps: deps_new=['ubuntu-drivers-common', 'alsa-utils', 'apport', 'python3-gi', 'gir1.2-umockdev-1.0', 'umockdev', 'libglx-mesa0', 'linux-headers-generic | linux-headers', 'liblocale-gettext-perl'] 158s autopkgtest: DBG: install-deps: satisfying ubuntu-drivers-common, alsa-utils, apport, python3-gi, gir1.2-umockdev-1.0, umockdev, libglx-mesa0, linux-headers-generic | linux-headers, liblocale-gettext-perl 158s autopkgtest: DBG: can use apt-get on testbed: True 158s 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', 'ubuntu-drivers-common, alsa-utils, apport, python3-gi, gir1.2-umockdev-1.0, umockdev, libglx-mesa0, linux-headers-generic | linux-headers, liblocale-gettext-perl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 159s Reading package lists... 159s Building dependency tree... 159s Reading state information... 159s Starting pkgProblemResolver with broken count: 0 159s Starting 2 pkgProblemResolver with broken count: 0 159s Done 159s The following NEW packages will be installed: 159s alsa-utils gir1.2-umockdev-1.0 libasound2-data libasound2t64 159s libatopology2t64 libdrm-radeon1 libfftw3-single3 libgbm1 libgl1-mesa-dri 159s libglapi-mesa libglx-mesa0 libgomp1 libsamplerate0 libumockdev0 libvulkan1 159s libwayland-server0 libx11-xcb1 libxcb-dri3-0 libxcb-glx0 libxcb-present0 159s libxcb-randr0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxshmfence1 159s libxxf86vm1 mesa-libgallium python3-click python3-xkit ubuntu-drivers-common 159s umockdev 159s 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded. 159s Need to get 12.6 MB of archives. 159s After this operation, 43.1 MB of additional disk space will be used. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2-data all 1.2.13-1build1 [21.1 kB] 160s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2t64 s390x 1.2.13-1build1 [411 kB] 160s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libatopology2t64 s390x 1.2.13-1build1 [51.6 kB] 160s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 160s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-single3 s390x 3.3.10-2fakesync1build1 [483 kB] 160s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsamplerate0 s390x 0.2.2-4build1 [1344 kB] 160s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x alsa-utils s390x 1.2.13-1ubuntu1 [1230 kB] 160s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x libumockdev0 s390x 0.19.1-3 [77.1 kB] 160s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x gir1.2-umockdev-1.0 s390x 0.19.1-3 [3750 B] 160s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 160s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 160s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 160s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 160s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 160s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 160s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 160s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 160s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 160s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 160s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 160s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 160s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 161s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 161s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 161s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 161s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 161s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 161s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 161s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-xkit all 0.5.0ubuntu6 [17.4 kB] 161s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-drivers-common s390x 1:0.10 [40.1 kB] 161s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x umockdev s390x 0.19.1-3 [75.1 kB] 161s Preconfiguring packages ... 161s Fetched 12.6 MB in 1s (9392 kB/s) 161s Selecting previously unselected package libasound2-data. 161s (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 ... 55977 files and directories currently installed.) 161s Preparing to unpack .../00-libasound2-data_1.2.13-1build1_all.deb ... 161s Unpacking libasound2-data (1.2.13-1build1) ... 161s Selecting previously unselected package libasound2t64:s390x. 161s Preparing to unpack .../01-libasound2t64_1.2.13-1build1_s390x.deb ... 161s Unpacking libasound2t64:s390x (1.2.13-1build1) ... 161s Selecting previously unselected package libatopology2t64:s390x. 161s Preparing to unpack .../02-libatopology2t64_1.2.13-1build1_s390x.deb ... 161s Unpacking libatopology2t64:s390x (1.2.13-1build1) ... 161s Selecting previously unselected package libgomp1:s390x. 161s Preparing to unpack .../03-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libfftw3-single3:s390x. 161s Preparing to unpack .../04-libfftw3-single3_3.3.10-2fakesync1build1_s390x.deb ... 161s Unpacking libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 161s Selecting previously unselected package libsamplerate0:s390x. 161s Preparing to unpack .../05-libsamplerate0_0.2.2-4build1_s390x.deb ... 161s Unpacking libsamplerate0:s390x (0.2.2-4build1) ... 161s Selecting previously unselected package alsa-utils. 161s Preparing to unpack .../06-alsa-utils_1.2.13-1ubuntu1_s390x.deb ... 161s Unpacking alsa-utils (1.2.13-1ubuntu1) ... 161s Selecting previously unselected package libumockdev0:s390x. 161s Preparing to unpack .../07-libumockdev0_0.19.1-3_s390x.deb ... 161s Unpacking libumockdev0:s390x (0.19.1-3) ... 161s Selecting previously unselected package gir1.2-umockdev-1.0:s390x. 161s Preparing to unpack .../08-gir1.2-umockdev-1.0_0.19.1-3_s390x.deb ... 161s Unpacking gir1.2-umockdev-1.0:s390x (0.19.1-3) ... 162s Selecting previously unselected package libdrm-radeon1:s390x. 162s Preparing to unpack .../09-libdrm-radeon1_2.4.123-1_s390x.deb ... 162s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 162s Selecting previously unselected package libwayland-server0:s390x. 162s Preparing to unpack .../10-libwayland-server0_1.23.1-1_s390x.deb ... 162s Unpacking libwayland-server0:s390x (1.23.1-1) ... 162s Selecting previously unselected package libglapi-mesa:s390x. 162s Preparing to unpack .../11-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 162s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 162s Selecting previously unselected package libx11-xcb1:s390x. 162s Preparing to unpack .../12-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 162s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 162s Selecting previously unselected package libxcb-dri3-0:s390x. 162s Preparing to unpack .../13-libxcb-dri3-0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxcb-present0:s390x. 162s Preparing to unpack .../14-libxcb-present0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-present0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxcb-randr0:s390x. 162s Preparing to unpack .../15-libxcb-randr0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxcb-sync1:s390x. 162s Preparing to unpack .../16-libxcb-sync1_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxcb-xfixes0:s390x. 162s Preparing to unpack .../17-libxcb-xfixes0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxshmfence1:s390x. 162s Preparing to unpack .../18-libxshmfence1_1.3-1build5_s390x.deb ... 162s Unpacking libxshmfence1:s390x (1.3-1build5) ... 162s Selecting previously unselected package mesa-libgallium:s390x. 162s Preparing to unpack .../19-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 162s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 162s Selecting previously unselected package libgbm1:s390x. 162s Preparing to unpack .../20-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 162s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 162s Selecting previously unselected package libvulkan1:s390x. 162s Preparing to unpack .../21-libvulkan1_1.4.304.0-1_s390x.deb ... 162s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 162s Selecting previously unselected package libgl1-mesa-dri:s390x. 162s Preparing to unpack .../22-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 162s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 162s Selecting previously unselected package libxcb-glx0:s390x. 162s Preparing to unpack .../23-libxcb-glx0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxcb-shm0:s390x. 162s Preparing to unpack .../24-libxcb-shm0_1.17.0-2_s390x.deb ... 162s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 162s Selecting previously unselected package libxxf86vm1:s390x. 162s Preparing to unpack .../25-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 162s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 162s Selecting previously unselected package libglx-mesa0:s390x. 162s Preparing to unpack .../26-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 162s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 162s Selecting previously unselected package python3-click. 162s Preparing to unpack .../27-python3-click_8.1.8-1_all.deb ... 162s Unpacking python3-click (8.1.8-1) ... 162s Selecting previously unselected package python3-xkit. 162s Preparing to unpack .../28-python3-xkit_0.5.0ubuntu6_all.deb ... 162s Unpacking python3-xkit (0.5.0ubuntu6) ... 162s Selecting previously unselected package ubuntu-drivers-common. 162s Preparing to unpack .../29-ubuntu-drivers-common_1%3a0.10_s390x.deb ... 162s Unpacking ubuntu-drivers-common (1:0.10) ... 162s Selecting previously unselected package umockdev. 162s Preparing to unpack .../30-umockdev_0.19.1-3_s390x.deb ... 162s Unpacking umockdev (0.19.1-3) ... 162s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 162s Setting up libwayland-server0:s390x (1.23.1-1) ... 162s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 162s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 162s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 162s Setting up libxcb-glx0:s390x (1.17.0-2) ... 162s Setting up libxcb-shm0:s390x (1.17.0-2) ... 162s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 162s Setting up python3-click (8.1.8-1) ... 162s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 162s Setting up libxcb-present0:s390x (1.17.0-2) ... 162s Setting up libasound2-data (1.2.13-1build1) ... 162s Setting up libasound2t64:s390x (1.2.13-1build1) ... 162s Setting up libxcb-sync1:s390x (1.17.0-2) ... 162s Setting up libumockdev0:s390x (0.19.1-3) ... 162s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 162s Setting up libvulkan1:s390x (1.4.304.0-1) ... 162s Setting up libxshmfence1:s390x (1.3-1build5) ... 162s Setting up libxcb-randr0:s390x (1.17.0-2) ... 162s Setting up python3-xkit (0.5.0ubuntu6) ... 162s Setting up libsamplerate0:s390x (0.2.2-4build1) ... 162s Setting up libatopology2t64:s390x (1.2.13-1build1) ... 162s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 162s Setting up libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 162s Setting up ubuntu-drivers-common (1:0.10) ... 162s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 162s Setting up umockdev (0.19.1-3) ... 162s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 162s Setting up gir1.2-umockdev-1.0:s390x (0.19.1-3) ... 162s Setting up alsa-utils (1.2.13-1ubuntu1) ... 163s alsa-restore.service is a disabled or a static unit, not starting it. 163s alsa-state.service is a disabled or a static unit, not starting it. 163s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 163s Processing triggers for man-db (2.13.0-1) ... 165s Processing triggers for libc-bin (2.40-4ubuntu1) ... 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ubuntu-drivers-common'], kind short, sout pipe, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.4ZhY9G/system-packages.all"], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/system-packages.all /tmp/autopkgtest-work.hhe6ve0h/out/system-packages.all 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.4ZhY9G/build.P8k/src'], kind short, sout raw, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.4ZhY9G/build.P8k/src already exists 166s autopkgtest [20:13:02]: test system: [----------------------- 166s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.4ZhY9G/wrapper.sh --debug --artifacts=/tmp/autopkgtest.4ZhY9G/system-artifacts --chdir=/tmp/autopkgtest.4ZhY9G/build.P8k/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.4ZhY9G/system-stderr --stdout=/tmp/autopkgtest.4ZhY9G/system-stdout --tmp=/tmp/autopkgtest.4ZhY9G/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=cdebconf/0.277ubuntu1 --make-executable=/tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/tests/system -- /tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/tests/system'], kind test, sout raw, serr raw, env [] 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.4ZhY9G/system-artifacts 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: changing to directory: /tmp/autopkgtest.4ZhY9G/build.P8k/src 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: LANG=C.UTF-8 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LANGUAGE 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_ADDRESS 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_ALL 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_COLLATE 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_CTYPE 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_IDENTIFICATION 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_MEASUREMENT 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_MESSAGES 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_MONETARY 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_NAME 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_NUMERIC 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_PAPER 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_TELEPHONE 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: unsetting environment: LC_TIME 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: pretending to be a login shell 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: will write standard error to /tmp/autopkgtest.4ZhY9G/system-stderr 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: will write stdout to /tmp/autopkgtest.4ZhY9G/system-stdout 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.4ZhY9G/autopkgtest_tmp 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=cdebconf/0.277ubuntu1 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: marking as executable: /tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/tests/system 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: command to run: /tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/tests/system 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: copying /tmp/tmp.S0ttHc2QaO/out to stdout and file: /tmp/autopkgtest.4ZhY9G/system-stdout 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: copying /tmp/tmp.S0ttHc2QaO/err to standard error and file: /tmp/autopkgtest.4ZhY9G/system-stdout 166s /tmp/autopkgtest.4ZhY9G/wrapper.sh: writing script pid 1753 to /tmp/autopkgtest_script_pid 166s test_debug (__main__.TestSystem.test_debug) 171s ubuntu-drivers debug succeeds ... FAIL 171s test_list (__main__.TestSystem.test_list) 174s ubuntu-drivers list succeeds ... ok 174s 174s ====================================================================== 174s FAIL: test_debug (__main__.TestSystem.test_debug) 174s ubuntu-drivers debug succeeds 174s ---------------------------------------------------------------------- 174s Traceback (most recent call last): 174s File "/tmp/autopkgtest.4ZhY9G/build.P8k/src/debian/tests/system", line 49, in test_debug 174s self.assertTrue('\npci:' in o) 174s ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ 174s AssertionError: False is not true 174s 174s ---------------------------------------------------------------------- 174s Ran 2 tests in 7.223s 174s 174s FAILED (failures=1) 174s /tmp/autopkgtest.4ZhY9G/wrapper.sh: checking for leaked background processes... 174s /tmp/autopkgtest.4ZhY9G/wrapper.sh: waiting for tee/cat subprocesses... 174s /tmp/autopkgtest.4ZhY9G/wrapper.sh: cleaning up... 174s /tmp/autopkgtest.4ZhY9G/wrapper.sh: Exit status: 1 174s autopkgtest: DBG: testbed command exited with code 1 174s autopkgtest [20:13:10]: test system: -----------------------] 174s autopkgtest: DBG: testbed executing test finished with exit status 1 174s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/system-stdout /tmp/autopkgtest-work.hhe6ve0h/out/system-stdout 174s autopkgtest: DBG: got reply from testbed: ok 174s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/system-stderr /tmp/autopkgtest-work.hhe6ve0h/out/system-stderr 174s autopkgtest: DBG: got reply from testbed: ok 174s autopkgtest [20:13:10]: test system: - - - - - - - - - - results - - - - - - - - - - 174s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.4ZhY9G/system-artifacts/ /tmp/autopkgtest-work.hhe6ve0h/out/artifacts/ 174s system FAIL non-zero exit status 1 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.4ZhY9G/system-artifacts', '/tmp/autopkgtest.4ZhY9G/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 175s autopkgtest [20:13:11]: @@@@@@@@@@@@@@@@@@@@ summary 175s system FAIL non-zero exit status 1 175s autopkgtest: DBG: testbed stop 175s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.4ZhY9G 175s autopkgtest: DBG: sending command to testbed: close 194s autopkgtest: DBG: got reply from testbed: ok 194s autopkgtest: DBG: sending command to testbed: quit 194s nova [W] Using flock in prodstack6-s390x 194s Creating nova instance adt-plucky-s390x-ubuntu-drivers-common-20250219-201016-juju-7f2275-prod-proposed-migration-environment-15-81844c06-e981-4756-8d7d-f6dc63baaeea from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 194s nova [W] Timed out waiting for 2278e203-0ea7-402a-8386-b53fcf65fa40 to get deleted.