0s autopkgtest: DBG: testbed init 0s autopkgtest [10:34:15]: starting date and time: 2025-02-18 10:34:15+0000 0s autopkgtest [10:34:15]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [10:34:15]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.n0j7175l/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:python-click --apt-upgrade ubuntu-drivers-common --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=python-click/8.2.0-1 -- 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-ubuntu-drivers-common-20250218-101120-juju-7f2275-prod-proposed-migration-environment-15-e0aaf01d-5352-4b5d-b45c-411f8f1751a0 --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 64s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.URkhHc 64s autopkgtest: DBG: sending command to testbed: print-execute-command 64s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.40hb5_yd/runcmd 64s autopkgtest: DBG: sending command to testbed: capabilities 64s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot revert-full-system isolation-machine revert root-on-testbed 64s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'revert-full-system', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 64s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.URkhHc'], kind short, sout raw, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.URkhHc/wrapper.sh 65s autopkgtest: DBG: got reply from testbed: ok 65s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.URkhHc/wrapper.sh'], kind short, sout raw, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest [10:35:20]: testbed dpkg architecture: s390x 65s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest [10:35:20]: testbed apt version: 2.9.29 65s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest: DBG: testbed has eatmydata 66s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest [10:35:21]: @@@@@@@@@@@@@@@@@@@@ test bed setup 66s 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 [] 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest [10:35:21]: testbed release detected to be: None 66s 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 [] 66s autopkgtest: DBG: testbed command exited with code 0 66s 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 [] 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest: DBG: adding APT source: Types: deb deb-src 66s URIs: http://ftpmaster.internal/ubuntu/ 66s Suites: plucky-proposed 66s Components: main restricted universe multiverse 66s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 66s 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 [] 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 66s Package: * 66s Pin: release plucky-proposed 66s Pin-Priority: 500 66s 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 [] 67s autopkgtest: DBG: testbed command exited with code 0 67s autopkgtest [10:35:22]: updating testbed package index (apt update) 67s 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'] 67s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 67s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 67s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 67s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 67s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 67s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [16.3 kB] 67s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [66.2 kB] 67s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [732 kB] 67s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [86.6 kB] 68s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 68s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [612 kB] 68s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4260 B] 68s Fetched 1631 kB in 1s (1739 kB/s) 68s Reading package lists... 68s autopkgtest: DBG: testbed command exited with code 0 68s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 68s Package: * 68s Pin: release plucky-proposed 68s Pin-Priority: 100 68s 68s Package: src:python-click:any 68s Pin: release plucky-proposed 68s Pin-Priority: 995 68s 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:python-click:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 68s autopkgtest: DBG: testbed command exited with code 0 68s 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.URkhHc/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 69s autopkgtest: DBG: testbed command exited with code 0 69s 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'] 69s + lsb_release --codename --short 69s + RELEASE=plucky 69s + cat 69s + [ plucky != trusty ] 69s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 69s Reading package lists... 69s Building dependency tree... 69s Reading state information... 69s Calculating upgrade... 69s The following packages were automatically installed and are no longer required: 69s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 69s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 69s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 69s linux-tools-6.11.0-8-generic 69s Use 'sudo apt autoremove' to remove them. 69s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 69s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 69s + /usr/lib/apt/apt-helper analyze-pattern ?true 69s + uname -r 69s + sed s/\./\\./g 69s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 69s + apt list ?obsolete 69s + tail+ cut -d/ -f1 69s -n+2 69s + grep -v ^linux-.*6\.12\.0-15-generic.* 69s + true 69s + obsolete_pkgs= 69s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 69s Reading package lists... 69s Building dependency tree... 69s Reading state information... 70s The following packages will be REMOVED: 70s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 70s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 70s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 70s linux-tools-6.11.0-8-generic* 70s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 70s After this operation, 167 MB disk space will be freed. 70s (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 ... 80980 files and directories currently installed.) 70s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 70s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 70s Removing libpython3.12t64:s390x (3.12.9-1) ... 70s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 70s Removing libnsl2:s390x (1.3.0-3build3) ... 70s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 70s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 70s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 71s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 71s Processing triggers for libc-bin (2.40-4ubuntu1) ... 71s (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 ... 55880 files and directories currently installed.) 71s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 71s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 71s + grep -q trusty /etc/lsb-release 71s + [ ! -d /usr/share/doc/unattended-upgrades ] 71s + [ ! -d /usr/share/doc/lxd ] 71s + [ ! -d /usr/share/doc/lxd-client ] 71s + [ ! -d /usr/share/doc/snapd ] 71s + type iptables 71s + cat 71s + chmod 755 /etc/rc.local 71s + . /etc/rc.local 71s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 71s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 71s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 71s + uname -m 71s + [ s390x = ppc64le ] 71s + [ -d /run/systemd/system ] 71s + systemd-detect-virt --quiet --vm 71s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 71s + cat 71s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 71s + echo COMPRESS=lz4 71s autopkgtest: DBG: testbed command exited with code 0 71s autopkgtest [10:35:26]: upgrading testbed (apt dist-upgrade and autopurge) 71s 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'] 71s Reading package lists... 71s Building dependency tree... 71s Reading state information... 72s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 72s Starting 2 pkgProblemResolver with broken count: 0 72s Done 72s Entering ResolveByKeep 72s 72s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 72s autopkgtest: DBG: testbed command exited with code 0 72s 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'] 72s Reading package lists... 72s Building dependency tree... 72s Reading state information... 72s Starting pkgProblemResolver with broken count: 0 72s Starting 2 pkgProblemResolver with broken count: 0 72s Done 73s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 73s autopkgtest: DBG: testbed command exited with code 0 73s 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.URkhHc/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 73s autopkgtest: DBG: testbed command exited with code 1 73s autopkgtest [10:35:28]: rebooting testbed after setup commands that affected boot 73s autopkgtest: DBG: sending command to testbed: reboot 86s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 91s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.URkhHc'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.URkhHc/autopkgtest-reboot 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.URkhHc'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest [10:35:47]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 92s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.URkhHc/testbed-packages"], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/testbed-packages /tmp/autopkgtest-work.n0j7175l/out/testbed-packages 93s autopkgtest: DBG: got reply from testbed: ok 93s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 93s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.URkhHc'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.URkhHc/autopkgtest-reboot 93s autopkgtest: DBG: got reply from testbed: ok 93s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.URkhHc'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare 94s autopkgtest: DBG: got reply from testbed: ok 94s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.URkhHc/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: Binaries: initialising 94s autopkgtest [10:35:49]: @@@@@@@@@@@@@@@@@@@@ apt-source ubuntu-drivers-common 94s autopkgtest: DBG: blame += ubuntu-drivers-common 94s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 94s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ubuntu-drivers-common'], kind short, sout pipe, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ubuntu-drivers-common$'], kind short, sout pipe, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ubuntu-drivers-common=1:0.10'], kind short, sout pipe, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dh-modaliases$'], kind short, sout pipe, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dh-modaliases=1:0.10'], kind short, sout pipe, serr raw, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: install_deps: deps_new=[] 96s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s 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.URkhHc/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=python-click/8.2.0-1'] 96s + cd / 96s + mktemp -d /tmp/autopkgtest.URkhHc/build.XXX 96s + builddir=/tmp/autopkgtest.URkhHc/build.cxE 96s + cd /tmp/autopkgtest.URkhHc/build.cxE 96s + apt-get source -d -q --only-source ubuntu-drivers-common=1:0.10 96s + OUT=Reading package lists... 96s NOTICE: 'ubuntu-drivers-common' packaging is maintained in the 'Git' version control system at: 96s git://github.com/canonical/ubuntu-drivers-common.git 96s Please use: 96s git clone git://github.com/canonical/ubuntu-drivers-common.git 96s to retrieve the latest (possibly unreleased) updates to the package. 96s Need to get 109 kB of source archives. 96s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 96s Fetched 109 kB in 0s (244 kB/s) 96s Download complete and in download only mode 96s + [ -n ] 96s + grep ^Get: 96s + echo Reading package lists... 96s NOTICE: 'ubuntu-drivers-common' packaging is maintained in the 'Git' version control system at: 96s git://github.com/canonical/ubuntu-drivers-common.git 96s Please use: 96s git clone git://github.com/canonical/ubuntu-drivers-common.git 96s to retrieve the latest (possibly unreleased) updates to the package. 96s Need to get 109 kB of source archives. 96s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 96s Fetched 109 kB in 0s (244 kB/s) 96s Download complete and in download only mode 96s Get:1 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (dsc) [2302 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky/main ubuntu-drivers-common 1:0.10 (tar) [107 kB] 96s + dpkg-source -x ubuntu-drivers-common_0.10.dsc src 96s gpgv: Signature made Wed Jan 8 11:20:52 2025 UTC 96s gpgv: using RSA key EC57B753580C649FE8AEFA4D216A9D7E3B63DCB4 96s gpgv: issuer "kuba.pawlak@canonical.com" 96s gpgv: Can't check signature: No public key 96s dpkg-source: warning: cannot verify inline signature for ./ubuntu-drivers-common_0.10.dsc: no acceptable signature found 97s + chmod -R a+rX . 97s + cd src/. 97s + pwd 97s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest [10:35:52]: testing package ubuntu-drivers-common version 1:0.10 97s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/build.cxE/src/debian/ /tmp/autopkgtest-work.n0j7175l/out/pkg/debian/ 97s autopkgtest: DBG: got reply from testbed: ok 97s autopkgtest: DBG: processing dependency ubuntu-drivers-common 97s autopkgtest: DBG: marked alternatives ['ubuntu-drivers-common'] as a synthesised dependency 97s autopkgtest: DBG: processing dependency alsa-utils 97s autopkgtest: DBG: processing dependency apport 97s autopkgtest: DBG: processing dependency python3-gi 97s autopkgtest: DBG: processing dependency gir1.2-umockdev-1.0 97s autopkgtest: DBG: processing dependency umockdev 97s autopkgtest: DBG: processing dependency libglx-mesa0 97s autopkgtest: DBG: processing dependency linux-headers-generic | linux-headers 97s autopkgtest: DBG: processing dependency liblocale-gettext-perl 97s 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'] 97s autopkgtest [10:35:52]: build not needed 97s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/build.cxE/src/ /tmp/autopkgtest-work.n0j7175l/out/tests-tree/ 97s autopkgtest: DBG: got reply from testbed: ok 97s autopkgtest: DBG: processing dependency ubuntu-drivers-common 97s autopkgtest: DBG: marked alternatives ['ubuntu-drivers-common'] as a synthesised dependency 97s autopkgtest: DBG: processing dependency alsa-utils 97s autopkgtest: DBG: processing dependency apport 97s autopkgtest: DBG: processing dependency python3-gi 97s autopkgtest: DBG: processing dependency gir1.2-umockdev-1.0 97s autopkgtest: DBG: processing dependency umockdev 97s autopkgtest: DBG: processing dependency libglx-mesa0 97s autopkgtest: DBG: processing dependency linux-headers-generic | linux-headers 97s autopkgtest: DBG: processing dependency liblocale-gettext-perl 97s 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'] 97s autopkgtest [10:35:52]: test system: preparing testbed 97s 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'] 97s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 97s 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'] 97s 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 97s autopkgtest: DBG: can use apt-get on testbed: True 97s 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'] 98s Reading package lists... 98s Building dependency tree... 98s Reading state information... 98s Starting pkgProblemResolver with broken count: 0 98s Starting 2 pkgProblemResolver with broken count: 0 98s Done 98s The following NEW packages will be installed: 98s alsa-utils gir1.2-umockdev-1.0 libasound2-data libasound2t64 98s libatopology2t64 libdrm-radeon1 libfftw3-single3 libgbm1 libgl1-mesa-dri 98s libglapi-mesa libglx-mesa0 libgomp1 libsamplerate0 libumockdev0 libvulkan1 98s libwayland-server0 libx11-xcb1 libxcb-dri3-0 libxcb-glx0 libxcb-present0 98s libxcb-randr0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxshmfence1 98s libxxf86vm1 mesa-libgallium python3-click python3-xkit ubuntu-drivers-common 98s umockdev 98s 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded. 98s Need to get 12.6 MB of archives. 98s After this operation, 43.2 MB of additional disk space will be used. 98s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2-data all 1.2.13-1build1 [21.1 kB] 98s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libasound2t64 s390x 1.2.13-1build1 [411 kB] 99s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libatopology2t64 s390x 1.2.13-1build1 [51.6 kB] 99s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 99s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-single3 s390x 3.3.10-2fakesync1build1 [483 kB] 99s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libsamplerate0 s390x 0.2.2-4build1 [1344 kB] 99s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x alsa-utils s390x 1.2.13-1ubuntu1 [1230 kB] 99s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x libumockdev0 s390x 0.19.1-3 [77.1 kB] 99s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x gir1.2-umockdev-1.0 s390x 0.19.1-3 [3750 B] 99s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 99s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 99s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 99s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 99s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 99s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 99s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 99s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 99s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 99s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 99s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 99s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 99s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 99s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 99s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 99s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 99s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 99s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 99s Get:28 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-click all 8.2.0-1 [81.9 kB] 99s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-xkit all 0.5.0ubuntu6 [17.4 kB] 100s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-drivers-common s390x 1:0.10 [40.1 kB] 100s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x umockdev s390x 0.19.1-3 [75.1 kB] 100s Preconfiguring packages ... 100s Fetched 12.6 MB in 2s (7608 kB/s) 100s Selecting previously unselected package libasound2-data. 100s (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 ... 55878 files and directories currently installed.) 100s Preparing to unpack .../00-libasound2-data_1.2.13-1build1_all.deb ... 100s Unpacking libasound2-data (1.2.13-1build1) ... 100s Selecting previously unselected package libasound2t64:s390x. 100s Preparing to unpack .../01-libasound2t64_1.2.13-1build1_s390x.deb ... 100s Unpacking libasound2t64:s390x (1.2.13-1build1) ... 100s Selecting previously unselected package libatopology2t64:s390x. 100s Preparing to unpack .../02-libatopology2t64_1.2.13-1build1_s390x.deb ... 100s Unpacking libatopology2t64:s390x (1.2.13-1build1) ... 100s Selecting previously unselected package libgomp1:s390x. 100s Preparing to unpack .../03-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 100s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 100s Selecting previously unselected package libfftw3-single3:s390x. 100s Preparing to unpack .../04-libfftw3-single3_3.3.10-2fakesync1build1_s390x.deb ... 100s Unpacking libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 100s Selecting previously unselected package libsamplerate0:s390x. 100s Preparing to unpack .../05-libsamplerate0_0.2.2-4build1_s390x.deb ... 100s Unpacking libsamplerate0:s390x (0.2.2-4build1) ... 100s Selecting previously unselected package alsa-utils. 100s Preparing to unpack .../06-alsa-utils_1.2.13-1ubuntu1_s390x.deb ... 100s Unpacking alsa-utils (1.2.13-1ubuntu1) ... 100s Selecting previously unselected package libumockdev0:s390x. 100s Preparing to unpack .../07-libumockdev0_0.19.1-3_s390x.deb ... 100s Unpacking libumockdev0:s390x (0.19.1-3) ... 100s Selecting previously unselected package gir1.2-umockdev-1.0:s390x. 100s Preparing to unpack .../08-gir1.2-umockdev-1.0_0.19.1-3_s390x.deb ... 100s Unpacking gir1.2-umockdev-1.0:s390x (0.19.1-3) ... 100s Selecting previously unselected package libdrm-radeon1:s390x. 100s Preparing to unpack .../09-libdrm-radeon1_2.4.123-1_s390x.deb ... 100s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 100s Selecting previously unselected package libwayland-server0:s390x. 100s Preparing to unpack .../10-libwayland-server0_1.23.1-1_s390x.deb ... 100s Unpacking libwayland-server0:s390x (1.23.1-1) ... 100s Selecting previously unselected package libglapi-mesa:s390x. 100s Preparing to unpack .../11-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 100s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 100s Selecting previously unselected package libx11-xcb1:s390x. 100s Preparing to unpack .../12-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 100s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 100s Selecting previously unselected package libxcb-dri3-0:s390x. 100s Preparing to unpack .../13-libxcb-dri3-0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxcb-present0:s390x. 100s Preparing to unpack .../14-libxcb-present0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-present0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxcb-randr0:s390x. 100s Preparing to unpack .../15-libxcb-randr0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxcb-sync1:s390x. 100s Preparing to unpack .../16-libxcb-sync1_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxcb-xfixes0:s390x. 100s Preparing to unpack .../17-libxcb-xfixes0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxshmfence1:s390x. 100s Preparing to unpack .../18-libxshmfence1_1.3-1build5_s390x.deb ... 100s Unpacking libxshmfence1:s390x (1.3-1build5) ... 100s Selecting previously unselected package mesa-libgallium:s390x. 100s Preparing to unpack .../19-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 100s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 100s Selecting previously unselected package libgbm1:s390x. 100s Preparing to unpack .../20-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 100s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 100s Selecting previously unselected package libvulkan1:s390x. 100s Preparing to unpack .../21-libvulkan1_1.4.304.0-1_s390x.deb ... 100s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 100s Selecting previously unselected package libgl1-mesa-dri:s390x. 100s Preparing to unpack .../22-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 100s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 100s Selecting previously unselected package libxcb-glx0:s390x. 100s Preparing to unpack .../23-libxcb-glx0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxcb-shm0:s390x. 100s Preparing to unpack .../24-libxcb-shm0_1.17.0-2_s390x.deb ... 100s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 100s Selecting previously unselected package libxxf86vm1:s390x. 100s Preparing to unpack .../25-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 100s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 100s Selecting previously unselected package libglx-mesa0:s390x. 100s Preparing to unpack .../26-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 100s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 100s Selecting previously unselected package python3-click. 100s Preparing to unpack .../27-python3-click_8.2.0-1_all.deb ... 100s Unpacking python3-click (8.2.0-1) ... 100s Selecting previously unselected package python3-xkit. 100s Preparing to unpack .../28-python3-xkit_0.5.0ubuntu6_all.deb ... 100s Unpacking python3-xkit (0.5.0ubuntu6) ... 100s Selecting previously unselected package ubuntu-drivers-common. 100s Preparing to unpack .../29-ubuntu-drivers-common_1%3a0.10_s390x.deb ... 100s Unpacking ubuntu-drivers-common (1:0.10) ... 100s Selecting previously unselected package umockdev. 100s Preparing to unpack .../30-umockdev_0.19.1-3_s390x.deb ... 100s Unpacking umockdev (0.19.1-3) ... 100s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 100s Setting up libwayland-server0:s390x (1.23.1-1) ... 100s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 100s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 100s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 100s Setting up libxcb-glx0:s390x (1.17.0-2) ... 100s Setting up libxcb-shm0:s390x (1.17.0-2) ... 100s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 100s Setting up python3-click (8.2.0-1) ... 101s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 101s Setting up libxcb-present0:s390x (1.17.0-2) ... 101s Setting up libasound2-data (1.2.13-1build1) ... 101s Setting up libasound2t64:s390x (1.2.13-1build1) ... 101s Setting up libxcb-sync1:s390x (1.17.0-2) ... 101s Setting up libumockdev0:s390x (0.19.1-3) ... 101s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 101s Setting up libvulkan1:s390x (1.4.304.0-1) ... 101s Setting up libxshmfence1:s390x (1.3-1build5) ... 101s Setting up libxcb-randr0:s390x (1.17.0-2) ... 101s Setting up python3-xkit (0.5.0ubuntu6) ... 101s Setting up libsamplerate0:s390x (0.2.2-4build1) ... 101s Setting up libatopology2t64:s390x (1.2.13-1build1) ... 101s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 101s Setting up libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 101s Setting up ubuntu-drivers-common (1:0.10) ... 101s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 101s Setting up umockdev (0.19.1-3) ... 101s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 101s Setting up gir1.2-umockdev-1.0:s390x (0.19.1-3) ... 101s Setting up alsa-utils (1.2.13-1ubuntu1) ... 101s alsa-restore.service is a disabled or a static unit, not starting it. 101s alsa-state.service is a disabled or a static unit, not starting it. 101s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 101s Processing triggers for man-db (2.13.0-1) ... 102s Processing triggers for libc-bin (2.40-4ubuntu1) ... 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ubuntu-drivers-common'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.URkhHc/system-packages.all"], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/system-packages.all /tmp/autopkgtest-work.n0j7175l/out/system-packages.all 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.URkhHc/build.cxE/src'], kind short, sout raw, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.URkhHc/build.cxE/src already exists 103s autopkgtest [10:35:58]: test system: [----------------------- 103s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.URkhHc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.URkhHc/system-artifacts --chdir=/tmp/autopkgtest.URkhHc/build.cxE/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.URkhHc/system-stderr --stdout=/tmp/autopkgtest.URkhHc/system-stdout --tmp=/tmp/autopkgtest.URkhHc/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=python-click/8.2.0-1 --make-executable=/tmp/autopkgtest.URkhHc/build.cxE/src/debian/tests/system -- /tmp/autopkgtest.URkhHc/build.cxE/src/debian/tests/system'], kind test, sout raw, serr raw, env [] 103s /tmp/autopkgtest.URkhHc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.URkhHc/system-artifacts 103s /tmp/autopkgtest.URkhHc/wrapper.sh: changing to directory: /tmp/autopkgtest.URkhHc/build.cxE/src 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: LANG=C.UTF-8 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LANGUAGE 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_ADDRESS 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_ALL 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_COLLATE 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_CTYPE 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_MEASUREMENT 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_MESSAGES 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_MONETARY 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_NAME 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_NUMERIC 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_PAPER 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_TELEPHONE 103s /tmp/autopkgtest.URkhHc/wrapper.sh: unsetting environment: LC_TIME 103s /tmp/autopkgtest.URkhHc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 103s /tmp/autopkgtest.URkhHc/wrapper.sh: pretending to be a login shell 103s /tmp/autopkgtest.URkhHc/wrapper.sh: will write standard error to /tmp/autopkgtest.URkhHc/system-stderr 103s /tmp/autopkgtest.URkhHc/wrapper.sh: will write stdout to /tmp/autopkgtest.URkhHc/system-stdout 103s /tmp/autopkgtest.URkhHc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.URkhHc/autopkgtest_tmp 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 103s /tmp/autopkgtest.URkhHc/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=python-click/8.2.0-1 103s /tmp/autopkgtest.URkhHc/wrapper.sh: marking as executable: /tmp/autopkgtest.URkhHc/build.cxE/src/debian/tests/system 103s /tmp/autopkgtest.URkhHc/wrapper.sh: command to run: /tmp/autopkgtest.URkhHc/build.cxE/src/debian/tests/system 103s /tmp/autopkgtest.URkhHc/wrapper.sh: copying /tmp/tmp.tqsNEFdKoJ/out to stdout and file: /tmp/autopkgtest.URkhHc/system-stdout 103s /tmp/autopkgtest.URkhHc/wrapper.sh: copying /tmp/tmp.tqsNEFdKoJ/err to standard error and file: /tmp/autopkgtest.URkhHc/system-stdout 103s /tmp/autopkgtest.URkhHc/wrapper.sh: writing script pid 1707 to /tmp/autopkgtest_script_pid 103s test_debug (__main__.TestSystem.test_debug) 105s ubuntu-drivers debug succeeds ... FAIL 105s test_list (__main__.TestSystem.test_list) 107s ubuntu-drivers list succeeds ... ok 107s 107s ====================================================================== 107s FAIL: test_debug (__main__.TestSystem.test_debug) 107s ubuntu-drivers debug succeeds 107s ---------------------------------------------------------------------- 107s Traceback (most recent call last): 107s File "/tmp/autopkgtest.URkhHc/build.cxE/src/debian/tests/system", line 49, in test_debug 107s self.assertTrue('\npci:' in o) 107s ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ 107s AssertionError: False is not true 107s 107s ---------------------------------------------------------------------- 107s Ran 2 tests in 3.700s 107s 107s FAILED (failures=1) 107s /tmp/autopkgtest.URkhHc/wrapper.sh: checking for leaked background processes... 107s /tmp/autopkgtest.URkhHc/wrapper.sh: waiting for tee/cat subprocesses... 107s /tmp/autopkgtest.URkhHc/wrapper.sh: cleaning up... 107s /tmp/autopkgtest.URkhHc/wrapper.sh: Exit status: 1 107s autopkgtest: DBG: testbed command exited with code 1 107s autopkgtest [10:36:02]: test system: -----------------------] 107s autopkgtest: DBG: testbed executing test finished with exit status 1 107s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/system-stdout /tmp/autopkgtest-work.n0j7175l/out/system-stdout 107s autopkgtest: DBG: got reply from testbed: ok 107s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/system-stderr /tmp/autopkgtest-work.n0j7175l/out/system-stderr 107s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest [10:36:03]: test system: - - - - - - - - - - results - - - - - - - - - - 108s system FAIL non-zero exit status 1 108s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.URkhHc/system-artifacts/ /tmp/autopkgtest-work.n0j7175l/out/artifacts/ 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.URkhHc/system-artifacts', '/tmp/autopkgtest.URkhHc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 108s autopkgtest [10:36:03]: @@@@@@@@@@@@@@@@@@@@ summary 108s system FAIL non-zero exit status 1 108s autopkgtest: DBG: testbed stop 108s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.URkhHc 108s autopkgtest: DBG: sending command to testbed: close 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: sending command to testbed: quit 113s nova [W] Using flock in prodstack6-s390x 113s Creating nova instance adt-plucky-s390x-ubuntu-drivers-common-20250218-101120-juju-7f2275-prod-proposed-migration-environment-15-e0aaf01d-5352-4b5d-b45c-411f8f1751a0 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 113s nova [W] Timed out waiting for bb130bd5-da14-4d40-8dce-248be0595654 to get deleted.