0s autopkgtest: DBG: testbed init 0s autopkgtest [12:23:38]: starting date and time: 2025-02-19 12:23:38+0000 0s autopkgtest [12:23:38]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:23:38]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.d7y4o8t3/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade pillow --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-3.secgroup --name adt-plucky-s390x-pillow-20250219-122337-juju-7f2275-prod-proposed-migration-environment-15-1296d091-bfcf-4af9-b5d1-cecc2dfcf00a --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 134s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.cCUbg9 134s autopkgtest: DBG: sending command to testbed: print-execute-command 134s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh._3s7y8x_/runcmd 134s autopkgtest: DBG: sending command to testbed: capabilities 134s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu revert revert-full-system isolation-machine root-on-testbed 134s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'revert', 'revert-full-system', 'isolation-machine', 'root-on-testbed', 'has_internet'] 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cCUbg9'], 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/wrapper.sh /tmp/autopkgtest.cCUbg9/wrapper.sh 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cCUbg9/wrapper.sh'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest [12:25:52]: testbed dpkg architecture: s390x 134s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest [12:25:52]: testbed apt version: 2.9.30 134s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed has eatmydata 135s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [12:25:53]: @@@@@@@@@@@@@@@@@@@@ test bed setup 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [12:25:53]: testbed release detected to be: None 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: adding APT source: Types: deb deb-src 135s URIs: http://ftpmaster.internal/ubuntu/ 135s Suites: plucky-proposed 135s Components: main restricted universe multiverse 135s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 135s 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 [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 135s Package: * 135s Pin: release plucky-proposed 135s Pin-Priority: 500 135s 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 [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [12:25:54]: updating testbed package index (apt update) 136s 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'] 136s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 136s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 136s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 136s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 136s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 136s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 137s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 137s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 137s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 137s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 137s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 137s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 137s Fetched 1700 kB in 2s (1027 kB/s) 138s Reading package lists... 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 138s Package: * 138s Pin: release plucky-proposed 138s Pin-Priority: 100 138s 138s Package: src:sphinx:any 138s Pin: release plucky-proposed 138s Pin-Priority: 995 138s 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 [] 138s autopkgtest: DBG: testbed command exited with code 0 138s 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.cCUbg9/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s 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'] 138s + lsb_release --codename --short 138s + RELEASE=plucky 138s + cat 138s + [ plucky != trusty ] 138s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 139s Reading package lists... 139s Building dependency tree... 139s Reading state information... 139s Calculating upgrade... 139s The following packages were automatically installed and are no longer required: 139s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 139s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 139s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 139s linux-tools-6.11.0-8-generic 139s Use 'sudo apt autoremove' to remove them. 139s The following packages will be upgraded: 139s iproute2 liblsof0 libp11-kit0 lsof 139s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 139s Need to get 1791 kB of archives. 139s After this operation, 17.4 kB of additional disk space will be used. 139s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 140s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 140s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 140s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 140s Preconfiguring packages ... 140s Fetched 1791 kB in 1s (1440 kB/s) 140s (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.) 140s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 141s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 141s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 141s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 141s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 141s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 141s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 141s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 141s Setting up liblsof0 (4.99.4+dfsg-1) ... 141s Setting up iproute2 (6.13.0-1ubuntu1) ... 141s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 141s Setting up lsof (4.99.4+dfsg-1) ... 141s Processing triggers for man-db (2.13.0-1) ... 141s Processing triggers for libc-bin (2.40-4ubuntu1) ... 141s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 141s + /usr/lib/apt/apt-helper analyze-pattern ?true 141s + uname -r 141s + sed s/\./\\./g 141s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 141s + apt list ?obsolete 141s + tail+ cut -d/ -f1 141s -n+2 141s + grep -v ^linux-.*6\.12\.0-15-generic.* 142s + true 142s + obsolete_pkgs= 142s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 142s Reading package lists... 142s Building dependency tree... 142s Reading state information... 142s The following packages will be REMOVED: 142s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 142s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 142s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 142s linux-tools-6.11.0-8-generic* 142s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 142s After this operation, 167 MB disk space will be freed. 142s (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.) 142s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 142s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 142s Removing libpython3.12t64:s390x (3.12.9-1) ... 142s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 142s Removing libnsl2:s390x (1.3.0-3build3) ... 142s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 142s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 142s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 143s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 143s Processing triggers for libc-bin (2.40-4ubuntu1) ... 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 ... 55931 files and directories currently installed.) 143s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 143s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 143s + grep -q trusty /etc/lsb-release 143s + [ ! -d /usr/share/doc/unattended-upgrades ] 143s + [ ! -d /usr/share/doc/lxd ] 143s + [ ! -d /usr/share/doc/lxd-client ] 143s + [ ! -d /usr/share/doc/snapd ] 143s + type iptables 143s + cat 143s + chmod 755 /etc/rc.local 143s + . /etc/rc.local 143s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 143s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 143s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 143s + uname -m 143s + [ s390x = ppc64le ] 143s + [ -d /run/systemd/system ] 143s + systemd-detect-virt --quiet --vm 143s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 143s + cat 143s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 143s + echo COMPRESS=lz4 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [12:26:01]: upgrading testbed (apt dist-upgrade and autopurge) 143s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 143s Reading package lists... 144s Building dependency tree... 144s Reading state information... 144s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 144s Starting 2 pkgProblemResolver with broken count: 0 144s Done 144s Entering ResolveByKeep 144s 144s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 144s autopkgtest: DBG: testbed command exited with code 0 144s 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'] 144s Reading package lists... 144s Building dependency tree... 144s Reading state information... 145s Starting pkgProblemResolver with broken count: 0 145s Starting 2 pkgProblemResolver with broken count: 0 145s Done 145s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 145s autopkgtest: DBG: testbed command exited with code 0 145s 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.cCUbg9/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 1 145s autopkgtest [12:26:03]: rebooting testbed after setup commands that affected boot 145s autopkgtest: DBG: sending command to testbed: reboot 158s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 165s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cCUbg9'], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cCUbg9/autopkgtest-reboot 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cCUbg9'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest [12:26:25]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 167s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cCUbg9/testbed-packages"], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/testbed-packages /tmp/autopkgtest-work.d7y4o8t3/out/testbed-packages 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 168s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cCUbg9'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cCUbg9/autopkgtest-reboot 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cCUbg9'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cCUbg9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: Binaries: initialising 170s autopkgtest [12:26:28]: @@@@@@@@@@@@@@@@@@@@ apt-source pillow 170s autopkgtest: DBG: blame += pillow 170s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 170s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'pillow'], kind short, sout pipe, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pil\\.imagetk$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pil.imagetk=11.1.0-5'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-pil-doc$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-pil-doc=11.1.0-5'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-pil$'], kind short, sout pipe, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-pil=11.1.0-5'], kind short, sout pipe, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: install_deps: deps_new=[] 172s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s 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.cCUbg9/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source pillow=11.1.0-5 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 pillow_*.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'] 172s + cd / 172s + mktemp -d /tmp/autopkgtest.cCUbg9/build.XXX 172s + builddir=/tmp/autopkgtest.cCUbg9/build.lkb 172s + cd /tmp/autopkgtest.cCUbg9/build.lkb 172s + apt-get source -d -q --only-source pillow=11.1.0-5 178s + OUT=Reading package lists... 178s Need to get 36.9 MB of source archives. 178s Get:1 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (dsc) [2368 B] 178s Get:2 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (tar) [36.9 MB] 178s Get:3 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (diff) [16.7 kB] 178s Fetched 36.9 MB in 6s (5861 kB/s) 178s Download complete and in download only mode 178s + [ -n ] 178s + echo Reading package lists... 178s Need to get 36.9 MB of source archives. 178s Get:1 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (dsc) [2368 B] 178s Get:2 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (tar) [36.9 MB] 178s Get:3 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (diff) [16.7 kB] 178s Fetched 36.9 MB in 6s (5861 kB/s) 178s Download complete and in download only mode 178s + grep ^Get: 178s Get:1 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (dsc) [2368 B] 178s Get:2 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (tar) [36.9 MB] 178s Get:3 http://ftpmaster.internal/ubuntu plucky/main pillow 11.1.0-5 (diff) [16.7 kB] 178s + dpkg-source -x pillow_11.1.0-5.dsc src 178s gpgv: Signature made Thu Feb 6 13:57:44 2025 UTC 178s gpgv: using RSA key D56571B88A8BBAF140BF63D6BD7EAA60778FA6F5 178s gpgv: issuer "doko@debian.org" 178s gpgv: Can't check signature: No public key 178s dpkg-source: warning: cannot verify inline signature for ./pillow_11.1.0-5.dsc: no acceptable signature found 181s + chmod -R a+rX . 181s + cd src/. 181s + pwd 181s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [12:26:39]: testing package pillow version 11.1.0-5 181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/build.lkb/src/debian/ /tmp/autopkgtest-work.d7y4o8t3/out/pkg/debian/ 181s autopkgtest: DBG: got reply from testbed: ok 181s autopkgtest: DBG: processing dependency @ 181s autopkgtest: DBG: synthesised dependency python3-pil 181s autopkgtest: DBG: synthesised dependency python3-pil.imagetk 181s autopkgtest: DBG: synthesised dependency python-pil-doc 181s autopkgtest: DBG: Test defined: name selftest-py3 path debian/tests/selftest-py3 command "None" restrictions ['allow-stderr'] features [] depends ['python3-pil', 'python3-pil.imagetk', 'python-pil-doc'] 181s autopkgtest [12:26:39]: build not needed 181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/build.lkb/src/ /tmp/autopkgtest-work.d7y4o8t3/out/tests-tree/ 184s autopkgtest: DBG: got reply from testbed: ok 184s autopkgtest: DBG: processing dependency @ 184s autopkgtest: DBG: synthesised dependency python3-pil 184s autopkgtest: DBG: synthesised dependency python3-pil.imagetk 184s autopkgtest: DBG: synthesised dependency python-pil-doc 184s autopkgtest: DBG: Test defined: name selftest-py3 path debian/tests/selftest-py3 command "None" restrictions ['allow-stderr'] features [] depends ['python3-pil', 'python3-pil.imagetk', 'python-pil-doc'] 184s autopkgtest [12:26:42]: test selftest-py3: preparing testbed 184s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-pil', 'python3-pil.imagetk', 'python-pil-doc'] 184s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 184s autopkgtest: DBG: install_deps: deps_new=['python3-pil', 'python3-pil.imagetk', 'python-pil-doc'] 184s autopkgtest: DBG: install-deps: satisfying python3-pil, python3-pil.imagetk, python-pil-doc 184s autopkgtest: DBG: can use apt-get on testbed: True 184s 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-pil, python3-pil.imagetk, python-pil-doc'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 184s Reading package lists... 185s Building dependency tree... 185s Reading state information... 185s Starting pkgProblemResolver with broken count: 0 185s Starting 2 pkgProblemResolver with broken count: 0 185s Done 185s The following NEW packages will be installed: 185s blt fontconfig-config fonts-dejavu-core fonts-dejavu-mono libdeflate0 185s libfontconfig1 libfreetype6 libgomp1 libgraphite2-3 libharfbuzz0b 185s libimagequant0 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc 185s libjs-underscore liblcms2-2 libopenjp2-7 libraqm0 libsharpyuv0 libtcl8.6 185s libtiff6 libtk8.6 libwebp7 libwebpdemux2 libwebpmux3 libxft2 libxrender1 185s libxss1 python-pil-doc python3-pil python3-pil.imagetk python3-tk 185s python3.12-tk python3.13-tk tk8.6-blt2.5 x11-common 185s 0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded. 185s Need to get 8788 kB of archives. 185s After this operation, 42.3 MB of additional disk space will be used. 185s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 186s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 186s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 186s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 186s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 186s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 186s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 186s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 186s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 186s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 186s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 186s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x tk8.6-blt2.5 s390x 2.5.3+dfsg-7build1 [662 kB] 186s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x blt s390x 2.5.3+dfsg-7build1 [4840 B] 186s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 186s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 186s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 186s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 186s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 186s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 186s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 186s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 186s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 186s Get:23 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 186s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 186s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 186s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 186s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 186s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 186s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 186s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 186s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 186s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python-pil-doc all 11.1.0-5 [1033 kB] 186s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-tk s390x 3.12.9-1 [117 kB] 186s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.2-1 [108 kB] 186s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tk s390x 3.13.1-1 [9770 B] 186s Get:36 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pil.imagetk s390x 11.1.0-5 [9766 B] 186s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libopenjp2-7 s390x 2.5.0-2ubuntu3 [208 kB] 186s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pil s390x 11.1.0-5 [527 kB] 187s Fetched 8788 kB in 1s (6329 kB/s) 187s Selecting previously unselected package libtcl8.6:s390x. 187s (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.) 187s Preparing to unpack .../00-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 187s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 187s Selecting previously unselected package libfreetype6:s390x. 187s Preparing to unpack .../01-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 187s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 187s Selecting previously unselected package fonts-dejavu-mono. 187s Preparing to unpack .../02-fonts-dejavu-mono_2.37-8_all.deb ... 187s Unpacking fonts-dejavu-mono (2.37-8) ... 187s Selecting previously unselected package fonts-dejavu-core. 187s Preparing to unpack .../03-fonts-dejavu-core_2.37-8_all.deb ... 187s Unpacking fonts-dejavu-core (2.37-8) ... 187s Selecting previously unselected package fontconfig-config. 187s Preparing to unpack .../04-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 187s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 187s Selecting previously unselected package libfontconfig1:s390x. 187s Preparing to unpack .../05-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 187s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 187s Selecting previously unselected package libxrender1:s390x. 187s Preparing to unpack .../06-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 187s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 187s Selecting previously unselected package libxft2:s390x. 187s Preparing to unpack .../07-libxft2_2.3.6-1build1_s390x.deb ... 187s Unpacking libxft2:s390x (2.3.6-1build1) ... 187s Selecting previously unselected package x11-common. 187s Preparing to unpack .../08-x11-common_1%3a7.7+23ubuntu3_all.deb ... 187s Unpacking x11-common (1:7.7+23ubuntu3) ... 187s Selecting previously unselected package libxss1:s390x. 187s Preparing to unpack .../09-libxss1_1%3a1.2.3-1build3_s390x.deb ... 187s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 187s Selecting previously unselected package libtk8.6:s390x. 187s Preparing to unpack .../10-libtk8.6_8.6.16-1_s390x.deb ... 187s Unpacking libtk8.6:s390x (8.6.16-1) ... 187s Selecting previously unselected package tk8.6-blt2.5. 187s Preparing to unpack .../11-tk8.6-blt2.5_2.5.3+dfsg-7build1_s390x.deb ... 187s Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 187s Selecting previously unselected package blt. 187s Preparing to unpack .../12-blt_2.5.3+dfsg-7build1_s390x.deb ... 187s Unpacking blt (2.5.3+dfsg-7build1) ... 187s Selecting previously unselected package libdeflate0:s390x. 187s Preparing to unpack .../13-libdeflate0_1.23-1_s390x.deb ... 187s Unpacking libdeflate0:s390x (1.23-1) ... 187s Selecting previously unselected package libgomp1:s390x. 187s Preparing to unpack .../14-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 187s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 187s Selecting previously unselected package libgraphite2-3:s390x. 187s Preparing to unpack .../15-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 187s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 187s Selecting previously unselected package libharfbuzz0b:s390x. 187s Preparing to unpack .../16-libharfbuzz0b_10.2.0-1_s390x.deb ... 187s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 187s Selecting previously unselected package libimagequant0:s390x. 187s Preparing to unpack .../17-libimagequant0_2.18.0-1build1_s390x.deb ... 187s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 187s Selecting previously unselected package libjpeg-turbo8:s390x. 187s Preparing to unpack .../18-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 187s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 187s Selecting previously unselected package libjpeg8:s390x. 187s Preparing to unpack .../19-libjpeg8_8c-2ubuntu11_s390x.deb ... 187s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 187s Selecting previously unselected package libjs-jquery. 187s Preparing to unpack .../20-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 187s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 187s Selecting previously unselected package libjs-underscore. 187s Preparing to unpack .../21-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 187s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 187s Selecting previously unselected package libjs-sphinxdoc. 187s Preparing to unpack .../22-libjs-sphinxdoc_8.1.3-5_all.deb ... 187s Unpacking libjs-sphinxdoc (8.1.3-5) ... 187s Selecting previously unselected package liblcms2-2:s390x. 187s Preparing to unpack .../23-liblcms2-2_2.16-2_s390x.deb ... 187s Unpacking liblcms2-2:s390x (2.16-2) ... 187s Selecting previously unselected package libraqm0:s390x. 187s Preparing to unpack .../24-libraqm0_0.10.2-1_s390x.deb ... 187s Unpacking libraqm0:s390x (0.10.2-1) ... 187s Selecting previously unselected package libsharpyuv0:s390x. 187s Preparing to unpack .../25-libsharpyuv0_1.5.0-0.1_s390x.deb ... 187s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 187s Selecting previously unselected package libjbig0:s390x. 187s Preparing to unpack .../26-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 187s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 187s Selecting previously unselected package libwebp7:s390x. 187s Preparing to unpack .../27-libwebp7_1.5.0-0.1_s390x.deb ... 187s Unpacking libwebp7:s390x (1.5.0-0.1) ... 187s Selecting previously unselected package libtiff6:s390x. 187s Preparing to unpack .../28-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 187s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 187s Selecting previously unselected package libwebpdemux2:s390x. 187s Preparing to unpack .../29-libwebpdemux2_1.5.0-0.1_s390x.deb ... 187s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 187s Selecting previously unselected package libwebpmux3:s390x. 187s Preparing to unpack .../30-libwebpmux3_1.5.0-0.1_s390x.deb ... 187s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 187s Selecting previously unselected package python-pil-doc. 187s Preparing to unpack .../31-python-pil-doc_11.1.0-5_all.deb ... 187s Unpacking python-pil-doc (11.1.0-5) ... 191s Selecting previously unselected package python3.12-tk. 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pil'], kind short, sout pipe, serr pipe, env [] 191s Preparing to unpack .../32-python3.12-tk_3.12.9-1_s390x.deb ... 191s Unpacking python3.12-tk (3.12.9-1) ... 191s Selecting previously unselected package python3.13-tk. 191s Preparing to unpack .../33-python3.13-tk_3.13.2-1_s390x.deb ... 191s Unpacking python3.13-tk (3.13.2-1) ... 191s Selecting previously unselected package python3-tk:s390x. 191s Preparing to unpack .../34-python3-tk_3.13.1-1_s390x.deb ... 191s Unpacking python3-tk:s390x (3.13.1-1) ... 191s Selecting previously unselected package python3-pil.imagetk:s390x. 191s Preparing to unpack .../35-python3-pil.imagetk_11.1.0-5_s390x.deb ... 191s Unpacking python3-pil.imagetk:s390x (11.1.0-5) ... 191s Selecting previously unselected package libopenjp2-7:s390x. 191s Preparing to unpack .../36-libopenjp2-7_2.5.0-2ubuntu3_s390x.deb ... 191s Unpacking libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 191s Selecting previously unselected package python3-pil:s390x. 191s Preparing to unpack .../37-python3-pil_11.1.0-5_s390x.deb ... 191s Unpacking python3-pil:s390x (11.1.0-5) ... 191s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 191s Setting up liblcms2-2:s390x (2.16-2) ... 191s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 191s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 191s Setting up x11-common (1:7.7+23ubuntu3) ... 191s Setting up libdeflate0:s390x (1.23-1) ... 191s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 191s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 191s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 191s Setting up libimagequant0:s390x (2.18.0-1build1) ... 191s Setting up fonts-dejavu-mono (2.37-8) ... 191s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 191s Setting up fonts-dejavu-core (2.37-8) ... 191s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 191s Setting up libwebp7:s390x (1.5.0-0.1) ... 191s Setting up libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 191s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 191s Setting up libxss1:s390x (1:1.2.3-1build3) ... 191s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 191s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 191s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 191s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 191s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 191s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 191s Setting up libraqm0:s390x (0.10.2-1) ... 191s Setting up libjs-sphinxdoc (8.1.3-5) ... 191s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 191s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 191s Setting up python-pil-doc (11.1.0-5) ... 191s Setting up libxft2:s390x (2.3.6-1build1) ... 191s Setting up libtk8.6:s390x (8.6.16-1) ... 191s Setting up python3.12-tk (3.12.9-1) ... 191s Setting up python3.13-tk (3.13.2-1) ... 191s Setting up python3-pil:s390x (11.1.0-5) ... 191s Setting up tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 191s Setting up blt (2.5.3+dfsg-7build1) ... 191s Setting up python3-tk:s390x (3.13.1-1) ... 191s Setting up python3-pil.imagetk:s390x (11.1.0-5) ... 191s Processing triggers for man-db (2.13.0-1) ... 191s Processing triggers for libc-bin (2.40-4ubuntu1) ... 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-pil.imagetk'], kind short, sout pipe, serr pipe, env [] 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-pil-doc'], kind short, sout pipe, serr pipe, env [] 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cCUbg9/selftest-py3-packages.all"], kind short, sout raw, serr pipe, env [] 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/selftest-py3-packages.all /tmp/autopkgtest-work.d7y4o8t3/out/selftest-py3-packages.all 191s autopkgtest: DBG: got reply from testbed: ok 191s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.cCUbg9/build.lkb/src'], kind short, sout raw, serr raw, env [] 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.cCUbg9/build.lkb/src already exists 191s autopkgtest [12:26:49]: test selftest-py3: [----------------------- 191s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.cCUbg9/wrapper.sh --debug --artifacts=/tmp/autopkgtest.cCUbg9/selftest-py3-artifacts --chdir=/tmp/autopkgtest.cCUbg9/build.lkb/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.cCUbg9/selftest-py3-stderr --stdout=/tmp/autopkgtest.cCUbg9/selftest-py3-stdout --tmp=/tmp/autopkgtest.cCUbg9/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.cCUbg9/build.lkb/src/debian/tests/selftest-py3 -- /tmp/autopkgtest.cCUbg9/build.lkb/src/debian/tests/selftest-py3'], kind test, sout raw, serr raw, env [] 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.cCUbg9/selftest-py3-artifacts 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: changing to directory: /tmp/autopkgtest.cCUbg9/build.lkb/src 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: LANG=C.UTF-8 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LANGUAGE 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_ADDRESS 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_ALL 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_COLLATE 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_CTYPE 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_IDENTIFICATION 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_MEASUREMENT 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_MESSAGES 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_MONETARY 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_NAME 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_NUMERIC 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_PAPER 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_TELEPHONE 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: unsetting environment: LC_TIME 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: pretending to be a login shell 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: will write standard error to /tmp/autopkgtest.cCUbg9/selftest-py3-stderr 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: will write stdout to /tmp/autopkgtest.cCUbg9/selftest-py3-stdout 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.cCUbg9/autopkgtest_tmp 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: marking as executable: /tmp/autopkgtest.cCUbg9/build.lkb/src/debian/tests/selftest-py3 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: command to run: /tmp/autopkgtest.cCUbg9/build.lkb/src/debian/tests/selftest-py3 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: copying /tmp/tmp.JfAhiFP3d7/out to stdout and file: /tmp/autopkgtest.cCUbg9/selftest-py3-stdout 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: copying /tmp/tmp.JfAhiFP3d7/err to standard error and file: /tmp/autopkgtest.cCUbg9/selftest-py3-stdout 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: writing script pid 2078 to /tmp/autopkgtest_script_pid 191s -------------------------------------------------------------------- 191s Pillow 11.1.0 191s Python 3.13.2 (main, Feb 5 2025, 01:23:35) [GCC 14.2.0] 191s -------------------------------------------------------------------- 191s Python executable is /usr/bin/python3 191s System Python files loaded from /usr 191s -------------------------------------------------------------------- 191s Python Pillow modules loaded from /usr/lib/python3/dist-packages/PIL 191s Binary Pillow modules loaded from /usr/lib/python3/dist-packages/PIL 191s -------------------------------------------------------------------- 191s --- PIL CORE support ok, compiled for 11.1.0 191s --- TKINTER support ok, loaded 8.6 191s --- FREETYPE2 support ok, loaded 2.13.3 191s --- LITTLECMS2 support ok, loaded 2.16 191s --- WEBP support ok, loaded 1.5.0 191s --- JPEG support ok, compiled for libjpeg-turbo 2.1.5 191s --- OPENJPEG (JPEG2000) support ok, loaded 2.5.0 191s --- ZLIB (PNG/ZIP) support ok, loaded 1.3.1 191s --- LIBTIFF support ok, loaded 4.5.1 191s --- RAQM (Bidirectional Text) support ok, loaded 0.10.2 191s --- LIBIMAGEQUANT (Quantization method) support ok, loaded 2.18.0 191s --- XCB (X protocol) support ok 191s -------------------------------------------------------------------- 191s Running selftest: 191s --- 59 tests passed. 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: checking for leaked background processes... 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: waiting for tee/cat subprocesses... 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: cleaning up... 191s /tmp/autopkgtest.cCUbg9/wrapper.sh: Exit status: 0 191s autopkgtest: DBG: testbed command exited with code 0 192s autopkgtest [12:26:50]: test selftest-py3: -----------------------] 192s autopkgtest: DBG: testbed executing test finished with exit status 0 192s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/selftest-py3-stdout /tmp/autopkgtest-work.d7y4o8t3/out/selftest-py3-stdout 192s autopkgtest: DBG: got reply from testbed: ok 192s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/selftest-py3-stderr /tmp/autopkgtest-work.d7y4o8t3/out/selftest-py3-stderr 192s autopkgtest: DBG: got reply from testbed: ok 192s selftest-py3 PASS 192s autopkgtest [12:26:50]: test selftest-py3: - - - - - - - - - - results - - - - - - - - - - 192s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cCUbg9/selftest-py3-artifacts/ /tmp/autopkgtest-work.d7y4o8t3/out/artifacts/ 192s autopkgtest: DBG: got reply from testbed: ok 192s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.cCUbg9/selftest-py3-artifacts', '/tmp/autopkgtest.cCUbg9/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 193s autopkgtest: DBG: testbed command exited with code 0 193s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 193s autopkgtest [12:26:51]: @@@@@@@@@@@@@@@@@@@@ summary 193s selftest-py3 PASS 193s autopkgtest: DBG: testbed stop 193s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.cCUbg9 193s autopkgtest: DBG: sending command to testbed: close 210s autopkgtest: DBG: got reply from testbed: ok 210s autopkgtest: DBG: sending command to testbed: quit 210s nova [W] Using flock in prodstack6-s390x 210s Creating nova instance adt-plucky-s390x-pillow-20250219-122337-juju-7f2275-prod-proposed-migration-environment-15-1296d091-bfcf-4af9-b5d1-cecc2dfcf00a from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 210s nova [W] Timed out waiting for b3c76ef5-539a-4e51-b74e-b76c1c3832fd to get deleted.