0s autopkgtest: DBG: testbed init 0s autopkgtest [12:35:58]: starting date and time: 2025-02-19 12:35:58+0000 0s autopkgtest [12:35:58]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:35:58]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.xl_dzf0f/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-click --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-5.secgroup --name adt-plucky-s390x-python-click-20250219-123558-juju-7f2275-prod-proposed-migration-environment-15-2765d23c-e0b5-416b-823b-5e7c1fd8fac3 --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 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Qau1bZ 106s autopkgtest: DBG: sending command to testbed: print-execute-command 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.rfohcpkb/runcmd 106s autopkgtest: DBG: sending command to testbed: capabilities 106s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu revert-full-system isolation-machine revert root-on-testbed 106s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'revert-full-system', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 106s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Qau1bZ/wrapper.sh 107s autopkgtest: DBG: got reply from testbed: ok 107s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/wrapper.sh'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [12:37:45]: testbed dpkg architecture: s390x 107s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [12:37:45]: testbed apt version: 2.9.30 107s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed has eatmydata 107s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:37:46]: @@@@@@@@@@@@@@@@@@@@ test bed setup 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:37:46]: testbed release detected to be: None 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT source: Types: deb deb-src 108s URIs: http://ftpmaster.internal/ubuntu/ 108s Suites: plucky-proposed 108s Components: main restricted universe multiverse 108s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 108s Package: * 108s Pin: release plucky-proposed 108s Pin-Priority: 500 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:37:46]: updating testbed package index (apt update) 108s 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'] 109s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 109s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 109s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 109s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 109s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 109s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 109s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 109s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 109s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 109s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 109s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 109s Fetched 1700 kB in 1s (1874 kB/s) 110s Reading package lists... 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 110s Package: * 110s Pin: release plucky-proposed 110s Pin-Priority: 100 110s 110s Package: src:sphinx:any 110s Pin: release plucky-proposed 110s Pin-Priority: 995 110s 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:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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.Qau1bZ/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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'] 110s + lsb_release --codename --short 110s + RELEASE=plucky 110s + cat 110s + [ plucky != trusty ] 110s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 111s Reading package lists... 111s Building dependency tree... 111s Reading state information... 111s Calculating upgrade... 111s The following packages were automatically installed and are no longer required: 111s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 111s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 111s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 111s linux-tools-6.11.0-8-generic 111s Use 'sudo apt autoremove' to remove them. 111s The following packages will be upgraded: 111s iproute2 liblsof0 libp11-kit0 lsof 111s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 111s Need to get 1791 kB of archives. 111s After this operation, 17.4 kB of additional disk space will be used. 111s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 111s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 112s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 112s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 112s Preconfiguring packages ... 112s Fetched 1791 kB in 1s (2741 kB/s) 112s (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.) 112s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 112s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 112s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 112s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 112s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 112s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 112s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 112s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 112s Setting up liblsof0 (4.99.4+dfsg-1) ... 112s Setting up iproute2 (6.13.0-1ubuntu1) ... 112s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 112s Setting up lsof (4.99.4+dfsg-1) ... 112s Processing triggers for man-db (2.13.0-1) ... 113s Processing triggers for libc-bin (2.40-4ubuntu1) ... 113s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 113s + /usr/lib/apt/apt-helper analyze-pattern ?true 113s + uname -r 113s + sed s/\./\\./g 113s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 113s + apt list ?obsolete 113s + tail -n+2 113s + cut -d/ -f1 113s + grep -v ^linux-.*6\.12\.0-15-generic.* 113s + true 113s + obsolete_pkgs= 113s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s The following packages will be REMOVED: 113s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 113s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 113s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 113s linux-tools-6.11.0-8-generic* 113s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 113s After this operation, 167 MB disk space will be freed. 113s (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 ... 81031 files and directories currently installed.) 113s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 113s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 113s Removing libpython3.12t64:s390x (3.12.9-1) ... 113s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 114s Removing libnsl2:s390x (1.3.0-3build3) ... 114s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 114s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 114s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 114s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 115s Processing triggers for libc-bin (2.40-4ubuntu1) ... 115s (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 ... 55931 files and directories currently installed.) 115s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 115s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 115s + grep -q trusty /etc/lsb-release 115s + [ ! -d /usr/share/doc/unattended-upgrades ] 115s + [ ! -d /usr/share/doc/lxd ] 115s + [ ! -d /usr/share/doc/lxd-client ] 115s + [ ! -d /usr/share/doc/snapd ] 115s + type iptables 115s + cat 115s + chmod 755 /etc/rc.local 115s + . /etc/rc.local 115s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 115s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 115s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 115s + uname -m 115s + [ s390x = ppc64le ] 115s + [ -d /run/systemd/system ] 115s + systemd-detect-virt --quiet --vm 115s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 115s + cat 115s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 115s + echo COMPRESS=lz4 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [12:37:53]: upgrading testbed (apt dist-upgrade and autopurge) 115s 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'] 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 115s Starting 2 pkgProblemResolver with broken count: 0 115s Done 115s Entering ResolveByKeep 115s 116s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 116s autopkgtest: DBG: testbed command exited with code 0 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', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 116s Reading package lists... 116s Building dependency tree... 116s Reading state information... 116s Starting pkgProblemResolver with broken count: 0 116s Starting 2 pkgProblemResolver with broken count: 0 116s Done 116s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 116s autopkgtest: DBG: testbed command exited with code 0 116s 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.Qau1bZ/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 1 116s autopkgtest [12:37:54]: rebooting testbed after setup commands that affected boot 116s autopkgtest: DBG: sending command to testbed: reboot 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 136s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest [12:38:15]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 137s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Qau1bZ/testbed-packages"], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/testbed-packages /tmp/autopkgtest-work.xl_dzf0f/out/testbed-packages 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: Binaries: initialising 140s autopkgtest [12:38:18]: @@@@@@@@@@@@@@@@@@@@ apt-source python-click 140s autopkgtest: DBG: blame += python-click 140s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 140s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-click'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-click$'], kind short, sout pipe, serr raw, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-click=8.1.8-1'], kind short, sout pipe, serr raw, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-click-doc$'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-click-doc=8.1.8-1'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: install_deps: deps_new=[] 141s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s 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.Qau1bZ/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-click=8.1.8-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x python-click_*.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=sphinx/8.1.3-5'] 141s + cd / 141s + mktemp -d /tmp/autopkgtest.Qau1bZ/build.XXX 141s + builddir=/tmp/autopkgtest.Qau1bZ/build.54c 141s + cd /tmp/autopkgtest.Qau1bZ/build.54c 141s + apt-get source -d -q --only-source python-click=8.1.8-1 142s + OUT=Reading package lists... 142s NOTICE: 'python-click' packaging is maintained in the 'Git' version control system at: 142s https://salsa.debian.org/python-team/packages/python-click.git 142s Please use: 142s git clone https://salsa.debian.org/python-team/packages/python-click.git 142s to retrieve the latest (possibly unreleased) updates to the package. 142s Need to get 352 kB of source archives. 142s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (dsc) [2604 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (tar) [343 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (diff) [6400 B] 142s Fetched 352 kB in 1s (620 kB/s) 142s Download complete and in download only mode 142s + [ -n ] 142s + grep ^Get: 142s + echo Reading package lists... 142s NOTICE: 'python-click' packaging is maintained in the 'Git' version control system at: 142s https://salsa.debian.org/python-team/packages/python-click.git 142s Please use: 142s git clone https://salsa.debian.org/python-team/packages/python-click.git 142s to retrieve the latest (possibly unreleased) updates to the package. 142s Need to get 352 kB of source archives. 142s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (dsc) [2604 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (tar) [343 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (diff) [6400 B] 142s Fetched 352 kB in 1s (620 kB/s) 142s Download complete and in download only mode 142s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (dsc) [2604 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (tar) [343 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-click 8.1.8-1 (diff) [6400 B] 142s + dpkg-source -x python-click_8.1.8-1.dsc src 142s gpgv: Signature made Sun Dec 29 01:01:32 2024 UTC 142s gpgv: using RSA key AC0A4FF12611B6FCCF01C111393587D97D86500B 142s gpgv: Can't check signature: No public key 142s dpkg-source: warning: cannot verify inline signature for ./python-click_8.1.8-1.dsc: no acceptable signature found 142s + chmod -R a+rX . 142s + cd src/. 142s + pwd 142s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest [12:38:20]: testing package python-click version 8.1.8-1 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/build.54c/src/debian/ /tmp/autopkgtest-work.xl_dzf0f/out/pkg/debian/ 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: autodep8 generated control: ----- 142s Tests: unittests 142s Depends: @, 142s @builddeps@, 142s Restrictions: allow-stderr 142s 142s 142s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done 142s Depends: python3-all, python3-click, 142s Restrictions: allow-stderr, superficial, 142s Features: test-name=autodep8-python3 142s 142s 142s ------- 142s autopkgtest: DBG: processing dependency @ 142s autopkgtest: DBG: synthesised dependency python3-click 142s autopkgtest: DBG: synthesised dependency python-click-doc 142s autopkgtest: DBG: processing dependency @builddeps@ 142s autopkgtest: DBG: synthesised dependency debhelper (>> 13.15.2~) 142s autopkgtest: DBG: synthesised dependency dh-sequence-python3 142s autopkgtest: DBG: synthesised dependency dh-sequence-sphinxdoc 142s autopkgtest: DBG: synthesised dependency dpkg-build-api (= 1) 142s autopkgtest: DBG: synthesised dependency flit 142s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 142s autopkgtest: DBG: synthesised dependency python3-all 142s autopkgtest: DBG: synthesised dependency python3-doc 142s autopkgtest: DBG: synthesised dependency python3-docutils 142s autopkgtest: DBG: synthesised dependency python3-pallets-sphinx-themes (>= 2.0.1) 142s autopkgtest: DBG: synthesised dependency python3-pytest 142s autopkgtest: DBG: synthesised dependency python3-requests 142s autopkgtest: DBG: synthesised dependency python3-sphinx 142s autopkgtest: DBG: synthesised dependency python3-sphinx-issues 142s autopkgtest: DBG: synthesised dependency python3-sphinx-tabs 142s autopkgtest: DBG: synthesised dependency python3-sphinxcontrib-log-cabinet 142s autopkgtest: DBG: synthesised dependency build-essential 142s autopkgtest: DBG: Test defined: name unittests path debian/tests/unittests command "None" restrictions ['allow-stderr'] features [] depends ['python3-click', 'python-click-doc', 'debhelper (>> 13.15.2~)', 'dh-sequence-python3', 'dh-sequence-sphinxdoc ', 'dpkg-build-api (= 1)', 'flit', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc ', 'python3-docutils', 'python3-pallets-sphinx-themes (>= 2.0.1) ', 'python3-pytest ', 'python3-requests', 'python3-sphinx ', 'python3-sphinx-issues ', 'python3-sphinx-tabs ', 'python3-sphinxcontrib-log-cabinet ', 'build-essential'] 142s autopkgtest: DBG: processing dependency python3-all 142s autopkgtest: DBG: processing dependency python3-click 142s autopkgtest: DBG: marked alternatives ['python3-click'] as a synthesised dependency 142s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-click'] 142s autopkgtest [12:38:20]: build not needed 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/build.54c/src/ /tmp/autopkgtest-work.xl_dzf0f/out/tests-tree/ 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: autodep8 generated control: ----- 143s Tests: unittests 143s Depends: @, 143s @builddeps@, 143s Restrictions: allow-stderr 143s 143s 143s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done 143s Depends: python3-all, python3-click, 143s Restrictions: allow-stderr, superficial, 143s Features: test-name=autodep8-python3 143s 143s 143s ------- 143s autopkgtest: DBG: processing dependency @ 143s autopkgtest: DBG: synthesised dependency python3-click 143s autopkgtest: DBG: synthesised dependency python-click-doc 143s autopkgtest: DBG: processing dependency @builddeps@ 143s autopkgtest: DBG: synthesised dependency debhelper (>> 13.15.2~) 143s autopkgtest: DBG: synthesised dependency dh-sequence-python3 143s autopkgtest: DBG: synthesised dependency dh-sequence-sphinxdoc 143s autopkgtest: DBG: synthesised dependency dpkg-build-api (= 1) 143s autopkgtest: DBG: synthesised dependency flit 143s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 143s autopkgtest: DBG: synthesised dependency python3-all 143s autopkgtest: DBG: synthesised dependency python3-doc 143s autopkgtest: DBG: synthesised dependency python3-docutils 143s autopkgtest: DBG: synthesised dependency python3-pallets-sphinx-themes (>= 2.0.1) 143s autopkgtest: DBG: synthesised dependency python3-pytest 143s autopkgtest: DBG: synthesised dependency python3-requests 143s autopkgtest: DBG: synthesised dependency python3-sphinx 143s autopkgtest: DBG: synthesised dependency python3-sphinx-issues 143s autopkgtest: DBG: synthesised dependency python3-sphinx-tabs 143s autopkgtest: DBG: synthesised dependency python3-sphinxcontrib-log-cabinet 143s autopkgtest: DBG: synthesised dependency build-essential 143s autopkgtest: DBG: Test defined: name unittests path debian/tests/unittests command "None" restrictions ['allow-stderr'] features [] depends ['python3-click', 'python-click-doc', 'debhelper (>> 13.15.2~)', 'dh-sequence-python3', 'dh-sequence-sphinxdoc ', 'dpkg-build-api (= 1)', 'flit', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc ', 'python3-docutils', 'python3-pallets-sphinx-themes (>= 2.0.1) ', 'python3-pytest ', 'python3-requests', 'python3-sphinx ', 'python3-sphinx-issues ', 'python3-sphinx-tabs ', 'python3-sphinxcontrib-log-cabinet ', 'build-essential'] 143s autopkgtest: DBG: processing dependency python3-all 143s autopkgtest: DBG: processing dependency python3-click 143s autopkgtest: DBG: marked alternatives ['python3-click'] as a synthesised dependency 143s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-click'] 143s autopkgtest [12:38:21]: test unittests: preparing testbed 143s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-click', 'python-click-doc', 'debhelper (>> 13.15.2~)', 'dh-sequence-python3', 'dh-sequence-sphinxdoc ', 'dpkg-build-api (= 1)', 'flit', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc ', 'python3-docutils', 'python3-pallets-sphinx-themes (>= 2.0.1) ', 'python3-pytest ', 'python3-requests', 'python3-sphinx ', 'python3-sphinx-issues ', 'python3-sphinx-tabs ', 'python3-sphinxcontrib-log-cabinet ', 'build-essential'] 143s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 143s autopkgtest: DBG: install_deps: deps_new=['python3-click', 'python-click-doc', 'debhelper (>> 13.15.2~)', 'dh-sequence-python3', 'dh-sequence-sphinxdoc ', 'dpkg-build-api (= 1)', 'flit', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc ', 'python3-docutils', 'python3-pallets-sphinx-themes (>= 2.0.1) ', 'python3-pytest ', 'python3-requests', 'python3-sphinx ', 'python3-sphinx-issues ', 'python3-sphinx-tabs ', 'python3-sphinxcontrib-log-cabinet ', 'build-essential'] 143s autopkgtest: DBG: install-deps: satisfying python3-click, python-click-doc, debhelper (>> 13.15.2~), dh-sequence-python3, dh-sequence-sphinxdoc , dpkg-build-api (= 1), flit, pybuild-plugin-pyproject, python3-all, python3-doc , python3-docutils, python3-pallets-sphinx-themes (>= 2.0.1) , python3-pytest , python3-requests, python3-sphinx , python3-sphinx-issues , python3-sphinx-tabs , python3-sphinxcontrib-log-cabinet , build-essential 143s autopkgtest: DBG: can use apt-get on testbed: True 143s 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', 'python3-click, python-click-doc, debhelper (>> 13.15.2~), dh-sequence-python3, dh-sequence-sphinxdoc , dpkg-build-api (= 1), flit, pybuild-plugin-pyproject, python3-all, python3-doc , python3-docutils, python3-pallets-sphinx-themes (>= 2.0.1) , python3-pytest , python3-requests, python3-sphinx , python3-sphinx-issues , python3-sphinx-tabs , python3-sphinxcontrib-log-cabinet , build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 143s Reading package lists... 144s Building dependency tree... 144s Reading state information... 144s Starting pkgProblemResolver with broken count: 0 144s Starting 2 pkgProblemResolver with broken count: 0 144s Done 144s The following NEW packages will be installed: 144s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 144s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 144s dh-python dh-strip-nondeterminism docutils-common dwz flit g++ g++-14 144s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 144s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 144s libcc1-0 libdebhelper-perl libfile-stripnondeterminism-perl libgcc-14-dev 144s libgomp1 libisl23 libitm1 libjs-jquery libjs-sphinxdoc libjs-underscore 144s libjson-perl libmpc3 libnsl2 libpython3.12-minimal libpython3.12-stdlib 144s libstdc++-14-dev libtool libubsan1 m4 po-debconf pybuild-plugin-pyproject 144s python-click-doc python3-alabaster python3-all python3-build python3-click 144s python3-defusedxml python3-doc python3-docutils python3-imagesize 144s python3-iniconfig python3-installer python3-packaging 144s python3-pallets-sphinx-themes python3-pluggy python3-pyproject-hooks 144s python3-pytest python3-roman python3-snowballstemmer python3-sphinx 144s python3-sphinx-issues python3-sphinx-notfound-page python3-sphinx-tabs 144s python3-sphinxcontrib-log-cabinet python3-toml python3-tomli-w python3-wheel 144s python3.12 python3.12-minimal python3.13-doc sgml-base sphinx-common 144s xml-core 144s 0 upgraded, 82 newly installed, 0 to remove and 0 not upgraded. 144s Need to get 77.1 MB of archives. 144s After this operation, 282 MB of additional disk space will be used. 144s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 145s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 145s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 145s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 145s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 145s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 145s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 145s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 145s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 145s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 145s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 145s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 145s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 145s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 145s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 145s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 145s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 145s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 145s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 145s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 145s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 145s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 145s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 145s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 146s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 146s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 146s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 146s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 146s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 146s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 146s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 146s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 146s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 146s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 146s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 146s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 146s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 146s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 146s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 146s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 146s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 146s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 146s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 146s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 146s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 147s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 147s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 147s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 147s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 147s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 147s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomli-w all 1.0.0-3 [7342 B] 147s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x flit all 3.9.0-2 [86.3 kB] 147s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 147s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 147s Get:55 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 147s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 147s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 147s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 147s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 147s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 147s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 147s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 147s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-pyproject all 6.20250108 [1726 B] 147s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python-click-doc all 8.1.8-1 [299 kB] 147s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 147s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 147s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 147s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-doc all 3.13.2-1 [14.2 MB] 147s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-doc all 3.13.1-1~exp2 [10.4 kB] 147s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 147s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 147s Get:72 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 147s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 147s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 147s Get:75 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 147s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-notfound-page all 1.0.4-2 [9116 B] 147s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pallets-sphinx-themes all 2.3.0-1 [20.4 kB] 147s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 147s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 147s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-issues all 5.0.0-1 [10.2 kB] 147s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-tabs all 3.4.7-1 [11.4 kB] 147s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib-log-cabinet all 1.0.1-5 [5730 B] 148s Fetched 77.1 MB in 3s (23.1 MB/s) 148s Selecting previously unselected package libpython3.12-minimal:s390x. 148s (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 ... 55929 files and directories currently installed.) 148s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 148s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 148s Selecting previously unselected package python3.12-minimal. 148s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 148s Unpacking python3.12-minimal (3.12.9-1) ... 148s Selecting previously unselected package sgml-base. 148s Preparing to unpack .../02-sgml-base_1.31_all.deb ... 148s Unpacking sgml-base (1.31) ... 148s Selecting previously unselected package libnsl2:s390x. 148s Preparing to unpack .../03-libnsl2_1.3.0-3build3_s390x.deb ... 148s Unpacking libnsl2:s390x (1.3.0-3build3) ... 148s Selecting previously unselected package libpython3.12-stdlib:s390x. 148s Preparing to unpack .../04-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 148s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 148s Selecting previously unselected package python3.12. 148s Preparing to unpack .../05-python3.12_3.12.9-1_s390x.deb ... 148s Unpacking python3.12 (3.12.9-1) ... 148s Selecting previously unselected package m4. 148s Preparing to unpack .../06-m4_1.4.19-5_s390x.deb ... 148s Unpacking m4 (1.4.19-5) ... 148s Selecting previously unselected package autoconf. 148s Preparing to unpack .../07-autoconf_2.72-3_all.deb ... 148s Unpacking autoconf (2.72-3) ... 148s Selecting previously unselected package autotools-dev. 148s Preparing to unpack .../08-autotools-dev_20220109.1_all.deb ... 148s Unpacking autotools-dev (20220109.1) ... 148s Selecting previously unselected package automake. 148s Preparing to unpack .../09-automake_1%3a1.17-3_all.deb ... 148s Unpacking automake (1:1.17-3) ... 148s Selecting previously unselected package autopoint. 148s Preparing to unpack .../10-autopoint_0.23.1-1_all.deb ... 148s Unpacking autopoint (0.23.1-1) ... 148s Selecting previously unselected package libisl23:s390x. 148s Preparing to unpack .../11-libisl23_0.27-1_s390x.deb ... 148s Unpacking libisl23:s390x (0.27-1) ... 148s Selecting previously unselected package libmpc3:s390x. 148s Preparing to unpack .../12-libmpc3_1.3.1-1build2_s390x.deb ... 148s Unpacking libmpc3:s390x (1.3.1-1build2) ... 148s Selecting previously unselected package cpp-14-s390x-linux-gnu. 148s Preparing to unpack .../13-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 148s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 148s Selecting previously unselected package cpp-14. 148s Preparing to unpack .../14-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 148s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 148s Selecting previously unselected package cpp-s390x-linux-gnu. 148s Preparing to unpack .../15-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 148s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 148s Selecting previously unselected package cpp. 148s Preparing to unpack .../16-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 148s Unpacking cpp (4:14.2.0-1ubuntu1) ... 148s Selecting previously unselected package libcc1-0:s390x. 148s Preparing to unpack .../17-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 148s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 148s Selecting previously unselected package libgomp1:s390x. 148s Preparing to unpack .../18-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 148s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 148s Selecting previously unselected package libitm1:s390x. 148s Preparing to unpack .../19-libitm1_15-20250213-1ubuntu1_s390x.deb ... 148s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 148s Selecting previously unselected package libasan8:s390x. 148s Preparing to unpack .../20-libasan8_15-20250213-1ubuntu1_s390x.deb ... 148s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 148s Selecting previously unselected package libubsan1:s390x. 148s Preparing to unpack .../21-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 148s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 148s Selecting previously unselected package libgcc-14-dev:s390x. 148s Preparing to unpack .../22-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 148s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 148s Selecting previously unselected package gcc-14-s390x-linux-gnu. 148s Preparing to unpack .../23-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 148s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 149s Selecting previously unselected package gcc-14. 149s Preparing to unpack .../24-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 149s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 149s Selecting previously unselected package gcc-s390x-linux-gnu. 149s Preparing to unpack .../25-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 149s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 149s Selecting previously unselected package gcc. 149s Preparing to unpack .../26-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 149s Unpacking gcc (4:14.2.0-1ubuntu1) ... 149s Selecting previously unselected package libstdc++-14-dev:s390x. 149s Preparing to unpack .../27-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 149s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 149s Selecting previously unselected package g++-14-s390x-linux-gnu. 149s Preparing to unpack .../28-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 149s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 149s Selecting previously unselected package g++-14. 149s Preparing to unpack .../29-g++-14_14.2.0-17ubuntu1_s390x.deb ... 149s Unpacking g++-14 (14.2.0-17ubuntu1) ... 149s Selecting previously unselected package g++-s390x-linux-gnu. 149s Preparing to unpack .../30-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 149s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 149s Selecting previously unselected package g++. 149s Preparing to unpack .../31-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 149s Unpacking g++ (4:14.2.0-1ubuntu1) ... 149s Selecting previously unselected package build-essential. 149s Preparing to unpack .../32-build-essential_12.10ubuntu1_s390x.deb ... 149s Unpacking build-essential (12.10ubuntu1) ... 149s Selecting previously unselected package libdebhelper-perl. 149s Preparing to unpack .../33-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 149s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 149s Selecting previously unselected package libtool. 149s Preparing to unpack .../34-libtool_2.5.4-3build1_all.deb ... 149s Unpacking libtool (2.5.4-3build1) ... 149s Selecting previously unselected package dh-autoreconf. 149s Preparing to unpack .../35-dh-autoreconf_20_all.deb ... 149s Unpacking dh-autoreconf (20) ... 149s Selecting previously unselected package libarchive-zip-perl. 149s Preparing to unpack .../36-libarchive-zip-perl_1.68-1_all.deb ... 149s Unpacking libarchive-zip-perl (1.68-1) ... 149s Selecting previously unselected package libfile-stripnondeterminism-perl. 149s Preparing to unpack .../37-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 149s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 149s Selecting previously unselected package dh-strip-nondeterminism. 149s Preparing to unpack .../38-dh-strip-nondeterminism_1.14.1-2_all.deb ... 149s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 149s Selecting previously unselected package debugedit. 149s Preparing to unpack .../39-debugedit_1%3a5.1-2_s390x.deb ... 149s Unpacking debugedit (1:5.1-2) ... 149s Selecting previously unselected package dwz. 149s Preparing to unpack .../40-dwz_0.15-1build6_s390x.deb ... 149s Unpacking dwz (0.15-1build6) ... 149s Selecting previously unselected package gettext. 149s Preparing to unpack .../41-gettext_0.23.1-1_s390x.deb ... 149s Unpacking gettext (0.23.1-1) ... 149s Selecting previously unselected package intltool-debian. 149s Preparing to unpack .../42-intltool-debian_0.35.0+20060710.6_all.deb ... 149s Unpacking intltool-debian (0.35.0+20060710.6) ... 149s Selecting previously unselected package po-debconf. 149s Preparing to unpack .../43-po-debconf_1.0.21+nmu1_all.deb ... 149s Unpacking po-debconf (1.0.21+nmu1) ... 149s Selecting previously unselected package debhelper. 149s Preparing to unpack .../44-debhelper_13.24.1ubuntu2_all.deb ... 149s Unpacking debhelper (13.24.1ubuntu2) ... 149s Selecting previously unselected package dh-python. 149s Preparing to unpack .../45-dh-python_6.20250108_all.deb ... 149s Unpacking dh-python (6.20250108) ... 149s Selecting previously unselected package xml-core. 149s Preparing to unpack .../46-xml-core_0.19_all.deb ... 149s Unpacking xml-core (0.19) ... 149s Selecting previously unselected package docutils-common. 149s Preparing to unpack .../47-docutils-common_0.21.2+dfsg-2_all.deb ... 149s Unpacking docutils-common (0.21.2+dfsg-2) ... 149s Selecting previously unselected package python3-roman. 149s Preparing to unpack .../48-python3-roman_5.0-1_all.deb ... 149s Unpacking python3-roman (5.0-1) ... 149s Selecting previously unselected package python3-docutils. 149s Preparing to unpack .../49-python3-docutils_0.21.2+dfsg-2_all.deb ... 149s Unpacking python3-docutils (0.21.2+dfsg-2) ... 149s Selecting previously unselected package python3-tomli-w. 149s Preparing to unpack .../50-python3-tomli-w_1.0.0-3_all.deb ... 149s Unpacking python3-tomli-w (1.0.0-3) ... 149s Selecting previously unselected package flit. 149s Preparing to unpack .../51-flit_3.9.0-2_all.deb ... 149s Unpacking flit (3.9.0-2) ... 149s Selecting previously unselected package libjs-jquery. 149s Preparing to unpack .../52-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 149s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 149s Selecting previously unselected package libjs-underscore. 149s Preparing to unpack .../53-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 149s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 149s Selecting previously unselected package libjs-sphinxdoc. 149s Preparing to unpack .../54-libjs-sphinxdoc_8.1.3-5_all.deb ... 149s Unpacking libjs-sphinxdoc (8.1.3-5) ... 149s Selecting previously unselected package libjson-perl. 149s Preparing to unpack .../55-libjson-perl_4.10000-1_all.deb ... 149s Unpacking libjson-perl (4.10000-1) ... 149s Selecting previously unselected package python3-packaging. 149s Preparing to unpack .../56-python3-packaging_24.2-1_all.deb ... 149s Unpacking python3-packaging (24.2-1) ... 149s Selecting previously unselected package python3-pyproject-hooks. 149s Preparing to unpack .../57-python3-pyproject-hooks_1.2.0-1_all.deb ... 149s Unpacking python3-pyproject-hooks (1.2.0-1) ... 149s Selecting previously unselected package python3-toml. 149s Preparing to unpack .../58-python3-toml_0.10.2-1_all.deb ... 149s Unpacking python3-toml (0.10.2-1) ... 149s Selecting previously unselected package python3-wheel. 149s Preparing to unpack .../59-python3-wheel_0.45.1-1_all.deb ... 149s Unpacking python3-wheel (0.45.1-1) ... 149s Selecting previously unselected package python3-build. 149s Preparing to unpack .../60-python3-build_1.2.2-1_all.deb ... 149s Unpacking python3-build (1.2.2-1) ... 149s Selecting previously unselected package python3-installer. 149s Preparing to unpack .../61-python3-installer_0.7.0+dfsg1-3_all.deb ... 149s Unpacking python3-installer (0.7.0+dfsg1-3) ... 149s Selecting previously unselected package pybuild-plugin-pyproject. 149s Preparing to unpack .../62-pybuild-plugin-pyproject_6.20250108_all.deb ... 149s Unpacking pybuild-plugin-pyproject (6.20250108) ... 149s Selecting previously unselected package python-click-doc. 149s Preparing to unpack .../63-python-click-doc_8.1.8-1_all.deb ... 149s Unpacking python-click-doc (8.1.8-1) ... 149s Selecting previously unselected package python3-all. 149s Preparing to unpack .../64-python3-all_3.13.1-1~exp2_s390x.deb ... 149s Unpacking python3-all (3.13.1-1~exp2) ... 149s Selecting previously unselected package python3-click. 149s Preparing to unpack .../65-python3-click_8.1.8-1_all.deb ... 149s Unpacking python3-click (8.1.8-1) ... 149s Selecting previously unselected package python3-defusedxml. 149s Preparing to unpack .../66-python3-defusedxml_0.7.1-3_all.deb ... 149s Unpacking python3-defusedxml (0.7.1-3) ... 149s Selecting previously unselected package python3.13-doc. 149s Preparing to unpack .../67-python3.13-doc_3.13.2-1_all.deb ... 149s Unpacking python3.13-doc (3.13.2-1) ... 150s Selecting previously unselected package python3-doc. 150s Preparing to unpack .../68-python3-doc_3.13.1-1~exp2_all.deb ... 150s Unpacking python3-doc (3.13.1-1~exp2) ... 150s Selecting previously unselected package python3-imagesize. 150s Preparing to unpack .../69-python3-imagesize_1.4.1-1_all.deb ... 150s Unpacking python3-imagesize (1.4.1-1) ... 150s Selecting previously unselected package python3-iniconfig. 150s Preparing to unpack .../70-python3-iniconfig_1.1.1-2_all.deb ... 150s Unpacking python3-iniconfig (1.1.1-2) ... 150s Selecting previously unselected package sphinx-common. 150s Preparing to unpack .../71-sphinx-common_8.1.3-5_all.deb ... 150s Unpacking sphinx-common (8.1.3-5) ... 150s Selecting previously unselected package python3-alabaster. 150s Preparing to unpack .../72-python3-alabaster_0.7.16-0.1_all.deb ... 150s Unpacking python3-alabaster (0.7.16-0.1) ... 150s Selecting previously unselected package python3-snowballstemmer. 150s Preparing to unpack .../73-python3-snowballstemmer_2.2.0-4build1_all.deb ... 150s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 150s Selecting previously unselected package python3-sphinx. 150s Preparing to unpack .../74-python3-sphinx_8.1.3-5_all.deb ... 150s Unpacking python3-sphinx (8.1.3-5) ... 150s Selecting previously unselected package python3-sphinx-notfound-page. 150s Preparing to unpack .../75-python3-sphinx-notfound-page_1.0.4-2_all.deb ... 150s Unpacking python3-sphinx-notfound-page (1.0.4-2) ... 150s Selecting previously unselected package python3-pallets-sphinx-themes. 150s Preparing to unpack .../76-python3-pallets-sphinx-themes_2.3.0-1_all.deb ... 150s Unpacking python3-pallets-sphinx-themes (2.3.0-1) ... 150s Selecting previously unselected package python3-pluggy. 150s Preparing to unpack .../77-python3-pluggy_1.5.0-1_all.deb ... 150s Unpacking python3-pluggy (1.5.0-1) ... 150s Selecting previously unselected package python3-pytest. 150s Preparing to unpack .../78-python3-pytest_8.3.4-1_all.deb ... 150s Unpacking python3-pytest (8.3.4-1) ... 150s Selecting previously unselected package python3-sphinx-issues. 150s Preparing to unpack .../79-python3-sphinx-issues_5.0.0-1_all.deb ... 150s Unpacking python3-sphinx-issues (5.0.0-1) ... 150s Selecting previously unselected package python3-sphinx-tabs. 150s Preparing to unpack .../80-python3-sphinx-tabs_3.4.7-1_all.deb ... 150s Unpacking python3-sphinx-tabs (3.4.7-1) ... 150s Selecting previously unselected package python3-sphinxcontrib-log-cabinet. 150s Preparing to unpack .../81-python3-sphinxcontrib-log-cabinet_1.0.1-5_all.deb ... 150s Unpacking python3-sphinxcontrib-log-cabinet (1.0.1-5) ... 150s Setting up dh-python (6.20250108) ... 150s Setting up python3-iniconfig (1.1.1-2) ... 150s Setting up python3-defusedxml (0.7.1-3) ... 150s Setting up libarchive-zip-perl (1.68-1) ... 150s Setting up python3-alabaster (0.7.16-0.1) ... 150s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 150s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 150s Setting up m4 (1.4.19-5) ... 150s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 150s Setting up python3-click (8.1.8-1) ... 151s Setting up python3-wheel (0.45.1-1) ... 151s Setting up python3-roman (5.0-1) ... 151s Setting up autotools-dev (20220109.1) ... 151s Setting up python3-packaging (24.2-1) ... 151s Setting up python3-pyproject-hooks (1.2.0-1) ... 151s Setting up python3-snowballstemmer (2.2.0-4build1) ... 152s Setting up libmpc3:s390x (1.3.1-1build2) ... 152s Setting up autopoint (0.23.1-1) ... 152s Setting up python3-toml (0.10.2-1) ... 153s Setting up python3-installer (0.7.0+dfsg1-3) ... 153s Setting up autoconf (2.72-3) ... 153s Setting up python3-pluggy (1.5.0-1) ... 153s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 153s Setting up dwz (0.15-1build6) ... 153s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 153s Setting up libjson-perl (4.10000-1) ... 153s Setting up libnsl2:s390x (1.3.0-3build3) ... 153s Setting up debugedit (1:5.1-2) ... 153s Setting up sgml-base (1.31) ... 153s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 153s Setting up libisl23:s390x (0.27-1) ... 153s Setting up python3-build (1.2.2-1) ... 153s Setting up python3-tomli-w (1.0.0-3) ... 153s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 153s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 153s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 153s Setting up python3-imagesize (1.4.1-1) ... 153s Setting up automake (1:1.17-3) ... 153s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 153s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 153s Setting up python3.12-minimal (3.12.9-1) ... 153s Setting up gettext (0.23.1-1) ... 153s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 153s Setting up pybuild-plugin-pyproject (6.20250108) ... 153s Setting up python3-pytest (8.3.4-1) ... 154s Setting up python3.12 (3.12.9-1) ... 155s Setting up python3-all (3.13.1-1~exp2) ... 155s Setting up intltool-debian (0.35.0+20060710.6) ... 155s Setting up python3.13-doc (3.13.2-1) ... 155s Setting up libjs-sphinxdoc (8.1.3-5) ... 155s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 155s Setting up cpp-14 (14.2.0-17ubuntu1) ... 155s Setting up dh-strip-nondeterminism (1.14.1-2) ... 155s Setting up xml-core (0.19) ... 155s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 155s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 155s Setting up python3-doc (3.13.1-1~exp2) ... 155s Setting up python-click-doc (8.1.8-1) ... 155s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 155s Setting up po-debconf (1.0.21+nmu1) ... 155s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 155s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 155s Setting up sphinx-common (8.1.3-5) ... 155s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 155s Setting up cpp (4:14.2.0-1ubuntu1) ... 155s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 155s Setting up gcc-14 (14.2.0-17ubuntu1) ... 155s Setting up g++-14 (14.2.0-17ubuntu1) ... 155s Setting up libtool (2.5.4-3build1) ... 155s Setting up gcc (4:14.2.0-1ubuntu1) ... 155s Setting up dh-autoreconf (20) ... 155s Setting up g++ (4:14.2.0-1ubuntu1) ... 155s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 155s Setting up build-essential (12.10ubuntu1) ... 155s Setting up debhelper (13.24.1ubuntu2) ... 155s Processing triggers for install-info (7.1.1-1) ... 155s Processing triggers for libc-bin (2.40-4ubuntu1) ... 155s Processing triggers for systemd (257.2-3ubuntu1) ... 155s Processing triggers for man-db (2.13.0-1) ... 156s Processing triggers for sgml-base (1.31) ... 156s Setting up docutils-common (0.21.2+dfsg-2) ... 156s Processing triggers for sgml-base (1.31) ... 156s Setting up python3-docutils (0.21.2+dfsg-2) ... 157s Setting up flit (3.9.0-2) ... 157s Setting up python3-sphinx (8.1.3-5) ... 159s Setting up python3-sphinx-issues (5.0.0-1) ...autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-click'], kind short, sout pipe, serr pipe, env [] 159s 159s Setting up python3-sphinxcontrib-log-cabinet (1.0.1-5) ... 159s Setting up python3-sphinx-notfound-page (1.0.4-2) ... 159s Setting up python3-sphinx-tabs (3.4.7-1) ... 159s Setting up python3-pallets-sphinx-themes (2.3.0-1) ... 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-click-doc'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Qau1bZ/unittests-packages.all"], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/unittests-packages.all /tmp/autopkgtest-work.xl_dzf0f/out/unittests-packages.all 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Qau1bZ/build.54c/src'], kind short, sout raw, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.Qau1bZ/build.54c/src already exists 160s autopkgtest [12:38:38]: test unittests: [----------------------- 160s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.Qau1bZ/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Qau1bZ/unittests-artifacts --chdir=/tmp/autopkgtest.Qau1bZ/build.54c/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.Qau1bZ/unittests-stderr --stdout=/tmp/autopkgtest.Qau1bZ/unittests-stdout --tmp=/tmp/autopkgtest.Qau1bZ/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.Qau1bZ/build.54c/src/debian/tests/unittests -- /tmp/autopkgtest.Qau1bZ/build.54c/src/debian/tests/unittests'], kind test, sout raw, serr raw, env [] 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Qau1bZ/unittests-artifacts 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: changing to directory: /tmp/autopkgtest.Qau1bZ/build.54c/src 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: LANG=C.UTF-8 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LANGUAGE 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_ADDRESS 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_ALL 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_COLLATE 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_CTYPE 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_IDENTIFICATION 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MEASUREMENT 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MESSAGES 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MONETARY 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_NAME 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_NUMERIC 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_PAPER 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_TELEPHONE 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_TIME 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: pretending to be a login shell 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will write standard error to /tmp/autopkgtest.Qau1bZ/unittests-stderr 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will write stdout to /tmp/autopkgtest.Qau1bZ/unittests-stdout 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Qau1bZ/autopkgtest_tmp 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: marking as executable: /tmp/autopkgtest.Qau1bZ/build.54c/src/debian/tests/unittests 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: command to run: /tmp/autopkgtest.Qau1bZ/build.54c/src/debian/tests/unittests 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: copying /tmp/tmp.l2r88rhKnB/out to stdout and file: /tmp/autopkgtest.Qau1bZ/unittests-stdout 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: copying /tmp/tmp.l2r88rhKnB/err to standard error and file: /tmp/autopkgtest.Qau1bZ/unittests-stdout 160s /tmp/autopkgtest.Qau1bZ/wrapper.sh: writing script pid 2511 to /tmp/autopkgtest_script_pid 160s === python3.12 === 161s ============================= test session starts ============================== 161s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 161s rootdir: /tmp/autopkgtest.Qau1bZ/autopkgtest_tmp 161s configfile: pyproject.toml 161s plugins: typeguard-4.4.1 161s collected 650 items 161s 161s tests/test_arguments.py .................................... [ 5%] 161s tests/test_basic.py .................................................... [ 13%] 161s .... [ 14%] 161s tests/test_chain.py ...............x [ 16%] 161s tests/test_command_decorators.py .... [ 17%] 161s tests/test_commands.py ................................................. [ 24%] 161s ........... [ 26%] 161s tests/test_compat.py . [ 26%] 161s tests/test_context.py ....................... [ 30%] 161s tests/test_custom_classes.py ...... [ 31%] 161s tests/test_defaults.py ..... [ 31%] 161s tests/test_formatting.py ................. [ 34%] 161s tests/test_imports.py . [ 34%] 161s tests/test_info_dict.py ...................... [ 38%] 161s tests/test_normalization.py ... [ 38%] 161s tests/test_options.py .................................................. [ 46%] 161s ............................................................... [ 55%] 161s tests/test_parser.py ....... [ 56%] 161s tests/test_shell_completion.py ........................................ [ 63%] 161s tests/test_termui.py ...........................................ssssssss [ 70%] 161s sssssssssssss................. [ 75%] 161s tests/test_testing.py ........................ [ 79%] 161s tests/test_types.py ....................................... [ 85%] 161s tests/test_utils.py .................................................... [ 93%] 162s ............................................ [100%] 162s 162s ================== 628 passed, 21 skipped, 1 xfailed in 1.07s ================== 162s === python3.13 === 162s ============================= test session starts ============================== 162s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 162s rootdir: /tmp/autopkgtest.Qau1bZ/autopkgtest_tmp 162s configfile: pyproject.toml 162s plugins: typeguard-4.4.1 162s collected 650 items 162s 162s tests/test_arguments.py .................................... [ 5%] 162s tests/test_basic.py .................................................... [ 13%] 162s .... [ 14%] 162s tests/test_chain.py ...............x [ 16%] 162s tests/test_command_decorators.py .... [ 17%] 162s tests/test_commands.py ................................................. [ 24%] 162s ........... [ 26%] 162s tests/test_compat.py . [ 26%] 162s tests/test_context.py ....................... [ 30%] 162s tests/test_custom_classes.py ...... [ 31%] 162s tests/test_defaults.py ..... [ 31%] 162s tests/test_formatting.py ................. [ 34%] 162s tests/test_imports.py . [ 34%] 162s tests/test_info_dict.py ...................... [ 38%] 162s tests/test_normalization.py ... [ 38%] 162s tests/test_options.py .................................................. [ 46%] 163s ............................................................... [ 55%] 163s tests/test_parser.py ....... [ 56%] 163s tests/test_shell_completion.py ........................................ [ 63%] 163s tests/test_termui.py ...........................................ssssssss [ 70%] 163s sssssssssssss................. [ 75%] 163s tests/test_testing.py ........................ [ 79%] 163s tests/test_types.py ....................................... [ 85%] 163s tests/test_utils.py .................................................... [ 93%] 163s ............................................ [100%] 163s 163s ================== 628 passed, 21 skipped, 1 xfailed in 0.93s ================== 163s /tmp/autopkgtest.Qau1bZ/wrapper.sh: checking for leaked background processes... 163s /tmp/autopkgtest.Qau1bZ/wrapper.sh: waiting for tee/cat subprocesses... 163s /tmp/autopkgtest.Qau1bZ/wrapper.sh: cleaning up... 163s /tmp/autopkgtest.Qau1bZ/wrapper.sh: Exit status: 0 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest [12:38:41]: test unittests: -----------------------] 163s autopkgtest: DBG: testbed executing test finished with exit status 0 163s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/unittests-stdout /tmp/autopkgtest-work.xl_dzf0f/out/unittests-stdout 163s autopkgtest: DBG: got reply from testbed: ok 163s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/unittests-stderr /tmp/autopkgtest-work.xl_dzf0f/out/unittests-stderr 163s autopkgtest: DBG: got reply from testbed: ok 163s unittests PASS 163s autopkgtest [12:38:41]: test unittests: - - - - - - - - - - results - - - - - - - - - - 163s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/unittests-artifacts/ /tmp/autopkgtest-work.xl_dzf0f/out/artifacts/ 164s autopkgtest: DBG: got reply from testbed: ok 164s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Qau1bZ/unittests-artifacts', '/tmp/autopkgtest.Qau1bZ/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest [12:38:42]: test autodep8-python3: preparing testbed 164s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-click', 'python-click-doc', 'debhelper (>> 13.15.2~)', 'dh-sequence-python3', 'dh-sequence-sphinxdoc ', 'dpkg-build-api (= 1)', 'flit', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc ', 'python3-docutils', 'python3-pallets-sphinx-themes (>= 2.0.1) ', 'python3-pytest ', 'python3-requests', 'python3-sphinx ', 'python3-sphinx-issues ', 'python3-sphinx-tabs ', 'python3-sphinxcontrib-log-cabinet ', 'build-essential'], deps_new=['python3-all', 'python3-click'] 164s autopkgtest: DBG: testbed reset 164s autopkgtest: DBG: sending command to testbed: revert 291s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.Qau1bZ 291s autopkgtest: DBG: sending command to testbed: print-execute-command 291s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.rfohcpkb/runcmd 291s autopkgtest: DBG: sending command to testbed: capabilities 291s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu root-on-testbed revert-full-system ok isolation-machine revert 291s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'ok', 'isolation-machine', 'revert', 'has_internet'] 291s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.Qau1bZ/wrapper.sh 291s autopkgtest: DBG: got reply from testbed: ok 291s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/wrapper.sh'], kind short, sout raw, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [12:40:49]: testbed dpkg architecture: s390x 291s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [12:40:49]: testbed apt version: 2.9.30 291s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: testbed has eatmydata 292s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest [12:40:50]: @@@@@@@@@@@@@@@@@@@@ test bed setup 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest [12:40:50]: testbed release detected to be: plucky 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: adding APT source: Types: deb deb-src 292s URIs: http://ftpmaster.internal/ubuntu/ 292s Suites: plucky-proposed 292s Components: main restricted universe multiverse 292s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 292s Package: * 292s Pin: release plucky-proposed 292s Pin-Priority: 500 292s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [12:40:51]: updating testbed package index (apt update) 293s 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'] 293s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 293s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 293s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 293s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 293s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 293s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 293s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 293s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 294s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 294s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 294s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 294s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 294s Fetched 1700 kB in 1s (1692 kB/s) 294s Reading package lists... 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 295s Package: * 295s Pin: release plucky-proposed 295s Pin-Priority: 100 295s 295s Package: src:sphinx:any 295s Pin: release plucky-proposed 295s Pin-Priority: 995 295s 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:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s 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.Qau1bZ/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s 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'] 295s + lsb_release --codename --short 295s + RELEASE=plucky 295s + cat 295s + [ plucky != trusty ] 295s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 295s Reading package lists... 295s Building dependency tree... 295s Reading state information... 295s Calculating upgrade... 295s The following packages were automatically installed and are no longer required: 295s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 295s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 295s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 295s linux-tools-6.11.0-8-generic 295s Use 'sudo apt autoremove' to remove them. 295s The following packages will be upgraded: 295s iproute2 liblsof0 libp11-kit0 lsof 296s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 296s Need to get 1791 kB of archives. 296s After this operation, 17.4 kB of additional disk space will be used. 296s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 296s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 296s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 296s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 296s Preconfiguring packages ... 296s Fetched 1791 kB in 1s (2712 kB/s) 296s (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.) 296s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 297s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 297s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 297s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 297s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 297s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 297s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 297s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 297s Setting up liblsof0 (4.99.4+dfsg-1) ... 297s Setting up iproute2 (6.13.0-1ubuntu1) ... 297s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 297s Setting up lsof (4.99.4+dfsg-1) ... 297s Processing triggers for man-db (2.13.0-1) ... 297s Processing triggers for libc-bin (2.40-4ubuntu1) ... 297s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 297s + /usr/lib/apt/apt-helper analyze-pattern ?true 297s + uname -r 297s + sed s/\./\\./g 297s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 297s + apt list ?obsolete 297s + tail -n+2 297s + cut -d/ -f1 297s + grep -v ^linux-.*6\.12\.0-15-generic.* 298s + true 298s + obsolete_pkgs= 298s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 298s Reading package lists... 298s Building dependency tree... 298s Reading state information... 298s The following packages will be REMOVED: 298s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 298s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 298s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 298s linux-tools-6.11.0-8-generic* 298s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 298s After this operation, 167 MB disk space will be freed. 298s (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 ... 81031 files and directories currently installed.) 298s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 298s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 298s Removing libpython3.12t64:s390x (3.12.9-1) ... 298s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 298s Removing libnsl2:s390x (1.3.0-3build3) ... 298s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 298s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 298s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 299s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 299s Processing triggers for libc-bin (2.40-4ubuntu1) ... 299s (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 ... 55931 files and directories currently installed.) 299s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 299s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 299s + grep -q trusty /etc/lsb-release 299s + [ ! -d /usr/share/doc/unattended-upgrades ] 299s + [ ! -d /usr/share/doc/lxd ] 299s + [ ! -d /usr/share/doc/lxd-client ] 299s + [ ! -d /usr/share/doc/snapd ] 299s + type iptables 299s + cat 299s + chmod 755 /etc/rc.local 299s + . /etc/rc.local 299s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 299s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 299s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 299s + uname -m 299s + [ s390x = ppc64le ] 299s + [ -d /run/systemd/system ] 299s + systemd-detect-virt --quiet --vm 299s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 299s + cat 299s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 299s + echo COMPRESS=lz4 299s autopkgtest: DBG: testbed command exited with code 0 299s autopkgtest [12:40:57]: upgrading testbed (apt dist-upgrade and autopurge) 299s 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'] 299s Reading package lists... 300s Building dependency tree... 300s Reading state information... 300s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 300s Starting 2 pkgProblemResolver with broken count: 0 300s Done 300s Entering ResolveByKeep 300s 300s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 300s autopkgtest: DBG: testbed command exited with code 0 300s 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'] 300s Reading package lists... 300s Building dependency tree... 300s Reading state information... 301s Starting pkgProblemResolver with broken count: 0 301s Starting 2 pkgProblemResolver with broken count: 0 301s Done 301s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 301s autopkgtest: DBG: testbed command exited with code 0 301s 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.Qau1bZ/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 301s autopkgtest: DBG: testbed command exited with code 1 301s autopkgtest [12:40:59]: rebooting testbed after setup commands that affected boot 301s autopkgtest: DBG: sending command to testbed: reboot 317s autopkgtest: DBG: got reply from testbed: ok 317s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 317s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot 318s autopkgtest: DBG: got reply from testbed: ok 318s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare 319s autopkgtest: DBG: got reply from testbed: ok 319s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Qau1bZ/testbed-packages"], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/testbed-packages /tmp/autopkgtest-work.xl_dzf0f/out/testbed-packages 319s autopkgtest: DBG: got reply from testbed: ok 319s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 319s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot 320s autopkgtest: DBG: got reply from testbed: ok 320s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare 321s autopkgtest: DBG: got reply from testbed: ok 321s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 321s autopkgtest: DBG: testbed command exited with code 0 321s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.Qau1bZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 321s autopkgtest: DBG: testbed command exited with code 0 321s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 321s autopkgtest: DBG: testbed command exited with code 0 321s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 321s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-click'] 321s autopkgtest: DBG: install-deps: satisfying python3-all, python3-click 321s autopkgtest: DBG: can use apt-get on testbed: True 321s 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', 'python3-all, python3-click'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 321s Reading package lists... 322s Building dependency tree... 322s Reading state information... 322s Starting pkgProblemResolver with broken count: 0 322s Starting 2 pkgProblemResolver with broken count: 0 322s Done 322s The following NEW packages will be installed: 322s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all python3-click 322s python3.12 python3.12-minimal 322s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 322s Need to get 6106 kB of archives. 322s After this operation, 24.3 MB of additional disk space will be used. 322s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 323s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 323s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 323s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 323s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 323s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 323s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 323s Fetched 6106 kB in 1s (5607 kB/s) 323s Selecting previously unselected package libpython3.12-minimal:s390x. 323s (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 ... 55929 files and directories currently installed.) 323s Preparing to unpack .../0-libpython3.12-minimal_3.12.9-1_s390x.deb ... 323s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 323s Selecting previously unselected package python3.12-minimal. 323s Preparing to unpack .../1-python3.12-minimal_3.12.9-1_s390x.deb ... 323s Unpacking python3.12-minimal (3.12.9-1) ... 323s Selecting previously unselected package libnsl2:s390x. 323s Preparing to unpack .../2-libnsl2_1.3.0-3build3_s390x.deb ... 323s Unpacking libnsl2:s390x (1.3.0-3build3) ... 323s Selecting previously unselected package libpython3.12-stdlib:s390x. 323s Preparing to unpack .../3-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 323s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 323s Selecting previously unselected package python3.12. 323s Preparing to unpack .../4-python3.12_3.12.9-1_s390x.deb ... 323s Unpacking python3.12 (3.12.9-1) ... 323s Selecting previously unselected package python3-all. 323s Preparing to unpack .../5-python3-all_3.13.1-1~exp2_s390x.deb ... 323s Unpacking python3-all (3.13.1-1~exp2) ... 323s Selecting previously unselected package python3-click. 323s Preparing to unpack .../6-python3-click_8.1.8-1_all.deb ... 323s Unpacking python3-click (8.1.8-1) ... 323s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 323s Setting up python3-click (8.1.8-1) ... 324s Setting up libnsl2:s390x (1.3.0-3build3) ... 324s Setting up python3.12-minimal (3.12.9-1) ... 325s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 325s Setting up python3.12 (3.12.9-1) ... 326s Setting up python3-all (3.13.1-1~exp2) ... 326s Processing triggers for man-db (2.13.0-1) ... 326s Processing triggers for libc-bin (2.40-4ubuntu1) ... 326s Processing triggers for systemd (257.2-3ubuntu1) ... 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-click'], kind short, sout pipe, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.Qau1bZ/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/autodep8-python3-packages.all /tmp/autopkgtest-work.xl_dzf0f/out/autodep8-python3-packages.all 327s autopkgtest: DBG: got reply from testbed: ok 327s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.Qau1bZ/build.54c/src'], kind short, sout raw, serr raw, env [] 327s autopkgtest: DBG: testbed command exited with code 1 327s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.Qau1bZ/build.54c'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.xl_dzf0f/out/tests-tree/ /tmp/autopkgtest.Qau1bZ/build.54c/src/ 328s autopkgtest: DBG: got reply from testbed: ok 328s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.Qau1bZ/build.54c/src'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest [12:41:26]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done 328s autopkgtest [12:41:26]: test autodep8-python3: [----------------------- 328s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.Qau1bZ/wrapper.sh --debug --artifacts=/tmp/autopkgtest.Qau1bZ/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.Qau1bZ/build.54c/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.Qau1bZ/autodep8-python3-stderr --stdout=/tmp/autopkgtest.Qau1bZ/autodep8-python3-stdout --tmp=/tmp/autopkgtest.Qau1bZ/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done\''], kind test, sout raw, serr raw, env [] 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.Qau1bZ/autodep8-python3-artifacts 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: changing to directory: /tmp/autopkgtest.Qau1bZ/build.54c/src 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: LANG=C.UTF-8 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LANGUAGE 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_ADDRESS 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_ALL 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_COLLATE 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_CTYPE 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_IDENTIFICATION 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MEASUREMENT 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MESSAGES 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_MONETARY 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_NAME 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_NUMERIC 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_PAPER 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_TELEPHONE 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: unsetting environment: LC_TIME 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: pretending to be a login shell 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will write standard error to /tmp/autopkgtest.Qau1bZ/autodep8-python3-stderr 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: will write stdout to /tmp/autopkgtest.Qau1bZ/autodep8-python3-stdout 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.Qau1bZ/autopkgtest_tmp 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import click; print(click)" ; done 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: copying /tmp/tmp.KkOCR071Xj/out to stdout and file: /tmp/autopkgtest.Qau1bZ/autodep8-python3-stdout 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: copying /tmp/tmp.KkOCR071Xj/err to standard error and file: /tmp/autopkgtest.Qau1bZ/autodep8-python3-stdout 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: writing script pid 1307 to /tmp/autopkgtest_script_pid 328s Testing with python3.12: 328s 328s Testing with python3.13: 328s 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: checking for leaked background processes... 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: waiting for tee/cat subprocesses... 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: cleaning up... 328s /tmp/autopkgtest.Qau1bZ/wrapper.sh: Exit status: 0 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest [12:41:26]: test autodep8-python3: -----------------------] 328s autopkgtest: DBG: testbed executing test finished with exit status 0 328s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/autodep8-python3-stdout /tmp/autopkgtest-work.xl_dzf0f/out/autodep8-python3-stdout 329s autopkgtest: DBG: got reply from testbed: ok 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/autodep8-python3-stderr /tmp/autopkgtest-work.xl_dzf0f/out/autodep8-python3-stderr 329s autopkgtest: DBG: got reply from testbed: ok 329s autodep8-python3 PASS (superficial) 329s autopkgtest [12:41:27]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.Qau1bZ/autodep8-python3-artifacts/ /tmp/autopkgtest-work.xl_dzf0f/out/artifacts/ 329s autopkgtest: DBG: got reply from testbed: ok 329s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.Qau1bZ/autodep8-python3-artifacts', '/tmp/autopkgtest.Qau1bZ/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 329s autopkgtest [12:41:27]: @@@@@@@@@@@@@@@@@@@@ summary 329s unittests PASS 329s autodep8-python3 PASS (superficial) 329s autopkgtest: DBG: testbed stop 329s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.Qau1bZ 329s autopkgtest: DBG: sending command to testbed: close 347s autopkgtest: DBG: got reply from testbed: ok 347s autopkgtest: DBG: sending command to testbed: quit 347s nova [W] Using flock in prodstack6-s390x 347s Creating nova instance adt-plucky-s390x-python-click-20250219-123558-juju-7f2275-prod-proposed-migration-environment-15-2765d23c-e0b5-416b-823b-5e7c1fd8fac3 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 347s nova [W] Timed out waiting for eda53b25-eeb1-4a04-ac33-5c682d5007ba to get deleted. 347s nova [W] Using flock in prodstack6-s390x 347s flock: timeout while waiting to get lock 347s Creating nova instance adt-plucky-s390x-python-click-20250219-123558-juju-7f2275-prod-proposed-migration-environment-15-2765d23c-e0b5-416b-823b-5e7c1fd8fac3 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 347s nova [W] Timed out waiting for 4427d020-3c02-4259-bf96-ab344a9b683c to get deleted.