0s autopkgtest: DBG: testbed init 0s autopkgtest [12:40:52]: starting date and time: 2025-02-19 12:40:52+0000 0s autopkgtest [12:40:52]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:40:52]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.cp_t9kpw/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-glance-store --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-18.secgroup --name adt-plucky-s390x-python-glance-store-20250219-124052-juju-7f2275-prod-proposed-migration-environment-15-84a6b6f2-81ed-468b-a5a9-03a825ddd541 --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 115s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.oqIcQR 115s autopkgtest: DBG: sending command to testbed: print-execute-command 115s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.q9lqh4qn/runcmd 115s autopkgtest: DBG: sending command to testbed: capabilities 115s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine reboot revert suggested-normal-user=ubuntu root-on-testbed 115s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'reboot', 'revert', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 115s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.oqIcQR'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.oqIcQR/wrapper.sh 115s autopkgtest: DBG: got reply from testbed: ok 115s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.oqIcQR/wrapper.sh'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [12:42:47]: testbed dpkg architecture: s390x 115s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:42:48]: testbed apt version: 2.9.30 116s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed has eatmydata 116s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:42:48]: @@@@@@@@@@@@@@@@@@@@ test bed setup 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [12:42:48]: testbed release detected to be: None 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s 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 [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: adding APT source: Types: deb deb-src 116s URIs: http://ftpmaster.internal/ubuntu/ 116s Suites: plucky-proposed 116s Components: main restricted universe multiverse 116s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 116s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 117s Package: * 117s Pin: release plucky-proposed 117s Pin-Priority: 500 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:42:49]: updating testbed package index (apt update) 117s 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'] 117s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 117s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 117s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 117s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 117s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 117s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 117s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 117s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 118s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 118s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 118s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 118s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 118s Fetched 1700 kB in 1s (1916 kB/s) 118s Reading package lists... 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 119s Package: * 119s Pin: release plucky-proposed 119s Pin-Priority: 100 119s 119s Package: src:sphinx:any 119s Pin: release plucky-proposed 119s Pin-Priority: 995 119s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s 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.oqIcQR/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s 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'] 119s + lsb_release --codename --short 119s + RELEASE=plucky 119s + cat 119s + [ plucky != trusty ] 119s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade... 119s The following packages were automatically installed and are no longer required: 119s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 119s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 119s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 119s linux-tools-6.11.0-8-generic 119s Use 'sudo apt autoremove' to remove them. 119s The following packages will be upgraded: 119s iproute2 liblsof0 libp11-kit0 lsof 120s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s Need to get 1791 kB of archives. 120s After this operation, 17.4 kB of additional disk space will be used. 120s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 120s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 120s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 120s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 120s Preconfiguring packages ... 120s Fetched 1791 kB in 1s (2735 kB/s) 121s (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.) 121s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 121s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 121s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 121s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 121s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 121s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 121s Setting up liblsof0 (4.99.4+dfsg-1) ... 121s Setting up iproute2 (6.13.0-1ubuntu1) ... 121s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 121s Setting up lsof (4.99.4+dfsg-1) ... 121s Processing triggers for man-db (2.13.0-1) ... 121s Processing triggers for libc-bin (2.40-4ubuntu1) ... 122s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 122s + /usr/lib/apt/apt-helper analyze-pattern ?true 122s + + uname -r 122s sed s/\./\\./g 122s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 122s + apt list ?obsolete 122s + tail -n+2 122s + grep -v ^linux-.*6\.12\.0-15-generic.* 122s + cut -d/ -f1 122s + true 122s + obsolete_pkgs= 122s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 122s Reading package lists... 122s Building dependency tree... 122s Reading state information... 122s The following packages will be REMOVED: 122s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 122s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 122s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 122s linux-tools-6.11.0-8-generic* 122s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 122s After this operation, 167 MB disk space will be freed. 122s (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.) 122s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 122s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 122s Removing libpython3.12t64:s390x (3.12.9-1) ... 122s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 122s Removing libnsl2:s390x (1.3.0-3build3) ... 122s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 122s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 124s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s Processing triggers for libc-bin (2.40-4ubuntu1) ... 124s (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.) 124s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 124s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s + grep -q trusty /etc/lsb-release 124s + [ ! -d /usr/share/doc/unattended-upgrades ] 124s + [ ! -d /usr/share/doc/lxd ] 124s + [ ! -d /usr/share/doc/lxd-client ] 124s + [ ! -d /usr/share/doc/snapd ] 124s + type iptables 124s + cat 124s + chmod 755 /etc/rc.local 124s + . /etc/rc.local 124s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 124s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 124s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 124s + uname -m 124s + [ s390x = ppc64le ] 124s + [ -d /run/systemd/system ] 124s + systemd-detect-virt --quiet --vm 124s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 124s + cat 124s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 124s + echo COMPRESS=lz4 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest [12:42:56]: upgrading testbed (apt dist-upgrade and autopurge) 124s 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'] 124s Reading package lists... 124s Building dependency tree... 124s Reading state information... 124s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 124s Starting 2 pkgProblemResolver with broken count: 0 124s Done 125s Entering ResolveByKeep 125s 125s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s autopkgtest: DBG: testbed command exited with code 0 125s 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'] 125s Reading package lists... 125s Building dependency tree... 125s Reading state information... 125s Starting pkgProblemResolver with broken count: 0 125s Starting 2 pkgProblemResolver with broken count: 0 125s Done 126s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 126s autopkgtest: DBG: testbed command exited with code 0 126s 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.oqIcQR/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 1 126s autopkgtest [12:42:58]: rebooting testbed after setup commands that affected boot 126s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.oqIcQR'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.oqIcQR/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.oqIcQR'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [12:43:17]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 145s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.oqIcQR/testbed-packages"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/testbed-packages /tmp/autopkgtest-work.cp_t9kpw/out/testbed-packages 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.oqIcQR'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.oqIcQR/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.oqIcQR'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.oqIcQR/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: Binaries: initialising 147s autopkgtest [12:43:19]: @@@@@@@@@@@@@@@@@@@@ apt-source python-glance-store 147s autopkgtest: DBG: blame += python-glance-store 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 147s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-glance-store'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-glance-store$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-glance-store=4.9.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-glance-store-doc$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-glance-store-doc=4.9.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: install_deps: deps_new=[] 149s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s 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.oqIcQR/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-glance-store=4.9.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-glance-store_*.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'] 149s + cd / 149s + mktemp -d /tmp/autopkgtest.oqIcQR/build.XXX 149s + builddir=/tmp/autopkgtest.oqIcQR/build.OJs 149s + cd /tmp/autopkgtest.oqIcQR/build.OJs 149s + apt-get source -d -q --only-source python-glance-store=4.9.0-0ubuntu1 149s + OUT=Reading package lists... 149s NOTICE: 'python-glance-store' packaging is maintained in the 'Git' version control system at: 149s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-glanceclient 149s Please use: 149s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-glanceclient 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 250 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (dsc) [3589 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (tar) [239 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (diff) [7488 B] 149s Fetched 250 kB in 0s (508 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + echo Reading package lists... 149s NOTICE: 'python-glance-store' packaging is maintained in the 'Git' version control system at: 149s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-glanceclient 149s Please use: 149s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-glanceclient 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 250 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (dsc) [3589 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (tar) [239 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (diff) [7488 B] 149s Fetched 250 kB in 0s (508 kB/s) 149s Download complete and in download only mode 149s + grep ^Get: 149s Get:1 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (dsc) [3589 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (tar) [239 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/main python-glance-store 4.9.0-0ubuntu1 (diff) [7488 B] 149s + dpkg-source -x python-glance-store_4.9.0-0ubuntu1.dsc src 150s gpgv: Signature made Wed Jan 15 14:42:11 2025 UTC 150s gpgv: using RSA key AB23E9A98422889E08C3838CBFECAECBA0E7D8C3 150s gpgv: Can't check signature: No public key 150s dpkg-source: warning: cannot verify inline signature for ./python-glance-store_4.9.0-0ubuntu1.dsc: no acceptable signature found 150s + chmod -R a+rX . 150s + cd src/. 150s + pwd 150s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [12:43:22]: testing package python-glance-store version 4.9.0-0ubuntu1 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/build.OJs/src/debian/ /tmp/autopkgtest-work.cp_t9kpw/out/pkg/debian/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: autodep8 generated control: ----- 150s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done 150s Depends: python3-all, python3-glance-store, 150s Restrictions: allow-stderr, superficial, 150s Features: test-name=autodep8-python3 150s 150s 150s ------- 150s autopkgtest: DBG: processing dependency python3-all 150s autopkgtest: DBG: processing dependency python3-glance-store 150s autopkgtest: DBG: marked alternatives ['python3-glance-store'] as a synthesised dependency 150s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-glance-store'] 150s autopkgtest [12:43:22]: build not needed 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/build.OJs/src/ /tmp/autopkgtest-work.cp_t9kpw/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: autodep8 generated control: ----- 150s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done 150s Depends: python3-all, python3-glance-store, 150s Restrictions: allow-stderr, superficial, 150s Features: test-name=autodep8-python3 150s 150s 150s ------- 150s autopkgtest: DBG: processing dependency python3-all 150s autopkgtest: DBG: processing dependency python3-glance-store 150s autopkgtest: DBG: marked alternatives ['python3-glance-store'] as a synthesised dependency 150s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-glance-store'] 150s autopkgtest [12:43:22]: test autodep8-python3: preparing testbed 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-glance-store'] 150s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 150s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-glance-store'] 150s autopkgtest: DBG: install-deps: satisfying python3-all, python3-glance-store 150s autopkgtest: DBG: can use apt-get on testbed: True 150s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-glance-store'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 151s Reading package lists... 151s Building dependency tree... 151s Reading state information... 151s Starting pkgProblemResolver with broken count: 0 151s Starting 2 pkgProblemResolver with broken count: 0 151s Done 151s The following NEW packages will be installed: 151s docutils-common libisns0t64 libjs-jquery libjs-sphinxdoc libjs-underscore 151s libnsl2 libopeniscsiusr libpython3.12-minimal libpython3.12-stdlib 151s libxslt1.1 lsscsi nvme-cli open-iscsi os-brick-common python3-all 151s python3-cffi python3-cinderclient python3-dateutil python3-ddt 151s python3-debtcollector python3-defusedxml python3-dnspython python3-docutils 151s python3-eventlet python3-fasteners python3-fixtures python3-glance-store 151s python3-greenlet python3-importlib-metadata python3-iso8601 151s python3-keystoneauth1 python3-keystoneclient python3-legacy-cgi python3-lxml 151s python3-monotonic python3-msgpack python3-os-brick python3-os-service-types 151s python3-os-win python3-oslo.concurrency python3-oslo.config 151s python3-oslo.context python3-oslo.i18n python3-oslo.log python3-oslo.privsep 151s python3-oslo.rootwrap python3-oslo.serialization python3-oslo.service 151s python3-oslo.utils python3-oslo.vmware python3-packaging python3-paste 151s python3-pastedeploy python3-pastedeploy-tpl python3-pbr python3-ply 151s python3-prettytable python3-psutil python3-pycparser python3-repoze.lru 151s python3-retrying python3-rfc3986 python3-roman python3-routes python3-six 151s python3-stevedore python3-suds python3-swiftclient python3-tempita 151s python3-tenacity python3-testtools python3-wcwidth python3-webob 151s python3-wrapt python3.12 python3.12-minimal sgml-base xml-core 151s 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 151s Need to get 14.3 MB of archives. 151s After this operation, 72.2 MB of additional disk space will be used. 151s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libopeniscsiusr s390x 2.1.10-3ubuntu2 [53.1 kB] 152s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libisns0t64 s390x 0.101-1 [95.0 kB] 152s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x open-iscsi s390x 2.1.10-3ubuntu2 [336 kB] 152s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 152s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 152s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 152s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 152s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 152s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 152s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 152s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 152s Get:14 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 152s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 152s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x lsscsi s390x 0.32-2 [49.5 kB] 152s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x nvme-cli s390x 2.11-2 [781 kB] 152s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x os-brick-common all 6.10.0-0ubuntu1 [4356 B] 152s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 152s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ply all 3.11-7 [45.4 kB] 152s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pycparser all 2.22-2 [76.5 kB] 152s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cffi all 1.17.1-2build1 [74.8 kB] 152s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-iso8601 all 2.1.0-2 [9136 B] 152s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 152s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pbr all 6.1.1-0ubuntu1 [58.2 kB] 152s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 152s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-service-types all 1.7.0-5 [12.8 kB] 152s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 152s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-stevedore all 1:5.4.0-0ubuntu1 [21.1 kB] 152s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneauth1 all 5.9.1-0ubuntu1 [171 kB] 152s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.i18n all 6.5.0-0ubuntu1 [22.3 kB] 152s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB] 152s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3-debtcollector all 3.0.0-3 [13.3 kB] 152s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 152s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 152s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.utils all 8.1.0-0ubuntu1 [88.4 kB] 152s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 152s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prettytable all 3.12.0-1 [36.5 kB] 152s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cinderclient all 1:9.6.0-0ubuntu1 [133 kB] 152s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 152s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ddt all 1.7.2-4 [8862 B] 152s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 152s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 152s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 152s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 152s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-greenlet s390x 3.1.0-1 [176 kB] 152s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x python3-eventlet all 0.39.0-0ubuntu1 [277 kB] 152s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x python3-monotonic all 1.6-3 [5344 B] 152s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fasteners all 0.18-2 [12.5 kB] 152s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testtools all 2.7.2-4 [124 kB] 152s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fixtures all 4.1.0-3 [34.8 kB] 152s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.context all 1:5.7.0-0ubuntu1 [13.8 kB] 152s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 153s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.serialization all 5.6.0-0ubuntu1 [15.8 kB] 153s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.log all 7.0.0-0ubuntu1 [45.6 kB] 153s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-rfc3986 all 2.0.0-3 [22.0 kB] 153s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.config all 1:9.7.0-0ubuntu1 [90.4 kB] 153s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneclient all 1:5.5.0-0ubuntu1 [180 kB] 153s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.concurrency all 6.2.0-0ubuntu1 [31.0 kB] 153s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tempita all 0.6.0-1 [14.8 kB] 153s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-paste all 3.10.1-1 [210 kB] 153s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy-tpl all 3.1-1 [5652 B] 153s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy all 3.1-1 [13.5 kB] 153s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-repoze.lru all 0.7-3 [12.3 kB] 153s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-routes all 2.5.1-7 [90.8 kB] 153s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-legacy-cgi all 2.6.1-2 [16.3 kB] 153s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-webob all 1:1.8.9-1 [86.8 kB] 153s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.service all 4.0.0-0ubuntu1 [49.4 kB] 153s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-win all 5.9.0-0ubuntu1 [159 kB] 153s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.privsep all 3.5.0-0ubuntu1 [24.3 kB] 153s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x python3-retrying all 1.3.3-4 [8160 B] 153s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tenacity all 9.0.0-0ubuntu1 [17.0 kB] 153s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-brick all 6.10.0-0ubuntu1 [170 kB] 153s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.rootwrap all 7.5.0-0ubuntu1 [24.1 kB] 153s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-suds all 1.2.0-2 [133 kB] 153s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.vmware all 4.5.0-0ubuntu2 [169 kB] 153s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-swiftclient all 1:4.6.0-0ubuntu1 [70.3 kB] 153s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x python3-glance-store all 4.9.0-0ubuntu1 [125 kB] 153s Preconfiguring packages ... 153s Fetched 14.3 MB in 2s (8749 kB/s) 153s Selecting previously unselected package libpython3.12-minimal:s390x. 153s (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.) 153s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 153s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 154s Selecting previously unselected package python3.12-minimal. 154s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 154s Unpacking python3.12-minimal (3.12.9-1) ... 154s Selecting previously unselected package libopeniscsiusr. 154s Preparing to unpack .../02-libopeniscsiusr_2.1.10-3ubuntu2_s390x.deb ... 154s Unpacking libopeniscsiusr (2.1.10-3ubuntu2) ... 154s Selecting previously unselected package libisns0t64:s390x. 154s Preparing to unpack .../03-libisns0t64_0.101-1_s390x.deb ... 154s Unpacking libisns0t64:s390x (0.101-1) ... 154s Selecting previously unselected package open-iscsi. 154s Preparing to unpack .../04-open-iscsi_2.1.10-3ubuntu2_s390x.deb ... 154s Unpacking open-iscsi (2.1.10-3ubuntu2) ... 154s Selecting previously unselected package sgml-base. 154s Preparing to unpack .../05-sgml-base_1.31_all.deb ... 154s Unpacking sgml-base (1.31) ... 154s Selecting previously unselected package libnsl2:s390x. 154s Preparing to unpack .../06-libnsl2_1.3.0-3build3_s390x.deb ... 154s Unpacking libnsl2:s390x (1.3.0-3build3) ... 154s Selecting previously unselected package libpython3.12-stdlib:s390x. 154s Preparing to unpack .../07-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 154s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 154s Selecting previously unselected package python3.12. 154s Preparing to unpack .../08-python3.12_3.12.9-1_s390x.deb ... 154s Unpacking python3.12 (3.12.9-1) ... 154s Selecting previously unselected package xml-core. 154s Preparing to unpack .../09-xml-core_0.19_all.deb ... 154s Unpacking xml-core (0.19) ... 154s Selecting previously unselected package docutils-common. 154s Preparing to unpack .../10-docutils-common_0.21.2+dfsg-2_all.deb ... 154s Unpacking docutils-common (0.21.2+dfsg-2) ... 154s Selecting previously unselected package libjs-jquery. 154s Preparing to unpack .../11-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 154s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 154s Selecting previously unselected package libjs-underscore. 154s Preparing to unpack .../12-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 154s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 154s Selecting previously unselected package libjs-sphinxdoc. 154s Preparing to unpack .../13-libjs-sphinxdoc_8.1.3-5_all.deb ... 154s Unpacking libjs-sphinxdoc (8.1.3-5) ... 154s Selecting previously unselected package libxslt1.1:s390x. 154s Preparing to unpack .../14-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 154s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 154s Selecting previously unselected package lsscsi. 154s Preparing to unpack .../15-lsscsi_0.32-2_s390x.deb ... 154s Unpacking lsscsi (0.32-2) ... 154s Selecting previously unselected package nvme-cli. 154s Preparing to unpack .../16-nvme-cli_2.11-2_s390x.deb ... 154s Unpacking nvme-cli (2.11-2) ... 154s Selecting previously unselected package os-brick-common. 154s Preparing to unpack .../17-os-brick-common_6.10.0-0ubuntu1_all.deb ... 154s Unpacking os-brick-common (6.10.0-0ubuntu1) ... 154s Selecting previously unselected package python3-all. 154s Preparing to unpack .../18-python3-all_3.13.1-1~exp2_s390x.deb ... 154s Unpacking python3-all (3.13.1-1~exp2) ... 154s Selecting previously unselected package python3-ply. 154s Preparing to unpack .../19-python3-ply_3.11-7_all.deb ... 154s Unpacking python3-ply (3.11-7) ... 154s Selecting previously unselected package python3-pycparser. 154s Preparing to unpack .../20-python3-pycparser_2.22-2_all.deb ... 154s Unpacking python3-pycparser (2.22-2) ... 154s Selecting previously unselected package python3-cffi. 154s Preparing to unpack .../21-python3-cffi_1.17.1-2build1_all.deb ... 154s Unpacking python3-cffi (1.17.1-2build1) ... 154s Selecting previously unselected package python3-iso8601. 154s Preparing to unpack .../22-python3-iso8601_2.1.0-2_all.deb ... 154s Unpacking python3-iso8601 (2.1.0-2) ... 154s Selecting previously unselected package python3-lxml:s390x. 154s Preparing to unpack .../23-python3-lxml_5.3.1-1_s390x.deb ... 154s Unpacking python3-lxml:s390x (5.3.1-1) ... 154s Selecting previously unselected package python3-pbr. 154s Preparing to unpack .../24-python3-pbr_6.1.1-0ubuntu1_all.deb ... 154s Unpacking python3-pbr (6.1.1-0ubuntu1) ... 154s Selecting previously unselected package python3-six. 154s Preparing to unpack .../25-python3-six_1.17.0-1_all.deb ... 154s Unpacking python3-six (1.17.0-1) ... 154s Selecting previously unselected package python3-os-service-types. 154s Preparing to unpack .../26-python3-os-service-types_1.7.0-5_all.deb ... 154s Unpacking python3-os-service-types (1.7.0-5) ... 154s Selecting previously unselected package python3-importlib-metadata. 154s Preparing to unpack .../27-python3-importlib-metadata_8.6.1-1_all.deb ... 154s Unpacking python3-importlib-metadata (8.6.1-1) ... 154s Selecting previously unselected package python3-stevedore. 154s Preparing to unpack .../28-python3-stevedore_1%3a5.4.0-0ubuntu1_all.deb ... 154s Unpacking python3-stevedore (1:5.4.0-0ubuntu1) ... 154s Selecting previously unselected package python3-keystoneauth1. 154s Preparing to unpack .../29-python3-keystoneauth1_5.9.1-0ubuntu1_all.deb ... 154s Unpacking python3-keystoneauth1 (5.9.1-0ubuntu1) ... 154s Selecting previously unselected package python3-oslo.i18n. 154s Preparing to unpack .../30-python3-oslo.i18n_6.5.0-0ubuntu1_all.deb ... 154s Unpacking python3-oslo.i18n (6.5.0-0ubuntu1) ... 154s Selecting previously unselected package python3-wrapt. 154s Preparing to unpack .../31-python3-wrapt_1.15.0-4_s390x.deb ... 154s Unpacking python3-wrapt (1.15.0-4) ... 155s Selecting previously unselected package python3-debtcollector. 155s Preparing to unpack .../32-python3-debtcollector_3.0.0-3_all.deb ... 155s Unpacking python3-debtcollector (3.0.0-3) ... 155s Selecting previously unselected package python3-psutil. 155s Preparing to unpack .../33-python3-psutil_5.9.8-2build3_s390x.deb ... 155s Unpacking python3-psutil (5.9.8-2build3) ... 155s Selecting previously unselected package python3-packaging. 155s Preparing to unpack .../34-python3-packaging_24.2-1_all.deb ... 155s Unpacking python3-packaging (24.2-1) ... 155s Selecting previously unselected package python3-oslo.utils. 155s Preparing to unpack .../35-python3-oslo.utils_8.1.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.utils (8.1.0-0ubuntu1) ... 155s Selecting previously unselected package python3-wcwidth. 155s Preparing to unpack .../36-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 155s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 155s Selecting previously unselected package python3-prettytable. 155s Preparing to unpack .../37-python3-prettytable_3.12.0-1_all.deb ... 155s Unpacking python3-prettytable (3.12.0-1) ... 155s Selecting previously unselected package python3-cinderclient. 155s Preparing to unpack .../38-python3-cinderclient_1%3a9.6.0-0ubuntu1_all.deb ... 155s Unpacking python3-cinderclient (1:9.6.0-0ubuntu1) ... 155s Selecting previously unselected package python3-dateutil. 155s Preparing to unpack .../39-python3-dateutil_2.9.0-3_all.deb ... 155s Unpacking python3-dateutil (2.9.0-3) ... 155s Selecting previously unselected package python3-ddt. 155s Preparing to unpack .../40-python3-ddt_1.7.2-4_all.deb ... 155s Unpacking python3-ddt (1.7.2-4) ... 155s Selecting previously unselected package python3-defusedxml. 155s Preparing to unpack .../41-python3-defusedxml_0.7.1-3_all.deb ... 155s Unpacking python3-defusedxml (0.7.1-3) ... 155s Selecting previously unselected package python3-dnspython. 155s Preparing to unpack .../42-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 155s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 155s Selecting previously unselected package python3-roman. 155s Preparing to unpack .../43-python3-roman_5.0-1_all.deb ... 155s Unpacking python3-roman (5.0-1) ... 155s Selecting previously unselected package python3-docutils. 155s Preparing to unpack .../44-python3-docutils_0.21.2+dfsg-2_all.deb ... 155s Unpacking python3-docutils (0.21.2+dfsg-2) ... 155s Selecting previously unselected package python3-greenlet. 155s Preparing to unpack .../45-python3-greenlet_3.1.0-1_s390x.deb ... 155s Unpacking python3-greenlet (3.1.0-1) ... 155s Selecting previously unselected package python3-eventlet. 155s Preparing to unpack .../46-python3-eventlet_0.39.0-0ubuntu1_all.deb ... 155s Unpacking python3-eventlet (0.39.0-0ubuntu1) ... 155s Selecting previously unselected package python3-monotonic. 155s Preparing to unpack .../47-python3-monotonic_1.6-3_all.deb ... 155s Unpacking python3-monotonic (1.6-3) ... 155s Selecting previously unselected package python3-fasteners. 155s Preparing to unpack .../48-python3-fasteners_0.18-2_all.deb ... 155s Unpacking python3-fasteners (0.18-2) ... 155s Selecting previously unselected package python3-testtools. 155s Preparing to unpack .../49-python3-testtools_2.7.2-4_all.deb ... 155s Unpacking python3-testtools (2.7.2-4) ... 155s Selecting previously unselected package python3-fixtures. 155s Preparing to unpack .../50-python3-fixtures_4.1.0-3_all.deb ... 155s Unpacking python3-fixtures (4.1.0-3) ... 155s Selecting previously unselected package python3-oslo.context. 155s Preparing to unpack .../51-python3-oslo.context_1%3a5.7.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.context (1:5.7.0-0ubuntu1) ... 155s Selecting previously unselected package python3-msgpack. 155s Preparing to unpack .../52-python3-msgpack_1.0.3-3build3_s390x.deb ... 155s Unpacking python3-msgpack (1.0.3-3build3) ... 155s Selecting previously unselected package python3-oslo.serialization. 155s Preparing to unpack .../53-python3-oslo.serialization_5.6.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.serialization (5.6.0-0ubuntu1) ... 155s Selecting previously unselected package python3-oslo.log. 155s Preparing to unpack .../54-python3-oslo.log_7.0.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.log (7.0.0-0ubuntu1) ... 155s Selecting previously unselected package python3-rfc3986. 155s Preparing to unpack .../55-python3-rfc3986_2.0.0-3_all.deb ... 155s Unpacking python3-rfc3986 (2.0.0-3) ... 155s Selecting previously unselected package python3-oslo.config. 155s Preparing to unpack .../56-python3-oslo.config_1%3a9.7.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.config (1:9.7.0-0ubuntu1) ... 155s Selecting previously unselected package python3-keystoneclient. 155s Preparing to unpack .../57-python3-keystoneclient_1%3a5.5.0-0ubuntu1_all.deb ... 155s Unpacking python3-keystoneclient (1:5.5.0-0ubuntu1) ... 155s Selecting previously unselected package python3-oslo.concurrency. 155s Preparing to unpack .../58-python3-oslo.concurrency_6.2.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.concurrency (6.2.0-0ubuntu1) ... 155s Selecting previously unselected package python3-tempita. 155s Preparing to unpack .../59-python3-tempita_0.6.0-1_all.deb ... 155s Unpacking python3-tempita (0.6.0-1) ... 155s Selecting previously unselected package python3-paste. 155s Preparing to unpack .../60-python3-paste_3.10.1-1_all.deb ... 155s Unpacking python3-paste (3.10.1-1) ... 155s Selecting previously unselected package python3-pastedeploy-tpl. 155s Preparing to unpack .../61-python3-pastedeploy-tpl_3.1-1_all.deb ... 155s Unpacking python3-pastedeploy-tpl (3.1-1) ... 155s Selecting previously unselected package python3-pastedeploy. 155s Preparing to unpack .../62-python3-pastedeploy_3.1-1_all.deb ... 155s Unpacking python3-pastedeploy (3.1-1) ... 155s Selecting previously unselected package python3-repoze.lru. 155s Preparing to unpack .../63-python3-repoze.lru_0.7-3_all.deb ... 155s Unpacking python3-repoze.lru (0.7-3) ... 155s Selecting previously unselected package python3-routes. 155s Preparing to unpack .../64-python3-routes_2.5.1-7_all.deb ... 155s Unpacking python3-routes (2.5.1-7) ... 155s Selecting previously unselected package python3-legacy-cgi. 155s Preparing to unpack .../65-python3-legacy-cgi_2.6.1-2_all.deb ... 155s Unpacking python3-legacy-cgi (2.6.1-2) ... 155s Selecting previously unselected package python3-webob. 155s Preparing to unpack .../66-python3-webob_1%3a1.8.9-1_all.deb ... 155s Unpacking python3-webob (1:1.8.9-1) ... 155s Selecting previously unselected package python3-oslo.service. 155s Preparing to unpack .../67-python3-oslo.service_4.0.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.service (4.0.0-0ubuntu1) ... 155s Selecting previously unselected package python3-os-win. 155s Preparing to unpack .../68-python3-os-win_5.9.0-0ubuntu1_all.deb ... 155s Unpacking python3-os-win (5.9.0-0ubuntu1) ... 155s Selecting previously unselected package python3-oslo.privsep. 155s Preparing to unpack .../69-python3-oslo.privsep_3.5.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.privsep (3.5.0-0ubuntu1) ... 155s Selecting previously unselected package python3-retrying. 155s Preparing to unpack .../70-python3-retrying_1.3.3-4_all.deb ... 155s Unpacking python3-retrying (1.3.3-4) ... 155s Selecting previously unselected package python3-tenacity. 155s Preparing to unpack .../71-python3-tenacity_9.0.0-0ubuntu1_all.deb ... 155s Unpacking python3-tenacity (9.0.0-0ubuntu1) ... 155s Selecting previously unselected package python3-os-brick. 155s Preparing to unpack .../72-python3-os-brick_6.10.0-0ubuntu1_all.deb ... 155s Unpacking python3-os-brick (6.10.0-0ubuntu1) ... 155s Selecting previously unselected package python3-oslo.rootwrap. 155s Preparing to unpack .../73-python3-oslo.rootwrap_7.5.0-0ubuntu1_all.deb ... 155s Unpacking python3-oslo.rootwrap (7.5.0-0ubuntu1) ... 155s Selecting previously unselected package python3-suds. 155s Preparing to unpack .../74-python3-suds_1.2.0-2_all.deb ... 155s Unpacking python3-suds (1.2.0-2) ... 155s Selecting previously unselected package python3-oslo.vmware. 155s Preparing to unpack .../75-python3-oslo.vmware_4.5.0-0ubuntu2_all.deb ... 155s Unpacking python3-oslo.vmware (4.5.0-0ubuntu2) ... 155s Selecting previously unselected package python3-swiftclient. 155s Preparing to unpack .../76-python3-swiftclient_1%3a4.6.0-0ubuntu1_all.deb ... 155s Unpacking python3-swiftclient (1:4.6.0-0ubuntu1) ... 155s Selecting previously unselected package python3-glance-store. 155s Preparing to unpack .../77-python3-glance-store_4.9.0-0ubuntu1_all.deb ... 155s Unpacking python3-glance-store (4.9.0-0ubuntu1) ... 155s Setting up nvme-cli (2.11-2) ... 155s Created symlink '/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service' → '/usr/lib/systemd/system/nvmefc-boot-connections.service'. 155s Created symlink '/etc/systemd/system/default.target.wants/nvmf-autoconnect.service' → '/usr/lib/systemd/system/nvmf-autoconnect.service'. 156s nvmf-connect-nbft.service is a disabled or a static unit, not starting it. 156s nvmf-connect.target is a disabled or a static unit, not starting it. 156s Setting up python3-ddt (1.7.2-4) ... 156s Setting up python3-importlib-metadata (8.6.1-1) ... 156s Setting up python3-repoze.lru (0.7-3) ... 156s Setting up libisns0t64:s390x (0.101-1) ... 156s Setting up python3-defusedxml (0.7.1-3) ... 156s Setting up python3-pbr (6.1.1-0ubuntu1) ... 157s Setting up python3-tenacity (9.0.0-0ubuntu1) ... 157s Setting up python3-ply (3.11-7) ... 157s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 157s Setting up python3-psutil (5.9.8-2build3) ... 157s Setting up python3-pycparser (2.22-2) ... 158s Setting up libopeniscsiusr (2.1.10-3ubuntu2) ... 158s Setting up python3-monotonic (1.6-3) ... 158s Setting up python3-six (1.17.0-1) ... 158s Setting up python3-roman (5.0-1) ... 158s Setting up python3-tempita (0.6.0-1) ... 158s Setting up python3-packaging (24.2-1) ... 158s Setting up python3-iso8601 (2.1.0-2) ... 159s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 159s Setting up python3-rfc3986 (2.0.0-3) ... 159s Setting up python3-paste (3.10.1-1) ... 160s Setting up python3-greenlet (3.1.0-1) ... 160s Setting up python3-pastedeploy-tpl (3.1-1) ... 160s Setting up python3-wrapt (1.15.0-4) ... 160s Setting up lsscsi (0.32-2) ... 160s Setting up python3-fasteners (0.18-2) ... 160s Setting up python3-legacy-cgi (2.6.1-2) ... 160s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 161s Setting up libnsl2:s390x (1.3.0-3build3) ... 161s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 161s Setting up python3-os-service-types (1.7.0-5) ... 161s Setting up python3-stevedore (1:5.4.0-0ubuntu1) ... 161s Setting up os-brick-common (6.10.0-0ubuntu1) ... 161s Setting up python3-dateutil (2.9.0-3) ... 161s Setting up sgml-base (1.31) ... 161s Setting up python3-msgpack (1.0.3-3build3) ... 161s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 161s Setting up python3-prettytable (3.12.0-1) ... 162s Setting up python3-suds (1.2.0-2) ... 162s Setting up python3-oslo.i18n (6.5.0-0ubuntu1) ... 162s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 162s Setting up python3-webob (1:1.8.9-1) ... 162s Setting up python3.12-minimal (3.12.9-1) ... 163s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 163s Setting up python3-pastedeploy (3.1-1) ... 163s Setting up python3.12 (3.12.9-1) ... 164s Setting up python3-cffi (1.17.1-2build1) ... 165s Setting up python3-retrying (1.3.3-4) ... 165s Setting up python3-all (3.13.1-1~exp2) ... 165s Setting up python3-debtcollector (3.0.0-3) ... 165s Setting up open-iscsi (2.1.10-3ubuntu2) ... 165s Created symlink '/etc/systemd/system/sockets.target.wants/iscsid.socket' → '/usr/lib/systemd/system/iscsid.socket'. 166s Created symlink '/etc/systemd/system/iscsi.service' → '/usr/lib/systemd/system/open-iscsi.service'. 166s Created symlink '/etc/systemd/system/sysinit.target.wants/open-iscsi.service' → '/usr/lib/systemd/system/open-iscsi.service'. 166s Setting up python3-eventlet (0.39.0-0ubuntu1) ... 166s Setting up python3-oslo.rootwrap (7.5.0-0ubuntu1) ... 167s Setting up python3-oslo.context (1:5.7.0-0ubuntu1) ... 167s Setting up libjs-sphinxdoc (8.1.3-5) ... 167s Setting up python3-lxml:s390x (5.3.1-1) ... 167s Setting up xml-core (0.19) ... 167s Setting up python3-keystoneauth1 (5.9.1-0ubuntu1) ... 168s Setting up python3-oslo.utils (8.1.0-0ubuntu1) ... 168s Setting up python3-routes (2.5.1-7) ... 168s Setting up python3-cinderclient (1:9.6.0-0ubuntu1) ... 169s Setting up python3-oslo.serialization (5.6.0-0ubuntu1) ... 169s Setting up python3-fixtures (4.1.0-3) ... 169s Setting up python3-testtools (2.7.2-4) ... 170s Processing triggers for initramfs-tools (0.145ubuntu2) ... 170s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 170s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 174s Using config file '/etc/zipl.conf' 174s Building bootmap in '/boot' 174s Adding IPL section 'ubuntu' (default) 174s Preparing boot device for LD-IPL: vda (0000). 174s Done. 174s Processing triggers for libc-bin (2.40-4ubuntu1) ... 174s Processing triggers for systemd (257.2-3ubuntu1) ... 174s Processing triggers for man-db (2.13.0-1) ... 175s Processing triggers for sgml-base (1.31) ... 175s Setting up docutils-common (0.21.2+dfsg-2) ... 175s Processing triggers for sgml-base (1.31) ... 175s Setting up python3-docutils (0.21.2+dfsg-2) ... 176s Setting up python3-oslo.config (1:9.7.0-0ubuntu1) ... 176s Setting up python3-keystoneclient (1:5.5.0-0ubuntu1) ... 177s Setting up python3-oslo.concurrency (6.2.0-0ubuntu1) ... 177s Setting up python3-swiftclient (1:4.6.0-0ubuntu1) ... 177s Setting up python3-oslo.log (7.0.0-0ubuntu1) ... 178s Setting up python3-oslo.vmware (4.5.0-0ubuntu2) ... 178s Setting up python3-oslo.service (4.0.0-0ubuntu1) ... 178s Setting up python3-oslo.privsep (3.5.0-0ubuntu1) ... 178s Setting up python3-os-win (5.9.0-0ubuntu1) ... 179s Setting up python3-os-brick (6.10.0-0ubuntu1) ... 179s Setting up python3-glance-store (4.9.0-0ubuntu1) ... 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-glance-store'], kind short, sout pipe, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.oqIcQR/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/autodep8-python3-packages.all /tmp/autopkgtest-work.cp_t9kpw/out/autodep8-python3-packages.all 181s autopkgtest: DBG: got reply from testbed: ok 181s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.oqIcQR/build.OJs/src'], kind short, sout raw, serr raw, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.oqIcQR/build.OJs/src already exists 181s autopkgtest [12:43:53]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done 181s autopkgtest [12:43:53]: test autodep8-python3: [----------------------- 181s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.oqIcQR/wrapper.sh --debug --artifacts=/tmp/autopkgtest.oqIcQR/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.oqIcQR/build.OJs/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.oqIcQR/autodep8-python3-stderr --stdout=/tmp/autopkgtest.oqIcQR/autodep8-python3-stdout --tmp=/tmp/autopkgtest.oqIcQR/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done\''], kind test, sout raw, serr raw, env [] 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.oqIcQR/autodep8-python3-artifacts 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: changing to directory: /tmp/autopkgtest.oqIcQR/build.OJs/src 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: LANG=C.UTF-8 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LANGUAGE 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_ADDRESS 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_ALL 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_COLLATE 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_CTYPE 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_IDENTIFICATION 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_MEASUREMENT 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_MESSAGES 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_MONETARY 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_NAME 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_NUMERIC 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_PAPER 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_TELEPHONE 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: unsetting environment: LC_TIME 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: pretending to be a login shell 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: will write standard error to /tmp/autopkgtest.oqIcQR/autodep8-python3-stderr 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: will write stdout to /tmp/autopkgtest.oqIcQR/autodep8-python3-stdout 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.oqIcQR/autopkgtest_tmp 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import glance_store; print(glance_store)" ; done 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: copying /tmp/tmp.cJa2yZ7off/out to stdout and file: /tmp/autopkgtest.oqIcQR/autodep8-python3-stdout 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: copying /tmp/tmp.cJa2yZ7off/err to standard error and file: /tmp/autopkgtest.oqIcQR/autodep8-python3-stdout 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: writing script pid 6453 to /tmp/autopkgtest_script_pid 181s Testing with python3.12: 181s 181s Testing with python3.13: 181s 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: checking for leaked background processes... 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: waiting for tee/cat subprocesses... 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: cleaning up... 181s /tmp/autopkgtest.oqIcQR/wrapper.sh: Exit status: 0 181s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest [12:43:54]: test autodep8-python3: -----------------------] 182s autopkgtest: DBG: testbed executing test finished with exit status 0 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/autodep8-python3-stdout /tmp/autopkgtest-work.cp_t9kpw/out/autodep8-python3-stdout 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/autodep8-python3-stderr /tmp/autopkgtest-work.cp_t9kpw/out/autodep8-python3-stderr 182s autopkgtest: DBG: got reply from testbed: ok 182s autodep8-python3 PASS (superficial) 182s autopkgtest [12:43:54]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.oqIcQR/autodep8-python3-artifacts/ /tmp/autopkgtest-work.cp_t9kpw/out/artifacts/ 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.oqIcQR/autodep8-python3-artifacts', '/tmp/autopkgtest.oqIcQR/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 182s autopkgtest [12:43:54]: @@@@@@@@@@@@@@@@@@@@ summary 182s autodep8-python3 PASS (superficial) 182s autopkgtest: DBG: testbed stop 182s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.oqIcQR 182s autopkgtest: DBG: sending command to testbed: close 200s autopkgtest: DBG: got reply from testbed: ok 200s autopkgtest: DBG: sending command to testbed: quit 200s nova [W] Using flock in prodstack6-s390x 200s flock: timeout while waiting to get lock 200s Creating nova instance adt-plucky-s390x-python-glance-store-20250219-124052-juju-7f2275-prod-proposed-migration-environment-15-84a6b6f2-81ed-468b-a5a9-03a825ddd541 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 200s nova [W] Timed out waiting for fe30d9f4-2dce-4d04-8fad-aa6542bba63f to get deleted.