0s autopkgtest: DBG: testbed init 0s autopkgtest [12:34:22]: starting date and time: 2025-02-19 12:34:22+0000 0s autopkgtest [12:34:22]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:34:22]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.cl2q3hz9/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-ceilometermiddleware --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-31.secgroup --name adt-plucky-s390x-python-ceilometermiddleware-20250219-123422-juju-7f2275-prod-proposed-migration-environment-15-5cbf4700-6a76-4ace-84d3-dd4a69835bf1 --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 116s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.TXukDV 116s autopkgtest: DBG: sending command to testbed: print-execute-command 116s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.yci002cw/runcmd 116s autopkgtest: DBG: sending command to testbed: capabilities 116s autopkgtest: DBG: got reply from testbed: ok revert reboot revert-full-system suggested-normal-user=ubuntu isolation-machine root-on-testbed 116s autopkgtest: DBG: testbed capabilities: ['revert', 'reboot', 'revert-full-system', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 116s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.TXukDV'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.TXukDV/wrapper.sh 116s autopkgtest: DBG: got reply from testbed: ok 116s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.TXukDV/wrapper.sh'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:36:19]: testbed dpkg architecture: s390x 117s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:36:19]: testbed apt version: 2.9.30 117s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed has eatmydata 117s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:36:19]: @@@@@@@@@@@@@@@@@@@@ test bed setup 117s 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [12:36:19]: testbed release detected to be: None 117s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT source: Types: deb deb-src 118s URIs: http://ftpmaster.internal/ubuntu/ 118s Suites: plucky-proposed 118s Components: main restricted universe multiverse 118s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 118s Package: * 118s Pin: release plucky-proposed 118s Pin-Priority: 500 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [12:36:20]: updating testbed package index (apt update) 118s 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'] 118s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 119s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 119s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 119s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 119s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 119s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 119s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 119s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 119s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 119s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 119s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 119s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 119s Fetched 1700 kB in 1s (1726 kB/s) 120s Reading package lists... 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 120s Package: * 120s Pin: release plucky-proposed 120s Pin-Priority: 100 120s 120s Package: src:sphinx:any 120s Pin: release plucky-proposed 120s Pin-Priority: 995 120s 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 [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.TXukDV/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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'] 120s + lsb_release --codename --short 120s + RELEASE=plucky 120s + cat 120s + [ plucky != trusty ] 120s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Calculating upgrade... 121s The following packages were automatically installed and are no longer required: 121s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 121s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 121s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 121s linux-tools-6.11.0-8-generic 121s Use 'sudo apt autoremove' to remove them. 121s The following packages will be upgraded: 121s iproute2 liblsof0 libp11-kit0 lsof 121s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s Need to get 1791 kB of archives. 121s After this operation, 17.4 kB of additional disk space will be used. 121s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 122s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 122s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 122s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 122s Preconfiguring packages ... 122s Fetched 1791 kB in 1s (2576 kB/s) 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 ... 81030 files and directories currently installed.) 122s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 122s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 122s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 122s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 122s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 122s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 122s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 122s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 122s Setting up liblsof0 (4.99.4+dfsg-1) ... 122s Setting up iproute2 (6.13.0-1ubuntu1) ... 122s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 122s Setting up lsof (4.99.4+dfsg-1) ... 122s Processing triggers for man-db (2.13.0-1) ... 123s Processing triggers for libc-bin (2.40-4ubuntu1) ... 123s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 123s + /usr/lib/apt/apt-helper analyze-pattern ?true 123s + + uname -r 123s sed s/\./\\./g 123s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 123s + apt list ?obsolete 123s + tail -n+2 123s + cut -d/ -f1+ grep -v ^linux-.*6\.12\.0-15-generic.* 123s 123s + true 123s + obsolete_pkgs= 123s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 123s Reading package lists... 124s Building dependency tree... 124s Reading state information... 124s The following packages will be REMOVED: 124s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 124s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 124s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 124s linux-tools-6.11.0-8-generic* 124s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 124s After this operation, 167 MB disk space will be freed. 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 ... 81031 files and directories currently installed.) 124s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 124s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 124s Removing libpython3.12t64:s390x (3.12.9-1) ... 124s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 124s Removing libnsl2:s390x (1.3.0-3build3) ... 124s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 124s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 124s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 125s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 125s Processing triggers for libc-bin (2.40-4ubuntu1) ... 125s (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.) 125s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 125s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 126s + grep -q trusty /etc/lsb-release 126s + [ ! -d /usr/share/doc/unattended-upgrades ] 126s + [ ! -d /usr/share/doc/lxd ] 126s + [ ! -d /usr/share/doc/lxd-client ] 126s + [ ! -d /usr/share/doc/snapd ] 126s + type iptables 126s + cat 126s + chmod 755 /etc/rc.local 126s + . /etc/rc.local 126s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 126s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 126s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 126s + uname -m 126s + [ s390x = ppc64le ] 126s + [ -d /run/systemd/system ] 126s + systemd-detect-virt --quiet --vm 126s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 126s + cat 126s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 126s + echo COMPRESS=lz4 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [12:36:28]: upgrading testbed (apt dist-upgrade and autopurge) 126s 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'] 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 126s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 126s Entering ResolveByKeep 127s 127s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 127s autopkgtest: DBG: testbed command exited with code 0 127s 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'] 127s Reading package lists... 127s Building dependency tree... 127s Reading state information... 127s Starting pkgProblemResolver with broken count: 0 127s Starting 2 pkgProblemResolver with broken count: 0 127s Done 128s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 128s autopkgtest: DBG: testbed command exited with code 0 128s 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.TXukDV/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 128s autopkgtest: DBG: testbed command exited with code 1 128s autopkgtest [12:36:30]: rebooting testbed after setup commands that affected boot 128s autopkgtest: DBG: sending command to testbed: reboot 132s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 147s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.TXukDV'], 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.sh /tmp/autopkgtest.TXukDV/autopkgtest-reboot 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.TXukDV'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [12:36:51]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 149s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.TXukDV/testbed-packages"], kind short, sout raw, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/testbed-packages /tmp/autopkgtest-work.cl2q3hz9/out/testbed-packages 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 150s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.TXukDV'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.TXukDV/autopkgtest-reboot 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.TXukDV'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.TXukDV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: Binaries: initialising 151s autopkgtest [12:36:53]: @@@@@@@@@@@@@@@@@@@@ apt-source python-ceilometermiddleware 151s autopkgtest: DBG: blame += python-ceilometermiddleware 151s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 151s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-ceilometermiddleware'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-ceilometermiddleware-doc$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-ceilometermiddleware-doc=3.6.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-ceilometermiddleware$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-ceilometermiddleware=3.6.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: install_deps: deps_new=[] 153s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s 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.TXukDV/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-ceilometermiddleware=3.6.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-ceilometermiddleware_*.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'] 153s + cd / 153s + mktemp -d /tmp/autopkgtest.TXukDV/build.XXX 153s + builddir=/tmp/autopkgtest.TXukDV/build.Wr3 153s + cd /tmp/autopkgtest.TXukDV/build.Wr3 153s + apt-get source -d -q --only-source python-ceilometermiddleware=3.6.0-0ubuntu1 153s + OUT=Reading package lists... 153s NOTICE: 'python-ceilometermiddleware' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-ceilometermiddleware 153s Please use: 153s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-ceilometermiddleware 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 36.9 kB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (dsc) [3004 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (tar) [29.5 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (diff) [4396 B] 153s Fetched 36.9 kB in 0s (123 kB/s) 153s Download complete and in download only mode 153s + [ -n ] 153s + echo Reading package lists... 153s NOTICE: 'python-ceilometermiddleware' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-ceilometermiddleware 153s Please use: 153s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-ceilometermiddleware 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 36.9 kB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (dsc) [3004 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (tar) [29.5 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (diff) [4396 B] 153s Fetched 36.9 kB in 0s (123 kB/s) 153s Download complete and in download only mode 153s + grep ^Get: 153s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (dsc) [3004 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (tar) [29.5 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-ceilometermiddleware 3.6.0-0ubuntu1 (diff) [4396 B] 153s + dpkg-source -x python-ceilometermiddleware_3.6.0-0ubuntu1.dsc src 153s gpgv: Signature made Thu Feb 13 12:44:29 2025 UTC 153s gpgv: using RSA key AB23E9A98422889E08C3838CBFECAECBA0E7D8C3 153s gpgv: Can't check signature: No public key 153s dpkg-source: warning: cannot verify inline signature for ./python-ceilometermiddleware_3.6.0-0ubuntu1.dsc: no acceptable signature found 153s + chmod -R a+rX . 153s + cd src/. 153s + pwd 153s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest [12:36:55]: testing package python-ceilometermiddleware version 3.6.0-0ubuntu1 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/build.Wr3/src/debian/ /tmp/autopkgtest-work.cl2q3hz9/out/pkg/debian/ 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: autodep8 generated control: ----- 154s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import ceilometermiddleware; print(ceilometermiddleware)" ; done 154s Depends: python3-all, python3-ceilometermiddleware, 154s Restrictions: allow-stderr, superficial, 154s Features: test-name=autodep8-python3 154s 154s 154s ------- 154s autopkgtest: DBG: processing dependency python3-all 154s autopkgtest: DBG: processing dependency python3-ceilometermiddleware 154s autopkgtest: DBG: marked alternatives ['python3-ceilometermiddleware'] as a synthesised dependency 154s 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 ceilometermiddleware; print(ceilometermiddleware)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-ceilometermiddleware'] 154s autopkgtest [12:36:56]: build not needed 154s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/build.Wr3/src/ /tmp/autopkgtest-work.cl2q3hz9/out/tests-tree/ 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: autodep8 generated control: ----- 154s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import ceilometermiddleware; print(ceilometermiddleware)" ; done 154s Depends: python3-all, python3-ceilometermiddleware, 154s Restrictions: allow-stderr, superficial, 154s Features: test-name=autodep8-python3 154s 154s 154s ------- 154s autopkgtest: DBG: processing dependency python3-all 154s autopkgtest: DBG: processing dependency python3-ceilometermiddleware 154s autopkgtest: DBG: marked alternatives ['python3-ceilometermiddleware'] as a synthesised dependency 154s 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 ceilometermiddleware; print(ceilometermiddleware)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-ceilometermiddleware'] 154s autopkgtest [12:36:56]: test autodep8-python3: preparing testbed 154s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-ceilometermiddleware'] 154s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 154s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-ceilometermiddleware'] 154s autopkgtest: DBG: install-deps: satisfying python3-all, python3-ceilometermiddleware 154s autopkgtest: DBG: can use apt-get on testbed: True 154s 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-ceilometermiddleware'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 154s Reading package lists... 155s Building dependency tree... 155s Reading state information... 155s Starting pkgProblemResolver with broken count: 0 155s Starting 2 pkgProblemResolver with broken count: 0 155s Done 155s The following NEW packages will be installed: 155s docutils-common libjs-jquery libjs-sphinxdoc libjs-underscore libnsl2 155s libpython3.12-minimal libpython3.12-stdlib libxslt1.1 pycadf-common 155s python3-all python3-amqp python3-cachetools python3-ceilometermiddleware 155s python3-dateutil python3-debtcollector python3-decorator python3-dnspython 155s python3-docutils python3-eventlet python3-fasteners python3-fixtures 155s python3-futurist python3-greenlet python3-importlib-metadata python3-iso8601 155s python3-keystoneauth1 python3-keystoneclient python3-kombu 155s python3-legacy-cgi python3-lxml python3-monotonic python3-msgpack 155s python3-os-service-types python3-oslo.concurrency python3-oslo.config 155s python3-oslo.context python3-oslo.i18n python3-oslo.log 155s python3-oslo.messaging python3-oslo.metrics python3-oslo.middleware 155s python3-oslo.serialization python3-oslo.service python3-oslo.utils 155s python3-packaging python3-paste python3-pastedeploy python3-pastedeploy-tpl 155s python3-pbr python3-prometheus-client python3-psutil python3-pycadf 155s python3-pytz python3-repoze.lru python3-rfc3986 python3-roman python3-routes 155s python3-six python3-statsd python3-stevedore python3-tempita 155s python3-tenacity python3-testtools python3-tz python3-vine python3-webob 155s python3-wrapt python3.12 python3.12-minimal sgml-base xml-core 155s 0 upgraded, 71 newly installed, 0 to remove and 0 not upgraded. 155s Need to get 12.3 MB of archives. 155s After this operation, 56.5 MB of additional disk space will be used. 155s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 156s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 156s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 156s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 156s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 156s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 156s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 156s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 156s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 156s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 156s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 156s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 156s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x pycadf-common all 3.1.1-5 [4556 B] 156s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 156s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cachetools all 5.3.3-1 [10.3 kB] 156s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x python3-iso8601 all 2.1.0-2 [9136 B] 156s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 156s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pbr all 6.1.1-0ubuntu1 [58.2 kB] 156s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 156s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-service-types all 1.7.0-5 [12.8 kB] 156s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 156s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-stevedore all 1:5.4.0-0ubuntu1 [21.1 kB] 156s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneauth1 all 5.9.1-0ubuntu1 [171 kB] 156s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB] 156s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-debtcollector all 3.0.0-3 [13.3 kB] 156s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 156s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 156s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.i18n all 6.5.0-0ubuntu1 [22.3 kB] 156s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 156s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-greenlet s390x 3.1.0-1 [176 kB] 156s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 156s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python3-eventlet all 0.39.0-0ubuntu1 [277 kB] 156s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3-monotonic all 1.6-3 [5344 B] 156s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.context all 1:5.7.0-0ubuntu1 [13.8 kB] 156s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 156s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 156s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 156s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.utils all 8.1.0-0ubuntu1 [88.4 kB] 156s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.serialization all 5.6.0-0ubuntu1 [15.8 kB] 156s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.log all 7.0.0-0ubuntu1 [45.6 kB] 156s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x python3-rfc3986 all 2.0.0-3 [22.0 kB] 156s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.config all 1:9.7.0-0ubuntu1 [90.4 kB] 156s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneclient all 1:5.5.0-0ubuntu1 [180 kB] 156s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3-vine all 5.1.0+dfsg-1 [14.2 kB] 156s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x python3-amqp all 5.3.1-2 [43.5 kB] 156s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-futurist all 3.0.0-3 [24.2 kB] 156s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x python3-kombu all 5.4.2-3 [145 kB] 156s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 156s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prometheus-client all 0.21.1+ds1-1 [45.8 kB] 156s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.metrics all 0.10.1-0ubuntu1 [7594 B] 156s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3-statsd all 4.0.1-2 [12.2 kB] 156s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x python3-legacy-cgi all 2.6.1-2 [16.3 kB] 156s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x python3-webob all 1:1.8.9-1 [86.8 kB] 156s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.middleware all 6.3.0-0ubuntu1 [34.5 kB] 156s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testtools all 2.7.2-4 [124 kB] 156s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fixtures all 4.1.0-3 [34.8 kB] 156s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fasteners all 0.18-2 [12.5 kB] 156s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.concurrency all 6.2.0-0ubuntu1 [31.0 kB] 156s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tempita all 0.6.0-1 [14.8 kB] 156s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x python3-paste all 3.10.1-1 [210 kB] 156s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy-tpl all 3.1-1 [5652 B] 156s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy all 3.1-1 [13.5 kB] 157s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x python3-repoze.lru all 0.7-3 [12.3 kB] 157s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-routes all 2.5.1-7 [90.8 kB] 157s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.service all 4.0.0-0ubuntu1 [49.4 kB] 157s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tenacity all 9.0.0-0ubuntu1 [17.0 kB] 157s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.messaging all 16.0.0-0ubuntu1 [119 kB] 157s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 157s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 157s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pycadf all 3.1.1-5 [17.5 kB] 157s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ceilometermiddleware all 3.6.0-0ubuntu1 [14.0 kB] 157s Fetched 12.3 MB in 2s (7381 kB/s) 157s Selecting previously unselected package libpython3.12-minimal:s390x. 157s (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.) 157s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 157s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 157s Selecting previously unselected package python3.12-minimal. 157s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 157s Unpacking python3.12-minimal (3.12.9-1) ... 157s Selecting previously unselected package sgml-base. 157s Preparing to unpack .../02-sgml-base_1.31_all.deb ... 157s Unpacking sgml-base (1.31) ... 157s Selecting previously unselected package libnsl2:s390x. 157s Preparing to unpack .../03-libnsl2_1.3.0-3build3_s390x.deb ... 157s Unpacking libnsl2:s390x (1.3.0-3build3) ... 157s Selecting previously unselected package libpython3.12-stdlib:s390x. 157s Preparing to unpack .../04-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 157s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 158s Selecting previously unselected package python3.12. 158s Preparing to unpack .../05-python3.12_3.12.9-1_s390x.deb ... 158s Unpacking python3.12 (3.12.9-1) ... 158s Selecting previously unselected package xml-core. 158s Preparing to unpack .../06-xml-core_0.19_all.deb ... 158s Unpacking xml-core (0.19) ... 158s Selecting previously unselected package docutils-common. 158s Preparing to unpack .../07-docutils-common_0.21.2+dfsg-2_all.deb ... 158s Unpacking docutils-common (0.21.2+dfsg-2) ... 158s Selecting previously unselected package libjs-jquery. 158s Preparing to unpack .../08-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 158s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 158s Selecting previously unselected package libjs-underscore. 158s Preparing to unpack .../09-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 158s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 158s Selecting previously unselected package libjs-sphinxdoc. 158s Preparing to unpack .../10-libjs-sphinxdoc_8.1.3-5_all.deb ... 158s Unpacking libjs-sphinxdoc (8.1.3-5) ... 158s Selecting previously unselected package libxslt1.1:s390x. 158s Preparing to unpack .../11-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 158s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 158s Selecting previously unselected package pycadf-common. 158s Preparing to unpack .../12-pycadf-common_3.1.1-5_all.deb ... 158s Unpacking pycadf-common (3.1.1-5) ... 158s Selecting previously unselected package python3-all. 158s Preparing to unpack .../13-python3-all_3.13.1-1~exp2_s390x.deb ... 158s Unpacking python3-all (3.13.1-1~exp2) ... 158s Selecting previously unselected package python3-cachetools. 158s Preparing to unpack .../14-python3-cachetools_5.3.3-1_all.deb ... 158s Unpacking python3-cachetools (5.3.3-1) ... 158s Selecting previously unselected package python3-iso8601. 158s Preparing to unpack .../15-python3-iso8601_2.1.0-2_all.deb ... 158s Unpacking python3-iso8601 (2.1.0-2) ... 158s Selecting previously unselected package python3-lxml:s390x. 158s Preparing to unpack .../16-python3-lxml_5.3.1-1_s390x.deb ... 158s Unpacking python3-lxml:s390x (5.3.1-1) ... 158s Selecting previously unselected package python3-pbr. 158s Preparing to unpack .../17-python3-pbr_6.1.1-0ubuntu1_all.deb ... 158s Unpacking python3-pbr (6.1.1-0ubuntu1) ... 158s Selecting previously unselected package python3-six. 158s Preparing to unpack .../18-python3-six_1.17.0-1_all.deb ... 158s Unpacking python3-six (1.17.0-1) ... 158s Selecting previously unselected package python3-os-service-types. 158s Preparing to unpack .../19-python3-os-service-types_1.7.0-5_all.deb ... 158s Unpacking python3-os-service-types (1.7.0-5) ... 158s Selecting previously unselected package python3-importlib-metadata. 158s Preparing to unpack .../20-python3-importlib-metadata_8.6.1-1_all.deb ... 158s Unpacking python3-importlib-metadata (8.6.1-1) ... 158s Selecting previously unselected package python3-stevedore. 158s Preparing to unpack .../21-python3-stevedore_1%3a5.4.0-0ubuntu1_all.deb ... 158s Unpacking python3-stevedore (1:5.4.0-0ubuntu1) ... 158s Selecting previously unselected package python3-keystoneauth1. 158s Preparing to unpack .../22-python3-keystoneauth1_5.9.1-0ubuntu1_all.deb ... 158s Unpacking python3-keystoneauth1 (5.9.1-0ubuntu1) ... 158s Selecting previously unselected package python3-wrapt. 158s Preparing to unpack .../23-python3-wrapt_1.15.0-4_s390x.deb ... 158s Unpacking python3-wrapt (1.15.0-4) ... 158s Selecting previously unselected package python3-debtcollector. 158s Preparing to unpack .../24-python3-debtcollector_3.0.0-3_all.deb ... 158s Unpacking python3-debtcollector (3.0.0-3) ... 158s Selecting previously unselected package python3-roman. 158s Preparing to unpack .../25-python3-roman_5.0-1_all.deb ... 158s Unpacking python3-roman (5.0-1) ... 158s Selecting previously unselected package python3-docutils. 158s Preparing to unpack .../26-python3-docutils_0.21.2+dfsg-2_all.deb ... 158s Unpacking python3-docutils (0.21.2+dfsg-2) ... 158s Selecting previously unselected package python3-oslo.i18n. 158s Preparing to unpack .../27-python3-oslo.i18n_6.5.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.i18n (6.5.0-0ubuntu1) ... 158s Selecting previously unselected package python3-dateutil. 158s Preparing to unpack .../28-python3-dateutil_2.9.0-3_all.deb ... 158s Unpacking python3-dateutil (2.9.0-3) ... 158s Selecting previously unselected package python3-greenlet. 158s Preparing to unpack .../29-python3-greenlet_3.1.0-1_s390x.deb ... 158s Unpacking python3-greenlet (3.1.0-1) ... 158s Selecting previously unselected package python3-dnspython. 158s Preparing to unpack .../30-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 158s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 158s Selecting previously unselected package python3-eventlet. 158s Preparing to unpack .../31-python3-eventlet_0.39.0-0ubuntu1_all.deb ... 158s Unpacking python3-eventlet (0.39.0-0ubuntu1) ... 158s Selecting previously unselected package python3-monotonic. 158s Preparing to unpack .../32-python3-monotonic_1.6-3_all.deb ... 158s Unpacking python3-monotonic (1.6-3) ... 158s Selecting previously unselected package python3-oslo.context. 158s Preparing to unpack .../33-python3-oslo.context_1%3a5.7.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.context (1:5.7.0-0ubuntu1) ... 158s Selecting previously unselected package python3-msgpack. 158s Preparing to unpack .../34-python3-msgpack_1.0.3-3build3_s390x.deb ... 158s Unpacking python3-msgpack (1.0.3-3build3) ... 158s Selecting previously unselected package python3-psutil. 158s Preparing to unpack .../35-python3-psutil_5.9.8-2build3_s390x.deb ... 158s Unpacking python3-psutil (5.9.8-2build3) ... 158s Selecting previously unselected package python3-packaging. 158s Preparing to unpack .../36-python3-packaging_24.2-1_all.deb ... 158s Unpacking python3-packaging (24.2-1) ... 158s Selecting previously unselected package python3-oslo.utils. 158s Preparing to unpack .../37-python3-oslo.utils_8.1.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.utils (8.1.0-0ubuntu1) ... 158s Selecting previously unselected package python3-oslo.serialization. 158s Preparing to unpack .../38-python3-oslo.serialization_5.6.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.serialization (5.6.0-0ubuntu1) ... 158s Selecting previously unselected package python3-oslo.log. 158s Preparing to unpack .../39-python3-oslo.log_7.0.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.log (7.0.0-0ubuntu1) ... 158s Selecting previously unselected package python3-rfc3986. 158s Preparing to unpack .../40-python3-rfc3986_2.0.0-3_all.deb ... 158s Unpacking python3-rfc3986 (2.0.0-3) ... 158s Selecting previously unselected package python3-oslo.config. 158s Preparing to unpack .../41-python3-oslo.config_1%3a9.7.0-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.config (1:9.7.0-0ubuntu1) ... 158s Selecting previously unselected package python3-keystoneclient. 158s Preparing to unpack .../42-python3-keystoneclient_1%3a5.5.0-0ubuntu1_all.deb ... 158s Unpacking python3-keystoneclient (1:5.5.0-0ubuntu1) ... 158s Selecting previously unselected package python3-vine. 158s Preparing to unpack .../43-python3-vine_5.1.0+dfsg-1_all.deb ... 158s Unpacking python3-vine (5.1.0+dfsg-1) ... 158s Selecting previously unselected package python3-amqp. 158s Preparing to unpack .../44-python3-amqp_5.3.1-2_all.deb ... 158s Unpacking python3-amqp (5.3.1-2) ... 158s Selecting previously unselected package python3-futurist. 158s Preparing to unpack .../45-python3-futurist_3.0.0-3_all.deb ... 158s Unpacking python3-futurist (3.0.0-3) ... 158s Selecting previously unselected package python3-kombu. 158s Preparing to unpack .../46-python3-kombu_5.4.2-3_all.deb ... 158s Unpacking python3-kombu (5.4.2-3) ... 158s Selecting previously unselected package python3-decorator. 158s Preparing to unpack .../47-python3-decorator_5.1.1-5_all.deb ... 158s Unpacking python3-decorator (5.1.1-5) ... 158s Selecting previously unselected package python3-prometheus-client. 158s Preparing to unpack .../48-python3-prometheus-client_0.21.1+ds1-1_all.deb ... 158s Unpacking python3-prometheus-client (0.21.1+ds1-1) ... 158s Selecting previously unselected package python3-oslo.metrics. 158s Preparing to unpack .../49-python3-oslo.metrics_0.10.1-0ubuntu1_all.deb ... 158s Unpacking python3-oslo.metrics (0.10.1-0ubuntu1) ... 158s Selecting previously unselected package python3-statsd. 158s Preparing to unpack .../50-python3-statsd_4.0.1-2_all.deb ... 158s Unpacking python3-statsd (4.0.1-2) ... 158s Selecting previously unselected package python3-legacy-cgi. 158s Preparing to unpack .../51-python3-legacy-cgi_2.6.1-2_all.deb ... 158s Unpacking python3-legacy-cgi (2.6.1-2) ... 159s Selecting previously unselected package python3-webob. 159s Preparing to unpack .../52-python3-webob_1%3a1.8.9-1_all.deb ... 159s Unpacking python3-webob (1:1.8.9-1) ... 159s Selecting previously unselected package python3-oslo.middleware. 159s Preparing to unpack .../53-python3-oslo.middleware_6.3.0-0ubuntu1_all.deb ... 159s Unpacking python3-oslo.middleware (6.3.0-0ubuntu1) ... 159s Selecting previously unselected package python3-testtools. 159s Preparing to unpack .../54-python3-testtools_2.7.2-4_all.deb ... 159s Unpacking python3-testtools (2.7.2-4) ... 159s Selecting previously unselected package python3-fixtures. 159s Preparing to unpack .../55-python3-fixtures_4.1.0-3_all.deb ... 159s Unpacking python3-fixtures (4.1.0-3) ... 159s Selecting previously unselected package python3-fasteners. 159s Preparing to unpack .../56-python3-fasteners_0.18-2_all.deb ... 159s Unpacking python3-fasteners (0.18-2) ... 159s Selecting previously unselected package python3-oslo.concurrency. 159s Preparing to unpack .../57-python3-oslo.concurrency_6.2.0-0ubuntu1_all.deb ... 159s Unpacking python3-oslo.concurrency (6.2.0-0ubuntu1) ... 159s Selecting previously unselected package python3-tempita. 159s Preparing to unpack .../58-python3-tempita_0.6.0-1_all.deb ... 159s Unpacking python3-tempita (0.6.0-1) ... 159s Selecting previously unselected package python3-paste. 159s Preparing to unpack .../59-python3-paste_3.10.1-1_all.deb ... 159s Unpacking python3-paste (3.10.1-1) ... 159s Selecting previously unselected package python3-pastedeploy-tpl. 159s Preparing to unpack .../60-python3-pastedeploy-tpl_3.1-1_all.deb ... 159s Unpacking python3-pastedeploy-tpl (3.1-1) ... 159s Selecting previously unselected package python3-pastedeploy. 159s Preparing to unpack .../61-python3-pastedeploy_3.1-1_all.deb ... 159s Unpacking python3-pastedeploy (3.1-1) ... 159s Selecting previously unselected package python3-repoze.lru. 159s Preparing to unpack .../62-python3-repoze.lru_0.7-3_all.deb ... 159s Unpacking python3-repoze.lru (0.7-3) ... 159s Selecting previously unselected package python3-routes. 159s Preparing to unpack .../63-python3-routes_2.5.1-7_all.deb ... 159s Unpacking python3-routes (2.5.1-7) ... 159s Selecting previously unselected package python3-oslo.service. 159s Preparing to unpack .../64-python3-oslo.service_4.0.0-0ubuntu1_all.deb ... 159s Unpacking python3-oslo.service (4.0.0-0ubuntu1) ... 159s Selecting previously unselected package python3-tenacity. 159s Preparing to unpack .../65-python3-tenacity_9.0.0-0ubuntu1_all.deb ... 159s Unpacking python3-tenacity (9.0.0-0ubuntu1) ... 159s Selecting previously unselected package python3-oslo.messaging. 159s Preparing to unpack .../66-python3-oslo.messaging_16.0.0-0ubuntu1_all.deb ... 159s Unpacking python3-oslo.messaging (16.0.0-0ubuntu1) ... 159s Selecting previously unselected package python3-pytz. 159s Preparing to unpack .../67-python3-pytz_2025.1-3_all.deb ... 159s Unpacking python3-pytz (2025.1-3) ... 159s Selecting previously unselected package python3-tz. 159s Preparing to unpack .../68-python3-tz_2025.1-3_all.deb ... 159s Unpacking python3-tz (2025.1-3) ... 159s Selecting previously unselected package python3-pycadf. 159s Preparing to unpack .../69-python3-pycadf_3.1.1-5_all.deb ... 159s Unpacking python3-pycadf (3.1.1-5) ... 159s Selecting previously unselected package python3-ceilometermiddleware. 159s Preparing to unpack .../70-python3-ceilometermiddleware_3.6.0-0ubuntu1_all.deb ... 159s Unpacking python3-ceilometermiddleware (3.6.0-0ubuntu1) ... 159s Setting up python3-importlib-metadata (8.6.1-1) ... 159s Setting up python3-repoze.lru (0.7-3) ... 159s Setting up python3-cachetools (5.3.3-1) ... 160s Setting up python3-pbr (6.1.1-0ubuntu1) ... 160s Setting up python3-statsd (4.0.1-2) ... 160s Setting up python3-tenacity (9.0.0-0ubuntu1) ... 160s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 160s Setting up python3-pytz (2025.1-3) ... 160s Setting up python3-psutil (5.9.8-2build3) ... 161s Setting up python3-tz (2025.1-3) ... 161s Setting up python3-vine (5.1.0+dfsg-1) ... 161s Setting up python3-monotonic (1.6-3) ... 161s Setting up python3-six (1.17.0-1) ... 161s Setting up python3-roman (5.0-1) ... 162s Setting up python3-decorator (5.1.1-5) ... 162s Setting up python3-tempita (0.6.0-1) ... 162s Setting up python3-packaging (24.2-1) ... 162s Setting up python3-iso8601 (2.1.0-2) ... 162s Setting up python3-rfc3986 (2.0.0-3) ... 163s Setting up python3-paste (3.10.1-1) ... 163s Setting up python3-greenlet (3.1.0-1) ... 163s Setting up python3-pastedeploy-tpl (3.1-1) ... 163s Setting up python3-wrapt (1.15.0-4) ... 163s Setting up python3-fasteners (0.18-2) ... 164s Setting up pycadf-common (3.1.1-5) ... 164s Setting up python3-legacy-cgi (2.6.1-2) ... 164s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 164s Setting up libnsl2:s390x (1.3.0-3build3) ... 164s Setting up python3-amqp (5.3.1-2) ... 164s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 164s Setting up python3-os-service-types (1.7.0-5) ... 165s Setting up python3-stevedore (1:5.4.0-0ubuntu1) ... 165s Setting up python3-dateutil (2.9.0-3) ... 165s Setting up sgml-base (1.31) ... 165s Setting up python3-msgpack (1.0.3-3build3) ... 165s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 165s Setting up python3-oslo.i18n (6.5.0-0ubuntu1) ... 165s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 165s Setting up python3-webob (1:1.8.9-1) ... 166s Setting up python3.12-minimal (3.12.9-1) ... 167s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 167s Setting up python3-pastedeploy (3.1-1) ... 167s Setting up python3.12 (3.12.9-1) ... 168s Setting up python3-all (3.13.1-1~exp2) ... 168s Setting up python3-futurist (3.0.0-3) ... 168s Setting up python3-debtcollector (3.0.0-3) ... 169s Setting up python3-kombu (5.4.2-3) ... 169s Setting up python3-prometheus-client (0.21.1+ds1-1) ... 169s Setting up python3-eventlet (0.39.0-0ubuntu1) ... 170s Setting up python3-oslo.context (1:5.7.0-0ubuntu1) ... 170s Setting up libjs-sphinxdoc (8.1.3-5) ... 170s Setting up python3-lxml:s390x (5.3.1-1) ... 170s Setting up xml-core (0.19) ... 170s Setting up python3-keystoneauth1 (5.9.1-0ubuntu1) ... 171s Setting up python3-oslo.utils (8.1.0-0ubuntu1) ... 171s Setting up python3-routes (2.5.1-7) ... 171s Setting up python3-oslo.serialization (5.6.0-0ubuntu1) ... 171s Setting up python3-fixtures (4.1.0-3) ... 172s Setting up python3-testtools (2.7.2-4) ... 172s Processing triggers for libc-bin (2.40-4ubuntu1) ... 172s Processing triggers for systemd (257.2-3ubuntu1) ... 172s Processing triggers for man-db (2.13.0-1) ... 173s Processing triggers for sgml-base (1.31) ... 173s Setting up docutils-common (0.21.2+dfsg-2) ... 173s Processing triggers for sgml-base (1.31) ... 173s Setting up python3-docutils (0.21.2+dfsg-2) ... 174s Setting up python3-oslo.config (1:9.7.0-0ubuntu1) ... 174s Setting up python3-oslo.middleware (6.3.0-0ubuntu1) ... 174s Setting up python3-keystoneclient (1:5.5.0-0ubuntu1) ... 175s Setting up python3-oslo.concurrency (6.2.0-0ubuntu1) ... 175s Setting up python3-oslo.log (7.0.0-0ubuntu1) ... 176s Setting up python3-pycadf (3.1.1-5) ... 176s Setting up python3-oslo.metrics (0.10.1-0ubuntu1) ... 176s Setting up python3-oslo.service (4.0.0-0ubuntu1) ... 176s Setting up python3-oslo.messaging (16.0.0-0ubuntu1) ... 177s Setting up python3-ceilometermiddleware (3.6.0-0ubuntu1) ... 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-ceilometermiddleware'], kind short, sout pipe, serr pipe, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.TXukDV/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/autodep8-python3-packages.all /tmp/autopkgtest-work.cl2q3hz9/out/autodep8-python3-packages.all 178s autopkgtest: DBG: got reply from testbed: ok 178s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.TXukDV/build.Wr3/src'], kind short, sout raw, serr raw, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.TXukDV/build.Wr3/src already exists 178s autopkgtest [12:37:20]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import ceilometermiddleware; print(ceilometermiddleware)" ; done 178s autopkgtest [12:37:20]: test autodep8-python3: [----------------------- 178s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.TXukDV/wrapper.sh --debug --artifacts=/tmp/autopkgtest.TXukDV/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.TXukDV/build.Wr3/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.TXukDV/autodep8-python3-stderr --stdout=/tmp/autopkgtest.TXukDV/autodep8-python3-stdout --tmp=/tmp/autopkgtest.TXukDV/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 ceilometermiddleware; print(ceilometermiddleware)" ; done\''], kind test, sout raw, serr raw, env [] 178s /tmp/autopkgtest.TXukDV/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.TXukDV/autodep8-python3-artifacts 178s /tmp/autopkgtest.TXukDV/wrapper.sh: changing to directory: /tmp/autopkgtest.TXukDV/build.Wr3/src 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: LANG=C.UTF-8 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LANGUAGE 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_ADDRESS 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_ALL 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_COLLATE 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_CTYPE 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_IDENTIFICATION 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_MEASUREMENT 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_MESSAGES 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_MONETARY 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_NAME 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_NUMERIC 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_PAPER 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_TELEPHONE 178s /tmp/autopkgtest.TXukDV/wrapper.sh: unsetting environment: LC_TIME 178s /tmp/autopkgtest.TXukDV/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 178s /tmp/autopkgtest.TXukDV/wrapper.sh: pretending to be a login shell 178s /tmp/autopkgtest.TXukDV/wrapper.sh: will write standard error to /tmp/autopkgtest.TXukDV/autodep8-python3-stderr 178s /tmp/autopkgtest.TXukDV/wrapper.sh: will write stdout to /tmp/autopkgtest.TXukDV/autodep8-python3-stdout 178s /tmp/autopkgtest.TXukDV/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.TXukDV/autopkgtest_tmp 178s /tmp/autopkgtest.TXukDV/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 178s /tmp/autopkgtest.TXukDV/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 ceilometermiddleware; print(ceilometermiddleware)" ; done 178s /tmp/autopkgtest.TXukDV/wrapper.sh: copying /tmp/tmp.w3iS0vNylf/out to stdout and file: /tmp/autopkgtest.TXukDV/autodep8-python3-stdout 178s /tmp/autopkgtest.TXukDV/wrapper.sh: copying /tmp/tmp.w3iS0vNylf/err to standard error and file: /tmp/autopkgtest.TXukDV/autodep8-python3-stdout 178s /tmp/autopkgtest.TXukDV/wrapper.sh: writing script pid 2561 to /tmp/autopkgtest_script_pid 178s Testing with python3.12: 178s 178s Testing with python3.13: 178s 178s /tmp/autopkgtest.TXukDV/wrapper.sh: checking for leaked background processes... 178s /tmp/autopkgtest.TXukDV/wrapper.sh: waiting for tee/cat subprocesses... 178s /tmp/autopkgtest.TXukDV/wrapper.sh: cleaning up... 178s /tmp/autopkgtest.TXukDV/wrapper.sh: Exit status: 0 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest [12:37:20]: test autodep8-python3: -----------------------] 178s autopkgtest: DBG: testbed executing test finished with exit status 0 178s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/autodep8-python3-stdout /tmp/autopkgtest-work.cl2q3hz9/out/autodep8-python3-stdout 179s autopkgtest: DBG: got reply from testbed: ok 179s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/autodep8-python3-stderr /tmp/autopkgtest-work.cl2q3hz9/out/autodep8-python3-stderr 179s autopkgtest: DBG: got reply from testbed: ok 179s autodep8-python3 PASS (superficial) 179s autopkgtest [12:37:21]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 179s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.TXukDV/autodep8-python3-artifacts/ /tmp/autopkgtest-work.cl2q3hz9/out/artifacts/ 179s autopkgtest: DBG: got reply from testbed: ok 179s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.TXukDV/autodep8-python3-artifacts', '/tmp/autopkgtest.TXukDV/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 179s autopkgtest: DBG: testbed command exited with code 0 179s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 179s autopkgtest [12:37:21]: @@@@@@@@@@@@@@@@@@@@ summary 179s autodep8-python3 PASS (superficial) 179s autopkgtest: DBG: testbed stop 179s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.TXukDV 179s autopkgtest: DBG: sending command to testbed: close 197s autopkgtest: DBG: got reply from testbed: ok 197s autopkgtest: DBG: sending command to testbed: quit 197s nova [W] Using flock in prodstack6-s390x 197s flock: timeout while waiting to get lock 197s Creating nova instance adt-plucky-s390x-python-ceilometermiddleware-20250219-123422-juju-7f2275-prod-proposed-migration-environment-15-5cbf4700-6a76-4ace-84d3-dd4a69835bf1 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 197s nova [W] Timed out waiting for b7ae60d0-0c3e-476e-b524-c9a6cff01602 to get deleted.