0s autopkgtest: DBG: testbed init 0s autopkgtest [12:48:34]: starting date and time: 2025-02-19 12:48:34+0000 0s autopkgtest [12:48:34]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:48:34]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.rs_8aa9c/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-pamqp --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-7.secgroup --name adt-plucky-s390x-python-pamqp-20250219-124834-juju-7f2275-prod-proposed-migration-environment-15-97c50d4b-cf3c-4b58-9258-af2ac77847b3 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.HLZfbC 103s autopkgtest: DBG: sending command to testbed: print-execute-command 103s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.b08rifgj/runcmd 103s autopkgtest: DBG: sending command to testbed: capabilities 103s autopkgtest: DBG: got reply from testbed: ok revert revert-full-system reboot suggested-normal-user=ubuntu isolation-machine root-on-testbed 103s autopkgtest: DBG: testbed capabilities: ['revert', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.HLZfbC/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/wrapper.sh'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [12:50:18]: testbed dpkg architecture: s390x 104s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [12:50:18]: testbed apt version: 2.9.30 104s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed has eatmydata 104s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [12:50:18]: @@@@@@@@@@@@@@@@@@@@ test bed setup 104s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [12:50:18]: testbed release detected to be: None 104s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT source: Types: deb deb-src 104s URIs: http://ftpmaster.internal/ubuntu/ 104s Suites: plucky-proposed 104s Components: main restricted universe multiverse 104s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 104s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 105s Package: * 105s Pin: release plucky-proposed 105s Pin-Priority: 500 105s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest [12:50:19]: updating testbed package index (apt update) 105s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 105s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 105s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 105s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 106s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 106s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 106s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 106s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 106s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 106s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 106s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 106s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 106s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 106s Fetched 1700 kB in 1s (1803 kB/s) 107s Reading package lists... 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 107s Package: * 107s Pin: release plucky-proposed 107s Pin-Priority: 100 107s 107s Package: src:sphinx:any 107s Pin: release plucky-proposed 107s Pin-Priority: 995 107s 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 [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.HLZfbC/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 107s + lsb_release --codename --short 107s + RELEASE=plucky 107s + cat 107s + [ plucky != trusty ] 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 107s Calculating upgrade... 107s The following packages were automatically installed and are no longer required: 107s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 107s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 107s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 107s linux-tools-6.11.0-8-generic 107s Use 'sudo apt autoremove' to remove them. 107s The following packages will be upgraded: 107s iproute2 liblsof0 libp11-kit0 lsof 108s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 108s Need to get 1791 kB of archives. 108s After this operation, 17.4 kB of additional disk space will be used. 108s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 108s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 108s Preconfiguring packages ... 108s Fetched 1791 kB in 1s (2714 kB/s) 109s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 109s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 109s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 109s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 109s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 109s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 109s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 109s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 109s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 109s Setting up liblsof0 (4.99.4+dfsg-1) ... 109s Setting up iproute2 (6.13.0-1ubuntu1) ... 109s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 109s Setting up lsof (4.99.4+dfsg-1) ... 109s Processing triggers for man-db (2.13.0-1) ... 109s Processing triggers for libc-bin (2.40-4ubuntu1) ... 109s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 109s + /usr/lib/apt/apt-helper analyze-pattern ?true 109s + uname+ -r 109s sed s/\./\\./g 109s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 110s + apt list ?obsolete 110s + tail -n+2 110s + cut+ -d/ -f1 110s grep -v ^linux-.*6\.12\.0-15-generic.* 110s + true 110s + obsolete_pkgs= 110s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 110s Reading package lists... 110s Building dependency tree... 110s Reading state information... 110s The following packages will be REMOVED: 110s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 110s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 110s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 110s linux-tools-6.11.0-8-generic* 110s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 110s After this operation, 167 MB disk space will be freed. 110s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 110s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 110s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 110s Removing libpython3.12t64:s390x (3.12.9-1) ... 110s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 110s Removing libnsl2:s390x (1.3.0-3build3) ... 110s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 110s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 110s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 111s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 111s Processing triggers for libc-bin (2.40-4ubuntu1) ... 111s (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.) 111s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 111s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 111s + grep -q trusty /etc/lsb-release 111s + [ ! -d /usr/share/doc/unattended-upgrades ] 111s + [ ! -d /usr/share/doc/lxd ] 111s + [ ! -d /usr/share/doc/lxd-client ] 111s + [ ! -d /usr/share/doc/snapd ] 111s + type iptables 111s + cat 111s + chmod 755 /etc/rc.local 111s + . /etc/rc.local 111s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 111s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 111s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 111s + uname -m 111s + [ s390x = ppc64le ] 111s + [ -d /run/systemd/system ] 111s + systemd-detect-virt --quiet --vm 111s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 111s + cat 111s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 111s + echo COMPRESS=lz4 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [12:50:25]: upgrading testbed (apt dist-upgrade and autopurge) 111s 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'] 112s Reading package lists... 112s Building dependency tree... 112s Reading state information... 112s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 112s Starting 2 pkgProblemResolver with broken count: 0 112s Done 112s Entering ResolveByKeep 112s 112s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 112s autopkgtest: DBG: testbed command exited with code 0 112s 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'] 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s Starting pkgProblemResolver with broken count: 0 113s Starting 2 pkgProblemResolver with broken count: 0 113s Done 113s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 113s autopkgtest: DBG: testbed command exited with code 0 113s 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.HLZfbC/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 113s autopkgtest: DBG: testbed command exited with code 1 113s autopkgtest [12:50:27]: rebooting testbed after setup commands that affected boot 113s autopkgtest: DBG: sending command to testbed: reboot 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 131s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest [12:50:46]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 132s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.HLZfbC/testbed-packages"], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/testbed-packages /tmp/autopkgtest-work.rs_8aa9c/out/testbed-packages 133s autopkgtest: DBG: got reply from testbed: ok 133s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 133s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot 133s autopkgtest: DBG: got reply from testbed: ok 133s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: Binaries: initialising 135s autopkgtest [12:50:49]: @@@@@@@@@@@@@@@@@@@@ apt-source python-pamqp 135s autopkgtest: DBG: blame += python-pamqp 135s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 135s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-pamqp'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-pamqp-doc$'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-pamqp-doc=3.3.0-1'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pamqp$'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pamqp=3.3.0-1'], kind short, sout pipe, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: install_deps: deps_new=[] 136s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s 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.HLZfbC/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-pamqp=3.3.0-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-pamqp_*.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'] 136s + cd / 136s + mktemp -d /tmp/autopkgtest.HLZfbC/build.XXX 136s + builddir=/tmp/autopkgtest.HLZfbC/build.I44 136s + cd /tmp/autopkgtest.HLZfbC/build.I44 136s + apt-get source -d -q --only-source python-pamqp=3.3.0-1 137s + OUT=Reading package lists... 137s NOTICE: 'python-pamqp' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/python-team/packages/python-pamqp.git 137s Please use: 137s git clone https://salsa.debian.org/python-team/packages/python-pamqp.git 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 74.8 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (dsc) [1918 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (tar) [68.1 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (diff) [4820 B] 137s Fetched 74.8 kB in 0s (208 kB/s) 137s Download complete and in download only mode 137s + [ -n ] 137s + echo Reading package lists... 137s NOTICE: 'python-pamqp' packaging is maintained in the 'Git' version control system at: 137s https://salsa.debian.org/python-team/packages/python-pamqp.git 137s Please use: 137s git clone https://salsa.debian.org/python-team/packages/python-pamqp.git 137s to retrieve the latest (possibly unreleased) updates to the package. 137s Need to get 74.8 kB of source archives. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (dsc) [1918 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (tar) [68.1 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (diff) [4820 B] 137s Fetched 74.8 kB in 0s (208 kB/s) 137s Download complete and in download only mode 137s + grep ^Get: 137s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (dsc) [1918 B] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (tar) [68.1 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-pamqp 3.3.0-1 (diff) [4820 B] 137s + dpkg-source -x python-pamqp_3.3.0-1.dsc src 137s gpgv: Signature made Fri Jan 19 13:49:49 2024 UTC 137s gpgv: using RSA key A954A54575BCED49240A725CFFD3C88B997DD16A 137s gpgv: Can't check signature: No public key 137s dpkg-source: warning: cannot verify inline signature for ./python-pamqp_3.3.0-1.dsc: no acceptable signature found 137s + chmod -R a+rX . 137s + cd src/. 137s + pwd 137s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest [12:50:51]: testing package python-pamqp version 3.3.0-1 137s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/build.I44/src/debian/ /tmp/autopkgtest-work.rs_8aa9c/out/pkg/debian/ 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: autodep8 generated control: ----- 137s Tests: upstream 137s Depends: 137s python3-all, 137s @, 137s @builddeps@, 137s Restrictions: allow-stderr 137s 137s 137s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pamqp; print(pamqp)" ; done 137s Depends: python3-all, python3-pamqp, 137s Restrictions: allow-stderr, superficial, 137s Features: test-name=autodep8-python3 137s 137s 137s ------- 137s autopkgtest: DBG: processing dependency python3-all 137s autopkgtest: DBG: processing dependency @ 137s autopkgtest: DBG: synthesised dependency python-pamqp-doc 137s autopkgtest: DBG: synthesised dependency python3-pamqp 137s autopkgtest: DBG: processing dependency @builddeps@ 137s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 137s autopkgtest: DBG: synthesised dependency dh-sequence-python3 137s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 137s autopkgtest: DBG: synthesised dependency python3-all 137s autopkgtest: DBG: synthesised dependency python3-doc 137s autopkgtest: DBG: synthesised dependency python3-pytest 137s autopkgtest: DBG: synthesised dependency python3-setuptools 137s autopkgtest: DBG: synthesised dependency python3-sphinx 137s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 137s autopkgtest: DBG: synthesised dependency build-essential 137s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python-pamqp-doc', 'python3-pamqp', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc', 'python3-pytest', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'build-essential'] 137s autopkgtest: DBG: processing dependency python3-all 137s autopkgtest: DBG: processing dependency python3-pamqp 137s autopkgtest: DBG: marked alternatives ['python3-pamqp'] as a synthesised dependency 137s 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 pamqp; print(pamqp)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-pamqp'] 137s autopkgtest [12:50:51]: build not needed 137s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/build.I44/src/ /tmp/autopkgtest-work.rs_8aa9c/out/tests-tree/ 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: autodep8 generated control: ----- 138s Tests: upstream 138s Depends: 138s python3-all, 138s @, 138s @builddeps@, 138s Restrictions: allow-stderr 138s 138s 138s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pamqp; print(pamqp)" ; done 138s Depends: python3-all, python3-pamqp, 138s Restrictions: allow-stderr, superficial, 138s Features: test-name=autodep8-python3 138s 138s 138s ------- 138s autopkgtest: DBG: processing dependency python3-all 138s autopkgtest: DBG: processing dependency @ 138s autopkgtest: DBG: synthesised dependency python-pamqp-doc 138s autopkgtest: DBG: synthesised dependency python3-pamqp 138s autopkgtest: DBG: processing dependency @builddeps@ 138s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 138s autopkgtest: DBG: synthesised dependency dh-sequence-python3 138s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 138s autopkgtest: DBG: synthesised dependency python3-all 138s autopkgtest: DBG: synthesised dependency python3-doc 138s autopkgtest: DBG: synthesised dependency python3-pytest 138s autopkgtest: DBG: synthesised dependency python3-setuptools 138s autopkgtest: DBG: synthesised dependency python3-sphinx 138s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 138s autopkgtest: DBG: synthesised dependency build-essential 138s autopkgtest: DBG: Test defined: name upstream path debian/tests/upstream command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python-pamqp-doc', 'python3-pamqp', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc', 'python3-pytest', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'build-essential'] 138s autopkgtest: DBG: processing dependency python3-all 138s autopkgtest: DBG: processing dependency python3-pamqp 138s autopkgtest: DBG: marked alternatives ['python3-pamqp'] as a synthesised dependency 138s 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 pamqp; print(pamqp)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-pamqp'] 138s autopkgtest [12:50:52]: test upstream: preparing testbed 138s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python-pamqp-doc', 'python3-pamqp', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc', 'python3-pytest', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'build-essential'] 138s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 138s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python-pamqp-doc', 'python3-pamqp', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc', 'python3-pytest', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'build-essential'] 138s autopkgtest: DBG: install-deps: satisfying python3-all, python-pamqp-doc, python3-pamqp, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-doc, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, build-essential 138s autopkgtest: DBG: can use apt-get on testbed: True 138s 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, python-pamqp-doc, python3-pamqp, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-doc, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 138s Reading package lists... 138s Building dependency tree... 138s Reading state information... 138s Starting pkgProblemResolver with broken count: 0 138s Starting 2 pkgProblemResolver with broken count: 0 138s Done 139s The following NEW packages will be installed: 139s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 139s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 139s dh-python dh-strip-nondeterminism docutils-common dwz fonts-font-awesome 139s fonts-lato g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 139s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 139s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 139s libfile-stripnondeterminism-perl libgcc-14-dev libgomp1 libisl23 libitm1 139s libjs-jquery libjs-sphinxdoc libjs-underscore libjson-perl libmpc3 libnsl2 139s libpython3.12-minimal libpython3.12-stdlib libstdc++-14-dev libtool 139s libubsan1 m4 po-debconf pybuild-plugin-pyproject python-pamqp-doc 139s python3-alabaster python3-all python3-build python3-defusedxml python3-doc 139s python3-docutils python3-imagesize python3-iniconfig python3-installer 139s python3-packaging python3-pamqp python3-pluggy python3-pyproject-hooks 139s python3-pytest python3-roman python3-snowballstemmer python3-sphinx 139s python3-sphinx-rtd-theme python3-sphinxcontrib.jquery python3-toml 139s python3-wheel python3.12 python3.12-minimal python3.13-doc sgml-base 139s sphinx-common sphinx-rtd-theme-common xml-core 139s 0 upgraded, 80 newly installed, 0 to remove and 0 not upgraded. 139s Need to get 81.0 MB of archives. 139s After this operation, 296 MB of additional disk space will be used. 139s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 139s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 139s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 140s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 140s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 140s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 140s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 140s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 140s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 140s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 140s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 140s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 140s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 140s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 140s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 140s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 140s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 140s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 140s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 140s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 140s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 140s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 140s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 140s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 141s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 141s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 141s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 141s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 141s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 141s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 142s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 142s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 142s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 142s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 142s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 142s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 142s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 142s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 142s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 142s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 142s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 142s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 142s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 142s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 142s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 142s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 142s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 142s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 142s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 142s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 142s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 142s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 142s Get:53 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 142s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 142s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 142s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 142s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 142s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 142s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 142s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 142s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-pyproject all 6.20250108 [1726 B] 142s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 142s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x python-pamqp-doc all 3.3.0-1 [74.3 kB] 142s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 142s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 142s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-doc all 3.13.2-1 [14.2 MB] 143s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-doc all 3.13.1-1~exp2 [10.4 kB] 143s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 143s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 143s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 143s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 143s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pamqp all 3.3.0-1 [28.5 kB] 143s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 143s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 143s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 143s Get:76 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 143s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 143s Get:78 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 143s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.jquery all 4.1-5 [6678 B] 143s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-rtd-theme all 3.0.2+dfsg-2 [23.5 kB] 143s Fetched 81.0 MB in 4s (19.0 MB/s) 143s Selecting previously unselected package libpython3.12-minimal:s390x. 143s (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.) 143s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 143s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 143s Selecting previously unselected package python3.12-minimal. 143s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 143s Unpacking python3.12-minimal (3.12.9-1) ... 143s Selecting previously unselected package fonts-lato. 143s Preparing to unpack .../02-fonts-lato_2.015-1_all.deb ... 143s Unpacking fonts-lato (2.015-1) ... 144s Selecting previously unselected package sgml-base. 144s Preparing to unpack .../03-sgml-base_1.31_all.deb ... 144s Unpacking sgml-base (1.31) ... 144s Selecting previously unselected package libnsl2:s390x. 144s Preparing to unpack .../04-libnsl2_1.3.0-3build3_s390x.deb ... 144s Unpacking libnsl2:s390x (1.3.0-3build3) ... 144s Selecting previously unselected package libpython3.12-stdlib:s390x. 144s Preparing to unpack .../05-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 144s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 144s Selecting previously unselected package python3.12. 144s Preparing to unpack .../06-python3.12_3.12.9-1_s390x.deb ... 144s Unpacking python3.12 (3.12.9-1) ... 144s Selecting previously unselected package m4. 144s Preparing to unpack .../07-m4_1.4.19-5_s390x.deb ... 144s Unpacking m4 (1.4.19-5) ... 144s Selecting previously unselected package autoconf. 144s Preparing to unpack .../08-autoconf_2.72-3_all.deb ... 144s Unpacking autoconf (2.72-3) ... 144s Selecting previously unselected package autotools-dev. 144s Preparing to unpack .../09-autotools-dev_20220109.1_all.deb ... 144s Unpacking autotools-dev (20220109.1) ... 144s Selecting previously unselected package automake. 144s Preparing to unpack .../10-automake_1%3a1.17-3_all.deb ... 144s Unpacking automake (1:1.17-3) ... 144s Selecting previously unselected package autopoint. 144s Preparing to unpack .../11-autopoint_0.23.1-1_all.deb ... 144s Unpacking autopoint (0.23.1-1) ... 144s Selecting previously unselected package libisl23:s390x. 144s Preparing to unpack .../12-libisl23_0.27-1_s390x.deb ... 144s Unpacking libisl23:s390x (0.27-1) ... 144s Selecting previously unselected package libmpc3:s390x. 144s Preparing to unpack .../13-libmpc3_1.3.1-1build2_s390x.deb ... 144s Unpacking libmpc3:s390x (1.3.1-1build2) ... 144s Selecting previously unselected package cpp-14-s390x-linux-gnu. 144s Preparing to unpack .../14-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package cpp-14. 144s Preparing to unpack .../15-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package cpp-s390x-linux-gnu. 144s Preparing to unpack .../16-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package cpp. 144s Preparing to unpack .../17-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking cpp (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package libcc1-0:s390x. 144s Preparing to unpack .../18-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 144s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 144s Selecting previously unselected package libgomp1:s390x. 144s Preparing to unpack .../19-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 144s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 144s Selecting previously unselected package libitm1:s390x. 144s Preparing to unpack .../20-libitm1_15-20250213-1ubuntu1_s390x.deb ... 144s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 144s Selecting previously unselected package libasan8:s390x. 144s Preparing to unpack .../21-libasan8_15-20250213-1ubuntu1_s390x.deb ... 144s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 144s Selecting previously unselected package libubsan1:s390x. 144s Preparing to unpack .../22-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 144s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 144s Selecting previously unselected package libgcc-14-dev:s390x. 144s Preparing to unpack .../23-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-14-s390x-linux-gnu. 144s Preparing to unpack .../24-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-14. 144s Preparing to unpack .../25-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-s390x-linux-gnu. 144s Preparing to unpack .../26-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package gcc. 144s Preparing to unpack .../27-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking gcc (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package libstdc++-14-dev:s390x. 144s Preparing to unpack .../28-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 145s Selecting previously unselected package g++-14-s390x-linux-gnu. 145s Preparing to unpack .../29-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 145s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 145s Selecting previously unselected package g++-14. 145s Preparing to unpack .../30-g++-14_14.2.0-17ubuntu1_s390x.deb ... 145s Unpacking g++-14 (14.2.0-17ubuntu1) ... 145s Selecting previously unselected package g++-s390x-linux-gnu. 145s Preparing to unpack .../31-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 145s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 145s Selecting previously unselected package g++. 145s Preparing to unpack .../32-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 145s Unpacking g++ (4:14.2.0-1ubuntu1) ... 145s Selecting previously unselected package build-essential. 145s Preparing to unpack .../33-build-essential_12.10ubuntu1_s390x.deb ... 145s Unpacking build-essential (12.10ubuntu1) ... 145s Selecting previously unselected package libdebhelper-perl. 145s Preparing to unpack .../34-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 145s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 145s Selecting previously unselected package libtool. 145s Preparing to unpack .../35-libtool_2.5.4-3build1_all.deb ... 145s Unpacking libtool (2.5.4-3build1) ... 145s Selecting previously unselected package dh-autoreconf. 145s Preparing to unpack .../36-dh-autoreconf_20_all.deb ... 145s Unpacking dh-autoreconf (20) ... 145s Selecting previously unselected package libarchive-zip-perl. 145s Preparing to unpack .../37-libarchive-zip-perl_1.68-1_all.deb ... 145s Unpacking libarchive-zip-perl (1.68-1) ... 145s Selecting previously unselected package libfile-stripnondeterminism-perl. 145s Preparing to unpack .../38-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 145s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 145s Selecting previously unselected package dh-strip-nondeterminism. 145s Preparing to unpack .../39-dh-strip-nondeterminism_1.14.1-2_all.deb ... 145s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 145s Selecting previously unselected package debugedit. 145s Preparing to unpack .../40-debugedit_1%3a5.1-2_s390x.deb ... 145s Unpacking debugedit (1:5.1-2) ... 145s Selecting previously unselected package dwz. 145s Preparing to unpack .../41-dwz_0.15-1build6_s390x.deb ... 145s Unpacking dwz (0.15-1build6) ... 145s Selecting previously unselected package gettext. 145s Preparing to unpack .../42-gettext_0.23.1-1_s390x.deb ... 145s Unpacking gettext (0.23.1-1) ... 145s Selecting previously unselected package intltool-debian. 145s Preparing to unpack .../43-intltool-debian_0.35.0+20060710.6_all.deb ... 145s Unpacking intltool-debian (0.35.0+20060710.6) ... 145s Selecting previously unselected package po-debconf. 145s Preparing to unpack .../44-po-debconf_1.0.21+nmu1_all.deb ... 145s Unpacking po-debconf (1.0.21+nmu1) ... 145s Selecting previously unselected package debhelper. 145s Preparing to unpack .../45-debhelper_13.24.1ubuntu2_all.deb ... 145s Unpacking debhelper (13.24.1ubuntu2) ... 145s Selecting previously unselected package dh-python. 145s Preparing to unpack .../46-dh-python_6.20250108_all.deb ... 145s Unpacking dh-python (6.20250108) ... 145s Selecting previously unselected package xml-core. 145s Preparing to unpack .../47-xml-core_0.19_all.deb ... 145s Unpacking xml-core (0.19) ... 145s Selecting previously unselected package docutils-common. 145s Preparing to unpack .../48-docutils-common_0.21.2+dfsg-2_all.deb ... 145s Unpacking docutils-common (0.21.2+dfsg-2) ... 145s Selecting previously unselected package fonts-font-awesome. 145s Preparing to unpack .../49-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 145s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 145s Selecting previously unselected package libjs-jquery. 145s Preparing to unpack .../50-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 145s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 145s Selecting previously unselected package libjs-underscore. 145s Preparing to unpack .../51-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 145s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 145s Selecting previously unselected package libjs-sphinxdoc. 145s Preparing to unpack .../52-libjs-sphinxdoc_8.1.3-5_all.deb ... 145s Unpacking libjs-sphinxdoc (8.1.3-5) ... 145s Selecting previously unselected package libjson-perl. 145s Preparing to unpack .../53-libjson-perl_4.10000-1_all.deb ... 145s Unpacking libjson-perl (4.10000-1) ... 145s Selecting previously unselected package python3-packaging. 145s Preparing to unpack .../54-python3-packaging_24.2-1_all.deb ... 145s Unpacking python3-packaging (24.2-1) ... 145s Selecting previously unselected package python3-pyproject-hooks. 145s Preparing to unpack .../55-python3-pyproject-hooks_1.2.0-1_all.deb ... 145s Unpacking python3-pyproject-hooks (1.2.0-1) ... 145s Selecting previously unselected package python3-toml. 145s Preparing to unpack .../56-python3-toml_0.10.2-1_all.deb ... 145s Unpacking python3-toml (0.10.2-1) ... 145s Selecting previously unselected package python3-wheel. 145s Preparing to unpack .../57-python3-wheel_0.45.1-1_all.deb ... 145s Unpacking python3-wheel (0.45.1-1) ... 145s Selecting previously unselected package python3-build. 145s Preparing to unpack .../58-python3-build_1.2.2-1_all.deb ... 145s Unpacking python3-build (1.2.2-1) ... 145s Selecting previously unselected package python3-installer. 145s Preparing to unpack .../59-python3-installer_0.7.0+dfsg1-3_all.deb ... 145s Unpacking python3-installer (0.7.0+dfsg1-3) ... 145s Selecting previously unselected package pybuild-plugin-pyproject. 145s Preparing to unpack .../60-pybuild-plugin-pyproject_6.20250108_all.deb ... 145s Unpacking pybuild-plugin-pyproject (6.20250108) ... 145s Selecting previously unselected package sphinx-rtd-theme-common. 145s Preparing to unpack .../61-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 145s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 145s Selecting previously unselected package python-pamqp-doc. 145s Preparing to unpack .../62-python-pamqp-doc_3.3.0-1_all.deb ... 145s Unpacking python-pamqp-doc (3.3.0-1) ... 145s Selecting previously unselected package python3-all. 145s Preparing to unpack .../63-python3-all_3.13.1-1~exp2_s390x.deb ... 145s Unpacking python3-all (3.13.1-1~exp2) ... 145s Selecting previously unselected package python3-defusedxml. 145s Preparing to unpack .../64-python3-defusedxml_0.7.1-3_all.deb ... 145s Unpacking python3-defusedxml (0.7.1-3) ... 145s Selecting previously unselected package python3.13-doc. 145s Preparing to unpack .../65-python3.13-doc_3.13.2-1_all.deb ... 145s Unpacking python3.13-doc (3.13.2-1) ... 145s Selecting previously unselected package python3-doc. 145s Preparing to unpack .../66-python3-doc_3.13.1-1~exp2_all.deb ... 145s Unpacking python3-doc (3.13.1-1~exp2) ... 145s Selecting previously unselected package python3-roman. 145s Preparing to unpack .../67-python3-roman_5.0-1_all.deb ... 145s Unpacking python3-roman (5.0-1) ... 145s Selecting previously unselected package python3-docutils. 145s Preparing to unpack .../68-python3-docutils_0.21.2+dfsg-2_all.deb ... 145s Unpacking python3-docutils (0.21.2+dfsg-2) ... 145s Selecting previously unselected package python3-imagesize. 145s Preparing to unpack .../69-python3-imagesize_1.4.1-1_all.deb ... 145s Unpacking python3-imagesize (1.4.1-1) ... 145s Selecting previously unselected package python3-iniconfig. 145s Preparing to unpack .../70-python3-iniconfig_1.1.1-2_all.deb ... 145s Unpacking python3-iniconfig (1.1.1-2) ... 145s Selecting previously unselected package python3-pamqp. 145s Preparing to unpack .../71-python3-pamqp_3.3.0-1_all.deb ... 145s Unpacking python3-pamqp (3.3.0-1) ... 145s Selecting previously unselected package python3-pluggy. 145s Preparing to unpack .../72-python3-pluggy_1.5.0-1_all.deb ... 145s Unpacking python3-pluggy (1.5.0-1) ... 145s Selecting previously unselected package python3-pytest. 145s Preparing to unpack .../73-python3-pytest_8.3.4-1_all.deb ... 145s Unpacking python3-pytest (8.3.4-1) ... 146s Selecting previously unselected package python3-snowballstemmer. 146s Preparing to unpack .../74-python3-snowballstemmer_2.2.0-4build1_all.deb ... 146s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 146s Selecting previously unselected package sphinx-common. 146s Preparing to unpack .../75-sphinx-common_8.1.3-5_all.deb ... 146s Unpacking sphinx-common (8.1.3-5) ... 146s Selecting previously unselected package python3-alabaster. 146s Preparing to unpack .../76-python3-alabaster_0.7.16-0.1_all.deb ... 146s Unpacking python3-alabaster (0.7.16-0.1) ... 146s Selecting previously unselected package python3-sphinx. 146s Preparing to unpack .../77-python3-sphinx_8.1.3-5_all.deb ... 146s Unpacking python3-sphinx (8.1.3-5) ... 146s Selecting previously unselected package python3-sphinxcontrib.jquery. 146s Preparing to unpack .../78-python3-sphinxcontrib.jquery_4.1-5_all.deb ... 146s Unpacking python3-sphinxcontrib.jquery (4.1-5) ... 146s Selecting previously unselected package python3-sphinx-rtd-theme. 146s Preparing to unpack .../79-python3-sphinx-rtd-theme_3.0.2+dfsg-2_all.deb ... 146s Unpacking python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 146s Setting up dh-python (6.20250108) ... 146s Setting up python3-iniconfig (1.1.1-2) ... 146s Setting up fonts-lato (2.015-1) ... 146s Setting up python3-defusedxml (0.7.1-3) ... 146s Setting up libarchive-zip-perl (1.68-1) ... 146s Setting up python3-alabaster (0.7.16-0.1) ... 146s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 146s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 146s Setting up m4 (1.4.19-5) ... 146s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 146s Setting up python3-wheel (0.45.1-1) ... 146s Setting up python3-roman (5.0-1) ... 146s Setting up autotools-dev (20220109.1) ... 146s Setting up python3-packaging (24.2-1) ... 147s Setting up python3-pyproject-hooks (1.2.0-1) ... 147s Setting up python3-snowballstemmer (2.2.0-4build1) ... 147s Setting up libmpc3:s390x (1.3.1-1build2) ... 147s Setting up autopoint (0.23.1-1) ... 147s Setting up python3-toml (0.10.2-1) ... 147s Setting up python3-installer (0.7.0+dfsg1-3) ... 148s Setting up autoconf (2.72-3) ... 148s Setting up python3-pluggy (1.5.0-1) ... 148s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 148s Setting up dwz (0.15-1build6) ... 148s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 148s Setting up libjson-perl (4.10000-1) ... 148s Setting up libnsl2:s390x (1.3.0-3build3) ... 148s Setting up debugedit (1:5.1-2) ... 148s Setting up sgml-base (1.31) ... 148s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 148s Setting up libisl23:s390x (0.27-1) ... 148s Setting up python3-build (1.2.2-1) ... 148s Setting up python3-pamqp (3.3.0-1) ... 148s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 148s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 148s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 148s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 148s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 148s Setting up python3-imagesize (1.4.1-1) ... 148s Setting up automake (1:1.17-3) ... 148s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 148s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 148s Setting up python3.12-minimal (3.12.9-1) ... 149s Setting up gettext (0.23.1-1) ... 149s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 149s Setting up pybuild-plugin-pyproject (6.20250108) ... 149s Setting up python3-pytest (8.3.4-1) ... 149s Setting up python3.12 (3.12.9-1) ... 150s Setting up python3-all (3.13.1-1~exp2) ... 150s Setting up intltool-debian (0.35.0+20060710.6) ... 150s Setting up python3.13-doc (3.13.2-1) ... 150s Setting up libjs-sphinxdoc (8.1.3-5) ... 150s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 150s Setting up cpp-14 (14.2.0-17ubuntu1) ... 150s Setting up dh-strip-nondeterminism (1.14.1-2) ... 150s Setting up xml-core (0.19) ... 150s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 150s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 150s Setting up python3-doc (3.13.1-1~exp2) ... 150s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 150s Setting up po-debconf (1.0.21+nmu1) ... 150s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 151s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 151s Setting up python-pamqp-doc (3.3.0-1) ... 151s Setting up sphinx-common (8.1.3-5) ... 151s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 151s Setting up cpp (4:14.2.0-1ubuntu1) ... 151s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 151s Setting up gcc-14 (14.2.0-17ubuntu1) ... 151s Setting up g++-14 (14.2.0-17ubuntu1) ... 151s Setting up libtool (2.5.4-3build1) ... 151s Setting up gcc (4:14.2.0-1ubuntu1) ... 151s Setting up dh-autoreconf (20) ... 151s Setting up g++ (4:14.2.0-1ubuntu1) ... 151s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 151s Setting up build-essential (12.10ubuntu1) ... 151s Setting up debhelper (13.24.1ubuntu2) ... 151s Processing triggers for install-info (7.1.1-1) ... 151s Processing triggers for libc-bin (2.40-4ubuntu1) ... 151s Processing triggers for systemd (257.2-3ubuntu1) ... 151s Processing triggers for man-db (2.13.0-1) ... 152s Processing triggers for sgml-base (1.31) ... 152s Setting up docutils-common (0.21.2+dfsg-2) ... 152s Processing triggers for sgml-base (1.31) ... 152s Setting up python3-docutils (0.21.2+dfsg-2) ... 153s Setting up python3-sphinx (8.1.3-5) ... 154s Setting up python3-sphinxcontrib.jquery (4.1-5) ... 154s Setting up python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-pamqp-doc'], kind short, sout pipe, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pamqp'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.HLZfbC/upstream-packages.all"], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/upstream-packages.all /tmp/autopkgtest-work.rs_8aa9c/out/upstream-packages.all 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.HLZfbC/build.I44/src'], kind short, sout raw, serr raw, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.HLZfbC/build.I44/src already exists 155s autopkgtest [12:51:09]: test upstream: [----------------------- 155s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.HLZfbC/wrapper.sh --debug --artifacts=/tmp/autopkgtest.HLZfbC/upstream-artifacts --chdir=/tmp/autopkgtest.HLZfbC/build.I44/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.HLZfbC/upstream-stderr --stdout=/tmp/autopkgtest.HLZfbC/upstream-stdout --tmp=/tmp/autopkgtest.HLZfbC/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.HLZfbC/build.I44/src/debian/tests/upstream -- /tmp/autopkgtest.HLZfbC/build.I44/src/debian/tests/upstream'], kind test, sout raw, serr raw, env [] 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.HLZfbC/upstream-artifacts 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: changing to directory: /tmp/autopkgtest.HLZfbC/build.I44/src 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: LANG=C.UTF-8 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LANGUAGE 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_ADDRESS 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_ALL 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_COLLATE 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_CTYPE 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_IDENTIFICATION 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MEASUREMENT 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MESSAGES 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MONETARY 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_NAME 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_NUMERIC 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_PAPER 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_TELEPHONE 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_TIME 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: pretending to be a login shell 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: will write standard error to /tmp/autopkgtest.HLZfbC/upstream-stderr 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: will write stdout to /tmp/autopkgtest.HLZfbC/upstream-stdout 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.HLZfbC/autopkgtest_tmp 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: marking as executable: /tmp/autopkgtest.HLZfbC/build.I44/src/debian/tests/upstream 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: command to run: /tmp/autopkgtest.HLZfbC/build.I44/src/debian/tests/upstream 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: copying /tmp/tmp.fdN0UZ5WDS/out to stdout and file: /tmp/autopkgtest.HLZfbC/upstream-stdout 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: copying /tmp/tmp.fdN0UZ5WDS/err to standard error and file: /tmp/autopkgtest.HLZfbC/upstream-stdout 155s /tmp/autopkgtest.HLZfbC/wrapper.sh: writing script pid 2459 to /tmp/autopkgtest_script_pid 156s ============================= test session starts ============================== 156s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 156s rootdir: /tmp/autopkgtest.HLZfbC/autopkgtest_tmp 156s plugins: typeguard-4.4.1 156s collected 849 items / 86 deselected / 763 selected 156s 156s tests/test_command_argument_errors.py .................................. [ 4%] 156s .......................... [ 7%] 156s tests/test_commands.py ................................................. [ 14%] 156s ........................................................................ [ 23%] 156s ........................................................................ [ 33%] 156s ........................................................................ [ 42%] 156s ........................................................................ [ 52%] 156s ........................................................................ [ 61%] 156s ................................. [ 65%] 156s tests/test_decoding.py ..............................................s.. [ 72%] 156s ................................................s....................... [ 81%] 156s ......................s.............................. [ 88%] 156s tests/test_encode_decode.py ... [ 88%] 156s tests/test_encoding.py ................................................. [ 95%] 156s ............ [ 96%] 156s tests/test_frame_marshaling.py .......... [ 98%] 156s tests/test_frame_unmarshaling_errors.py ......... [ 99%] 156s tests/test_tag_uri_scheme.py .... [100%] 156s 156s ================ 760 passed, 3 skipped, 86 deselected in 0.45s ================= 156s ============================= test session starts ============================== 156s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 156s rootdir: /tmp/autopkgtest.HLZfbC/autopkgtest_tmp 156s plugins: typeguard-4.4.1 156s collected 849 items / 86 deselected / 763 selected 156s 156s tests/test_command_argument_errors.py .................................. [ 4%] 156s .......................... [ 7%] 156s tests/test_commands.py ................................................. [ 14%] 156s ........................................................................ [ 23%] 157s ........................................................................ [ 33%] 157s ........................................................................ [ 42%] 157s ........................................................................ [ 52%] 157s ........................................................................ [ 61%] 157s ................................. [ 65%] 157s tests/test_decoding.py ..............................................s.. [ 72%] 157s ................................................s....................... [ 81%] 157s ......................s.............................. [ 88%] 157s tests/test_encode_decode.py ... [ 88%] 157s tests/test_encoding.py ................................................. [ 95%] 157s ............ [ 96%] 157s tests/test_frame_marshaling.py .......... [ 98%] 157s tests/test_frame_unmarshaling_errors.py ......... [ 99%] 157s tests/test_tag_uri_scheme.py .... [100%] 157s 157s ================ 760 passed, 3 skipped, 86 deselected in 0.40s ================= 157s /tmp/autopkgtest.HLZfbC/wrapper.sh: checking for leaked background processes... 157s /tmp/autopkgtest.HLZfbC/wrapper.sh: waiting for tee/cat subprocesses... 157s /tmp/autopkgtest.HLZfbC/wrapper.sh: cleaning up... 157s /tmp/autopkgtest.HLZfbC/wrapper.sh: Exit status: 0 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest [12:51:11]: test upstream: -----------------------] 157s autopkgtest: DBG: testbed executing test finished with exit status 0 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/upstream-stdout /tmp/autopkgtest-work.rs_8aa9c/out/upstream-stdout 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/upstream-stderr /tmp/autopkgtest-work.rs_8aa9c/out/upstream-stderr 157s autopkgtest: DBG: got reply from testbed: ok 157s upstream PASS 157s autopkgtest [12:51:11]: test upstream: - - - - - - - - - - results - - - - - - - - - - 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/upstream-artifacts/ /tmp/autopkgtest-work.rs_8aa9c/out/artifacts/ 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.HLZfbC/upstream-artifacts', '/tmp/autopkgtest.HLZfbC/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest [12:51:12]: test autodep8-python3: preparing testbed 158s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-all', 'python-pamqp-doc', 'python3-pamqp', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-all', 'python3-doc', 'python3-pytest', 'python3-setuptools', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'build-essential'], deps_new=['python3-all', 'python3-pamqp'] 158s autopkgtest: DBG: testbed reset 158s autopkgtest: DBG: sending command to testbed: revert 292s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.HLZfbC 292s autopkgtest: DBG: sending command to testbed: print-execute-command 292s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.b08rifgj/runcmd 292s autopkgtest: DBG: sending command to testbed: capabilities 292s autopkgtest: DBG: got reply from testbed: ok revert revert-full-system suggested-normal-user=ubuntu reboot root-on-testbed ok isolation-machine 292s autopkgtest: DBG: testbed capabilities: ['revert', 'revert-full-system', 'suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'ok', 'isolation-machine', 'has_internet'] 292s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.HLZfbC/wrapper.sh 292s autopkgtest: DBG: got reply from testbed: ok 292s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/wrapper.sh'], kind short, sout raw, serr pipe, env [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [12:53:27]: testbed dpkg architecture: s390x 293s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [12:53:27]: testbed apt version: 2.9.30 293s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest: DBG: testbed has eatmydata 293s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [12:53:27]: @@@@@@@@@@@@@@@@@@@@ test bed setup 293s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [12:53:27]: testbed release detected to be: plucky 293s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s 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 [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: adding APT source: Types: deb deb-src 294s URIs: http://ftpmaster.internal/ubuntu/ 294s Suites: plucky-proposed 294s Components: main restricted universe multiverse 294s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 294s 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 [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 294s Package: * 294s Pin: release plucky-proposed 294s Pin-Priority: 500 294s 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 [] 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest [12:53:28]: updating testbed package index (apt update) 294s 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'] 294s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 294s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 294s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 295s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 295s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 295s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 295s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 295s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 295s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 295s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 295s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 295s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 295s Fetched 1700 kB in 1s (1937 kB/s) 296s Reading package lists... 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 296s Package: * 296s Pin: release plucky-proposed 296s Pin-Priority: 100 296s 296s Package: src:sphinx:any 296s Pin: release plucky-proposed 296s Pin-Priority: 995 296s 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 [] 296s autopkgtest: DBG: testbed command exited with code 0 296s 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.HLZfbC/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s 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'] 296s + lsb_release --codename --short 296s + RELEASE=plucky 296s + cat 296s + [ plucky != trusty ] 296s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 296s Reading package lists... 296s Building dependency tree... 296s Reading state information... 296s Calculating upgrade... 297s The following packages were automatically installed and are no longer required: 297s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 297s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 297s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 297s linux-tools-6.11.0-8-generic 297s Use 'sudo apt autoremove' to remove them. 297s The following packages will be upgraded: 297s iproute2 liblsof0 libp11-kit0 lsof 297s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 297s Need to get 1791 kB of archives. 297s After this operation, 17.4 kB of additional disk space will be used. 297s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 297s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 297s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 297s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 297s Preconfiguring packages ... 297s Fetched 1791 kB in 1s (2790 kB/s) 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 ... 81030 files and directories currently installed.) 298s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 298s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 298s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 298s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 298s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 298s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 298s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 298s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 298s Setting up liblsof0 (4.99.4+dfsg-1) ... 298s Setting up iproute2 (6.13.0-1ubuntu1) ... 298s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 298s Setting up lsof (4.99.4+dfsg-1) ... 298s Processing triggers for man-db (2.13.0-1) ... 299s Processing triggers for libc-bin (2.40-4ubuntu1) ... 299s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 299s + /usr/lib/apt/apt-helper analyze-pattern ?true 299s + uname -r 299s + sed s/\./\\./g 299s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 299s + apt list ?obsolete 299s + tail -n+2 299s + cut -d/ -f1 299s + grep -v ^linux-.*6\.12\.0-15-generic.* 299s + true 299s + obsolete_pkgs= 299s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 299s Reading package lists... 299s Building dependency tree... 299s Reading state information... 299s The following packages will be REMOVED: 299s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 299s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 299s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 299s linux-tools-6.11.0-8-generic* 299s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 299s After this operation, 167 MB disk space will be freed. 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 ... 81031 files and directories currently installed.) 299s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 299s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 299s Removing libpython3.12t64:s390x (3.12.9-1) ... 299s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 300s Removing libnsl2:s390x (1.3.0-3build3) ... 300s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 300s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 300s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 301s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 301s Processing triggers for libc-bin (2.40-4ubuntu1) ... 301s (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.) 301s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 301s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 301s + grep -q trusty /etc/lsb-release 301s + [ ! -d /usr/share/doc/unattended-upgrades ] 301s + [ ! -d /usr/share/doc/lxd ] 301s + [ ! -d /usr/share/doc/lxd-client ] 301s + [ ! -d /usr/share/doc/snapd ] 301s + type iptables 301s + cat 301s + chmod 755 /etc/rc.local 301s + . /etc/rc.local 301s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 301s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 301s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 301s + uname -m 301s + [ s390x = ppc64le ] 301s + [ -d /run/systemd/system ] 301s + systemd-detect-virt --quiet --vm 301s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 301s + cat 301s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 301s + echo COMPRESS=lz4 301s autopkgtest: DBG: testbed command exited with code 0 301s autopkgtest [12:53:35]: upgrading testbed (apt dist-upgrade and autopurge) 301s 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'] 301s Reading package lists... 301s Building dependency tree... 301s Reading state information... 302s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 302s Starting 2 pkgProblemResolver with broken count: 0 302s Done 302s Entering ResolveByKeep 302s 302s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 302s autopkgtest: DBG: testbed command exited with code 0 302s 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'] 302s Reading package lists... 303s Building dependency tree... 303s Reading state information... 303s Starting pkgProblemResolver with broken count: 0 303s Starting 2 pkgProblemResolver with broken count: 0 303s Done 303s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 303s autopkgtest: DBG: testbed command exited with code 0 303s 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.HLZfbC/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 303s autopkgtest: DBG: testbed command exited with code 1 303s autopkgtest [12:53:37]: rebooting testbed after setup commands that affected boot 303s autopkgtest: DBG: sending command to testbed: reboot 323s autopkgtest: DBG: got reply from testbed: ok 323s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 323s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 323s autopkgtest: DBG: testbed command exited with code 0 323s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot 323s autopkgtest: DBG: got reply from testbed: ok 323s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.HLZfbC/testbed-packages"], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/testbed-packages /tmp/autopkgtest-work.rs_8aa9c/out/testbed-packages 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 325s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.HLZfbC/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 327s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-pamqp'] 327s autopkgtest: DBG: install-deps: satisfying python3-all, python3-pamqp 327s autopkgtest: DBG: can use apt-get on testbed: True 327s 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-pamqp'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 327s Reading package lists... 327s Building dependency tree... 327s Reading state information... 328s Starting pkgProblemResolver with broken count: 0 328s Starting 2 pkgProblemResolver with broken count: 0 328s Done 328s The following NEW packages will be installed: 328s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all python3-pamqp 328s python3.12 python3.12-minimal 328s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 328s Need to get 6055 kB of archives. 328s After this operation, 24.1 MB of additional disk space will be used. 328s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 328s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 329s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 329s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 329s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 329s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 329s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pamqp all 3.3.0-1 [28.5 kB] 329s Fetched 6055 kB in 1s (7672 kB/s) 329s Selecting previously unselected package libpython3.12-minimal:s390x. 329s (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.) 329s Preparing to unpack .../0-libpython3.12-minimal_3.12.9-1_s390x.deb ... 329s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 329s Selecting previously unselected package python3.12-minimal. 329s Preparing to unpack .../1-python3.12-minimal_3.12.9-1_s390x.deb ... 329s Unpacking python3.12-minimal (3.12.9-1) ... 329s Selecting previously unselected package libnsl2:s390x. 329s Preparing to unpack .../2-libnsl2_1.3.0-3build3_s390x.deb ... 329s Unpacking libnsl2:s390x (1.3.0-3build3) ... 329s Selecting previously unselected package libpython3.12-stdlib:s390x. 329s Preparing to unpack .../3-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 329s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 329s Selecting previously unselected package python3.12. 329s Preparing to unpack .../4-python3.12_3.12.9-1_s390x.deb ... 329s Unpacking python3.12 (3.12.9-1) ... 329s Selecting previously unselected package python3-all. 329s Preparing to unpack .../5-python3-all_3.13.1-1~exp2_s390x.deb ... 329s Unpacking python3-all (3.13.1-1~exp2) ... 329s Selecting previously unselected package python3-pamqp. 329s Preparing to unpack .../6-python3-pamqp_3.3.0-1_all.deb ... 329s Unpacking python3-pamqp (3.3.0-1) ... 329s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 329s Setting up libnsl2:s390x (1.3.0-3build3) ... 329s Setting up python3-pamqp (3.3.0-1) ... 330s Setting up python3.12-minimal (3.12.9-1) ... 331s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 331s Setting up python3.12 (3.12.9-1) ... 332s Setting up python3-all (3.13.1-1~exp2) ... 332s Processing triggers for man-db (2.13.0-1) ... 333s Processing triggers for libc-bin (2.40-4ubuntu1) ... 333s Processing triggers for systemd (257.2-3ubuntu1) ... 333s autopkgtest: DBG: testbed command exited with code 0 333s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pamqp'], kind short, sout pipe, serr pipe, env [] 333s autopkgtest: DBG: testbed command exited with code 0 333s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.HLZfbC/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 333s autopkgtest: DBG: testbed command exited with code 0 333s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/autodep8-python3-packages.all /tmp/autopkgtest-work.rs_8aa9c/out/autodep8-python3-packages.all 334s autopkgtest: DBG: got reply from testbed: ok 334s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.HLZfbC/build.I44/src'], kind short, sout raw, serr raw, env [] 334s autopkgtest: DBG: testbed command exited with code 1 334s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.HLZfbC/build.I44'], kind short, sout raw, serr pipe, env [] 334s autopkgtest: DBG: testbed command exited with code 0 334s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.rs_8aa9c/out/tests-tree/ /tmp/autopkgtest.HLZfbC/build.I44/src/ 334s autopkgtest: DBG: got reply from testbed: ok 334s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.HLZfbC/build.I44/src'], kind short, sout raw, serr pipe, env [] 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest [12:54:09]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pamqp; print(pamqp)" ; done 335s autopkgtest [12:54:09]: test autodep8-python3: [----------------------- 335s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.HLZfbC/wrapper.sh --debug --artifacts=/tmp/autopkgtest.HLZfbC/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.HLZfbC/build.I44/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.HLZfbC/autodep8-python3-stderr --stdout=/tmp/autopkgtest.HLZfbC/autodep8-python3-stdout --tmp=/tmp/autopkgtest.HLZfbC/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 pamqp; print(pamqp)" ; done\''], kind test, sout raw, serr raw, env [] 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.HLZfbC/autodep8-python3-artifacts 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: changing to directory: /tmp/autopkgtest.HLZfbC/build.I44/src 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: LANG=C.UTF-8 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LANGUAGE 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_ADDRESS 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_ALL 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_COLLATE 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_CTYPE 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_IDENTIFICATION 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MEASUREMENT 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MESSAGES 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_MONETARY 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_NAME 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_NUMERIC 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_PAPER 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_TELEPHONE 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: unsetting environment: LC_TIME 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: pretending to be a login shell 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: will write standard error to /tmp/autopkgtest.HLZfbC/autodep8-python3-stderr 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: will write stdout to /tmp/autopkgtest.HLZfbC/autodep8-python3-stdout 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.HLZfbC/autopkgtest_tmp 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 335s /tmp/autopkgtest.HLZfbC/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 pamqp; print(pamqp)" ; done 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: copying /tmp/tmp.WX7yPb2LHs/out to stdout and file: /tmp/autopkgtest.HLZfbC/autodep8-python3-stdout 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: copying /tmp/tmp.WX7yPb2LHs/err to standard error and file: /tmp/autopkgtest.HLZfbC/autodep8-python3-stdout 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: writing script pid 1303 to /tmp/autopkgtest_script_pid 335s Testing with python3.12: 335s 335s Testing with python3.13: 335s 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: checking for leaked background processes... 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: waiting for tee/cat subprocesses... 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: cleaning up... 335s /tmp/autopkgtest.HLZfbC/wrapper.sh: Exit status: 0 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest [12:54:09]: test autodep8-python3: -----------------------] 335s autopkgtest: DBG: testbed executing test finished with exit status 0 335s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/autodep8-python3-stdout /tmp/autopkgtest-work.rs_8aa9c/out/autodep8-python3-stdout 335s autopkgtest: DBG: got reply from testbed: ok 335s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/autodep8-python3-stderr /tmp/autopkgtest-work.rs_8aa9c/out/autodep8-python3-stderr 335s autopkgtest: DBG: got reply from testbed: ok 336s autodep8-python3 PASS (superficial) 336s autopkgtest [12:54:10]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 336s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.HLZfbC/autodep8-python3-artifacts/ /tmp/autopkgtest-work.rs_8aa9c/out/artifacts/ 336s autopkgtest: DBG: got reply from testbed: ok 336s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.HLZfbC/autodep8-python3-artifacts', '/tmp/autopkgtest.HLZfbC/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 336s autopkgtest [12:54:10]: @@@@@@@@@@@@@@@@@@@@ summary 336s upstream PASS 336s autodep8-python3 PASS (superficial) 336s autopkgtest: DBG: testbed stop 336s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.HLZfbC 336s autopkgtest: DBG: sending command to testbed: close 353s autopkgtest: DBG: got reply from testbed: ok 353s autopkgtest: DBG: sending command to testbed: quit 353s nova [W] Using flock in prodstack6-s390x 353s Creating nova instance adt-plucky-s390x-python-pamqp-20250219-124834-juju-7f2275-prod-proposed-migration-environment-15-97c50d4b-cf3c-4b58-9258-af2ac77847b3 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 353s nova [W] Timed out waiting for ad86faaf-b786-439d-ad38-65f0f9c1bebd to get deleted. 353s nova [W] Using flock in prodstack6-s390x 353s Creating nova instance adt-plucky-s390x-python-pamqp-20250219-124834-juju-7f2275-prod-proposed-migration-environment-15-97c50d4b-cf3c-4b58-9258-af2ac77847b3 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 353s nova [W] Timed out waiting for 2266690f-f848-4f08-b091-3ee4fb356a96 to get deleted.