0s autopkgtest: DBG: testbed init 0s autopkgtest [12:47:53]: starting date and time: 2025-02-19 12:47:53+0000 0s autopkgtest [12:47:53]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:47:53]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.1qhhcvbj/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-oslo.reports --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-22.secgroup --name adt-plucky-s390x-python-oslo.reports-20250219-124753-juju-7f2275-prod-proposed-migration-environment-15-7742c8d5-51bc-4872-aa3b-ac368871ac2b --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 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.yrBqhJ 126s autopkgtest: DBG: sending command to testbed: print-execute-command 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vf7k2wok/runcmd 126s autopkgtest: DBG: sending command to testbed: capabilities 126s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine revert reboot suggested-normal-user=ubuntu root-on-testbed 126s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'revert', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yrBqhJ'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.yrBqhJ/wrapper.sh 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yrBqhJ/wrapper.sh'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [12:49:59]: testbed dpkg architecture: s390x 126s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [12:49:59]: testbed apt version: 2.9.30 126s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed has eatmydata 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [12:50:00]: @@@@@@@@@@@@@@@@@@@@ test bed setup 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [12:50:00]: testbed release detected to be: None 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT source: Types: deb deb-src 127s URIs: http://ftpmaster.internal/ubuntu/ 127s Suites: plucky-proposed 127s Components: main restricted universe multiverse 127s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 127s Package: * 127s Pin: release plucky-proposed 127s Pin-Priority: 500 127s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [12:50:01]: updating testbed package index (apt update) 128s 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'] 128s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 128s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 128s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 128s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 129s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 129s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 129s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 129s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 129s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 129s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 129s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 129s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 129s Fetched 1700 kB in 1s (1223 kB/s) 130s Reading package lists... 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 130s Package: * 130s Pin: release plucky-proposed 130s Pin-Priority: 100 130s 130s Package: src:sphinx:any 130s Pin: release plucky-proposed 130s Pin-Priority: 995 130s 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 [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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.yrBqhJ/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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'] 131s + lsb_release --codename --short 131s + RELEASE=plucky 131s + cat 131s + [ plucky != trusty ] 131s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 131s Reading package lists... 131s Building dependency tree... 131s Reading state information... 131s Calculating upgrade... 131s The following packages were automatically installed and are no longer required: 131s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 131s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 131s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 131s linux-tools-6.11.0-8-generic 131s Use 'sudo apt autoremove' to remove them. 131s The following packages will be upgraded: 131s iproute2 liblsof0 libp11-kit0 lsof 131s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 131s Need to get 1791 kB of archives. 131s After this operation, 17.4 kB of additional disk space will be used. 131s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 132s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 133s Preconfiguring packages ... 133s Fetched 1791 kB in 1s (1393 kB/s) 133s (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.) 133s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 133s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 133s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 133s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 133s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 133s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 133s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 133s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 133s Setting up liblsof0 (4.99.4+dfsg-1) ... 133s Setting up iproute2 (6.13.0-1ubuntu1) ... 133s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 133s Setting up lsof (4.99.4+dfsg-1) ... 133s Processing triggers for man-db (2.13.0-1) ... 134s Processing triggers for libc-bin (2.40-4ubuntu1) ... 134s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 134s + /usr/lib/apt/apt-helper analyze-pattern ?true 134s + uname -r 134s + sed s/\./\\./g 134s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 134s + apt list ?obsolete 134s + tail -n+2 134s + + grep -v ^linux-.*6\.12\.0-15-generic.* 134s cut -d/ -f1 134s + true 134s + obsolete_pkgs= 134s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 134s Reading package lists... 134s Building dependency tree... 134s Reading state information... 134s The following packages will be REMOVED: 134s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 134s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 134s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 134s linux-tools-6.11.0-8-generic* 135s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 135s After this operation, 167 MB disk space will be freed. 135s (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.) 135s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 135s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 135s Removing libpython3.12t64:s390x (3.12.9-1) ... 135s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 135s Removing libnsl2:s390x (1.3.0-3build3) ... 135s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 135s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 135s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 136s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 136s Processing triggers for libc-bin (2.40-4ubuntu1) ... 136s (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.) 136s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 136s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 136s + grep -q trusty /etc/lsb-release 136s + [ ! -d /usr/share/doc/unattended-upgrades ] 136s + [ ! -d /usr/share/doc/lxd ] 136s + [ ! -d /usr/share/doc/lxd-client ] 136s + [ ! -d /usr/share/doc/snapd ] 136s + type iptables 136s + cat 136s + chmod 755 /etc/rc.local 136s + . /etc/rc.local 136s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 136s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 136s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 136s + uname -m 136s + [ s390x = ppc64le ] 136s + [ -d /run/systemd/system ] 136s + systemd-detect-virt --quiet --vm 136s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 136s + cat 136s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 136s + echo COMPRESS=lz4 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [12:50:09]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 137s Reading package lists... 137s Building dependency tree... 137s Reading state information... 137s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 137s Starting 2 pkgProblemResolver with broken count: 0 137s Done 137s Entering ResolveByKeep 137s 138s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 138s autopkgtest: DBG: testbed command exited with code 0 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', '--purge', 'autoremove'], 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 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 139s autopkgtest: DBG: testbed command exited with code 0 139s 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.yrBqhJ/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 1 139s autopkgtest [12:50:12]: rebooting testbed after setup commands that affected boot 139s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 158s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yrBqhJ'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yrBqhJ/autopkgtest-reboot 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yrBqhJ'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest [12:50:33]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 160s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yrBqhJ/testbed-packages"], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/testbed-packages /tmp/autopkgtest-work.1qhhcvbj/out/testbed-packages 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 161s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yrBqhJ'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yrBqhJ/autopkgtest-reboot 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yrBqhJ'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare 162s autopkgtest: DBG: got reply from testbed: ok 162s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yrBqhJ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: Binaries: initialising 162s autopkgtest [12:50:35]: @@@@@@@@@@@@@@@@@@@@ apt-source python-oslo.reports 162s autopkgtest: DBG: blame += python-oslo.reports 162s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 162s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-oslo.reports'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-oslo\\.reports$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-oslo.reports=3.5.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-oslo\\.reports-doc$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-oslo.reports-doc=3.5.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: install_deps: deps_new=[] 164s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s 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.yrBqhJ/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-oslo.reports=3.5.0-0ubuntu1 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-oslo.reports_*.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'] 164s + cd / 164s + mktemp -d /tmp/autopkgtest.yrBqhJ/build.XXX 164s + builddir=/tmp/autopkgtest.yrBqhJ/build.1Vr 164s + cd /tmp/autopkgtest.yrBqhJ/build.1Vr 164s + apt-get source -d -q --only-source python-oslo.reports=3.5.0-0ubuntu1 165s + OUT=Reading package lists... 165s NOTICE: 'python-oslo.reports' packaging is maintained in the 'Git' version control system at: 165s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.reports 165s Please use: 165s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.reports 165s to retrieve the latest (possibly unreleased) updates to the package. 165s Need to get 61.3 kB of source archives. 165s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (dsc) [2763 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (tar) [53.5 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (diff) [4996 B] 165s Fetched 61.3 kB in 0s (145 kB/s) 165s Download complete and in download only mode 165s + [ -n ] 165s + + grep ^Get: 165s echo Reading package lists... 165s NOTICE: 'python-oslo.reports' packaging is maintained in the 'Git' version control system at: 165s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.reports 165s Please use: 165s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-oslo.reports 165s to retrieve the latest (possibly unreleased) updates to the package. 165s Need to get 61.3 kB of source archives. 165s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (dsc) [2763 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (tar) [53.5 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (diff) [4996 B] 165s Fetched 61.3 kB in 0s (145 kB/s) 165s Download complete and in download only mode 165s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (dsc) [2763 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (tar) [53.5 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-oslo.reports 3.5.0-0ubuntu1 (diff) [4996 B] 165s + dpkg-source -x python-oslo.reports_3.5.0-0ubuntu1.dsc src 165s gpgv: Signature made Fri Jan 17 08:58:56 2025 UTC 165s gpgv: using RSA key AB23E9A98422889E08C3838CBFECAECBA0E7D8C3 165s gpgv: Can't check signature: No public key 165s dpkg-source: warning: cannot verify inline signature for ./python-oslo.reports_3.5.0-0ubuntu1.dsc: no acceptable signature found 165s + chmod -R a+rX . 165s + cd src/. 165s + pwd 165s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest [12:50:38]: testing package python-oslo.reports version 3.5.0-0ubuntu1 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/ /tmp/autopkgtest-work.1qhhcvbj/out/pkg/debian/ 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: processing dependency @ 165s autopkgtest: DBG: synthesised dependency python-oslo.reports-doc 165s autopkgtest: DBG: synthesised dependency python3-oslo.reports 165s autopkgtest: DBG: processing dependency @builddeps@ 165s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 165s autopkgtest: DBG: synthesised dependency dh-python 165s autopkgtest: DBG: synthesised dependency openstack-pkg-tools 165s autopkgtest: DBG: synthesised dependency python3-all 165s autopkgtest: DBG: synthesised dependency python3-pbr (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency python3-setuptools 165s autopkgtest: DBG: synthesised dependency python3-sphinx (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency python3-eventlet (>= 0.18.2) 165s autopkgtest: DBG: synthesised dependency python3-greenlet (>= 0.4.15) 165s autopkgtest: DBG: synthesised dependency python3-hacking 165s autopkgtest: DBG: synthesised dependency python3-jinja2 (>= 2.10) 165s autopkgtest: DBG: synthesised dependency python3-openstackdocstheme (>= 2.2.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.config (>= 1:5.2.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.i18n (>= 3.15.3) 165s autopkgtest: DBG: synthesised dependency python3-oslo.serialization (>= 2.18.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.utils (>= 3.33.0) 165s autopkgtest: DBG: synthesised dependency python3-oslotest (>= 1:3.2.0) 165s autopkgtest: DBG: synthesised dependency python3-psutil (>= 3.2.2) 165s autopkgtest: DBG: synthesised dependency python3-sphinxcontrib.apidoc (>= 0.2.0) 165s autopkgtest: DBG: synthesised dependency python3-stestr (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency build-essential 165s autopkgtest: DBG: processing dependency @recommends@ 165s autopkgtest: DBG: Test defined: name python-import path debian/tests/python-import command "None" restrictions ['allow-stderr', 'needs-recommends'] features [] depends ['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest: DBG: Test defined: name python-stestr path debian/tests/python-stestr command "None" restrictions ['allow-stderr', 'needs-recommends'] features [] depends ['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest [12:50:38]: build not needed 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/build.1Vr/src/ /tmp/autopkgtest-work.1qhhcvbj/out/tests-tree/ 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: processing dependency @ 165s autopkgtest: DBG: synthesised dependency python-oslo.reports-doc 165s autopkgtest: DBG: synthesised dependency python3-oslo.reports 165s autopkgtest: DBG: processing dependency @builddeps@ 165s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 165s autopkgtest: DBG: synthesised dependency dh-python 165s autopkgtest: DBG: synthesised dependency openstack-pkg-tools 165s autopkgtest: DBG: synthesised dependency python3-all 165s autopkgtest: DBG: synthesised dependency python3-pbr (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency python3-setuptools 165s autopkgtest: DBG: synthesised dependency python3-sphinx (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency python3-eventlet (>= 0.18.2) 165s autopkgtest: DBG: synthesised dependency python3-greenlet (>= 0.4.15) 165s autopkgtest: DBG: synthesised dependency python3-hacking 165s autopkgtest: DBG: synthesised dependency python3-jinja2 (>= 2.10) 165s autopkgtest: DBG: synthesised dependency python3-openstackdocstheme (>= 2.2.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.config (>= 1:5.2.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.i18n (>= 3.15.3) 165s autopkgtest: DBG: synthesised dependency python3-oslo.serialization (>= 2.18.0) 165s autopkgtest: DBG: synthesised dependency python3-oslo.utils (>= 3.33.0) 165s autopkgtest: DBG: synthesised dependency python3-oslotest (>= 1:3.2.0) 165s autopkgtest: DBG: synthesised dependency python3-psutil (>= 3.2.2) 165s autopkgtest: DBG: synthesised dependency python3-sphinxcontrib.apidoc (>= 0.2.0) 165s autopkgtest: DBG: synthesised dependency python3-stestr (>= 2.0.0) 165s autopkgtest: DBG: synthesised dependency build-essential 165s autopkgtest: DBG: processing dependency @recommends@ 165s autopkgtest: DBG: Test defined: name python-import path debian/tests/python-import command "None" restrictions ['allow-stderr', 'needs-recommends'] features [] depends ['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest: DBG: Test defined: name python-stestr path debian/tests/python-stestr command "None" restrictions ['allow-stderr', 'needs-recommends'] features [] depends ['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest [12:50:38]: test python-import: preparing testbed 165s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 165s autopkgtest: DBG: install_deps: deps_new=['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 165s autopkgtest: DBG: install-deps: satisfying python-oslo.reports-doc, python3-oslo.reports, debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 2.0.0), python3-eventlet (>= 0.18.2), python3-greenlet (>= 0.4.15), python3-hacking, python3-jinja2 (>= 2.10), python3-openstackdocstheme (>= 2.2.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-psutil (>= 3.2.2), python3-sphinxcontrib.apidoc (>= 0.2.0), python3-stestr (>= 2.0.0), build-essential 165s autopkgtest: DBG: can use apt-get on testbed: True 165s 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', 'python-oslo.reports-doc, python3-oslo.reports, debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 2.0.0), python3-eventlet (>= 0.18.2), python3-greenlet (>= 0.4.15), python3-hacking, python3-jinja2 (>= 2.10), python3-openstackdocstheme (>= 2.2.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-psutil (>= 3.2.2), python3-sphinxcontrib.apidoc (>= 0.2.0), python3-stestr (>= 2.0.0), build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 165s Reading package lists... 166s Building dependency tree... 166s Reading state information... 166s Starting pkgProblemResolver with broken count: 0 166s Starting 2 pkgProblemResolver with broken count: 0 166s Done 166s The following NEW packages will be installed: 166s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 166s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 166s dh-python dh-strip-nondeterminism docutils-common dwz flake8 166s fonts-font-awesome fonts-glyphicons-halflings g++ g++-14 166s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 166s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 166s libcc1-0 libdebhelper-perl libfile-stripnondeterminism-perl libgcc-14-dev 166s libgomp1 libisl23 libitm1 libjs-bootstrap libjs-jquery libjs-sphinxdoc 166s libjs-underscore libjson-perl libmpc3 libnsl2 libpython3.12-minimal 166s libpython3.12-stdlib libstdc++-14-dev libsubunit-perl libtool libubsan1 166s libxslt1.1 m4 openstack-pkg-tools po-debconf pyflakes3 166s python-oslo.reports-doc python3-alabaster python3-all python3-autopage 166s python3-cliff python3-cmd2 python3-dateutil python3-debtcollector 166s python3-decorator python3-defusedxml python3-deprecation python3-dnspython 166s python3-docutils python3-dogpile.cache python3-dulwich python3-eventlet 166s python3-extras python3-fixtures python3-flake8 python3-greenlet 166s python3-hacking python3-imagesize python3-importlib-metadata python3-iso8601 166s python3-jmespath python3-keystoneauth1 python3-lxml python3-mako 166s python3-mccabe python3-monotonic python3-msgpack python3-munch 166s python3-openstackdocstheme python3-openstacksdk python3-os-client-config 166s python3-os-service-types python3-oslo.config python3-oslo.context 166s python3-oslo.i18n python3-oslo.log python3-oslo.reports 166s python3-oslo.serialization python3-oslo.utils python3-oslotest 166s python3-packaging python3-pbr python3-pip python3-platformdirs 166s python3-prettytable python3-psutil python3-pycodestyle python3-pyflakes 166s python3-pyperclip python3-requestsexceptions python3-rfc3986 python3-roman 166s python3-six python3-snowballstemmer python3-sphinx 166s python3-sphinxcontrib.apidoc python3-stestr python3-stevedore 166s python3-subunit python3-testtools python3-tomlkit python3-voluptuous 166s python3-wcwidth python3-wheel python3-wrapt python3.12 python3.12-minimal 166s sgml-base sphinx-common subunit xml-core 166s 0 upgraded, 131 newly installed, 0 to remove and 0 not upgraded. 166s Need to get 71.6 MB of archives. 166s After this operation, 257 MB of additional disk space will be used. 166s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 167s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 168s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 168s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 168s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 168s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 168s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 168s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 168s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 168s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 168s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 169s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 169s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 169s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 170s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 170s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 170s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 170s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 170s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 170s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 170s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 170s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 170s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 170s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 171s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 171s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 171s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 171s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 171s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 171s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 171s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 171s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 171s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 171s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 171s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 171s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 172s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 172s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 172s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 172s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 172s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 172s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 172s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 172s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 172s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 172s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 172s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 172s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 172s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mccabe all 0.7.0-1 [8678 B] 172s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pycodestyle all 2.12.1-2 [30.2 kB] 172s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyflakes all 3.2.0-3 [53.0 kB] 172s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-flake8 all 7.1.1-3 [44.0 kB] 172s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x flake8 all 7.1.1-3 [6438 B] 172s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 172s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB] 172s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap all 3.4.1+dfsg-3 [129 kB] 172s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 172s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 172s Get:59 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 172s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 172s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x libsubunit-perl all 1.4.2-3build1 [5936 B] 172s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 172s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x pyflakes3 all 3.2.0-3 [3476 B] 172s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python-oslo.reports-doc all 3.5.0-0ubuntu1 [906 kB] 172s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 172s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-autopage all 0.4.0-4 [13.1 kB] 172s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 172s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyperclip all 1.8.2-2 [11.5 kB] 172s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cmd2 all 2.5.7+ds-1 [123 kB] 172s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 172s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 172s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pbr all 6.1.1-0ubuntu1 [58.2 kB] 172s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prettytable all 3.12.0-1 [36.5 kB] 172s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 172s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-stevedore all 1:5.4.0-0ubuntu1 [21.1 kB] 172s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cliff all 4.8.0-0ubuntu1 [43.3 kB] 172s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 172s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB] 172s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x python3-debtcollector all 3.0.0-3 [13.3 kB] 172s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 172s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 172s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 172s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x python3-deprecation all 2.1.0-3 [8806 B] 172s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 172s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-mako all 1.3.8-2 [63.5 kB] 172s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dogpile.cache all 1.3.3-1 [46.8 kB] 172s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dulwich s390x 0.22.7-1 [183 kB] 172s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x python3-greenlet s390x 3.1.0-1 [176 kB] 172s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x python3-eventlet all 0.39.0-0ubuntu1 [277 kB] 172s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-extras all 1.0.0-6 [7040 B] 172s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testtools all 2.7.2-4 [124 kB] 172s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fixtures all 4.1.0-3 [34.8 kB] 172s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-hacking all 4.1.0-4 [22.7 kB] 172s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 172s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x python3-jmespath all 1.0.1-1 [21.3 kB] 172s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x python3-iso8601 all 2.1.0-2 [9136 B] 172s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 172s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 172s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-service-types all 1.7.0-5 [12.8 kB] 172s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneauth1 all 5.9.1-0ubuntu1 [171 kB] 172s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x python3-monotonic all 1.6-3 [5344 B] 172s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 173s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-openstackdocstheme all 3.2.0-0ubuntu2 [863 kB] 173s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x python3-munch all 4.0.0-2 [10.9 kB] 173s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 173s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 173s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x python3-requestsexceptions all 1.4.0-5 [3824 B] 173s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openstacksdk all 4.3.0-0ubuntu1 [676 kB] 173s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-client-config all 2.1.0-0ubuntu5 [17.6 kB] 173s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.i18n all 6.5.0-0ubuntu1 [22.3 kB] 173s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.context all 1:5.7.0-0ubuntu1 [13.8 kB] 173s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.utils all 8.1.0-0ubuntu1 [88.4 kB] 173s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.serialization all 5.6.0-0ubuntu1 [15.8 kB] 173s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.log all 7.0.0-0ubuntu1 [45.6 kB] 173s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x python3-rfc3986 all 2.0.0-3 [22.0 kB] 173s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.config all 1:9.7.0-0ubuntu1 [90.4 kB] 173s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.reports all 3.5.0-0ubuntu1 [26.5 kB] 173s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomlkit all 0.13.2-1 [37.6 kB] 173s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x python3-voluptuous all 0.14.2-1 [42.7 kB] 173s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-subunit all 1.4.2-3build1 [67.6 kB] 173s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x subunit all 1.4.2-3build1 [4500 B] 173s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-stestr all 4.1.0-3 [57.6 kB] 173s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-oslotest all 1:5.0.0-4 [17.5 kB] 173s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 173s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 173s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 173s Get:127 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 173s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 173s Get:129 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 173s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.apidoc all 0.3.0-2ubuntu1 [8032 B] 173s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x openstack-pkg-tools all 123ubuntu2 [94.5 kB] 174s Fetched 71.6 MB in 7s (10.3 MB/s) 174s Selecting previously unselected package libpython3.12-minimal:s390x. 174s (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.) 174s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 174s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 174s Selecting previously unselected package python3.12-minimal. 174s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 174s Unpacking python3.12-minimal (3.12.9-1) ... 174s Selecting previously unselected package sgml-base. 174s Preparing to unpack .../002-sgml-base_1.31_all.deb ... 174s Unpacking sgml-base (1.31) ... 174s Selecting previously unselected package libnsl2:s390x. 174s Preparing to unpack .../003-libnsl2_1.3.0-3build3_s390x.deb ... 174s Unpacking libnsl2:s390x (1.3.0-3build3) ... 174s Selecting previously unselected package libpython3.12-stdlib:s390x. 174s Preparing to unpack .../004-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 174s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 174s Selecting previously unselected package python3.12. 174s Preparing to unpack .../005-python3.12_3.12.9-1_s390x.deb ... 174s Unpacking python3.12 (3.12.9-1) ... 174s Selecting previously unselected package m4. 174s Preparing to unpack .../006-m4_1.4.19-5_s390x.deb ... 174s Unpacking m4 (1.4.19-5) ... 174s Selecting previously unselected package autoconf. 174s Preparing to unpack .../007-autoconf_2.72-3_all.deb ... 174s Unpacking autoconf (2.72-3) ... 174s Selecting previously unselected package autotools-dev. 174s Preparing to unpack .../008-autotools-dev_20220109.1_all.deb ... 174s Unpacking autotools-dev (20220109.1) ... 174s Selecting previously unselected package automake. 174s Preparing to unpack .../009-automake_1%3a1.17-3_all.deb ... 174s Unpacking automake (1:1.17-3) ... 175s Selecting previously unselected package autopoint. 175s Preparing to unpack .../010-autopoint_0.23.1-1_all.deb ... 175s Unpacking autopoint (0.23.1-1) ... 175s Selecting previously unselected package libisl23:s390x. 175s Preparing to unpack .../011-libisl23_0.27-1_s390x.deb ... 175s Unpacking libisl23:s390x (0.27-1) ... 175s Selecting previously unselected package libmpc3:s390x. 175s Preparing to unpack .../012-libmpc3_1.3.1-1build2_s390x.deb ... 175s Unpacking libmpc3:s390x (1.3.1-1build2) ... 175s Selecting previously unselected package cpp-14-s390x-linux-gnu. 175s Preparing to unpack .../013-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package cpp-14. 175s Preparing to unpack .../014-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package cpp-s390x-linux-gnu. 175s Preparing to unpack .../015-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package cpp. 175s Preparing to unpack .../016-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 175s Unpacking cpp (4:14.2.0-1ubuntu1) ... 175s Selecting previously unselected package libcc1-0:s390x. 175s Preparing to unpack .../017-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 175s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 175s Selecting previously unselected package libgomp1:s390x. 175s Preparing to unpack .../018-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 175s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 175s Selecting previously unselected package libitm1:s390x. 175s Preparing to unpack .../019-libitm1_15-20250213-1ubuntu1_s390x.deb ... 175s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 175s Selecting previously unselected package libasan8:s390x. 175s Preparing to unpack .../020-libasan8_15-20250213-1ubuntu1_s390x.deb ... 175s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 175s Selecting previously unselected package libubsan1:s390x. 175s Preparing to unpack .../021-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 175s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 175s Selecting previously unselected package libgcc-14-dev:s390x. 175s Preparing to unpack .../022-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 175s Selecting previously unselected package gcc-14-s390x-linux-gnu. 175s Preparing to unpack .../023-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 175s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 176s Selecting previously unselected package gcc-14. 176s Preparing to unpack .../024-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 176s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 176s Selecting previously unselected package gcc-s390x-linux-gnu. 176s Preparing to unpack .../025-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 176s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 176s Selecting previously unselected package gcc. 176s Preparing to unpack .../026-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 176s Unpacking gcc (4:14.2.0-1ubuntu1) ... 176s Selecting previously unselected package libstdc++-14-dev:s390x. 176s Preparing to unpack .../027-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 176s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 176s Selecting previously unselected package g++-14-s390x-linux-gnu. 176s Preparing to unpack .../028-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 176s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 176s Selecting previously unselected package g++-14. 176s Preparing to unpack .../029-g++-14_14.2.0-17ubuntu1_s390x.deb ... 176s Unpacking g++-14 (14.2.0-17ubuntu1) ... 176s Selecting previously unselected package g++-s390x-linux-gnu. 176s Preparing to unpack .../030-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 176s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 176s Selecting previously unselected package g++. 176s Preparing to unpack .../031-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 176s Unpacking g++ (4:14.2.0-1ubuntu1) ... 176s Selecting previously unselected package build-essential. 176s Preparing to unpack .../032-build-essential_12.10ubuntu1_s390x.deb ... 176s Unpacking build-essential (12.10ubuntu1) ... 176s Selecting previously unselected package libdebhelper-perl. 176s Preparing to unpack .../033-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 176s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 176s Selecting previously unselected package libtool. 176s Preparing to unpack .../034-libtool_2.5.4-3build1_all.deb ... 176s Unpacking libtool (2.5.4-3build1) ... 176s Selecting previously unselected package dh-autoreconf. 176s Preparing to unpack .../035-dh-autoreconf_20_all.deb ... 176s Unpacking dh-autoreconf (20) ... 176s Selecting previously unselected package libarchive-zip-perl. 176s Preparing to unpack .../036-libarchive-zip-perl_1.68-1_all.deb ... 176s Unpacking libarchive-zip-perl (1.68-1) ... 176s Selecting previously unselected package libfile-stripnondeterminism-perl. 176s Preparing to unpack .../037-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 176s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 176s Selecting previously unselected package dh-strip-nondeterminism. 176s Preparing to unpack .../038-dh-strip-nondeterminism_1.14.1-2_all.deb ... 176s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 177s Selecting previously unselected package debugedit. 177s Preparing to unpack .../039-debugedit_1%3a5.1-2_s390x.deb ... 177s Unpacking debugedit (1:5.1-2) ... 177s Selecting previously unselected package dwz. 177s Preparing to unpack .../040-dwz_0.15-1build6_s390x.deb ... 177s Unpacking dwz (0.15-1build6) ... 177s Selecting previously unselected package gettext. 177s Preparing to unpack .../041-gettext_0.23.1-1_s390x.deb ... 177s Unpacking gettext (0.23.1-1) ... 177s Selecting previously unselected package intltool-debian. 177s Preparing to unpack .../042-intltool-debian_0.35.0+20060710.6_all.deb ... 177s Unpacking intltool-debian (0.35.0+20060710.6) ... 177s Selecting previously unselected package po-debconf. 177s Preparing to unpack .../043-po-debconf_1.0.21+nmu1_all.deb ... 177s Unpacking po-debconf (1.0.21+nmu1) ... 177s Selecting previously unselected package debhelper. 177s Preparing to unpack .../044-debhelper_13.24.1ubuntu2_all.deb ... 177s Unpacking debhelper (13.24.1ubuntu2) ... 177s Selecting previously unselected package dh-python. 177s Preparing to unpack .../045-dh-python_6.20250108_all.deb ... 177s Unpacking dh-python (6.20250108) ... 177s Selecting previously unselected package xml-core. 177s Preparing to unpack .../046-xml-core_0.19_all.deb ... 177s Unpacking xml-core (0.19) ... 177s Selecting previously unselected package docutils-common. 177s Preparing to unpack .../047-docutils-common_0.21.2+dfsg-2_all.deb ... 177s Unpacking docutils-common (0.21.2+dfsg-2) ... 177s Selecting previously unselected package python3-mccabe. 177s Preparing to unpack .../048-python3-mccabe_0.7.0-1_all.deb ... 177s Unpacking python3-mccabe (0.7.0-1) ... 177s Selecting previously unselected package python3-pycodestyle. 177s Preparing to unpack .../049-python3-pycodestyle_2.12.1-2_all.deb ... 177s Unpacking python3-pycodestyle (2.12.1-2) ... 177s Selecting previously unselected package python3-pyflakes. 177s Preparing to unpack .../050-python3-pyflakes_3.2.0-3_all.deb ... 177s Unpacking python3-pyflakes (3.2.0-3) ... 177s Selecting previously unselected package python3-flake8. 177s Preparing to unpack .../051-python3-flake8_7.1.1-3_all.deb ... 177s Unpacking python3-flake8 (7.1.1-3) ... 177s Selecting previously unselected package flake8. 177s Preparing to unpack .../052-flake8_7.1.1-3_all.deb ... 177s Unpacking flake8 (7.1.1-3) ... 177s Selecting previously unselected package fonts-font-awesome. 177s Preparing to unpack .../053-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 177s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 177s Selecting previously unselected package fonts-glyphicons-halflings. 177s Preparing to unpack .../054-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ... 177s Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 177s Selecting previously unselected package libjs-bootstrap. 177s Preparing to unpack .../055-libjs-bootstrap_3.4.1+dfsg-3_all.deb ... 177s Unpacking libjs-bootstrap (3.4.1+dfsg-3) ... 177s Selecting previously unselected package libjs-jquery. 177s Preparing to unpack .../056-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 177s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 177s Selecting previously unselected package libjs-underscore. 177s Preparing to unpack .../057-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 177s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 177s Selecting previously unselected package libjs-sphinxdoc. 177s Preparing to unpack .../058-libjs-sphinxdoc_8.1.3-5_all.deb ... 177s Unpacking libjs-sphinxdoc (8.1.3-5) ... 177s Selecting previously unselected package libjson-perl. 177s Preparing to unpack .../059-libjson-perl_4.10000-1_all.deb ... 177s Unpacking libjson-perl (4.10000-1) ... 177s Selecting previously unselected package libsubunit-perl. 177s Preparing to unpack .../060-libsubunit-perl_1.4.2-3build1_all.deb ... 177s Unpacking libsubunit-perl (1.4.2-3build1) ... 177s Selecting previously unselected package libxslt1.1:s390x. 177s Preparing to unpack .../061-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 177s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 177s Selecting previously unselected package pyflakes3. 177s Preparing to unpack .../062-pyflakes3_3.2.0-3_all.deb ... 177s Unpacking pyflakes3 (3.2.0-3) ... 177s Selecting previously unselected package python-oslo.reports-doc. 177s Preparing to unpack .../063-python-oslo.reports-doc_3.5.0-0ubuntu1_all.deb ... 177s Unpacking python-oslo.reports-doc (3.5.0-0ubuntu1) ... 177s Selecting previously unselected package python3-all. 177s Preparing to unpack .../064-python3-all_3.13.1-1~exp2_s390x.deb ... 177s Unpacking python3-all (3.13.1-1~exp2) ... 177s Selecting previously unselected package python3-autopage. 177s Preparing to unpack .../065-python3-autopage_0.4.0-4_all.deb ... 177s Unpacking python3-autopage (0.4.0-4) ... 177s Selecting previously unselected package python3-wcwidth. 177s Preparing to unpack .../066-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 177s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 177s Selecting previously unselected package python3-pyperclip. 177s Preparing to unpack .../067-python3-pyperclip_1.8.2-2_all.deb ... 177s Unpacking python3-pyperclip (1.8.2-2) ... 177s Selecting previously unselected package python3-cmd2. 177s Preparing to unpack .../068-python3-cmd2_2.5.7+ds-1_all.deb ... 177s Unpacking python3-cmd2 (2.5.7+ds-1) ... 177s Selecting previously unselected package python3-roman. 177s Preparing to unpack .../069-python3-roman_5.0-1_all.deb ... 177s Unpacking python3-roman (5.0-1) ... 177s Selecting previously unselected package python3-docutils. 177s Preparing to unpack .../070-python3-docutils_0.21.2+dfsg-2_all.deb ... 177s Unpacking python3-docutils (0.21.2+dfsg-2) ... 177s Selecting previously unselected package python3-pbr. 177s Preparing to unpack .../071-python3-pbr_6.1.1-0ubuntu1_all.deb ... 177s Unpacking python3-pbr (6.1.1-0ubuntu1) ... 177s Selecting previously unselected package python3-prettytable. 177s Preparing to unpack .../072-python3-prettytable_3.12.0-1_all.deb ... 177s Unpacking python3-prettytable (3.12.0-1) ... 177s Selecting previously unselected package python3-importlib-metadata. 177s Preparing to unpack .../073-python3-importlib-metadata_8.6.1-1_all.deb ... 177s Unpacking python3-importlib-metadata (8.6.1-1) ... 177s Selecting previously unselected package python3-stevedore. 177s Preparing to unpack .../074-python3-stevedore_1%3a5.4.0-0ubuntu1_all.deb ... 177s Unpacking python3-stevedore (1:5.4.0-0ubuntu1) ... 177s Selecting previously unselected package python3-cliff. 177s Preparing to unpack .../075-python3-cliff_4.8.0-0ubuntu1_all.deb ... 177s Unpacking python3-cliff (4.8.0-0ubuntu1) ... 177s Selecting previously unselected package python3-dateutil. 177s Preparing to unpack .../076-python3-dateutil_2.9.0-3_all.deb ... 177s Unpacking python3-dateutil (2.9.0-3) ... 177s Selecting previously unselected package python3-wrapt. 177s Preparing to unpack .../077-python3-wrapt_1.15.0-4_s390x.deb ... 177s Unpacking python3-wrapt (1.15.0-4) ... 177s Selecting previously unselected package python3-debtcollector. 177s Preparing to unpack .../078-python3-debtcollector_3.0.0-3_all.deb ... 177s Unpacking python3-debtcollector (3.0.0-3) ... 177s Selecting previously unselected package python3-decorator. 177s Preparing to unpack .../079-python3-decorator_5.1.1-5_all.deb ... 177s Unpacking python3-decorator (5.1.1-5) ... 177s Selecting previously unselected package python3-defusedxml. 177s Preparing to unpack .../080-python3-defusedxml_0.7.1-3_all.deb ... 177s Unpacking python3-defusedxml (0.7.1-3) ... 177s Selecting previously unselected package python3-packaging. 177s Preparing to unpack .../081-python3-packaging_24.2-1_all.deb ... 177s Unpacking python3-packaging (24.2-1) ... 177s Selecting previously unselected package python3-deprecation. 177s Preparing to unpack .../082-python3-deprecation_2.1.0-3_all.deb ... 177s Unpacking python3-deprecation (2.1.0-3) ... 177s Selecting previously unselected package python3-dnspython. 177s Preparing to unpack .../083-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 177s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 177s Selecting previously unselected package python3-mako. 177s Preparing to unpack .../084-python3-mako_1.3.8-2_all.deb ... 177s Unpacking python3-mako (1.3.8-2) ... 177s Selecting previously unselected package python3-dogpile.cache. 177s Preparing to unpack .../085-python3-dogpile.cache_1.3.3-1_all.deb ... 177s Unpacking python3-dogpile.cache (1.3.3-1) ... 177s Selecting previously unselected package python3-dulwich. 177s Preparing to unpack .../086-python3-dulwich_0.22.7-1_s390x.deb ... 177s Unpacking python3-dulwich (0.22.7-1) ... 177s Selecting previously unselected package python3-greenlet. 177s Preparing to unpack .../087-python3-greenlet_3.1.0-1_s390x.deb ... 177s Unpacking python3-greenlet (3.1.0-1) ... 177s Selecting previously unselected package python3-eventlet. 177s Preparing to unpack .../088-python3-eventlet_0.39.0-0ubuntu1_all.deb ... 177s Unpacking python3-eventlet (0.39.0-0ubuntu1) ... 177s Selecting previously unselected package python3-extras. 177s Preparing to unpack .../089-python3-extras_1.0.0-6_all.deb ... 177s Unpacking python3-extras (1.0.0-6) ... 177s Selecting previously unselected package python3-testtools. 177s Preparing to unpack .../090-python3-testtools_2.7.2-4_all.deb ... 177s Unpacking python3-testtools (2.7.2-4) ... 177s Selecting previously unselected package python3-fixtures. 177s Preparing to unpack .../091-python3-fixtures_4.1.0-3_all.deb ... 177s Unpacking python3-fixtures (4.1.0-3) ... 177s Selecting previously unselected package python3-hacking. 177s Preparing to unpack .../092-python3-hacking_4.1.0-4_all.deb ... 177s Unpacking python3-hacking (4.1.0-4) ... 177s Selecting previously unselected package python3-imagesize. 177s Preparing to unpack .../093-python3-imagesize_1.4.1-1_all.deb ... 177s Unpacking python3-imagesize (1.4.1-1) ... 177s Selecting previously unselected package python3-jmespath. 177s Preparing to unpack .../094-python3-jmespath_1.0.1-1_all.deb ... 177s Unpacking python3-jmespath (1.0.1-1) ... 177s Selecting previously unselected package python3-iso8601. 177s Preparing to unpack .../095-python3-iso8601_2.1.0-2_all.deb ... 177s Unpacking python3-iso8601 (2.1.0-2) ... 177s Selecting previously unselected package python3-lxml:s390x. 177s Preparing to unpack .../096-python3-lxml_5.3.1-1_s390x.deb ... 177s Unpacking python3-lxml:s390x (5.3.1-1) ... 178s Selecting previously unselected package python3-six. 178s Preparing to unpack .../097-python3-six_1.17.0-1_all.deb ... 178s Unpacking python3-six (1.17.0-1) ... 178s Selecting previously unselected package python3-os-service-types. 178s Preparing to unpack .../098-python3-os-service-types_1.7.0-5_all.deb ... 178s Unpacking python3-os-service-types (1.7.0-5) ... 178s Selecting previously unselected package python3-keystoneauth1. 178s Preparing to unpack .../099-python3-keystoneauth1_5.9.1-0ubuntu1_all.deb ... 178s Unpacking python3-keystoneauth1 (5.9.1-0ubuntu1) ... 178s Selecting previously unselected package python3-monotonic. 178s Preparing to unpack .../100-python3-monotonic_1.6-3_all.deb ... 178s Unpacking python3-monotonic (1.6-3) ... 178s Selecting previously unselected package python3-msgpack. 178s Preparing to unpack .../101-python3-msgpack_1.0.3-3build3_s390x.deb ... 178s Unpacking python3-msgpack (1.0.3-3build3) ... 178s Selecting previously unselected package python3-openstackdocstheme. 178s Preparing to unpack .../102-python3-openstackdocstheme_3.2.0-0ubuntu2_all.deb ... 178s Unpacking python3-openstackdocstheme (3.2.0-0ubuntu2) ... 178s Selecting previously unselected package python3-munch. 178s Preparing to unpack .../103-python3-munch_4.0.0-2_all.deb ... 178s Unpacking python3-munch (4.0.0-2) ... 178s Selecting previously unselected package python3-platformdirs. 178s Preparing to unpack .../104-python3-platformdirs_4.3.6-1_all.deb ... 178s Unpacking python3-platformdirs (4.3.6-1) ... 178s Selecting previously unselected package python3-psutil. 178s Preparing to unpack .../105-python3-psutil_5.9.8-2build3_s390x.deb ... 178s Unpacking python3-psutil (5.9.8-2build3) ... 178s Selecting previously unselected package python3-requestsexceptions. 178s Preparing to unpack .../106-python3-requestsexceptions_1.4.0-5_all.deb ... 178s Unpacking python3-requestsexceptions (1.4.0-5) ... 178s Selecting previously unselected package python3-openstacksdk. 178s Preparing to unpack .../107-python3-openstacksdk_4.3.0-0ubuntu1_all.deb ... 178s Unpacking python3-openstacksdk (4.3.0-0ubuntu1) ... 178s Selecting previously unselected package python3-os-client-config. 178s Preparing to unpack .../108-python3-os-client-config_2.1.0-0ubuntu5_all.deb ... 178s Unpacking python3-os-client-config (2.1.0-0ubuntu5) ... 178s Selecting previously unselected package python3-oslo.i18n. 178s Preparing to unpack .../109-python3-oslo.i18n_6.5.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.i18n (6.5.0-0ubuntu1) ... 178s Selecting previously unselected package python3-oslo.context. 178s Preparing to unpack .../110-python3-oslo.context_1%3a5.7.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.context (1:5.7.0-0ubuntu1) ... 178s Selecting previously unselected package python3-oslo.utils. 178s Preparing to unpack .../111-python3-oslo.utils_8.1.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.utils (8.1.0-0ubuntu1) ... 178s Selecting previously unselected package python3-oslo.serialization. 178s Preparing to unpack .../112-python3-oslo.serialization_5.6.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.serialization (5.6.0-0ubuntu1) ... 178s Selecting previously unselected package python3-oslo.log. 178s Preparing to unpack .../113-python3-oslo.log_7.0.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.log (7.0.0-0ubuntu1) ... 178s Selecting previously unselected package python3-rfc3986. 178s Preparing to unpack .../114-python3-rfc3986_2.0.0-3_all.deb ... 178s Unpacking python3-rfc3986 (2.0.0-3) ... 178s Selecting previously unselected package python3-oslo.config. 178s Preparing to unpack .../115-python3-oslo.config_1%3a9.7.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.config (1:9.7.0-0ubuntu1) ... 178s Selecting previously unselected package python3-oslo.reports. 178s Preparing to unpack .../116-python3-oslo.reports_3.5.0-0ubuntu1_all.deb ... 178s Unpacking python3-oslo.reports (3.5.0-0ubuntu1) ... 178s Selecting previously unselected package python3-tomlkit. 178s Preparing to unpack .../117-python3-tomlkit_0.13.2-1_all.deb ... 178s Unpacking python3-tomlkit (0.13.2-1) ... 178s Selecting previously unselected package python3-voluptuous. 178s Preparing to unpack .../118-python3-voluptuous_0.14.2-1_all.deb ... 178s Unpacking python3-voluptuous (0.14.2-1) ... 178s Selecting previously unselected package python3-subunit. 178s Preparing to unpack .../119-python3-subunit_1.4.2-3build1_all.deb ... 178s Unpacking python3-subunit (1.4.2-3build1) ... 178s Selecting previously unselected package subunit. 178s Preparing to unpack .../120-subunit_1.4.2-3build1_all.deb ... 178s Unpacking subunit (1.4.2-3build1) ... 178s Selecting previously unselected package python3-stestr. 178s Preparing to unpack .../121-python3-stestr_4.1.0-3_all.deb ... 178s Unpacking python3-stestr (4.1.0-3) ... 178s Selecting previously unselected package python3-oslotest. 178s Preparing to unpack .../122-python3-oslotest_1%3a5.0.0-4_all.deb ... 178s Unpacking python3-oslotest (1:5.0.0-4) ... 178s Selecting previously unselected package python3-wheel. 178s Preparing to unpack .../123-python3-wheel_0.45.1-1_all.deb ... 178s Unpacking python3-wheel (0.45.1-1) ... 178s Selecting previously unselected package python3-pip. 178s Preparing to unpack .../124-python3-pip_25.0+dfsg-1_all.deb ... 178s Unpacking python3-pip (25.0+dfsg-1) ... 178s Selecting previously unselected package python3-snowballstemmer. 178s Preparing to unpack .../125-python3-snowballstemmer_2.2.0-4build1_all.deb ... 178s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 178s Selecting previously unselected package sphinx-common. 178s Preparing to unpack .../126-sphinx-common_8.1.3-5_all.deb ... 178s Unpacking sphinx-common (8.1.3-5) ... 178s Selecting previously unselected package python3-alabaster. 179s Preparing to unpack .../127-python3-alabaster_0.7.16-0.1_all.deb ... 179s Unpacking python3-alabaster (0.7.16-0.1) ... 179s Selecting previously unselected package python3-sphinx. 179s Preparing to unpack .../128-python3-sphinx_8.1.3-5_all.deb ... 179s Unpacking python3-sphinx (8.1.3-5) ... 179s Selecting previously unselected package python3-sphinxcontrib.apidoc. 179s Preparing to unpack .../129-python3-sphinxcontrib.apidoc_0.3.0-2ubuntu1_all.deb ... 179s Unpacking python3-sphinxcontrib.apidoc (0.3.0-2ubuntu1) ... 179s Selecting previously unselected package openstack-pkg-tools. 179s Preparing to unpack .../130-openstack-pkg-tools_123ubuntu2_all.deb ... 179s Unpacking openstack-pkg-tools (123ubuntu2) ... 179s Setting up dh-python (6.20250108) ... 179s Setting up libsubunit-perl (1.4.2-3build1) ... 179s Setting up python3-importlib-metadata (8.6.1-1) ... 179s Setting up python3-defusedxml (0.7.1-3) ... 179s Setting up python3-pbr (6.1.1-0ubuntu1) ... 179s Setting up libarchive-zip-perl (1.68-1) ... 179s Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 179s Setting up python3-alabaster (0.7.16-0.1) ... 180s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 180s Setting up python3-autopage (0.4.0-4) ... 180s Setting up python3-pyflakes (3.2.0-3) ... 180s Setting up python3-extras (1.0.0-6) ... 180s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 180s Setting up m4 (1.4.19-5) ... 180s Setting up python3-requestsexceptions (1.4.0-5) ... 180s Setting up python3-pyperclip (1.8.2-2) ... 180s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 180s Setting up python3-wheel (0.45.1-1) ... 181s Setting up python3-platformdirs (4.3.6-1) ... 181s Setting up python3-munch (4.0.0-2) ... 181s Setting up python3-psutil (5.9.8-2build3) ... 181s Setting up python3-monotonic (1.6-3) ... 182s Setting up python3-six (1.17.0-1) ... 182s Setting up python3-roman (5.0-1) ... 182s Setting up python3-decorator (5.1.1-5) ... 182s Setting up python3-pycodestyle (2.12.1-2) ... 182s Setting up autotools-dev (20220109.1) ... 182s Setting up python3-packaging (24.2-1) ... 182s Setting up python3-iso8601 (2.1.0-2) ... 183s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 183s Setting up python3-rfc3986 (2.0.0-3) ... 183s Setting up python3-cmd2 (2.5.7+ds-1) ... 183s Setting up python3-snowballstemmer (2.2.0-4build1) ... 184s Setting up python3-jmespath (1.0.1-1) ... 184s Setting up python3-greenlet (3.1.0-1) ... 184s Setting up libmpc3:s390x (1.3.1-1build2) ... 184s Setting up python3-wrapt (1.15.0-4) ... 184s Setting up autopoint (0.23.1-1) ... 184s Setting up python3-deprecation (2.1.0-3) ... 185s Setting up python3-pip (25.0+dfsg-1) ... 187s Setting up autoconf (2.72-3) ... 187s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 187s Setting up dwz (0.15-1build6) ... 187s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 187s Setting up python3-dulwich (0.22.7-1) ... 188s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 188s Setting up libjson-perl (4.10000-1) ... 188s Setting up libnsl2:s390x (1.3.0-3build3) ... 188s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 188s Setting up debugedit (1:5.1-2) ... 188s Setting up python3-os-service-types (1.7.0-5) ... 188s Setting up python3-stevedore (1:5.4.0-0ubuntu1) ... 188s Setting up python3-dateutil (2.9.0-3) ... 189s Setting up python3-mccabe (0.7.0-1) ... 189s Setting up sgml-base (1.31) ... 189s Setting up python3-msgpack (1.0.3-3build3) ... 189s Setting up python3-voluptuous (0.14.2-1) ... 189s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 189s Setting up libisl23:s390x (0.27-1) ... 189s Setting up python3-prettytable (3.12.0-1) ... 190s Setting up python3-tomlkit (0.13.2-1) ... 190s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 190s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 190s Setting up libjs-bootstrap (3.4.1+dfsg-3) ... 190s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 190s Setting up python3-oslo.i18n (6.5.0-0ubuntu1) ... 190s Setting up python3-mako (1.3.8-2) ... 190s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 190s Setting up python3-imagesize (1.4.1-1) ... 191s Setting up automake (1:1.17-3) ... 191s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 191s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 191s Setting up python3.12-minimal (3.12.9-1) ... 192s Setting up pyflakes3 (3.2.0-3) ... 192s Setting up gettext (0.23.1-1) ... 192s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 192s Setting up python3.12 (3.12.9-1) ... 194s Setting up python3-all (3.13.1-1~exp2) ... 194s Setting up python3-debtcollector (3.0.0-3) ... 194s Setting up intltool-debian (0.35.0+20060710.6) ... 194s Setting up python3-flake8 (7.1.1-3) ... 194s Setting up python3-dogpile.cache (1.3.3-1) ... 194s Setting up python3-eventlet (0.39.0-0ubuntu1) ... 195s Setting up python3-oslo.context (1:5.7.0-0ubuntu1) ... 195s Setting up libjs-sphinxdoc (8.1.3-5) ... 195s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 195s Setting up cpp-14 (14.2.0-17ubuntu1) ... 195s Setting up dh-strip-nondeterminism (1.14.1-2) ... 195s Setting up python3-lxml:s390x (5.3.1-1) ... 195s Setting up xml-core (0.19) ... 196s Setting up python3-openstackdocstheme (3.2.0-0ubuntu2) ... 196s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 196s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 196s Setting up python3-keystoneauth1 (5.9.1-0ubuntu1) ... 197s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 197s Setting up po-debconf (1.0.21+nmu1) ... 197s Setting up python3-oslo.utils (8.1.0-0ubuntu1) ... 197s Setting up flake8 (7.1.1-3) ... 197s Setting up openstack-pkg-tools (123ubuntu2) ... 197s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 197s Setting up python-oslo.reports-doc (3.5.0-0ubuntu1) ... 197s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 197s Setting up sphinx-common (8.1.3-5) ... 197s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 197s Setting up python3-openstacksdk (4.3.0-0ubuntu1) ... 200s Setting up cpp (4:14.2.0-1ubuntu1) ... 200s Setting up python3-os-client-config (2.1.0-0ubuntu5) ... 200s Setting up python3-hacking (4.1.0-4) ... 201s Setting up python3-oslo.serialization (5.6.0-0ubuntu1) ... 201s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 201s Setting up gcc-14 (14.2.0-17ubuntu1) ... 201s Setting up g++-14 (14.2.0-17ubuntu1) ... 201s Setting up libtool (2.5.4-3build1) ... 201s Setting up gcc (4:14.2.0-1ubuntu1) ... 201s Setting up dh-autoreconf (20) ... 201s Setting up g++ (4:14.2.0-1ubuntu1) ... 201s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 201s Setting up build-essential (12.10ubuntu1) ... 201s Setting up debhelper (13.24.1ubuntu2) ... 201s Setting up python3-testtools (2.7.2-4) ... 201s Setting up python3-subunit (1.4.2-3build1) ... 202s Setting up python3-fixtures (4.1.0-3) ... 202s Setting up subunit (1.4.2-3build1) ... 202s Processing triggers for libc-bin (2.40-4ubuntu1) ... 202s Processing triggers for systemd (257.2-3ubuntu1) ... 202s Processing triggers for man-db (2.13.0-1) ... 203s Processing triggers for install-info (7.1.1-1) ... 203s Processing triggers for sgml-base (1.31) ... 203s Setting up docutils-common (0.21.2+dfsg-2) ... 204s Processing triggers for sgml-base (1.31) ... 204s Setting up python3-docutils (0.21.2+dfsg-2) ... 204s Setting up python3-cliff (4.8.0-0ubuntu1) ... 204s Setting up python3-oslo.config (1:9.7.0-0ubuntu1) ... 205s Setting up python3-sphinx (8.1.3-5) ... 206s Setting up python3-oslo.log (7.0.0-0ubuntu1) ... 207s Setting up python3-oslo.reports (3.5.0-0ubuntu1) ... 207s Setting up python3-stestr (4.1.0-3) ... 207s Setting up python3-sphinxcontrib.apidoc (0.3.0-2ubuntu1) ... 207s Setting up python3-oslotest (1:5.0.0-4) ... 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-oslo.reports-doc'], kind short, sout pipe, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-oslo.reports'], kind short, sout pipe, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yrBqhJ/python-import-packages.all"], kind short, sout raw, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-import-packages.all /tmp/autopkgtest-work.1qhhcvbj/out/python-import-packages.all 209s autopkgtest: DBG: got reply from testbed: ok 209s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yrBqhJ/build.1Vr/src'], kind short, sout raw, serr raw, env [] 209s autopkgtest: DBG: testbed command exited with code 0 209s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.yrBqhJ/build.1Vr/src already exists 209s autopkgtest [12:51:22]: test python-import: [----------------------- 209s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.yrBqhJ/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yrBqhJ/python-import-artifacts --chdir=/tmp/autopkgtest.yrBqhJ/build.1Vr/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.yrBqhJ/python-import-stderr --stdout=/tmp/autopkgtest.yrBqhJ/python-import-stdout --tmp=/tmp/autopkgtest.yrBqhJ/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-import -- /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-import'], kind test, sout raw, serr raw, env [] 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yrBqhJ/python-import-artifacts 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: changing to directory: /tmp/autopkgtest.yrBqhJ/build.1Vr/src 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: LANG=C.UTF-8 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LANGUAGE 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_ADDRESS 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_ALL 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_COLLATE 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_CTYPE 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_IDENTIFICATION 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MEASUREMENT 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MESSAGES 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MONETARY 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_NAME 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_NUMERIC 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_PAPER 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_TELEPHONE 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_TIME 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: pretending to be a login shell 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will write standard error to /tmp/autopkgtest.yrBqhJ/python-import-stderr 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will write stdout to /tmp/autopkgtest.yrBqhJ/python-import-stdout 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yrBqhJ/autopkgtest_tmp 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: marking as executable: /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-import 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: command to run: /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-import 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: copying /tmp/tmp.Dnz6K1NE9T/out to stdout and file: /tmp/autopkgtest.yrBqhJ/python-import-stdout 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: copying /tmp/tmp.Dnz6K1NE9T/err to standard error and file: /tmp/autopkgtest.yrBqhJ/python-import-stdout 209s /tmp/autopkgtest.yrBqhJ/wrapper.sh: writing script pid 3350 to /tmp/autopkgtest_script_pid 210s /usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 210s !! 210s 210s ******************************************************************************** 210s Requirements should be satisfied by a PEP 517 installer. 210s If you are using pip, you can try `pip install --use-pep517`. 210s ******************************************************************************** 210s 210s !! 210s dist.fetch_build_eggs(dist.setup_requires) 210s /usr/lib/python3/dist-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 210s !! 210s 210s ******************************************************************************** 210s Please avoid running ``setup.py`` and ``easy_install``. 210s Instead, use pypa/build, pypa/installer or other 210s standards-based tools. 210s 210s See https://github.com/pypa/setuptools/issues/917 for details. 210s ******************************************************************************** 210s 210s !! 210s easy_install.initialize_options(self) 210s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 210s !! 210s 210s ******************************************************************************** 210s Please avoid running ``setup.py`` directly. 210s Instead, use pypa/build, pypa/installer or other 210s standards-based tools. 210s 210s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 210s ******************************************************************************** 210s 210s !! 210s self.initialize_options() 210s /usr/lib/python3/dist-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require' 210s warnings.warn(msg) 210s Testing with python3.12: 210s 210s Testing with python3.13: 210s 210s /tmp/autopkgtest.yrBqhJ/wrapper.sh: checking for leaked background processes... 210s /tmp/autopkgtest.yrBqhJ/wrapper.sh: waiting for tee/cat subprocesses... 210s /tmp/autopkgtest.yrBqhJ/wrapper.sh: cleaning up... 210s /tmp/autopkgtest.yrBqhJ/wrapper.sh: Exit status: 0 210s autopkgtest: DBG: testbed command exited with code 0 210s autopkgtest [12:51:23]: test python-import: -----------------------] 210s autopkgtest: DBG: testbed executing test finished with exit status 0 210s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-import-stdout /tmp/autopkgtest-work.1qhhcvbj/out/python-import-stdout 212s autopkgtest: DBG: got reply from testbed: ok 212s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-import-stderr /tmp/autopkgtest-work.1qhhcvbj/out/python-import-stderr 212s autopkgtest: DBG: got reply from testbed: ok 212s python-import PASS 212s autopkgtest [12:51:25]: test python-import: - - - - - - - - - - results - - - - - - - - - - 212s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-import-artifacts/ /tmp/autopkgtest-work.1qhhcvbj/out/artifacts/ 212s autopkgtest: DBG: got reply from testbed: ok 212s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yrBqhJ/python-import-artifacts', '/tmp/autopkgtest.yrBqhJ/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 212s autopkgtest: DBG: testbed command exited with code 0 212s autopkgtest [12:51:25]: test python-stestr: preparing testbed 212s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'], deps_new=['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 212s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 212s autopkgtest: DBG: install_deps: deps_new=['python-oslo.reports-doc', 'python3-oslo.reports', 'debhelper-compat (= 13)', 'dh-python', 'openstack-pkg-tools', 'python3-all', 'python3-pbr (>= 2.0.0)', 'python3-setuptools', 'python3-sphinx (>= 2.0.0)', 'python3-eventlet (>= 0.18.2)', 'python3-greenlet (>= 0.4.15)', 'python3-hacking', 'python3-jinja2 (>= 2.10)', 'python3-openstackdocstheme (>= 2.2.0)', 'python3-oslo.config (>= 1:5.2.0)', 'python3-oslo.i18n (>= 3.15.3)', 'python3-oslo.serialization (>= 2.18.0)', 'python3-oslo.utils (>= 3.33.0)', 'python3-oslotest (>= 1:3.2.0)', 'python3-psutil (>= 3.2.2)', 'python3-sphinxcontrib.apidoc (>= 0.2.0)', 'python3-stestr (>= 2.0.0)', 'build-essential'] 212s autopkgtest: DBG: install-deps: satisfying python-oslo.reports-doc, python3-oslo.reports, debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 2.0.0), python3-eventlet (>= 0.18.2), python3-greenlet (>= 0.4.15), python3-hacking, python3-jinja2 (>= 2.10), python3-openstackdocstheme (>= 2.2.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-psutil (>= 3.2.2), python3-sphinxcontrib.apidoc (>= 0.2.0), python3-stestr (>= 2.0.0), build-essential 212s autopkgtest: DBG: can use apt-get on testbed: True 212s 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', 'python-oslo.reports-doc, python3-oslo.reports, debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 2.0.0), python3-eventlet (>= 0.18.2), python3-greenlet (>= 0.4.15), python3-hacking, python3-jinja2 (>= 2.10), python3-openstackdocstheme (>= 2.2.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-psutil (>= 3.2.2), python3-sphinxcontrib.apidoc (>= 0.2.0), python3-stestr (>= 2.0.0), build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 212s Reading package lists... 213s Building dependency tree... 213s Reading state information... 213s Starting pkgProblemResolver with broken count: 0 213s Starting 2 pkgProblemResolver with broken count: 0 213s Done 213s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 213s autopkgtest: DBG: testbed command exited with code 0 213s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-oslo.reports-doc'], kind short, sout pipe, serr pipe, env [] 213s autopkgtest: DBG: testbed command exited with code 0 213s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-oslo.reports'], kind short, sout pipe, serr pipe, env [] 213s autopkgtest: DBG: testbed command exited with code 0 213s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yrBqhJ/python-stestr-packages.all"], kind short, sout raw, serr pipe, env [] 213s autopkgtest: DBG: testbed command exited with code 0 213s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-stestr-packages.all /tmp/autopkgtest-work.1qhhcvbj/out/python-stestr-packages.all 214s autopkgtest: DBG: got reply from testbed: ok 214s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yrBqhJ/build.1Vr/src'], kind short, sout raw, serr raw, env [] 214s autopkgtest: DBG: testbed command exited with code 0 214s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.yrBqhJ/build.1Vr/src already exists 214s autopkgtest [12:51:27]: test python-stestr: [----------------------- 214s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.yrBqhJ/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yrBqhJ/python-stestr-artifacts --chdir=/tmp/autopkgtest.yrBqhJ/build.1Vr/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.yrBqhJ/python-stestr-stderr --stdout=/tmp/autopkgtest.yrBqhJ/python-stestr-stdout --tmp=/tmp/autopkgtest.yrBqhJ/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-stestr -- /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-stestr'], kind test, sout raw, serr raw, env [] 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yrBqhJ/python-stestr-artifacts 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: changing to directory: /tmp/autopkgtest.yrBqhJ/build.1Vr/src 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: LANG=C.UTF-8 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LANGUAGE 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_ADDRESS 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_ALL 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_COLLATE 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_CTYPE 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_IDENTIFICATION 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MEASUREMENT 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MESSAGES 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_MONETARY 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_NAME 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_NUMERIC 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_PAPER 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_TELEPHONE 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: unsetting environment: LC_TIME 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: pretending to be a login shell 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will write standard error to /tmp/autopkgtest.yrBqhJ/python-stestr-stderr 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: will write stdout to /tmp/autopkgtest.yrBqhJ/python-stestr-stdout 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yrBqhJ/autopkgtest_tmp 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: marking as executable: /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-stestr 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: command to run: /tmp/autopkgtest.yrBqhJ/build.1Vr/src/debian/tests/python-stestr 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: copying /tmp/tmp.JR8NlEvI4O/out to stdout and file: /tmp/autopkgtest.yrBqhJ/python-stestr-stdout 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: copying /tmp/tmp.JR8NlEvI4O/err to standard error and file: /tmp/autopkgtest.yrBqhJ/python-stestr-stdout 214s /tmp/autopkgtest.yrBqhJ/wrapper.sh: writing script pid 3510 to /tmp/autopkgtest_script_pid 214s + py3versions -r 214s + Testing with python3.12: 214s echo Testing with python3.12: 214s + PYTHON=python3.12 stestr run 215s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_immutable_mappings_produce_mutable_models [0.000966s] ... ok 215s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_model_repr [0.000440s] ... ok 215s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_submodel_attached_view [0.002903s] ... ok 215s {1} oslo_reports.tests.test_base_report.TestBasicReport.test_append_section [0.000236s] ... ok 215s {1} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_fail_prints_traceback [0.001467s] ... ok 215s {1} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_reg_persistent_section [0.019067s] ... ok 215s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_config_model [0.001121s] ... ok 215s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_green_thread_generator [0.007907s] ... ok 215s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator_without_vendor_string [0.000746s] ... ok 215s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator_tb [0.000967s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_basic_kv_view [0.000734s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_in_list_serialization [0.000501s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_serialization [0.000690s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_list_serialization [0.000510s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_basic_kv_view [0.000359s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_custom_indent_string [0.000614s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_in_list_serialization [0.000373s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization [0.000549s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization_mixed_keys [0.001226s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_list_in_dict_serialization [0.000571s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_list_serialization [0.000270s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_multi_view [0.000698s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_table_view [0.001120s] ... ok 215s {1} oslo_reports.tests.test_views.TestGenericXMLView.test_list_in_dict_serialization [0.003606s] ... ok 215s {1} oslo_reports.tests.test_views.TestJinjaView.test_load_from_class [0.001798s] ... ok 215s {1} oslo_reports.tests.test_views.TestJinjaView.test_load_from_file [0.000892s] ... ok 215s {1} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propogation_on_recursive_structures [0.000376s] ... ok 215s {1} oslo_reports.tests.test_views.TestModelReportType.test_text_report [0.000855s] ... ok 215s {1} oslo_reports.tests.test_views.TestModelReportType.test_to_type [0.000631s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_data_as_sequence_is_handled_properly [0.006599s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_getattr [0.001383s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_str_returns_string_with_attached_view [0.000565s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_str_throws_error_with_no_attached_view [0.000880s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBasicReport.test_add_section [0.000327s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBasicReport.test_basic_render [0.000356s] ... ok 215s {0} oslo_reports.tests.test_base_report.TestBasicReport.test_insert_section [0.000272s] ... ok 215s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_basic_report [0.030039s] ... ok 215s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun [0.028613s] ... ok 215s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_log_dir [0.045537s] ... ok 215s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_without_signals [0.000901s] ... ok 215s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_setup_file_watcher [0.002147s] ... ok 215s {0} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator [0.000496s] ... ok 215s {0} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator [0.004214s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_list_in_dict_serialization [0.000579s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_submodel_serialization [0.005068s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization_integer_keys [0.004110s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_submodel_serialization [0.000699s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_dict_in_list_serialization [0.000612s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_dict_serialization [0.000560s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_list_serialization [0.000613s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_submodel_serialization [0.000870s] ... ok 215s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_wrapper_name [0.000503s] ... ok 215s {0} oslo_reports.tests.test_views.TestJinjaView.test_direct_pass [0.000995s] ... ok 215s {0} oslo_reports.tests.test_views.TestJinjaView.test_is_deepcopiable [0.000318s] ... ok 215s {0} oslo_reports.tests.test_views.TestModelReportType.test_model_with_default_views [0.000724s] ... ok 215s {0} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_dicts [0.000342s] ... ok 215s {0} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_lists [0.000289s] ... ok 215s {0} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_models [0.000327s] ... ok 215s {0} oslo_reports.tests.test_views.TestModelReportType.test_report_of_type [0.000447s] ... ok 215s 215s ====== 215s Totals 215s ====== 215s Ran: 59 tests in 0.3600 sec. 215s - Passed: 59 215s - Skipped: 0 215s - Expected Fail: 0 215s - Unexpected Success: 0 215s - Failed: 0 215s Sum of execute time for each test: 0.1916 sec. 215s 215s ============== 215s Worker Balance 215s ============== 215s - Worker 0 (30 tests) => 0:00:00.145751 215s - Worker 1 (29 tests) => 0:00:00.060381 215s + rm -rf .stestr 215s Testing with python3.13: 215s + echo Testing with python3.13: 215s + PYTHON=python3.13 stestr run 216s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_getattr [0.000683s] ... ok 216s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_model_repr [0.000399s] ... ok 216s {0} oslo_reports.tests.test_base_report.TestBaseModel.test_str_returns_string_with_attached_view [0.000239s] ... ok 216s {0} oslo_reports.tests.test_base_report.TestBasicReport.test_basic_render [0.000195s] ... ok 216s {0} oslo_reports.tests.test_base_report.TestBasicReport.test_insert_section [0.000175s] ... ok 216s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_fail_prints_traceback [0.004534s] ... ok 216s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_reg_persistent_section [0.015609s] ... ok 216s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_log_dir [0.011267s] ... ok 216s {0} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun_without_signals [0.000489s] ... ok 216s {0} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_green_thread_generator [0.007149s] ... ok 216s {0} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator [0.000367s] ... ok 216s {0} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_package_report_generator_without_vendor_string [0.000338s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_basic_kv_view [0.000324s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_in_list_serialization [0.000381s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_list_serialization [0.000320s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericJSONViews.test_submodel_serialization [0.000395s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_basic_kv_view [0.000223s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_custom_indent_string [0.000254s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_list_in_dict_serialization [0.000259s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericTextViews.test_multi_view [0.000380s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_dict_serialization [0.000370s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_list_serialization [0.001450s] ... ok 216s {0} oslo_reports.tests.test_views.TestGenericXMLView.test_submodel_serialization [0.000624s] ... ok 216s {0} oslo_reports.tests.test_views.TestJinjaView.test_direct_pass [0.000679s] ... ok 216s {0} oslo_reports.tests.test_views.TestJinjaView.test_load_from_class [0.000994s] ... ok 216s {0} oslo_reports.tests.test_views.TestModelReportType.test_model_with_default_views [0.000502s] ... ok 216s {0} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_dicts [0.000196s] ... ok 216s {0} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propogation_on_recursive_structures [0.000189s] ... ok 216s {0} oslo_reports.tests.test_views.TestModelReportType.test_report_of_type [0.000272s] ... ok 216s {0} oslo_reports.tests.test_views.TestModelReportType.test_to_type [0.000332s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_data_as_sequence_is_handled_properly [0.000696s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_immutable_mappings_produce_mutable_models [0.000748s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_str_throws_error_with_no_attached_view [0.000711s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBaseModel.test_submodel_attached_view [0.000233s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBasicReport.test_add_section [0.000187s] ... ok 216s {1} oslo_reports.tests.test_base_report.TestBasicReport.test_append_section [0.000175s] ... ok 216s {1} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_basic_report [0.016319s] ... ok 216s {1} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_register_autorun [0.013553s] ... ok 216s {1} oslo_reports.tests.test_guru_meditation_report.TestGuruMeditationReport.test_setup_file_watcher [0.005296s] ... ok 216s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_config_model [0.000609s] ... ok 216s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator [0.002675s] ... ok 216s {1} oslo_reports.tests.test_openstack_generators.TestOpenstackGenerators.test_thread_generator_tb [0.000280s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_dict_serialization [0.000359s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericJSONViews.test_list_in_dict_serialization [0.000296s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_in_list_serialization [0.000313s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization [0.000273s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization_integer_keys [0.000282s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_dict_serialization_mixed_keys [0.000272s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_list_serialization [0.000267s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_submodel_serialization [0.000379s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericTextViews.test_table_view [0.000279s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericXMLView.test_dict_in_list_serialization [0.002611s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericXMLView.test_list_in_dict_serialization [0.001570s] ... ok 216s {1} oslo_reports.tests.test_views.TestGenericXMLView.test_wrapper_name [0.001870s] ... ok 216s {1} oslo_reports.tests.test_views.TestJinjaView.test_is_deepcopiable [0.000269s] ... ok 216s {1} oslo_reports.tests.test_views.TestJinjaView.test_load_from_file [0.000473s] ... ok 216s {1} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_lists [0.000249s] ... ok 216s {1} oslo_reports.tests.test_views.TestModelReportType.test_recursive_type_propagation_with_nested_models [0.000223s] ... ok 216s {1} oslo_reports.tests.test_views.TestModelReportType.test_text_report [0.000348s] ... ok 216s 216s ====== 216s Totals 216s ====== 216s Ran: 59 tests in 0.1306 sec. 216s - Passed: 59 216s - Skipped: 0 216s - Expected Fail: 0 216s - Unexpected Success: 0 216s - Failed: 0 216s Sum of execute time for each test: 0.1014 sec. 216s 216s ============== 216s Worker Balance 216s ============== 216s - Worker 0 (30 tests) => 0:00:00.052644 216s - Worker 1 (29 tests) => 0:00:00.054916 216s + rm -rf .stestr 216s /tmp/autopkgtest.yrBqhJ/wrapper.sh: checking for leaked background processes... 216s /tmp/autopkgtest.yrBqhJ/wrapper.sh: waiting for tee/cat subprocesses... 216s /tmp/autopkgtest.yrBqhJ/wrapper.sh: cleaning up... 216s /tmp/autopkgtest.yrBqhJ/wrapper.sh: Exit status: 0 216s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest [12:51:30]: test python-stestr: -----------------------] 217s autopkgtest: DBG: testbed executing test finished with exit status 0 217s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-stestr-stdout /tmp/autopkgtest-work.1qhhcvbj/out/python-stestr-stdout 217s autopkgtest: DBG: got reply from testbed: ok 217s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-stestr-stderr /tmp/autopkgtest-work.1qhhcvbj/out/python-stestr-stderr 218s autopkgtest: DBG: got reply from testbed: ok 218s python-stestr PASS 218s autopkgtest [12:51:31]: test python-stestr: - - - - - - - - - - results - - - - - - - - - - 218s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yrBqhJ/python-stestr-artifacts/ /tmp/autopkgtest-work.1qhhcvbj/out/artifacts/ 218s autopkgtest: DBG: got reply from testbed: ok 218s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yrBqhJ/python-stestr-artifacts', '/tmp/autopkgtest.yrBqhJ/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 218s autopkgtest: DBG: testbed command exited with code 0 218s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 218s autopkgtest [12:51:31]: @@@@@@@@@@@@@@@@@@@@ summary 218s python-import PASS 218s python-stestr PASS 218s autopkgtest: DBG: testbed stop 218s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.yrBqhJ 218s autopkgtest: DBG: sending command to testbed: close 236s autopkgtest: DBG: got reply from testbed: ok 236s autopkgtest: DBG: sending command to testbed: quit 236s nova [W] Using flock in prodstack6-s390x 236s Creating nova instance adt-plucky-s390x-python-oslo.reports-20250219-124753-juju-7f2275-prod-proposed-migration-environment-15-7742c8d5-51bc-4872-aa3b-ac368871ac2b from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 236s nova [W] Timed out waiting for c4ac87bb-0ae5-4702-84fd-891277050680 to get deleted.