0s autopkgtest: DBG: testbed init 0s autopkgtest [11:34:19]: starting date and time: 2025-02-19 11:34:19+0000 0s autopkgtest [11:34:19]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [11:34:19]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.8d1fsfbr/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade aodh --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-8.secgroup --name adt-plucky-s390x-aodh-20250219-113419-juju-7f2275-prod-proposed-migration-environment-15-8c257a66-f146-4dda-9669-ded2a34bcee5 --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.yD0PsG 115s autopkgtest: DBG: sending command to testbed: print-execute-command 115s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.d6g2ip6k/runcmd 115s autopkgtest: DBG: sending command to testbed: capabilities 115s autopkgtest: DBG: got reply from testbed: ok revert revert-full-system reboot suggested-normal-user=ubuntu isolation-machine root-on-testbed 115s autopkgtest: DBG: testbed capabilities: ['revert', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 115s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], 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.yD0PsG/wrapper.sh 116s autopkgtest: DBG: got reply from testbed: ok 116s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/wrapper.sh'], kind short, sout raw, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [11:36:15]: testbed dpkg architecture: s390x 116s 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 [11:36:15]: 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [11:36:16]: @@@@@@@@@@@@@@@@@@@@ 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 [11:36:16]: 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 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 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 [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: adding APT source: Types: deb deb-src 117s URIs: http://ftpmaster.internal/ubuntu/ 117s Suites: plucky-proposed 117s Components: main restricted universe multiverse 117s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 117s 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 [11:36:16]: 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'] 118s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 118s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 118s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 118s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 118s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 118s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 118s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 118s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 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] 119s Fetched 1700 kB in 1s (1781 kB/s) 119s 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.yD0PsG/${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 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Calculating upgrade... 120s The following packages were automatically installed and are no longer required: 120s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 120s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 120s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 120s linux-tools-6.11.0-8-generic 120s Use 'sudo apt autoremove' to remove them. 120s The following packages will be upgraded: 120s 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] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 121s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 121s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 121s Preconfiguring packages ... 121s Fetched 1791 kB in 1s (2480 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) ... 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) ... 122s 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 + + sed s/\./\\./g 123s uname -r 123s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 123s + + apt list ?obsolete 123s tail -n+2 123s + grep -v ^linux-.*6\.12\.0-15-generic.* 123s + cut -d/ -f1 123s + true 123s + obsolete_pkgs= 123s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s The following packages will be REMOVED: 123s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 123s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 123s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 123s linux-tools-6.11.0-8-generic* 123s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 123s After this operation, 167 MB disk space will be freed. 123s (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.) 123s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 123s Removing libpython3.12t64:s390x (3.12.9-1) ... 123s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 123s Removing libnsl2:s390x (1.3.0-3build3) ... 123s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 123s 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) ... 125s + grep -q trusty /etc/lsb-release 125s + [ ! -d /usr/share/doc/unattended-upgrades ] 125s + [ ! -d /usr/share/doc/lxd ] 125s + [ ! -d /usr/share/doc/lxd-client ] 125s + [ ! -d /usr/share/doc/snapd ] 125s + type iptables 125s + cat 125s + chmod 755 /etc/rc.local 125s + . /etc/rc.local 125s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 125s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 125s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 125s + uname -m 125s + [ s390x = ppc64le ] 125s + [ -d /run/systemd/system ] 125s + systemd-detect-virt --quiet --vm 125s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 125s + cat 125s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 125s + echo COMPRESS=lz4 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest [11:36:24]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], 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 Calculating upgrade...Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 126s Entering ResolveByKeep 126s 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 ['/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'] 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 126s Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 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 ['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.yD0PsG/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 127s autopkgtest: DBG: testbed command exited with code 1 127s autopkgtest [11:36:26]: rebooting testbed after setup commands that affected boot 127s autopkgtest: DBG: sending command to testbed: reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], 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.yD0PsG/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot'], 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.yD0PsG/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.yD0PsG/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/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.yD0PsG/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest [11:36:45]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 146s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yD0PsG/testbed-packages"], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/testbed-packages /tmp/autopkgtest-work.8d1fsfbr/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.yD0PsG'], 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.yD0PsG/autopkgtest-reboot 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot'], 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.yD0PsG/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.yD0PsG/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], 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.yD0PsG/autopkgtest-reboot-prepare 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare'], 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.yD0PsG/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: Binaries: initialising 148s autopkgtest [11:36:47]: @@@@@@@@@@@@@@@@@@@@ apt-source aodh 148s autopkgtest: DBG: blame += aodh 148s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 148s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'aodh'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-expirer$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-expirer=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-common$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-common=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-aodh$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-aodh=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-doc$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-doc=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-api$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-api=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-listener$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-listener=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^aodh-notifier$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-notifier=1:19.0.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', '^aodh-evaluator$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'aodh-evaluator=1:19.0.0-0ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: install_deps: deps_new=[] 152s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s 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.yD0PsG/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source aodh=1:19.0.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 aodh_*.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'] 152s + cd / 152s + mktemp -d /tmp/autopkgtest.yD0PsG/build.XXX 152s + builddir=/tmp/autopkgtest.yD0PsG/build.i90 152s + cd /tmp/autopkgtest.yD0PsG/build.i90 152s + apt-get source -d -q --only-source aodh=1:19.0.0-0ubuntu1 153s + OUT=Reading package lists... 153s NOTICE: 'aodh' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/aodh 153s Please use: 153s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/aodh 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 274 kB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (dsc) [4319 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (tar) [254 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (diff) [15.3 kB] 153s Fetched 274 kB in 1s (470 kB/s) 153s Download complete and in download only mode 153s + [ -n ] 153s + grep ^Get: 153s + echo Reading package lists... 153s NOTICE: 'aodh' packaging is maintained in the 'Git' version control system at: 153s https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/aodh 153s Please use: 153s git clone https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/aodh 153s to retrieve the latest (possibly unreleased) updates to the package. 153s Need to get 274 kB of source archives. 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (dsc) [4319 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (tar) [254 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (diff) [15.3 kB] 153s Fetched 274 kB in 1s (470 kB/s) 153s Download complete and in download only mode 153s Get:1 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (dsc) [4319 B] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (tar) [254 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main aodh 1:19.0.0-0ubuntu1 (diff) [15.3 kB] 153s + dpkg-source -x aodh_19.0.0-0ubuntu1.dsc src 153s gpgv: Signature made Thu Oct 3 09:19:00 2024 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 ./aodh_19.0.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 [11:36:52]: testing package aodh version 1:19.0.0-0ubuntu1 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/build.i90/src/debian/ /tmp/autopkgtest-work.8d1fsfbr/out/pkg/debian/ 153s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: autodep8 generated control: ----- 154s Tests: aodh-daemons 154s Depends: aodh-evaluator, aodh-notifier, 154s aodh-listener, aodh-expirer, rabbitmq-server 154s Restrictions: needs-root 154s 154s 154s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import aodh; print(aodh)" ; done 154s Depends: python3-all, python3-aodh, 154s Restrictions: allow-stderr, superficial, 154s Features: test-name=autodep8-python3 154s 154s 154s ------- 154s autopkgtest: DBG: processing dependency aodh-evaluator 154s autopkgtest: DBG: marked alternatives ['aodh-evaluator'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency aodh-notifier 154s autopkgtest: DBG: marked alternatives ['aodh-notifier'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency aodh-listener 154s autopkgtest: DBG: marked alternatives ['aodh-listener'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency aodh-expirer 154s autopkgtest: DBG: marked alternatives ['aodh-expirer'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency rabbitmq-server 154s autopkgtest: DBG: Test defined: name aodh-daemons path debian/tests/aodh-daemons command "None" restrictions ['needs-root'] features [] depends ['aodh-evaluator', 'aodh-notifier', 'aodh-listener', 'aodh-expirer', 'rabbitmq-server'] 154s autopkgtest: DBG: processing dependency python3-all 154s autopkgtest: DBG: processing dependency python3-aodh 154s autopkgtest: DBG: marked alternatives ['python3-aodh'] 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 aodh; print(aodh)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-aodh'] 154s autopkgtest [11:36:53]: build not needed 154s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/build.i90/src/ /tmp/autopkgtest-work.8d1fsfbr/out/tests-tree/ 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: autodep8 generated control: ----- 155s Tests: aodh-daemons 155s Depends: aodh-evaluator, aodh-notifier, 155s aodh-listener, aodh-expirer, rabbitmq-server 155s Restrictions: needs-root 155s 155s 155s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import aodh; print(aodh)" ; done 155s Depends: python3-all, python3-aodh, 155s Restrictions: allow-stderr, superficial, 155s Features: test-name=autodep8-python3 155s 155s 155s ------- 155s autopkgtest: DBG: processing dependency aodh-evaluator 155s autopkgtest: DBG: marked alternatives ['aodh-evaluator'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency aodh-notifier 155s autopkgtest: DBG: marked alternatives ['aodh-notifier'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency aodh-listener 155s autopkgtest: DBG: marked alternatives ['aodh-listener'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency aodh-expirer 155s autopkgtest: DBG: marked alternatives ['aodh-expirer'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency rabbitmq-server 155s autopkgtest: DBG: Test defined: name aodh-daemons path debian/tests/aodh-daemons command "None" restrictions ['needs-root'] features [] depends ['aodh-evaluator', 'aodh-notifier', 'aodh-listener', 'aodh-expirer', 'rabbitmq-server'] 155s autopkgtest: DBG: processing dependency python3-all 155s autopkgtest: DBG: processing dependency python3-aodh 155s autopkgtest: DBG: marked alternatives ['python3-aodh'] as a synthesised dependency 155s 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 aodh; print(aodh)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-aodh'] 155s autopkgtest [11:36:54]: test aodh-daemons: preparing testbed 155s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['aodh-evaluator', 'aodh-notifier', 'aodh-listener', 'aodh-expirer', 'rabbitmq-server'] 155s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 155s autopkgtest: DBG: install_deps: deps_new=['aodh-evaluator', 'aodh-notifier', 'aodh-listener', 'aodh-expirer', 'rabbitmq-server'] 155s autopkgtest: DBG: install-deps: satisfying aodh-evaluator, aodh-notifier, aodh-listener, aodh-expirer, rabbitmq-server 155s autopkgtest: DBG: can use apt-get on testbed: True 155s 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', 'aodh-evaluator, aodh-notifier, aodh-listener, aodh-expirer, rabbitmq-server'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 155s Reading package lists... 156s Building dependency tree... 156s Reading state information... 156s Starting pkgProblemResolver with broken count: 0 156s Starting 2 pkgProblemResolver with broken count: 0 156s Done 156s The following NEW packages will be installed: 156s alembic aodh-common aodh-evaluator aodh-expirer aodh-listener aodh-notifier 156s docutils-common erlang-asn1 erlang-base erlang-crypto erlang-eldap 156s erlang-inets erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 156s erlang-runtime-tools erlang-ssl erlang-syntax-tools erlang-tools 156s erlang-xmerl libjs-jquery libjs-sphinxdoc libjs-underscore libxslt1.1 156s pycadf-common python3-alembic python3-amqp python3-aodh python3-autopage 156s python3-cachetools python3-cinderclient python3-cliff python3-cmd2 156s python3-cotyledon python3-croniter python3-dateutil python3-debtcollector 156s python3-decorator python3-deprecation python3-dnspython python3-docutils 156s python3-dogpile.cache python3-eventlet python3-fasteners python3-fixtures 156s python3-futurist python3-gnocchiclient python3-greenlet python3-heatclient 156s python3-importlib-metadata python3-iso8601 python3-jmespath 156s python3-keystoneauth1 python3-keystoneclient python3-keystonemiddleware 156s python3-kombu python3-legacy-cgi python3-logutils python3-lxml python3-mako 156s python3-memcache python3-monotonic python3-msgpack python3-munch 156s python3-netifaces python3-neutronclient python3-octaviaclient 156s python3-openstackclient python3-openstacksdk python3-os-client-config 156s python3-os-service-types python3-osc-lib python3-osc-placement 156s python3-oslo.cache python3-oslo.concurrency python3-oslo.config 156s python3-oslo.context python3-oslo.db python3-oslo.i18n python3-oslo.log 156s python3-oslo.messaging python3-oslo.metrics python3-oslo.middleware 156s python3-oslo.policy python3-oslo.reports python3-oslo.serialization 156s python3-oslo.service python3-oslo.upgradecheck python3-oslo.utils 156s python3-packaging python3-paste python3-pastedeploy python3-pastedeploy-tpl 156s python3-pbr python3-pecan python3-platformdirs python3-prettytable 156s python3-prometheus-client python3-psutil python3-pycadf python3-pymemcache 156s python3-pymysql python3-pyperclip python3-pytz python3-repoze.lru 156s python3-requestsexceptions python3-retrying python3-rfc3986 python3-roman 156s python3-routes python3-setproctitle python3-simplegeneric python3-six 156s python3-sqlalchemy python3-statsd python3-stevedore python3-swiftclient 156s python3-tempita python3-tenacity python3-testresources python3-testscenarios 156s python3-testtools python3-tooz python3-tz python3-vine python3-voluptuous 156s python3-wcwidth python3-webob python3-werkzeug python3-wrapt python3-wsme 156s rabbitmq-server sgml-base socat xml-core 156s 0 upgraded, 136 newly installed, 0 to remove and 0 not upgraded. 156s Need to get 48.5 MB of archives. 156s After this operation, 135 MB of additional disk space will be used. 156s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 156s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netifaces s390x 0.11.0-2build4 [18.2 kB] 156s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 156s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x python3-mako all 1.3.8-2 [63.5 kB] 156s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-greenlet s390x 3.1.0-1 [176 kB] 156s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sqlalchemy all 2.0.38+ds1-0ubuntu1 [1215 kB] 157s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alembic all 1.13.2-4 [149 kB] 157s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 157s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 157s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 157s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x alembic all 1.13.2-4 [294 kB] 157s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-common all 1:19.0.0-0ubuntu1 [19.9 kB] 157s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cachetools all 5.3.3-1 [10.3 kB] 157s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x python3-setproctitle s390x 1.3.4-1 [20.3 kB] 157s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cotyledon all 1.7.3-3 [12.1 kB] 157s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 157s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 157s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 157s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x python3-croniter all 2.0.7-3 [22.3 kB] 157s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pbr all 6.1.1-0ubuntu1 [58.2 kB] 157s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB] 157s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-debtcollector all 3.0.0-3 [13.3 kB] 157s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-futurist all 3.0.0-3 [24.2 kB] 157s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-autopage all 0.4.0-4 [13.1 kB] 157s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 157s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyperclip all 1.8.2-2 [11.5 kB] 157s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cmd2 all 2.5.7+ds-1 [123 kB] 157s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 157s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 157s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 157s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 157s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prettytable all 3.12.0-1 [36.5 kB] 157s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3-stevedore all 1:5.4.0-0ubuntu1 [21.1 kB] 157s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cliff all 4.8.0-0ubuntu1 [43.3 kB] 157s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-iso8601 all 2.1.0-2 [9136 B] 157s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 157s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 158s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 158s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-service-types all 1.7.0-5 [12.8 kB] 158s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneauth1 all 5.9.1-0ubuntu1 [171 kB] 158s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 158s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 158s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x python3-deprecation all 2.1.0-3 [8806 B] 158s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dogpile.cache all 1.3.3-1 [46.8 kB] 158s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x python3-jmespath all 1.0.1-1 [21.3 kB] 158s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-munch all 4.0.0-2 [10.9 kB] 158s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 158s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 158s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3-requestsexceptions all 1.4.0-5 [3824 B] 158s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openstacksdk all 4.3.0-0ubuntu1 [676 kB] 158s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-client-config all 2.1.0-0ubuntu5 [17.6 kB] 158s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.i18n all 6.5.0-0ubuntu1 [22.3 kB] 158s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.utils all 8.1.0-0ubuntu1 [88.4 kB] 158s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x python3-osc-lib all 3.2.0-0ubuntu1 [53.9 kB] 158s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-gnocchiclient all 7.0.8-0ubuntu1 [31.9 kB] 158s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 158s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.serialization all 5.6.0-0ubuntu1 [15.8 kB] 158s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 158s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3-eventlet all 0.39.0-0ubuntu1 [277 kB] 158s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x python3-monotonic all 1.6-3 [5344 B] 158s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.context all 1:5.7.0-0ubuntu1 [13.8 kB] 158s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.log all 7.0.0-0ubuntu1 [45.6 kB] 158s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x python3-rfc3986 all 2.0.0-3 [22.0 kB] 158s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.config all 1:9.7.0-0ubuntu1 [90.4 kB] 158s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneclient all 1:5.5.0-0ubuntu1 [180 kB] 158s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-swiftclient all 1:4.6.0-0ubuntu1 [70.3 kB] 158s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-heatclient all 4.1.0-0ubuntu1 [110 kB] 158s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-memcache all 1.62-3 [17.6 kB] 158s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.cache all 3.10.0-0ubuntu1 [41.1 kB] 158s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x pycadf-common all 3.1.1-5 [4556 B] 158s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pycadf all 3.1.1-5 [17.5 kB] 158s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-legacy-cgi all 2.6.1-2 [16.3 kB] 158s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-webob all 1:1.8.9-1 [86.8 kB] 158s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystonemiddleware all 10.8.0-0ubuntu1 [80.5 kB] 158s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-neutronclient all 1:11.4.0-0ubuntu1 [121 kB] 158s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cinderclient all 1:9.6.0-0ubuntu1 [133 kB] 158s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-osc-placement all 4.5.0-0ubuntu1 [35.3 kB] 158s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openstackclient all 7.2.1-0ubuntu1 [439 kB] 158s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x python3-octaviaclient all 3.9.0-0ubuntu1 [56.1 kB] 158s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testresources all 2.0.1-5 [26.8 kB] 158s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fixtures all 4.1.0-3 [34.8 kB] 158s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testtools all 2.7.2-4 [124 kB] 158s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testscenarios all 0.5.0-4 [13.0 kB] 158s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.db all 17.1.0-0ubuntu2 [101 kB] 158s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-vine all 5.1.0+dfsg-1 [14.2 kB] 158s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x python3-amqp all 5.3.1-2 [43.5 kB] 158s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x python3-kombu all 5.4.2-3 [145 kB] 158s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prometheus-client all 0.21.1+ds1-1 [45.8 kB] 158s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.metrics all 0.10.1-0ubuntu1 [7594 B] 158s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x python3-statsd all 4.0.1-2 [12.2 kB] 158s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.middleware all 6.3.0-0ubuntu1 [34.5 kB] 158s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fasteners all 0.18-2 [12.5 kB] 158s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.concurrency all 6.2.0-0ubuntu1 [31.0 kB] 158s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tempita all 0.6.0-1 [14.8 kB] 158s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x python3-paste all 3.10.1-1 [210 kB] 158s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy-tpl all 3.1-1 [5652 B] 158s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy all 3.1-1 [13.5 kB] 158s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x python3-repoze.lru all 0.7-3 [12.3 kB] 158s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x python3-routes all 2.5.1-7 [90.8 kB] 158s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.service all 4.0.0-0ubuntu1 [49.4 kB] 158s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tenacity all 9.0.0-0ubuntu1 [17.0 kB] 159s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.messaging all 16.0.0-0ubuntu1 [119 kB] 159s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.policy all 4.5.0-0ubuntu1 [58.3 kB] 159s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.reports all 3.5.0-0ubuntu1 [26.5 kB] 159s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.upgradecheck all 2.4.0-0ubuntu1 [9386 B] 159s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x python3-logutils all 0.3.5-5 [17.8 kB] 159s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x python3-simplegeneric all 0.8.1-5 [10.7 kB] 159s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pecan all 1.5.1-6 [86.8 kB] 159s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pymysql all 1.1.1-2ubuntu1 [39.5 kB] 159s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x python3-retrying all 1.3.3-4 [8160 B] 159s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pymemcache all 4.0.0-8 [42.6 kB] 159s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x python3-voluptuous all 0.14.2-1 [42.7 kB] 159s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tooz all 6.3.0-0ubuntu1 [53.9 kB] 159s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x python3-werkzeug all 3.1.3-2 [169 kB] 159s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wsme all 0.12.1-5ubuntu1 [44.9 kB] 159s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x python3-aodh all 1:19.0.0-0ubuntu1 [95.8 kB] 159s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-evaluator all 1:19.0.0-0ubuntu1 [5404 B] 159s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-expirer all 1:19.0.0-0ubuntu1 [5456 B] 159s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-listener all 1:19.0.0-0ubuntu1 [5412 B] 159s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-notifier all 1:19.0.0-0ubuntu1 [5398 B] 159s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-base s390x 1:27.2.2+dfsg-1 [11.7 MB] 161s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-asn1 s390x 1:27.2.2+dfsg-1 [909 kB] 161s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-crypto s390x 1:27.2.2+dfsg-1 [180 kB] 161s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-public-key s390x 1:27.2.2+dfsg-1 [818 kB] 161s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-mnesia s390x 1:27.2.2+dfsg-1 [917 kB] 161s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-runtime-tools s390x 1:27.2.2+dfsg-1 [243 kB] 161s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-ssl s390x 1:27.2.2+dfsg-1 [1843 kB] 161s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-eldap s390x 1:27.2.2+dfsg-1 [132 kB] 161s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-inets s390x 1:27.2.2+dfsg-1 [675 kB] 161s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-os-mon s390x 1:27.2.2+dfsg-1 [106 kB] 161s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-parsetools s390x 1:27.2.2+dfsg-1 [208 kB] 161s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-syntax-tools s390x 1:27.2.2+dfsg-1 [340 kB] 161s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-tools s390x 1:27.2.2+dfsg-1 [634 kB] 161s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x erlang-xmerl s390x 1:27.2.2+dfsg-1 [1383 kB] 161s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x socat s390x 1.8.0.2-1 [385 kB] 161s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x rabbitmq-server all 4.0.5-2ubuntu1 [16.8 MB] 164s Fetched 48.5 MB in 7s (6865 kB/s) 164s Selecting previously unselected package sgml-base. 164s (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.) 164s Preparing to unpack .../000-sgml-base_1.31_all.deb ... 164s Unpacking sgml-base (1.31) ... 164s Selecting previously unselected package python3-netifaces:s390x. 164s Preparing to unpack .../001-python3-netifaces_0.11.0-2build4_s390x.deb ... 164s Unpacking python3-netifaces:s390x (0.11.0-2build4) ... 164s Selecting previously unselected package python3-importlib-metadata. 164s Preparing to unpack .../002-python3-importlib-metadata_8.6.1-1_all.deb ... 164s Unpacking python3-importlib-metadata (8.6.1-1) ... 164s Selecting previously unselected package python3-mako. 164s Preparing to unpack .../003-python3-mako_1.3.8-2_all.deb ... 164s Unpacking python3-mako (1.3.8-2) ... 164s Selecting previously unselected package python3-greenlet. 164s Preparing to unpack .../004-python3-greenlet_3.1.0-1_s390x.deb ... 164s Unpacking python3-greenlet (3.1.0-1) ... 164s Selecting previously unselected package python3-sqlalchemy. 164s Preparing to unpack .../005-python3-sqlalchemy_2.0.38+ds1-0ubuntu1_all.deb ... 164s Unpacking python3-sqlalchemy (2.0.38+ds1-0ubuntu1) ... 164s Selecting previously unselected package python3-alembic. 164s Preparing to unpack .../006-python3-alembic_1.13.2-4_all.deb ... 164s Unpacking python3-alembic (1.13.2-4) ... 164s Selecting previously unselected package libjs-jquery. 164s Preparing to unpack .../007-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 164s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 164s Selecting previously unselected package libjs-underscore. 164s Preparing to unpack .../008-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 164s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 164s Selecting previously unselected package libjs-sphinxdoc. 164s Preparing to unpack .../009-libjs-sphinxdoc_8.1.3-5_all.deb ... 164s Unpacking libjs-sphinxdoc (8.1.3-5) ... 164s Selecting previously unselected package alembic. 164s Preparing to unpack .../010-alembic_1.13.2-4_all.deb ... 164s Unpacking alembic (1.13.2-4) ... 164s Selecting previously unselected package aodh-common. 164s Preparing to unpack .../011-aodh-common_1%3a19.0.0-0ubuntu1_all.deb ... 164s Unpacking aodh-common (1:19.0.0-0ubuntu1) ... 164s Selecting previously unselected package python3-cachetools. 164s Preparing to unpack .../012-python3-cachetools_5.3.3-1_all.deb ... 164s Unpacking python3-cachetools (5.3.3-1) ... 164s Selecting previously unselected package python3-setproctitle:s390x. 164s Preparing to unpack .../013-python3-setproctitle_1.3.4-1_s390x.deb ... 164s Unpacking python3-setproctitle:s390x (1.3.4-1) ... 164s Selecting previously unselected package python3-cotyledon. 164s Preparing to unpack .../014-python3-cotyledon_1.7.3-3_all.deb ... 164s Unpacking python3-cotyledon (1.7.3-3) ... 164s Selecting previously unselected package python3-dateutil. 164s Preparing to unpack .../015-python3-dateutil_2.9.0-3_all.deb ... 164s Unpacking python3-dateutil (2.9.0-3) ... 164s Selecting previously unselected package python3-pytz. 164s Preparing to unpack .../016-python3-pytz_2025.1-3_all.deb ... 164s Unpacking python3-pytz (2025.1-3) ... 164s Selecting previously unselected package python3-tz. 164s Preparing to unpack .../017-python3-tz_2025.1-3_all.deb ... 164s Unpacking python3-tz (2025.1-3) ... 164s Selecting previously unselected package python3-croniter. 164s Preparing to unpack .../018-python3-croniter_2.0.7-3_all.deb ... 164s Unpacking python3-croniter (2.0.7-3) ... 164s Selecting previously unselected package python3-pbr. 164s Preparing to unpack .../019-python3-pbr_6.1.1-0ubuntu1_all.deb ... 164s Unpacking python3-pbr (6.1.1-0ubuntu1) ... 164s Selecting previously unselected package python3-wrapt. 164s Preparing to unpack .../020-python3-wrapt_1.15.0-4_s390x.deb ... 164s Unpacking python3-wrapt (1.15.0-4) ... 164s Selecting previously unselected package python3-debtcollector. 164s Preparing to unpack .../021-python3-debtcollector_3.0.0-3_all.deb ... 164s Unpacking python3-debtcollector (3.0.0-3) ... 164s Selecting previously unselected package python3-futurist. 164s Preparing to unpack .../022-python3-futurist_3.0.0-3_all.deb ... 164s Unpacking python3-futurist (3.0.0-3) ... 164s Selecting previously unselected package python3-autopage. 164s Preparing to unpack .../023-python3-autopage_0.4.0-4_all.deb ... 164s Unpacking python3-autopage (0.4.0-4) ... 164s Selecting previously unselected package python3-wcwidth. 164s Preparing to unpack .../024-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 164s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 164s Selecting previously unselected package python3-pyperclip. 164s Preparing to unpack .../025-python3-pyperclip_1.8.2-2_all.deb ... 164s Unpacking python3-pyperclip (1.8.2-2) ... 164s Selecting previously unselected package python3-cmd2. 164s Preparing to unpack .../026-python3-cmd2_2.5.7+ds-1_all.deb ... 164s Unpacking python3-cmd2 (2.5.7+ds-1) ... 164s Selecting previously unselected package xml-core. 164s Preparing to unpack .../027-xml-core_0.19_all.deb ... 164s Unpacking xml-core (0.19) ... 164s Selecting previously unselected package docutils-common. 164s Preparing to unpack .../028-docutils-common_0.21.2+dfsg-2_all.deb ... 164s Unpacking docutils-common (0.21.2+dfsg-2) ... 164s Selecting previously unselected package python3-roman. 164s Preparing to unpack .../029-python3-roman_5.0-1_all.deb ... 164s Unpacking python3-roman (5.0-1) ... 164s Selecting previously unselected package python3-docutils. 164s Preparing to unpack .../030-python3-docutils_0.21.2+dfsg-2_all.deb ... 164s Unpacking python3-docutils (0.21.2+dfsg-2) ... 164s Selecting previously unselected package python3-prettytable. 164s Preparing to unpack .../031-python3-prettytable_3.12.0-1_all.deb ... 164s Unpacking python3-prettytable (3.12.0-1) ... 164s Selecting previously unselected package python3-stevedore. 164s Preparing to unpack .../032-python3-stevedore_1%3a5.4.0-0ubuntu1_all.deb ... 164s Unpacking python3-stevedore (1:5.4.0-0ubuntu1) ... 164s Selecting previously unselected package python3-cliff. 164s Preparing to unpack .../033-python3-cliff_4.8.0-0ubuntu1_all.deb ... 164s Unpacking python3-cliff (4.8.0-0ubuntu1) ... 164s Selecting previously unselected package python3-iso8601. 164s Preparing to unpack .../034-python3-iso8601_2.1.0-2_all.deb ... 164s Unpacking python3-iso8601 (2.1.0-2) ... 164s Selecting previously unselected package libxslt1.1:s390x. 164s Preparing to unpack .../035-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 164s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 164s Selecting previously unselected package python3-lxml:s390x. 164s Preparing to unpack .../036-python3-lxml_5.3.1-1_s390x.deb ... 164s Unpacking python3-lxml:s390x (5.3.1-1) ... 164s Selecting previously unselected package python3-six. 164s Preparing to unpack .../037-python3-six_1.17.0-1_all.deb ... 164s Unpacking python3-six (1.17.0-1) ... 164s Selecting previously unselected package python3-os-service-types. 164s Preparing to unpack .../038-python3-os-service-types_1.7.0-5_all.deb ... 164s Unpacking python3-os-service-types (1.7.0-5) ... 164s Selecting previously unselected package python3-keystoneauth1. 164s Preparing to unpack .../039-python3-keystoneauth1_5.9.1-0ubuntu1_all.deb ... 164s Unpacking python3-keystoneauth1 (5.9.1-0ubuntu1) ... 164s Selecting previously unselected package python3-decorator. 164s Preparing to unpack .../040-python3-decorator_5.1.1-5_all.deb ... 164s Unpacking python3-decorator (5.1.1-5) ... 164s Selecting previously unselected package python3-packaging. 164s Preparing to unpack .../041-python3-packaging_24.2-1_all.deb ... 164s Unpacking python3-packaging (24.2-1) ... 164s Selecting previously unselected package python3-deprecation. 164s Preparing to unpack .../042-python3-deprecation_2.1.0-3_all.deb ... 164s Unpacking python3-deprecation (2.1.0-3) ... 164s Selecting previously unselected package python3-dogpile.cache. 164s Preparing to unpack .../043-python3-dogpile.cache_1.3.3-1_all.deb ... 164s Unpacking python3-dogpile.cache (1.3.3-1) ... 164s Selecting previously unselected package python3-jmespath. 164s Preparing to unpack .../044-python3-jmespath_1.0.1-1_all.deb ... 164s Unpacking python3-jmespath (1.0.1-1) ... 164s Selecting previously unselected package python3-munch. 164s Preparing to unpack .../045-python3-munch_4.0.0-2_all.deb ... 164s Unpacking python3-munch (4.0.0-2) ... 164s Selecting previously unselected package python3-platformdirs. 164s Preparing to unpack .../046-python3-platformdirs_4.3.6-1_all.deb ... 164s Unpacking python3-platformdirs (4.3.6-1) ... 164s Selecting previously unselected package python3-psutil. 164s Preparing to unpack .../047-python3-psutil_5.9.8-2build3_s390x.deb ... 164s Unpacking python3-psutil (5.9.8-2build3) ... 164s Selecting previously unselected package python3-requestsexceptions. 164s Preparing to unpack .../048-python3-requestsexceptions_1.4.0-5_all.deb ... 164s Unpacking python3-requestsexceptions (1.4.0-5) ... 164s Selecting previously unselected package python3-openstacksdk. 164s Preparing to unpack .../049-python3-openstacksdk_4.3.0-0ubuntu1_all.deb ... 164s Unpacking python3-openstacksdk (4.3.0-0ubuntu1) ... 164s Selecting previously unselected package python3-os-client-config. 164s Preparing to unpack .../050-python3-os-client-config_2.1.0-0ubuntu5_all.deb ... 164s Unpacking python3-os-client-config (2.1.0-0ubuntu5) ... 165s Selecting previously unselected package python3-oslo.i18n. 165s Preparing to unpack .../051-python3-oslo.i18n_6.5.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.i18n (6.5.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.utils. 165s Preparing to unpack .../052-python3-oslo.utils_8.1.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.utils (8.1.0-0ubuntu1) ... 165s Selecting previously unselected package python3-osc-lib. 165s Preparing to unpack .../053-python3-osc-lib_3.2.0-0ubuntu1_all.deb ... 165s Unpacking python3-osc-lib (3.2.0-0ubuntu1) ... 165s Selecting previously unselected package python3-gnocchiclient. 165s Preparing to unpack .../054-python3-gnocchiclient_7.0.8-0ubuntu1_all.deb ... 165s Unpacking python3-gnocchiclient (7.0.8-0ubuntu1) ... 165s Selecting previously unselected package python3-msgpack. 165s Preparing to unpack .../055-python3-msgpack_1.0.3-3build3_s390x.deb ... 165s Unpacking python3-msgpack (1.0.3-3build3) ... 165s Selecting previously unselected package python3-oslo.serialization. 165s Preparing to unpack .../056-python3-oslo.serialization_5.6.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.serialization (5.6.0-0ubuntu1) ... 165s Selecting previously unselected package python3-dnspython. 165s Preparing to unpack .../057-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 165s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 165s Selecting previously unselected package python3-eventlet. 165s Preparing to unpack .../058-python3-eventlet_0.39.0-0ubuntu1_all.deb ... 165s Unpacking python3-eventlet (0.39.0-0ubuntu1) ... 165s Selecting previously unselected package python3-monotonic. 165s Preparing to unpack .../059-python3-monotonic_1.6-3_all.deb ... 165s Unpacking python3-monotonic (1.6-3) ... 165s Selecting previously unselected package python3-oslo.context. 165s Preparing to unpack .../060-python3-oslo.context_1%3a5.7.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.context (1:5.7.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.log. 165s Preparing to unpack .../061-python3-oslo.log_7.0.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.log (7.0.0-0ubuntu1) ... 165s Selecting previously unselected package python3-rfc3986. 165s Preparing to unpack .../062-python3-rfc3986_2.0.0-3_all.deb ... 165s Unpacking python3-rfc3986 (2.0.0-3) ... 165s Selecting previously unselected package python3-oslo.config. 165s Preparing to unpack .../063-python3-oslo.config_1%3a9.7.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.config (1:9.7.0-0ubuntu1) ... 165s Selecting previously unselected package python3-keystoneclient. 165s Preparing to unpack .../064-python3-keystoneclient_1%3a5.5.0-0ubuntu1_all.deb ... 165s Unpacking python3-keystoneclient (1:5.5.0-0ubuntu1) ... 165s Selecting previously unselected package python3-swiftclient. 165s Preparing to unpack .../065-python3-swiftclient_1%3a4.6.0-0ubuntu1_all.deb ... 165s Unpacking python3-swiftclient (1:4.6.0-0ubuntu1) ... 165s Selecting previously unselected package python3-heatclient. 165s Preparing to unpack .../066-python3-heatclient_4.1.0-0ubuntu1_all.deb ... 165s Unpacking python3-heatclient (4.1.0-0ubuntu1) ... 165s Selecting previously unselected package python3-memcache. 165s Preparing to unpack .../067-python3-memcache_1.62-3_all.deb ... 165s Unpacking python3-memcache (1.62-3) ... 165s Selecting previously unselected package python3-oslo.cache. 165s Preparing to unpack .../068-python3-oslo.cache_3.10.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.cache (3.10.0-0ubuntu1) ... 165s Selecting previously unselected package pycadf-common. 165s Preparing to unpack .../069-pycadf-common_3.1.1-5_all.deb ... 165s Unpacking pycadf-common (3.1.1-5) ... 165s Selecting previously unselected package python3-pycadf. 165s Preparing to unpack .../070-python3-pycadf_3.1.1-5_all.deb ... 165s Unpacking python3-pycadf (3.1.1-5) ... 165s Selecting previously unselected package python3-legacy-cgi. 165s Preparing to unpack .../071-python3-legacy-cgi_2.6.1-2_all.deb ... 165s Unpacking python3-legacy-cgi (2.6.1-2) ... 165s Selecting previously unselected package python3-webob. 165s Preparing to unpack .../072-python3-webob_1%3a1.8.9-1_all.deb ... 165s Unpacking python3-webob (1:1.8.9-1) ... 165s Selecting previously unselected package python3-keystonemiddleware. 165s Preparing to unpack .../073-python3-keystonemiddleware_10.8.0-0ubuntu1_all.deb ... 165s Unpacking python3-keystonemiddleware (10.8.0-0ubuntu1) ... 165s Selecting previously unselected package python3-neutronclient. 165s Preparing to unpack .../074-python3-neutronclient_1%3a11.4.0-0ubuntu1_all.deb ... 165s Unpacking python3-neutronclient (1:11.4.0-0ubuntu1) ... 165s Selecting previously unselected package python3-cinderclient. 165s Preparing to unpack .../075-python3-cinderclient_1%3a9.6.0-0ubuntu1_all.deb ... 165s Unpacking python3-cinderclient (1:9.6.0-0ubuntu1) ... 165s Selecting previously unselected package python3-osc-placement. 165s Preparing to unpack .../076-python3-osc-placement_4.5.0-0ubuntu1_all.deb ... 165s Unpacking python3-osc-placement (4.5.0-0ubuntu1) ... 165s Selecting previously unselected package python3-openstackclient. 165s Preparing to unpack .../077-python3-openstackclient_7.2.1-0ubuntu1_all.deb ... 165s Unpacking python3-openstackclient (7.2.1-0ubuntu1) ... 165s Selecting previously unselected package python3-octaviaclient. 165s Preparing to unpack .../078-python3-octaviaclient_3.9.0-0ubuntu1_all.deb ... 165s Unpacking python3-octaviaclient (3.9.0-0ubuntu1) ... 165s Selecting previously unselected package python3-testresources. 165s Preparing to unpack .../079-python3-testresources_2.0.1-5_all.deb ... 165s Unpacking python3-testresources (2.0.1-5) ... 165s Selecting previously unselected package python3-fixtures. 165s Preparing to unpack .../080-python3-fixtures_4.1.0-3_all.deb ... 165s Unpacking python3-fixtures (4.1.0-3) ... 165s Selecting previously unselected package python3-testtools. 165s Preparing to unpack .../081-python3-testtools_2.7.2-4_all.deb ... 165s Unpacking python3-testtools (2.7.2-4) ... 165s Selecting previously unselected package python3-testscenarios. 165s Preparing to unpack .../082-python3-testscenarios_0.5.0-4_all.deb ... 165s Unpacking python3-testscenarios (0.5.0-4) ... 165s Selecting previously unselected package python3-oslo.db. 165s Preparing to unpack .../083-python3-oslo.db_17.1.0-0ubuntu2_all.deb ... 165s Unpacking python3-oslo.db (17.1.0-0ubuntu2) ... 165s Selecting previously unselected package python3-vine. 165s Preparing to unpack .../084-python3-vine_5.1.0+dfsg-1_all.deb ... 165s Unpacking python3-vine (5.1.0+dfsg-1) ... 165s Selecting previously unselected package python3-amqp. 165s Preparing to unpack .../085-python3-amqp_5.3.1-2_all.deb ... 165s Unpacking python3-amqp (5.3.1-2) ... 165s Selecting previously unselected package python3-kombu. 165s Preparing to unpack .../086-python3-kombu_5.4.2-3_all.deb ... 165s Unpacking python3-kombu (5.4.2-3) ... 165s Selecting previously unselected package python3-prometheus-client. 165s Preparing to unpack .../087-python3-prometheus-client_0.21.1+ds1-1_all.deb ... 165s Unpacking python3-prometheus-client (0.21.1+ds1-1) ... 165s Selecting previously unselected package python3-oslo.metrics. 165s Preparing to unpack .../088-python3-oslo.metrics_0.10.1-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.metrics (0.10.1-0ubuntu1) ... 165s Selecting previously unselected package python3-statsd. 165s Preparing to unpack .../089-python3-statsd_4.0.1-2_all.deb ... 165s Unpacking python3-statsd (4.0.1-2) ... 165s Selecting previously unselected package python3-oslo.middleware. 165s Preparing to unpack .../090-python3-oslo.middleware_6.3.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.middleware (6.3.0-0ubuntu1) ... 165s Selecting previously unselected package python3-fasteners. 165s Preparing to unpack .../091-python3-fasteners_0.18-2_all.deb ... 165s Unpacking python3-fasteners (0.18-2) ... 165s Selecting previously unselected package python3-oslo.concurrency. 165s Preparing to unpack .../092-python3-oslo.concurrency_6.2.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.concurrency (6.2.0-0ubuntu1) ... 165s Selecting previously unselected package python3-tempita. 165s Preparing to unpack .../093-python3-tempita_0.6.0-1_all.deb ... 165s Unpacking python3-tempita (0.6.0-1) ... 165s Selecting previously unselected package python3-paste. 165s Preparing to unpack .../094-python3-paste_3.10.1-1_all.deb ... 165s Unpacking python3-paste (3.10.1-1) ... 165s Selecting previously unselected package python3-pastedeploy-tpl. 165s Preparing to unpack .../095-python3-pastedeploy-tpl_3.1-1_all.deb ... 165s Unpacking python3-pastedeploy-tpl (3.1-1) ... 165s Selecting previously unselected package python3-pastedeploy. 165s Preparing to unpack .../096-python3-pastedeploy_3.1-1_all.deb ... 165s Unpacking python3-pastedeploy (3.1-1) ... 165s Selecting previously unselected package python3-repoze.lru. 165s Preparing to unpack .../097-python3-repoze.lru_0.7-3_all.deb ... 165s Unpacking python3-repoze.lru (0.7-3) ... 165s Selecting previously unselected package python3-routes. 165s Preparing to unpack .../098-python3-routes_2.5.1-7_all.deb ... 165s Unpacking python3-routes (2.5.1-7) ... 165s Selecting previously unselected package python3-oslo.service. 165s Preparing to unpack .../099-python3-oslo.service_4.0.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.service (4.0.0-0ubuntu1) ... 165s Selecting previously unselected package python3-tenacity. 165s Preparing to unpack .../100-python3-tenacity_9.0.0-0ubuntu1_all.deb ... 165s Unpacking python3-tenacity (9.0.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.messaging. 165s Preparing to unpack .../101-python3-oslo.messaging_16.0.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.messaging (16.0.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.policy. 165s Preparing to unpack .../102-python3-oslo.policy_4.5.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.policy (4.5.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.reports. 165s Preparing to unpack .../103-python3-oslo.reports_3.5.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.reports (3.5.0-0ubuntu1) ... 165s Selecting previously unselected package python3-oslo.upgradecheck. 165s Preparing to unpack .../104-python3-oslo.upgradecheck_2.4.0-0ubuntu1_all.deb ... 165s Unpacking python3-oslo.upgradecheck (2.4.0-0ubuntu1) ... 165s Selecting previously unselected package python3-logutils. 165s Preparing to unpack .../105-python3-logutils_0.3.5-5_all.deb ... 165s Unpacking python3-logutils (0.3.5-5) ... 165s Selecting previously unselected package python3-simplegeneric. 165s Preparing to unpack .../106-python3-simplegeneric_0.8.1-5_all.deb ... 165s Unpacking python3-simplegeneric (0.8.1-5) ... 165s Selecting previously unselected package python3-pecan. 165s Preparing to unpack .../107-python3-pecan_1.5.1-6_all.deb ... 165s Unpacking python3-pecan (1.5.1-6) ... 165s Selecting previously unselected package python3-pymysql. 165s Preparing to unpack .../108-python3-pymysql_1.1.1-2ubuntu1_all.deb ... 165s Unpacking python3-pymysql (1.1.1-2ubuntu1) ... 165s Selecting previously unselected package python3-retrying. 165s Preparing to unpack .../109-python3-retrying_1.3.3-4_all.deb ... 165s Unpacking python3-retrying (1.3.3-4) ... 165s Selecting previously unselected package python3-pymemcache. 165s Preparing to unpack .../110-python3-pymemcache_4.0.0-8_all.deb ... 165s Unpacking python3-pymemcache (4.0.0-8) ... 165s Selecting previously unselected package python3-voluptuous. 165s Preparing to unpack .../111-python3-voluptuous_0.14.2-1_all.deb ... 165s Unpacking python3-voluptuous (0.14.2-1) ... 165s Selecting previously unselected package python3-tooz. 165s Preparing to unpack .../112-python3-tooz_6.3.0-0ubuntu1_all.deb ... 165s Unpacking python3-tooz (6.3.0-0ubuntu1) ... 165s Selecting previously unselected package python3-werkzeug. 165s Preparing to unpack .../113-python3-werkzeug_3.1.3-2_all.deb ... 165s Unpacking python3-werkzeug (3.1.3-2) ... 165s Selecting previously unselected package python3-wsme. 165s Preparing to unpack .../114-python3-wsme_0.12.1-5ubuntu1_all.deb ... 165s Unpacking python3-wsme (0.12.1-5ubuntu1) ... 165s Selecting previously unselected package python3-aodh. 165s Preparing to unpack .../115-python3-aodh_1%3a19.0.0-0ubuntu1_all.deb ... 165s Unpacking python3-aodh (1:19.0.0-0ubuntu1) ... 165s Selecting previously unselected package aodh-evaluator. 165s Preparing to unpack .../116-aodh-evaluator_1%3a19.0.0-0ubuntu1_all.deb ... 165s Unpacking aodh-evaluator (1:19.0.0-0ubuntu1) ... 165s Selecting previously unselected package aodh-expirer. 165s Preparing to unpack .../117-aodh-expirer_1%3a19.0.0-0ubuntu1_all.deb ... 165s Unpacking aodh-expirer (1:19.0.0-0ubuntu1) ... 165s Selecting previously unselected package aodh-listener. 165s Preparing to unpack .../118-aodh-listener_1%3a19.0.0-0ubuntu1_all.deb ... 165s Unpacking aodh-listener (1:19.0.0-0ubuntu1) ... 166s Selecting previously unselected package aodh-notifier. 166s Preparing to unpack .../119-aodh-notifier_1%3a19.0.0-0ubuntu1_all.deb ... 166s Unpacking aodh-notifier (1:19.0.0-0ubuntu1) ... 166s Selecting previously unselected package erlang-base. 166s Preparing to unpack .../120-erlang-base_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-base (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-asn1. 166s Preparing to unpack .../121-erlang-asn1_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-asn1 (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-crypto. 166s Preparing to unpack .../122-erlang-crypto_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-crypto (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-public-key. 166s Preparing to unpack .../123-erlang-public-key_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-public-key (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-mnesia. 166s Preparing to unpack .../124-erlang-mnesia_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-mnesia (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-runtime-tools. 166s Preparing to unpack .../125-erlang-runtime-tools_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-runtime-tools (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-ssl. 166s Preparing to unpack .../126-erlang-ssl_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-ssl (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-eldap. 166s Preparing to unpack .../127-erlang-eldap_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-eldap (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-inets. 166s Preparing to unpack .../128-erlang-inets_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-inets (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-os-mon. 166s Preparing to unpack .../129-erlang-os-mon_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-os-mon (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-parsetools. 166s Preparing to unpack .../130-erlang-parsetools_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-parsetools (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-syntax-tools. 166s Preparing to unpack .../131-erlang-syntax-tools_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-syntax-tools (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-tools. 166s Preparing to unpack .../132-erlang-tools_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-tools (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package erlang-xmerl. 166s Preparing to unpack .../133-erlang-xmerl_1%3a27.2.2+dfsg-1_s390x.deb ... 166s Unpacking erlang-xmerl (1:27.2.2+dfsg-1) ... 166s Selecting previously unselected package socat. 166s Preparing to unpack .../134-socat_1.8.0.2-1_s390x.deb ... 166s Unpacking socat (1.8.0.2-1) ... 166s Selecting previously unselected package rabbitmq-server. 166s Preparing to unpack .../135-rabbitmq-server_4.0.5-2ubuntu1_all.deb ... 166s Unpacking rabbitmq-server (4.0.5-2ubuntu1) ... 166s Setting up python3-pymemcache (4.0.0-8) ... 166s Setting up python3-importlib-metadata (8.6.1-1) ... 166s Setting up python3-repoze.lru (0.7-3) ... 166s Setting up erlang-base (1:27.2.2+dfsg-1) ... 167s Created symlink '/etc/systemd/system/multi-user.target.wants/epmd.service' → '/usr/lib/systemd/system/epmd.service'. 167s Created symlink '/etc/systemd/system/sockets.target.wants/epmd.socket' → '/usr/lib/systemd/system/epmd.socket'. 168s Searching for services which depend on erlang and should be started... none found. 168s Setting up python3-cachetools (5.3.3-1) ... 168s Setting up python3-pbr (6.1.1-0ubuntu1) ... 168s Setting up python3-statsd (4.0.1-2) ... 168s Setting up erlang-os-mon (1:27.2.2+dfsg-1) ... 168s Setting up python3-tenacity (9.0.0-0ubuntu1) ... 168s Setting up python3-autopage (0.4.0-4) ... 168s Setting up erlang-xmerl (1:27.2.2+dfsg-1) ... 168s Setting up python3-memcache (1.62-3) ... 168s Setting up erlang-syntax-tools (1:27.2.2+dfsg-1) ... 168s Setting up python3-requestsexceptions (1.4.0-5) ... 168s Setting up python3-pyperclip (1.8.2-2) ... 168s Setting up python3-pytz (2025.1-3) ... 168s Setting up python3-platformdirs (4.3.6-1) ... 168s Setting up python3-munch (4.0.0-2) ... 168s Setting up python3-psutil (5.9.8-2build3) ... 169s Setting up python3-tz (2025.1-3) ... 169s Setting up python3-vine (5.1.0+dfsg-1) ... 169s Setting up python3-monotonic (1.6-3) ... 169s Setting up python3-six (1.17.0-1) ... 169s Setting up python3-roman (5.0-1) ... 169s Setting up python3-decorator (5.1.1-5) ... 169s Setting up python3-tempita (0.6.0-1) ... 169s Setting up python3-packaging (24.2-1) ... 169s Setting up python3-iso8601 (2.1.0-2) ... 169s Setting up erlang-parsetools (1:27.2.2+dfsg-1) ... 169s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 169s Setting up python3-rfc3986 (2.0.0-3) ... 170s Setting up python3-paste (3.10.1-1) ... 170s Setting up python3-cmd2 (2.5.7+ds-1) ... 170s Setting up python3-werkzeug (3.1.3-2) ... 170s Setting up python3-jmespath (1.0.1-1) ... 170s Setting up socat (1.8.0.2-1) ... 170s Setting up python3-greenlet (3.1.0-1) ... 170s Setting up python3-pastedeploy-tpl (3.1-1) ... 170s Setting up python3-setproctitle:s390x (1.3.4-1) ... 170s Setting up python3-wrapt (1.15.0-4) ... 170s Setting up python3-deprecation (2.1.0-3) ... 171s Setting up python3-pymysql (1.1.1-2ubuntu1) ... 171s Setting up python3-fasteners (0.18-2) ... 171s Setting up erlang-asn1 (1:27.2.2+dfsg-1) ... 171s Setting up pycadf-common (3.1.1-5) ... 171s Setting up python3-netifaces:s390x (0.11.0-2build4) ... 171s Setting up python3-legacy-cgi (2.6.1-2) ... 171s Setting up aodh-common (1:19.0.0-0ubuntu1) ... 171s info: Selecting UID from range 100 to 999 ... 171s 171s info: Adding system user `aodh' (UID 108) ... 171s info: Adding new user `aodh' (UID 108) with group `aodh' ... 171s info: Not creating home directory `/var/lib/aodh'. 171s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 171s Setting up python3-amqp (5.3.1-2) ... 171s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 171s Setting up python3-os-service-types (1.7.0-5) ... 171s Setting up erlang-mnesia (1:27.2.2+dfsg-1) ... 171s Setting up python3-stevedore (1:5.4.0-0ubuntu1) ... 171s Setting up python3-dateutil (2.9.0-3) ... 172s Setting up sgml-base (1.31) ... 172s Setting up python3-msgpack (1.0.3-3build3) ... 172s Setting up python3-voluptuous (0.14.2-1) ... 172s Setting up python3-logutils (0.3.5-5) ... 172s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 172s Setting up erlang-crypto (1:27.2.2+dfsg-1) ... 172s Setting up python3-simplegeneric (0.8.1-5) ... 172s Setting up python3-prettytable (3.12.0-1) ... 172s Setting up python3-oslo.i18n (6.5.0-0ubuntu1) ... 172s Setting up python3-mako (1.3.8-2) ... 172s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 172s Setting up python3-webob (1:1.8.9-1) ... 172s Setting up python3-pecan (1.5.1-6) ... 172s Setting up python3-testresources (2.0.1-5) ... 173s Setting up erlang-runtime-tools (1:27.2.2+dfsg-1) ... 173s Setting up python3-wsme (0.12.1-5ubuntu1) ... 173s Setting up python3-pastedeploy (3.1-1) ... 173s Setting up python3-retrying (1.3.3-4) ... 173s Setting up python3-croniter (2.0.7-3) ... 173s Setting up python3-futurist (3.0.0-3) ... 173s Setting up erlang-tools (1:27.2.2+dfsg-1) ... 173s Setting up python3-debtcollector (3.0.0-3) ... 173s Setting up python3-kombu (5.4.2-3) ... 173s Setting up python3-sqlalchemy (2.0.38+ds1-0ubuntu1) ... 174s Setting up python3-cotyledon (1.7.3-3) ... 174s Setting up python3-dogpile.cache (1.3.3-1) ... 174s Setting up python3-prometheus-client (0.21.1+ds1-1) ... 175s Setting up python3-eventlet (0.39.0-0ubuntu1) ... 175s Setting up erlang-public-key (1:27.2.2+dfsg-1) ... 175s Setting up python3-oslo.context (1:5.7.0-0ubuntu1) ... 175s Setting up libjs-sphinxdoc (8.1.3-5) ... 175s Setting up python3-lxml:s390x (5.3.1-1) ... 175s Setting up python3-alembic (1.13.2-4) ... 175s Setting up xml-core (0.19) ... 175s Setting up python3-keystoneauth1 (5.9.1-0ubuntu1) ... 176s Setting up erlang-ssl (1:27.2.2+dfsg-1) ... 176s Setting up alembic (1.13.2-4) ... 176s Setting up erlang-inets (1:27.2.2+dfsg-1) ... 176s Setting up python3-oslo.utils (8.1.0-0ubuntu1) ... 176s Setting up python3-routes (2.5.1-7) ... 176s Setting up erlang-eldap (1:27.2.2+dfsg-1) ... 176s Setting up python3-openstacksdk (4.3.0-0ubuntu1) ... 177s Setting up python3-cinderclient (1:9.6.0-0ubuntu1) ... 177s Setting up python3-os-client-config (2.1.0-0ubuntu5) ... 177s Setting up rabbitmq-server (4.0.5-2ubuntu1) ... 177s info: Selecting GID from range 100 to 999 ... 177s info: Adding group `rabbitmq' (GID 114) ... 177s info: Selecting UID from range 100 to 999 ... 177s 177s info: Adding system user `rabbitmq' (UID 109) ... 177s info: Adding new user `rabbitmq' (UID 109) with group `rabbitmq' ... 177s info: Not creating home directory `/var/lib/rabbitmq'. 177s Created symlink '/etc/systemd/system/multi-user.target.wants/rabbitmq-server.service' → '/usr/lib/systemd/system/rabbitmq-server.service'. 179s Setting up python3-oslo.serialization (5.6.0-0ubuntu1) ... 179s Setting up python3-tooz (6.3.0-0ubuntu1) ... 179s Setting up python3-testtools (2.7.2-4) ... 179s Setting up python3-fixtures (4.1.0-3) ... 179s Setting up python3-testscenarios (0.5.0-4) ... 179s Processing triggers for libc-bin (2.40-4ubuntu1) ... 179s Processing triggers for man-db (2.13.0-1) ... 180s Processing triggers for sgml-base (1.31) ... 180s Setting up docutils-common (0.21.2+dfsg-2) ... 180s Processing triggers for sgml-base (1.31) ... 180s Setting up python3-docutils (0.21.2+dfsg-2) ... 181s Setting up python3-cliff (4.8.0-0ubuntu1) ... 181s Setting up python3-oslo.config (1:9.7.0-0ubuntu1) ... 181s Setting up python3-oslo.middleware (6.3.0-0ubuntu1) ... 181s Setting up python3-keystoneclient (1:5.5.0-0ubuntu1) ... 181s Setting up python3-oslo.db (17.1.0-0ubuntu2) ... 182s Setting up python3-osc-lib (3.2.0-0ubuntu1) ... 182s Setting up python3-oslo.concurrency (6.2.0-0ubuntu1) ... 182s Setting up python3-swiftclient (1:4.6.0-0ubuntu1) ... 182s Setting up python3-oslo.log (7.0.0-0ubuntu1) ... 182s Setting up python3-pycadf (3.1.1-5) ... 182s Setting up python3-gnocchiclient (7.0.8-0ubuntu1) ... 182s Setting up python3-oslo.metrics (0.10.1-0ubuntu1) ... 182s Setting up python3-oslo.policy (4.5.0-0ubuntu1) ... 182s Setting up python3-oslo.reports (3.5.0-0ubuntu1) ... 182s Setting up python3-osc-placement (4.5.0-0ubuntu1) ... 183s Setting up python3-oslo.service (4.0.0-0ubuntu1) ... 183s Setting up python3-oslo.upgradecheck (2.4.0-0ubuntu1) ... 183s Setting up python3-openstackclient (7.2.1-0ubuntu1) ... 184s Setting up python3-heatclient (4.1.0-0ubuntu1) ... 184s Setting up python3-oslo.messaging (16.0.0-0ubuntu1) ... 184s Setting up python3-neutronclient (1:11.4.0-0ubuntu1) ... 184s Setting up python3-oslo.cache (3.10.0-0ubuntu1) ... 185s Setting up python3-octaviaclient (3.9.0-0ubuntu1) ... 185s Setting up python3-keystonemiddleware (10.8.0-0ubuntu1) ... 185s Setting up python3-aodh (1:19.0.0-0ubuntu1) ... 185s Setting up aodh-notifier (1:19.0.0-0ubuntu1) ... 185s Created symlink '/etc/systemd/system/multi-user.target.wants/aodh-notifier.service' → '/usr/lib/systemd/system/aodh-notifier.service'. 186s Setting up aodh-listener (1:19.0.0-0ubuntu1) ... 186s Created symlink '/etc/systemd/system/multi-user.target.wants/aodh-listener.service' → '/usr/lib/systemd/system/aodh-listener.service'. 186s Setting up aodh-evaluator (1:19.0.0-0ubuntu1) ... 187s Created symlink '/etc/systemd/system/multi-user.target.wants/aodh-evaluator.service' → '/usr/lib/systemd/system/aodh-evaluator.service'. 187s Setting up aodh-expirer (1:19.0.0-0ubuntu1) ... 187s Created symlink '/etc/systemd/system/multi-user.target.wants/aodh-expirer.service' → '/usr/lib/systemd/system/aodh-expirer.service'. 188s autopkgtest: DBG: testbed command exited with code 0 188s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aodh-evaluator'], kind short, sout pipe, serr pipe, env [] 188s autopkgtest: DBG: testbed command exited with code 0 188s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aodh-notifier'], kind short, sout pipe, serr pipe, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aodh-listener'], kind short, sout pipe, serr pipe, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'aodh-expirer'], kind short, sout pipe, serr pipe, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yD0PsG/aodh-daemons-packages.all"], kind short, sout raw, serr pipe, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/aodh-daemons-packages.all /tmp/autopkgtest-work.8d1fsfbr/out/aodh-daemons-packages.all 189s autopkgtest: DBG: got reply from testbed: ok 189s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yD0PsG/build.i90/src'], kind short, sout raw, serr raw, env [] 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.yD0PsG/build.i90/src already exists 190s autopkgtest [11:37:29]: test aodh-daemons: [----------------------- 190s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.yD0PsG/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yD0PsG/aodh-daemons-artifacts --chdir=/tmp/autopkgtest.yD0PsG/build.i90/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.yD0PsG/aodh-daemons-stderr --stdout=/tmp/autopkgtest.yD0PsG/aodh-daemons-stdout --tmp=/tmp/autopkgtest.yD0PsG/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.yD0PsG/build.i90/src/debian/tests/aodh-daemons -- /tmp/autopkgtest.yD0PsG/build.i90/src/debian/tests/aodh-daemons'], kind test, sout raw, serr raw, env [] 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yD0PsG/aodh-daemons-artifacts 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: changing to directory: /tmp/autopkgtest.yD0PsG/build.i90/src 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: LANG=C.UTF-8 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LANGUAGE 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_ADDRESS 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_ALL 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_COLLATE 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_CTYPE 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_IDENTIFICATION 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MEASUREMENT 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MESSAGES 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MONETARY 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_NAME 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_NUMERIC 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_PAPER 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_TELEPHONE 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_TIME 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: pretending to be a login shell 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: will write standard error to /tmp/autopkgtest.yD0PsG/aodh-daemons-stderr 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: will write stdout to /tmp/autopkgtest.yD0PsG/aodh-daemons-stdout 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yD0PsG/autopkgtest_tmp 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: marking as executable: /tmp/autopkgtest.yD0PsG/build.i90/src/debian/tests/aodh-daemons 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: command to run: /tmp/autopkgtest.yD0PsG/build.i90/src/debian/tests/aodh-daemons 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: copying /tmp/tmp.pzzcyMCMDA/out to stdout and file: /tmp/autopkgtest.yD0PsG/aodh-daemons-stdout 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: copying /tmp/tmp.pzzcyMCMDA/err to standard error and file: /tmp/autopkgtest.yD0PsG/aodh-daemons-stdout 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: writing script pid 4214 to /tmp/autopkgtest_script_pid 190s OK 190s OK 190s OK 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: checking for leaked background processes... 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: waiting for tee/cat subprocesses... 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: cleaning up... 190s /tmp/autopkgtest.yD0PsG/wrapper.sh: Exit status: 0 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest [11:37:29]: test aodh-daemons: -----------------------] 190s autopkgtest: DBG: testbed executing test finished with exit status 0 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/aodh-daemons-stdout /tmp/autopkgtest-work.8d1fsfbr/out/aodh-daemons-stdout 190s autopkgtest: DBG: got reply from testbed: ok 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/aodh-daemons-stderr /tmp/autopkgtest-work.8d1fsfbr/out/aodh-daemons-stderr 190s autopkgtest: DBG: got reply from testbed: ok 191s autopkgtest [11:37:30]: test aodh-daemons: - - - - - - - - - - results - - - - - - - - - - 191s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/aodh-daemons-artifacts/ /tmp/autopkgtest-work.8d1fsfbr/out/artifacts/ 191s aodh-daemons PASS 191s autopkgtest: DBG: got reply from testbed: ok 191s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yD0PsG/aodh-daemons-artifacts', '/tmp/autopkgtest.yD0PsG/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 191s autopkgtest: DBG: testbed command exited with code 0 191s autopkgtest [11:37:30]: test autodep8-python3: preparing testbed 191s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['aodh-evaluator', 'aodh-notifier', 'aodh-listener', 'aodh-expirer', 'rabbitmq-server'], deps_new=['python3-all', 'python3-aodh'] 191s autopkgtest: DBG: testbed reset 191s autopkgtest: DBG: sending command to testbed: revert 315s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.yD0PsG 315s autopkgtest: DBG: sending command to testbed: print-execute-command 315s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.d6g2ip6k/runcmd 315s autopkgtest: DBG: sending command to testbed: capabilities 315s autopkgtest: DBG: got reply from testbed: ok revert ok revert-full-system reboot suggested-normal-user=ubuntu root-on-testbed isolation-machine 315s autopkgtest: DBG: testbed capabilities: ['revert', 'ok', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'isolation-machine', 'has_internet'] 315s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.yD0PsG/wrapper.sh 316s autopkgtest: DBG: got reply from testbed: ok 316s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/wrapper.sh'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest [11:39:35]: testbed dpkg architecture: s390x 316s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest [11:39:35]: testbed apt version: 2.9.30 316s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: testbed has eatmydata 316s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest [11:39:35]: @@@@@@@@@@@@@@@@@@@@ test bed setup 316s 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 [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest [11:39:36]: testbed release detected to be: plucky 317s 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 [] 317s autopkgtest: DBG: testbed command exited with code 0 317s 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 [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: adding APT source: Types: deb deb-src 317s URIs: http://ftpmaster.internal/ubuntu/ 317s Suites: plucky-proposed 317s Components: main restricted universe multiverse 317s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 317s 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 [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 317s Package: * 317s Pin: release plucky-proposed 317s Pin-Priority: 500 317s 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 [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest [11:39:36]: updating testbed package index (apt update) 317s 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'] 318s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 318s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 318s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 318s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 318s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 318s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 318s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 318s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 318s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 318s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 318s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 318s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 318s Fetched 1700 kB in 1s (1863 kB/s) 319s Reading package lists... 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 319s Package: * 319s Pin: release plucky-proposed 319s Pin-Priority: 100 319s 319s Package: src:sphinx:any 319s Pin: release plucky-proposed 319s Pin-Priority: 995 319s 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 [] 319s autopkgtest: DBG: testbed command exited with code 0 319s 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.yD0PsG/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s 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'] 320s + lsb_release --codename --short 320s + RELEASE=plucky 320s + cat 320s + [ plucky != trusty ] 320s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 320s Reading package lists... 320s Building dependency tree... 320s Reading state information... 320s Calculating upgrade... 320s The following packages were automatically installed and are no longer required: 320s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 320s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 320s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 320s linux-tools-6.11.0-8-generic 320s Use 'sudo apt autoremove' to remove them. 320s The following packages will be upgraded: 320s iproute2 liblsof0 libp11-kit0 lsof 320s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 320s Need to get 1791 kB of archives. 320s After this operation, 17.4 kB of additional disk space will be used. 320s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 321s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 321s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 321s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 321s Preconfiguring packages ... 321s Fetched 1791 kB in 1s (2773 kB/s) 321s (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.) 321s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 321s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 321s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 321s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 321s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 321s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 321s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 321s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 321s Setting up liblsof0 (4.99.4+dfsg-1) ... 321s Setting up iproute2 (6.13.0-1ubuntu1) ... 321s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 321s Setting up lsof (4.99.4+dfsg-1) ... 321s Processing triggers for man-db (2.13.0-1) ... 322s Processing triggers for libc-bin (2.40-4ubuntu1) ... 322s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 322s + /usr/lib/apt/apt-helper analyze-pattern ?true 322s + uname -r 322s + sed s/\./\\./g 322s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 322s + apt list ?obsolete 322s + tail+ cut -n+2 -d/ 322s -f1 322s + grep -v ^linux-.*6\.12\.0-15-generic.* 322s + true 322s + obsolete_pkgs= 322s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 322s Reading package lists... 322s Building dependency tree... 322s Reading state information... 322s The following packages will be REMOVED: 322s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 322s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 322s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 322s linux-tools-6.11.0-8-generic* 323s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 323s After this operation, 167 MB disk space will be freed. 323s (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.) 323s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 323s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 323s Removing libpython3.12t64:s390x (3.12.9-1) ... 323s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 323s Removing libnsl2:s390x (1.3.0-3build3) ... 323s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 323s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 323s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 324s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 324s Processing triggers for libc-bin (2.40-4ubuntu1) ... 324s (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.) 324s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 324s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 324s + grep -q trusty /etc/lsb-release 324s + [ ! -d /usr/share/doc/unattended-upgrades ] 324s + [ ! -d /usr/share/doc/lxd ] 324s + [ ! -d /usr/share/doc/lxd-client ] 324s + [ ! -d /usr/share/doc/snapd ] 324s + type iptables 324s + cat 324s + chmod 755 /etc/rc.local 324s + . /etc/rc.local 324s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 324s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 324s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 324s + uname -m 324s + [ s390x = ppc64le ] 324s + [ -d /run/systemd/system ] 324s + systemd-detect-virt --quiet --vm 324s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 324s + cat 324s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 324s + echo COMPRESS=lz4 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest [11:39:43]: upgrading testbed (apt dist-upgrade and autopurge) 324s 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'] 324s Reading package lists... 325s Building dependency tree... 325s Reading state information... 325s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 325s Starting 2 pkgProblemResolver with broken count: 0 325s Done 325s Entering ResolveByKeep 325s 325s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 325s autopkgtest: DBG: testbed command exited with code 0 325s 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'] 325s Reading package lists... 326s Building dependency tree... 326s Reading state information... 326s Starting pkgProblemResolver with broken count: 0 326s Starting 2 pkgProblemResolver with broken count: 0 326s Done 326s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 326s autopkgtest: DBG: testbed command exited with code 0 326s 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.yD0PsG/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 326s autopkgtest: DBG: testbed command exited with code 1 326s autopkgtest [11:39:45]: rebooting testbed after setup commands that affected boot 326s autopkgtest: DBG: sending command to testbed: reboot 346s autopkgtest: DBG: got reply from testbed: ok 346s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 346s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 346s autopkgtest: DBG: testbed command exited with code 0 346s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yD0PsG/autopkgtest-reboot 347s autopkgtest: DBG: got reply from testbed: ok 347s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 347s autopkgtest: DBG: testbed command exited with code 0 347s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare 347s autopkgtest: DBG: got reply from testbed: ok 347s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yD0PsG/testbed-packages"], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/testbed-packages /tmp/autopkgtest-work.8d1fsfbr/out/testbed-packages 348s autopkgtest: DBG: got reply from testbed: ok 348s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 348s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yD0PsG/autopkgtest-reboot 349s autopkgtest: DBG: got reply from testbed: ok 349s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 349s autopkgtest: DBG: testbed command exited with code 0 349s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 349s autopkgtest: DBG: testbed command exited with code 0 349s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 349s autopkgtest: DBG: testbed command exited with code 0 349s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG'], kind short, sout raw, serr pipe, env [] 349s autopkgtest: DBG: testbed command exited with code 0 349s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare 349s autopkgtest: DBG: got reply from testbed: ok 349s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 350s autopkgtest: DBG: testbed command exited with code 0 350s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yD0PsG/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 350s autopkgtest: DBG: testbed command exited with code 0 350s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 350s autopkgtest: DBG: testbed command exited with code 0 350s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 350s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-aodh'] 350s autopkgtest: DBG: install-deps: satisfying python3-all, python3-aodh 350s autopkgtest: DBG: can use apt-get on testbed: True 350s 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-aodh'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 350s Reading package lists... 350s Building dependency tree... 350s Reading state information... 351s Starting pkgProblemResolver with broken count: 0 351s Starting 2 pkgProblemResolver with broken count: 0 351s Done 351s The following NEW packages will be installed: 351s alembic aodh-common docutils-common libjs-jquery libjs-sphinxdoc 351s libjs-underscore libnsl2 libpython3.12-minimal libpython3.12-stdlib 351s libxslt1.1 pycadf-common python3-alembic python3-all python3-amqp 351s python3-aodh python3-autopage python3-cachetools python3-cinderclient 351s python3-cliff python3-cmd2 python3-cotyledon python3-croniter 351s python3-dateutil python3-debtcollector python3-decorator python3-deprecation 351s python3-dnspython python3-docutils python3-dogpile.cache python3-eventlet 351s python3-fasteners python3-fixtures python3-futurist python3-gnocchiclient 351s python3-greenlet python3-heatclient python3-importlib-metadata 351s python3-iso8601 python3-jmespath python3-keystoneauth1 351s python3-keystoneclient python3-keystonemiddleware python3-kombu 351s python3-legacy-cgi python3-logutils python3-lxml python3-mako 351s python3-memcache python3-monotonic python3-msgpack python3-munch 351s python3-netifaces python3-neutronclient python3-octaviaclient 351s python3-openstackclient python3-openstacksdk python3-os-client-config 351s python3-os-service-types python3-osc-lib python3-osc-placement 351s python3-oslo.cache python3-oslo.concurrency python3-oslo.config 351s python3-oslo.context python3-oslo.db python3-oslo.i18n python3-oslo.log 351s python3-oslo.messaging python3-oslo.metrics python3-oslo.middleware 351s python3-oslo.policy python3-oslo.reports python3-oslo.serialization 351s python3-oslo.service python3-oslo.upgradecheck python3-oslo.utils 351s python3-packaging python3-paste python3-pastedeploy python3-pastedeploy-tpl 351s python3-pbr python3-pecan python3-platformdirs python3-prettytable 351s python3-prometheus-client python3-psutil python3-pycadf python3-pymemcache 351s python3-pymysql python3-pyperclip python3-pytz python3-repoze.lru 351s python3-requestsexceptions python3-retrying python3-rfc3986 python3-roman 351s python3-routes python3-setproctitle python3-simplegeneric python3-six 351s python3-sqlalchemy python3-statsd python3-stevedore python3-swiftclient 351s python3-tempita python3-tenacity python3-testresources python3-testscenarios 351s python3-testtools python3-tooz python3-tz python3-vine python3-voluptuous 351s python3-wcwidth python3-webob python3-werkzeug python3-wrapt python3-wsme 351s python3.12 python3.12-minimal sgml-base xml-core 351s 0 upgraded, 122 newly installed, 0 to remove and 0 not upgraded. 351s Need to get 17.2 MB of archives. 351s After this operation, 97.2 MB of additional disk space will be used. 351s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 351s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 352s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 352s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 352s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 352s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netifaces s390x 0.11.0-2build4 [18.2 kB] 352s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 352s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 352s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3-mako all 1.3.8-2 [63.5 kB] 352s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x python3-greenlet s390x 3.1.0-1 [176 kB] 352s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sqlalchemy all 2.0.38+ds1-0ubuntu1 [1215 kB] 352s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alembic all 1.13.2-4 [149 kB] 352s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 352s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 352s Get:15 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 352s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x alembic all 1.13.2-4 [294 kB] 352s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x aodh-common all 1:19.0.0-0ubuntu1 [19.9 kB] 352s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 352s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 352s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 352s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x pycadf-common all 3.1.1-5 [4556 B] 352s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 352s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cachetools all 5.3.3-1 [10.3 kB] 352s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-setproctitle s390x 1.3.4-1 [20.3 kB] 352s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cotyledon all 1.7.3-3 [12.1 kB] 352s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 352s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 352s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 352s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-croniter all 2.0.7-3 [22.3 kB] 352s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pbr all 6.1.1-0ubuntu1 [58.2 kB] 352s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wrapt s390x 1.15.0-4 [34.4 kB] 353s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x python3-debtcollector all 3.0.0-3 [13.3 kB] 353s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3-futurist all 3.0.0-3 [24.2 kB] 353s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-autopage all 0.4.0-4 [13.1 kB] 353s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 353s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pyperclip all 1.8.2-2 [11.5 kB] 353s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cmd2 all 2.5.7+ds-1 [123 kB] 353s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 353s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 353s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prettytable all 3.12.0-1 [36.5 kB] 353s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x python3-stevedore all 1:5.4.0-0ubuntu1 [21.1 kB] 353s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cliff all 4.8.0-0ubuntu1 [43.3 kB] 353s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x python3-iso8601 all 2.1.0-2 [9136 B] 353s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 353s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 353s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-service-types all 1.7.0-5 [12.8 kB] 353s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneauth1 all 5.9.1-0ubuntu1 [171 kB] 353s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 353s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 353s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-deprecation all 2.1.0-3 [8806 B] 353s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dogpile.cache all 1.3.3-1 [46.8 kB] 353s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x python3-jmespath all 1.0.1-1 [21.3 kB] 353s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x python3-munch all 4.0.0-2 [10.9 kB] 353s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 353s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 353s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-requestsexceptions all 1.4.0-5 [3824 B] 353s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openstacksdk all 4.3.0-0ubuntu1 [676 kB] 353s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x python3-os-client-config all 2.1.0-0ubuntu5 [17.6 kB] 353s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.i18n all 6.5.0-0ubuntu1 [22.3 kB] 353s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.utils all 8.1.0-0ubuntu1 [88.4 kB] 353s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-osc-lib all 3.2.0-0ubuntu1 [53.9 kB] 353s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x python3-gnocchiclient all 7.0.8-0ubuntu1 [31.9 kB] 353s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 353s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.serialization all 5.6.0-0ubuntu1 [15.8 kB] 353s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 353s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x python3-eventlet all 0.39.0-0ubuntu1 [277 kB] 353s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x python3-monotonic all 1.6-3 [5344 B] 353s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.context all 1:5.7.0-0ubuntu1 [13.8 kB] 353s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.log all 7.0.0-0ubuntu1 [45.6 kB] 353s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x python3-rfc3986 all 2.0.0-3 [22.0 kB] 353s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.config all 1:9.7.0-0ubuntu1 [90.4 kB] 353s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystoneclient all 1:5.5.0-0ubuntu1 [180 kB] 353s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-swiftclient all 1:4.6.0-0ubuntu1 [70.3 kB] 353s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-heatclient all 4.1.0-0ubuntu1 [110 kB] 353s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x python3-memcache all 1.62-3 [17.6 kB] 353s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.cache all 3.10.0-0ubuntu1 [41.1 kB] 353s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pycadf all 3.1.1-5 [17.5 kB] 353s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x python3-legacy-cgi all 2.6.1-2 [16.3 kB] 353s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x python3-webob all 1:1.8.9-1 [86.8 kB] 353s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x python3-keystonemiddleware all 10.8.0-0ubuntu1 [80.5 kB] 353s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x python3-neutronclient all 1:11.4.0-0ubuntu1 [121 kB] 353s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cinderclient all 1:9.6.0-0ubuntu1 [133 kB] 353s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x python3-osc-placement all 4.5.0-0ubuntu1 [35.3 kB] 353s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x python3-openstackclient all 7.2.1-0ubuntu1 [439 kB] 353s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-octaviaclient all 3.9.0-0ubuntu1 [56.1 kB] 353s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testresources all 2.0.1-5 [26.8 kB] 353s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fixtures all 4.1.0-3 [34.8 kB] 353s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testtools all 2.7.2-4 [124 kB] 353s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x python3-testscenarios all 0.5.0-4 [13.0 kB] 353s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.db all 17.1.0-0ubuntu2 [101 kB] 353s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x python3-vine all 5.1.0+dfsg-1 [14.2 kB] 353s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x python3-amqp all 5.3.1-2 [43.5 kB] 353s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x python3-kombu all 5.4.2-3 [145 kB] 353s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x python3-prometheus-client all 0.21.1+ds1-1 [45.8 kB] 353s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.metrics all 0.10.1-0ubuntu1 [7594 B] 353s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x python3-statsd all 4.0.1-2 [12.2 kB] 353s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.middleware all 6.3.0-0ubuntu1 [34.5 kB] 353s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x python3-fasteners all 0.18-2 [12.5 kB] 353s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.concurrency all 6.2.0-0ubuntu1 [31.0 kB] 353s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tempita all 0.6.0-1 [14.8 kB] 353s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x python3-paste all 3.10.1-1 [210 kB] 354s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy-tpl all 3.1-1 [5652 B] 354s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pastedeploy all 3.1-1 [13.5 kB] 354s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x python3-repoze.lru all 0.7-3 [12.3 kB] 354s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x python3-routes all 2.5.1-7 [90.8 kB] 354s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.service all 4.0.0-0ubuntu1 [49.4 kB] 354s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tenacity all 9.0.0-0ubuntu1 [17.0 kB] 354s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.messaging all 16.0.0-0ubuntu1 [119 kB] 354s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.policy all 4.5.0-0ubuntu1 [58.3 kB] 354s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.reports all 3.5.0-0ubuntu1 [26.5 kB] 354s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x python3-oslo.upgradecheck all 2.4.0-0ubuntu1 [9386 B] 354s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x python3-logutils all 0.3.5-5 [17.8 kB] 354s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x python3-simplegeneric all 0.8.1-5 [10.7 kB] 354s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pecan all 1.5.1-6 [86.8 kB] 354s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pymysql all 1.1.1-2ubuntu1 [39.5 kB] 354s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x python3-retrying all 1.3.3-4 [8160 B] 354s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pymemcache all 4.0.0-8 [42.6 kB] 354s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x python3-voluptuous all 0.14.2-1 [42.7 kB] 354s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tooz all 6.3.0-0ubuntu1 [53.9 kB] 354s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x python3-werkzeug all 3.1.3-2 [169 kB] 354s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wsme all 0.12.1-5ubuntu1 [44.9 kB] 354s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x python3-aodh all 1:19.0.0-0ubuntu1 [95.8 kB] 355s Fetched 17.2 MB in 3s (5269 kB/s) 355s Selecting previously unselected package libpython3.12-minimal:s390x. 355s (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.) 355s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 355s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 355s Selecting previously unselected package python3.12-minimal. 355s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 355s Unpacking python3.12-minimal (3.12.9-1) ... 355s Selecting previously unselected package sgml-base. 355s Preparing to unpack .../002-sgml-base_1.31_all.deb ... 355s Unpacking sgml-base (1.31) ... 355s Selecting previously unselected package libnsl2:s390x. 355s Preparing to unpack .../003-libnsl2_1.3.0-3build3_s390x.deb ... 355s Unpacking libnsl2:s390x (1.3.0-3build3) ... 355s Selecting previously unselected package libpython3.12-stdlib:s390x. 355s Preparing to unpack .../004-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 355s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 355s Selecting previously unselected package python3-netifaces:s390x. 355s Preparing to unpack .../005-python3-netifaces_0.11.0-2build4_s390x.deb ... 355s Unpacking python3-netifaces:s390x (0.11.0-2build4) ... 355s Selecting previously unselected package python3.12. 355s Preparing to unpack .../006-python3.12_3.12.9-1_s390x.deb ... 355s Unpacking python3.12 (3.12.9-1) ... 355s Selecting previously unselected package python3-importlib-metadata. 355s Preparing to unpack .../007-python3-importlib-metadata_8.6.1-1_all.deb ... 355s Unpacking python3-importlib-metadata (8.6.1-1) ... 355s Selecting previously unselected package python3-mako. 355s Preparing to unpack .../008-python3-mako_1.3.8-2_all.deb ... 355s Unpacking python3-mako (1.3.8-2) ... 355s Selecting previously unselected package python3-greenlet. 355s Preparing to unpack .../009-python3-greenlet_3.1.0-1_s390x.deb ... 355s Unpacking python3-greenlet (3.1.0-1) ... 355s Selecting previously unselected package python3-sqlalchemy. 355s Preparing to unpack .../010-python3-sqlalchemy_2.0.38+ds1-0ubuntu1_all.deb ... 355s Unpacking python3-sqlalchemy (2.0.38+ds1-0ubuntu1) ... 355s Selecting previously unselected package python3-alembic. 355s Preparing to unpack .../011-python3-alembic_1.13.2-4_all.deb ... 355s Unpacking python3-alembic (1.13.2-4) ... 355s Selecting previously unselected package libjs-jquery. 355s Preparing to unpack .../012-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 355s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 355s Selecting previously unselected package libjs-underscore. 355s Preparing to unpack .../013-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 355s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 355s Selecting previously unselected package libjs-sphinxdoc. 355s Preparing to unpack .../014-libjs-sphinxdoc_8.1.3-5_all.deb ... 355s Unpacking libjs-sphinxdoc (8.1.3-5) ... 355s Selecting previously unselected package alembic. 355s Preparing to unpack .../015-alembic_1.13.2-4_all.deb ... 355s Unpacking alembic (1.13.2-4) ... 355s Selecting previously unselected package aodh-common. 355s Preparing to unpack .../016-aodh-common_1%3a19.0.0-0ubuntu1_all.deb ... 355s Unpacking aodh-common (1:19.0.0-0ubuntu1) ... 355s Selecting previously unselected package xml-core. 355s Preparing to unpack .../017-xml-core_0.19_all.deb ... 355s Unpacking xml-core (0.19) ... 355s Selecting previously unselected package docutils-common. 355s Preparing to unpack .../018-docutils-common_0.21.2+dfsg-2_all.deb ... 355s Unpacking docutils-common (0.21.2+dfsg-2) ... 355s Selecting previously unselected package libxslt1.1:s390x. 355s Preparing to unpack .../019-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 355s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 355s Selecting previously unselected package pycadf-common. 355s Preparing to unpack .../020-pycadf-common_3.1.1-5_all.deb ... 355s Unpacking pycadf-common (3.1.1-5) ... 355s Selecting previously unselected package python3-all. 355s Preparing to unpack .../021-python3-all_3.13.1-1~exp2_s390x.deb ... 355s Unpacking python3-all (3.13.1-1~exp2) ... 355s Selecting previously unselected package python3-cachetools. 355s Preparing to unpack .../022-python3-cachetools_5.3.3-1_all.deb ... 355s Unpacking python3-cachetools (5.3.3-1) ... 355s Selecting previously unselected package python3-setproctitle:s390x. 355s Preparing to unpack .../023-python3-setproctitle_1.3.4-1_s390x.deb ... 355s Unpacking python3-setproctitle:s390x (1.3.4-1) ... 355s Selecting previously unselected package python3-cotyledon. 355s Preparing to unpack .../024-python3-cotyledon_1.7.3-3_all.deb ... 355s Unpacking python3-cotyledon (1.7.3-3) ... 355s Selecting previously unselected package python3-dateutil. 355s Preparing to unpack .../025-python3-dateutil_2.9.0-3_all.deb ... 355s Unpacking python3-dateutil (2.9.0-3) ... 355s Selecting previously unselected package python3-pytz. 355s Preparing to unpack .../026-python3-pytz_2025.1-3_all.deb ... 355s Unpacking python3-pytz (2025.1-3) ... 355s Selecting previously unselected package python3-tz. 355s Preparing to unpack .../027-python3-tz_2025.1-3_all.deb ... 355s Unpacking python3-tz (2025.1-3) ... 355s Selecting previously unselected package python3-croniter. 355s Preparing to unpack .../028-python3-croniter_2.0.7-3_all.deb ... 355s Unpacking python3-croniter (2.0.7-3) ... 355s Selecting previously unselected package python3-pbr. 355s Preparing to unpack .../029-python3-pbr_6.1.1-0ubuntu1_all.deb ... 355s Unpacking python3-pbr (6.1.1-0ubuntu1) ... 355s Selecting previously unselected package python3-wrapt. 355s Preparing to unpack .../030-python3-wrapt_1.15.0-4_s390x.deb ... 355s Unpacking python3-wrapt (1.15.0-4) ... 355s Selecting previously unselected package python3-debtcollector. 355s Preparing to unpack .../031-python3-debtcollector_3.0.0-3_all.deb ... 355s Unpacking python3-debtcollector (3.0.0-3) ... 355s Selecting previously unselected package python3-futurist. 355s Preparing to unpack .../032-python3-futurist_3.0.0-3_all.deb ... 355s Unpacking python3-futurist (3.0.0-3) ... 355s Selecting previously unselected package python3-autopage. 355s Preparing to unpack .../033-python3-autopage_0.4.0-4_all.deb ... 355s Unpacking python3-autopage (0.4.0-4) ... 355s Selecting previously unselected package python3-wcwidth. 355s Preparing to unpack .../034-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 355s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 355s Selecting previously unselected package python3-pyperclip. 355s Preparing to unpack .../035-python3-pyperclip_1.8.2-2_all.deb ... 355s Unpacking python3-pyperclip (1.8.2-2) ... 355s Selecting previously unselected package python3-cmd2. 355s Preparing to unpack .../036-python3-cmd2_2.5.7+ds-1_all.deb ... 355s Unpacking python3-cmd2 (2.5.7+ds-1) ... 355s Selecting previously unselected package python3-roman. 355s Preparing to unpack .../037-python3-roman_5.0-1_all.deb ... 355s Unpacking python3-roman (5.0-1) ... 355s Selecting previously unselected package python3-docutils. 355s Preparing to unpack .../038-python3-docutils_0.21.2+dfsg-2_all.deb ... 355s Unpacking python3-docutils (0.21.2+dfsg-2) ... 356s Selecting previously unselected package python3-prettytable. 356s Preparing to unpack .../039-python3-prettytable_3.12.0-1_all.deb ... 356s Unpacking python3-prettytable (3.12.0-1) ... 356s Selecting previously unselected package python3-stevedore. 356s Preparing to unpack .../040-python3-stevedore_1%3a5.4.0-0ubuntu1_all.deb ... 356s Unpacking python3-stevedore (1:5.4.0-0ubuntu1) ... 356s Selecting previously unselected package python3-cliff. 356s Preparing to unpack .../041-python3-cliff_4.8.0-0ubuntu1_all.deb ... 356s Unpacking python3-cliff (4.8.0-0ubuntu1) ... 356s Selecting previously unselected package python3-iso8601. 356s Preparing to unpack .../042-python3-iso8601_2.1.0-2_all.deb ... 356s Unpacking python3-iso8601 (2.1.0-2) ... 356s Selecting previously unselected package python3-lxml:s390x. 356s Preparing to unpack .../043-python3-lxml_5.3.1-1_s390x.deb ... 356s Unpacking python3-lxml:s390x (5.3.1-1) ... 356s Selecting previously unselected package python3-six. 356s Preparing to unpack .../044-python3-six_1.17.0-1_all.deb ... 356s Unpacking python3-six (1.17.0-1) ... 356s Selecting previously unselected package python3-os-service-types. 356s Preparing to unpack .../045-python3-os-service-types_1.7.0-5_all.deb ... 356s Unpacking python3-os-service-types (1.7.0-5) ... 356s Selecting previously unselected package python3-keystoneauth1. 356s Preparing to unpack .../046-python3-keystoneauth1_5.9.1-0ubuntu1_all.deb ... 356s Unpacking python3-keystoneauth1 (5.9.1-0ubuntu1) ... 356s Selecting previously unselected package python3-decorator. 356s Preparing to unpack .../047-python3-decorator_5.1.1-5_all.deb ... 356s Unpacking python3-decorator (5.1.1-5) ... 356s Selecting previously unselected package python3-packaging. 356s Preparing to unpack .../048-python3-packaging_24.2-1_all.deb ... 356s Unpacking python3-packaging (24.2-1) ... 356s Selecting previously unselected package python3-deprecation. 356s Preparing to unpack .../049-python3-deprecation_2.1.0-3_all.deb ... 356s Unpacking python3-deprecation (2.1.0-3) ... 356s Selecting previously unselected package python3-dogpile.cache. 356s Preparing to unpack .../050-python3-dogpile.cache_1.3.3-1_all.deb ... 356s Unpacking python3-dogpile.cache (1.3.3-1) ... 356s Selecting previously unselected package python3-jmespath. 356s Preparing to unpack .../051-python3-jmespath_1.0.1-1_all.deb ... 356s Unpacking python3-jmespath (1.0.1-1) ... 356s Selecting previously unselected package python3-munch. 356s Preparing to unpack .../052-python3-munch_4.0.0-2_all.deb ... 356s Unpacking python3-munch (4.0.0-2) ... 356s Selecting previously unselected package python3-platformdirs. 356s Preparing to unpack .../053-python3-platformdirs_4.3.6-1_all.deb ... 356s Unpacking python3-platformdirs (4.3.6-1) ... 356s Selecting previously unselected package python3-psutil. 356s Preparing to unpack .../054-python3-psutil_5.9.8-2build3_s390x.deb ... 356s Unpacking python3-psutil (5.9.8-2build3) ... 356s Selecting previously unselected package python3-requestsexceptions. 356s Preparing to unpack .../055-python3-requestsexceptions_1.4.0-5_all.deb ... 356s Unpacking python3-requestsexceptions (1.4.0-5) ... 356s Selecting previously unselected package python3-openstacksdk. 356s Preparing to unpack .../056-python3-openstacksdk_4.3.0-0ubuntu1_all.deb ... 356s Unpacking python3-openstacksdk (4.3.0-0ubuntu1) ... 356s Selecting previously unselected package python3-os-client-config. 356s Preparing to unpack .../057-python3-os-client-config_2.1.0-0ubuntu5_all.deb ... 356s Unpacking python3-os-client-config (2.1.0-0ubuntu5) ... 356s Selecting previously unselected package python3-oslo.i18n. 356s Preparing to unpack .../058-python3-oslo.i18n_6.5.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.i18n (6.5.0-0ubuntu1) ... 356s Selecting previously unselected package python3-oslo.utils. 356s Preparing to unpack .../059-python3-oslo.utils_8.1.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.utils (8.1.0-0ubuntu1) ... 356s Selecting previously unselected package python3-osc-lib. 356s Preparing to unpack .../060-python3-osc-lib_3.2.0-0ubuntu1_all.deb ... 356s Unpacking python3-osc-lib (3.2.0-0ubuntu1) ... 356s Selecting previously unselected package python3-gnocchiclient. 356s Preparing to unpack .../061-python3-gnocchiclient_7.0.8-0ubuntu1_all.deb ... 356s Unpacking python3-gnocchiclient (7.0.8-0ubuntu1) ... 356s Selecting previously unselected package python3-msgpack. 356s Preparing to unpack .../062-python3-msgpack_1.0.3-3build3_s390x.deb ... 356s Unpacking python3-msgpack (1.0.3-3build3) ... 356s Selecting previously unselected package python3-oslo.serialization. 356s Preparing to unpack .../063-python3-oslo.serialization_5.6.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.serialization (5.6.0-0ubuntu1) ... 356s Selecting previously unselected package python3-dnspython. 356s Preparing to unpack .../064-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 356s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 356s Selecting previously unselected package python3-eventlet. 356s Preparing to unpack .../065-python3-eventlet_0.39.0-0ubuntu1_all.deb ... 356s Unpacking python3-eventlet (0.39.0-0ubuntu1) ... 356s Selecting previously unselected package python3-monotonic. 356s Preparing to unpack .../066-python3-monotonic_1.6-3_all.deb ... 356s Unpacking python3-monotonic (1.6-3) ... 356s Selecting previously unselected package python3-oslo.context. 356s Preparing to unpack .../067-python3-oslo.context_1%3a5.7.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.context (1:5.7.0-0ubuntu1) ... 356s Selecting previously unselected package python3-oslo.log. 356s Preparing to unpack .../068-python3-oslo.log_7.0.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.log (7.0.0-0ubuntu1) ... 356s Selecting previously unselected package python3-rfc3986. 356s Preparing to unpack .../069-python3-rfc3986_2.0.0-3_all.deb ... 356s Unpacking python3-rfc3986 (2.0.0-3) ... 356s Selecting previously unselected package python3-oslo.config. 356s Preparing to unpack .../070-python3-oslo.config_1%3a9.7.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.config (1:9.7.0-0ubuntu1) ... 356s Selecting previously unselected package python3-keystoneclient. 356s Preparing to unpack .../071-python3-keystoneclient_1%3a5.5.0-0ubuntu1_all.deb ... 356s Unpacking python3-keystoneclient (1:5.5.0-0ubuntu1) ... 356s Selecting previously unselected package python3-swiftclient. 356s Preparing to unpack .../072-python3-swiftclient_1%3a4.6.0-0ubuntu1_all.deb ... 356s Unpacking python3-swiftclient (1:4.6.0-0ubuntu1) ... 356s Selecting previously unselected package python3-heatclient. 356s Preparing to unpack .../073-python3-heatclient_4.1.0-0ubuntu1_all.deb ... 356s Unpacking python3-heatclient (4.1.0-0ubuntu1) ... 356s Selecting previously unselected package python3-memcache. 356s Preparing to unpack .../074-python3-memcache_1.62-3_all.deb ... 356s Unpacking python3-memcache (1.62-3) ... 356s Selecting previously unselected package python3-oslo.cache. 356s Preparing to unpack .../075-python3-oslo.cache_3.10.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.cache (3.10.0-0ubuntu1) ... 356s Selecting previously unselected package python3-pycadf. 356s Preparing to unpack .../076-python3-pycadf_3.1.1-5_all.deb ... 356s Unpacking python3-pycadf (3.1.1-5) ... 356s Selecting previously unselected package python3-legacy-cgi. 356s Preparing to unpack .../077-python3-legacy-cgi_2.6.1-2_all.deb ... 356s Unpacking python3-legacy-cgi (2.6.1-2) ... 356s Selecting previously unselected package python3-webob. 356s Preparing to unpack .../078-python3-webob_1%3a1.8.9-1_all.deb ... 356s Unpacking python3-webob (1:1.8.9-1) ... 356s Selecting previously unselected package python3-keystonemiddleware. 356s Preparing to unpack .../079-python3-keystonemiddleware_10.8.0-0ubuntu1_all.deb ... 356s Unpacking python3-keystonemiddleware (10.8.0-0ubuntu1) ... 356s Selecting previously unselected package python3-neutronclient. 356s Preparing to unpack .../080-python3-neutronclient_1%3a11.4.0-0ubuntu1_all.deb ... 356s Unpacking python3-neutronclient (1:11.4.0-0ubuntu1) ... 356s Selecting previously unselected package python3-cinderclient. 356s Preparing to unpack .../081-python3-cinderclient_1%3a9.6.0-0ubuntu1_all.deb ... 356s Unpacking python3-cinderclient (1:9.6.0-0ubuntu1) ... 356s Selecting previously unselected package python3-osc-placement. 356s Preparing to unpack .../082-python3-osc-placement_4.5.0-0ubuntu1_all.deb ... 356s Unpacking python3-osc-placement (4.5.0-0ubuntu1) ... 356s Selecting previously unselected package python3-openstackclient. 356s Preparing to unpack .../083-python3-openstackclient_7.2.1-0ubuntu1_all.deb ... 356s Unpacking python3-openstackclient (7.2.1-0ubuntu1) ... 356s Selecting previously unselected package python3-octaviaclient. 356s Preparing to unpack .../084-python3-octaviaclient_3.9.0-0ubuntu1_all.deb ... 356s Unpacking python3-octaviaclient (3.9.0-0ubuntu1) ... 356s Selecting previously unselected package python3-testresources. 356s Preparing to unpack .../085-python3-testresources_2.0.1-5_all.deb ... 356s Unpacking python3-testresources (2.0.1-5) ... 356s Selecting previously unselected package python3-fixtures. 356s Preparing to unpack .../086-python3-fixtures_4.1.0-3_all.deb ... 356s Unpacking python3-fixtures (4.1.0-3) ... 356s Selecting previously unselected package python3-testtools. 356s Preparing to unpack .../087-python3-testtools_2.7.2-4_all.deb ... 356s Unpacking python3-testtools (2.7.2-4) ... 356s Selecting previously unselected package python3-testscenarios. 356s Preparing to unpack .../088-python3-testscenarios_0.5.0-4_all.deb ... 356s Unpacking python3-testscenarios (0.5.0-4) ... 356s Selecting previously unselected package python3-oslo.db. 356s Preparing to unpack .../089-python3-oslo.db_17.1.0-0ubuntu2_all.deb ... 356s Unpacking python3-oslo.db (17.1.0-0ubuntu2) ... 356s Selecting previously unselected package python3-vine. 356s Preparing to unpack .../090-python3-vine_5.1.0+dfsg-1_all.deb ... 356s Unpacking python3-vine (5.1.0+dfsg-1) ... 356s Selecting previously unselected package python3-amqp. 356s Preparing to unpack .../091-python3-amqp_5.3.1-2_all.deb ... 356s Unpacking python3-amqp (5.3.1-2) ... 356s Selecting previously unselected package python3-kombu. 356s Preparing to unpack .../092-python3-kombu_5.4.2-3_all.deb ... 356s Unpacking python3-kombu (5.4.2-3) ... 356s Selecting previously unselected package python3-prometheus-client. 356s Preparing to unpack .../093-python3-prometheus-client_0.21.1+ds1-1_all.deb ... 356s Unpacking python3-prometheus-client (0.21.1+ds1-1) ... 356s Selecting previously unselected package python3-oslo.metrics. 356s Preparing to unpack .../094-python3-oslo.metrics_0.10.1-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.metrics (0.10.1-0ubuntu1) ... 356s Selecting previously unselected package python3-statsd. 356s Preparing to unpack .../095-python3-statsd_4.0.1-2_all.deb ... 356s Unpacking python3-statsd (4.0.1-2) ... 356s Selecting previously unselected package python3-oslo.middleware. 356s Preparing to unpack .../096-python3-oslo.middleware_6.3.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.middleware (6.3.0-0ubuntu1) ... 356s Selecting previously unselected package python3-fasteners. 356s Preparing to unpack .../097-python3-fasteners_0.18-2_all.deb ... 356s Unpacking python3-fasteners (0.18-2) ... 356s Selecting previously unselected package python3-oslo.concurrency. 356s Preparing to unpack .../098-python3-oslo.concurrency_6.2.0-0ubuntu1_all.deb ... 356s Unpacking python3-oslo.concurrency (6.2.0-0ubuntu1) ... 357s Selecting previously unselected package python3-tempita. 357s Preparing to unpack .../099-python3-tempita_0.6.0-1_all.deb ... 357s Unpacking python3-tempita (0.6.0-1) ... 357s Selecting previously unselected package python3-paste. 357s Preparing to unpack .../100-python3-paste_3.10.1-1_all.deb ... 357s Unpacking python3-paste (3.10.1-1) ... 357s Selecting previously unselected package python3-pastedeploy-tpl. 357s Preparing to unpack .../101-python3-pastedeploy-tpl_3.1-1_all.deb ... 357s Unpacking python3-pastedeploy-tpl (3.1-1) ... 357s Selecting previously unselected package python3-pastedeploy. 357s Preparing to unpack .../102-python3-pastedeploy_3.1-1_all.deb ... 357s Unpacking python3-pastedeploy (3.1-1) ... 357s Selecting previously unselected package python3-repoze.lru. 357s Preparing to unpack .../103-python3-repoze.lru_0.7-3_all.deb ... 357s Unpacking python3-repoze.lru (0.7-3) ... 357s Selecting previously unselected package python3-routes. 357s Preparing to unpack .../104-python3-routes_2.5.1-7_all.deb ... 357s Unpacking python3-routes (2.5.1-7) ... 357s Selecting previously unselected package python3-oslo.service. 357s Preparing to unpack .../105-python3-oslo.service_4.0.0-0ubuntu1_all.deb ... 357s Unpacking python3-oslo.service (4.0.0-0ubuntu1) ... 357s Selecting previously unselected package python3-tenacity. 357s Preparing to unpack .../106-python3-tenacity_9.0.0-0ubuntu1_all.deb ... 357s Unpacking python3-tenacity (9.0.0-0ubuntu1) ... 357s Selecting previously unselected package python3-oslo.messaging. 357s Preparing to unpack .../107-python3-oslo.messaging_16.0.0-0ubuntu1_all.deb ... 357s Unpacking python3-oslo.messaging (16.0.0-0ubuntu1) ... 357s Selecting previously unselected package python3-oslo.policy. 357s Preparing to unpack .../108-python3-oslo.policy_4.5.0-0ubuntu1_all.deb ... 357s Unpacking python3-oslo.policy (4.5.0-0ubuntu1) ... 357s Selecting previously unselected package python3-oslo.reports. 357s Preparing to unpack .../109-python3-oslo.reports_3.5.0-0ubuntu1_all.deb ... 357s Unpacking python3-oslo.reports (3.5.0-0ubuntu1) ... 357s Selecting previously unselected package python3-oslo.upgradecheck. 357s Preparing to unpack .../110-python3-oslo.upgradecheck_2.4.0-0ubuntu1_all.deb ... 357s Unpacking python3-oslo.upgradecheck (2.4.0-0ubuntu1) ... 357s Selecting previously unselected package python3-logutils. 357s Preparing to unpack .../111-python3-logutils_0.3.5-5_all.deb ... 357s Unpacking python3-logutils (0.3.5-5) ... 357s Selecting previously unselected package python3-simplegeneric. 357s Preparing to unpack .../112-python3-simplegeneric_0.8.1-5_all.deb ... 357s Unpacking python3-simplegeneric (0.8.1-5) ... 357s Selecting previously unselected package python3-pecan. 357s Preparing to unpack .../113-python3-pecan_1.5.1-6_all.deb ... 357s Unpacking python3-pecan (1.5.1-6) ... 357s Selecting previously unselected package python3-pymysql. 357s Preparing to unpack .../114-python3-pymysql_1.1.1-2ubuntu1_all.deb ... 357s Unpacking python3-pymysql (1.1.1-2ubuntu1) ... 357s Selecting previously unselected package python3-retrying. 357s Preparing to unpack .../115-python3-retrying_1.3.3-4_all.deb ... 357s Unpacking python3-retrying (1.3.3-4) ... 357s Selecting previously unselected package python3-pymemcache. 357s Preparing to unpack .../116-python3-pymemcache_4.0.0-8_all.deb ... 357s Unpacking python3-pymemcache (4.0.0-8) ... 357s Selecting previously unselected package python3-voluptuous. 357s Preparing to unpack .../117-python3-voluptuous_0.14.2-1_all.deb ... 357s Unpacking python3-voluptuous (0.14.2-1) ... 357s Selecting previously unselected package python3-tooz. 357s Preparing to unpack .../118-python3-tooz_6.3.0-0ubuntu1_all.deb ... 357s Unpacking python3-tooz (6.3.0-0ubuntu1) ... 357s Selecting previously unselected package python3-werkzeug. 357s Preparing to unpack .../119-python3-werkzeug_3.1.3-2_all.deb ... 357s Unpacking python3-werkzeug (3.1.3-2) ... 357s Selecting previously unselected package python3-wsme. 357s Preparing to unpack .../120-python3-wsme_0.12.1-5ubuntu1_all.deb ... 357s Unpacking python3-wsme (0.12.1-5ubuntu1) ... 357s Selecting previously unselected package python3-aodh. 357s Preparing to unpack .../121-python3-aodh_1%3a19.0.0-0ubuntu1_all.deb ... 357s Unpacking python3-aodh (1:19.0.0-0ubuntu1) ... 357s Setting up python3-pymemcache (4.0.0-8) ... 357s Setting up python3-importlib-metadata (8.6.1-1) ... 357s Setting up python3-repoze.lru (0.7-3) ... 357s Setting up python3-cachetools (5.3.3-1) ... 358s Setting up python3-pbr (6.1.1-0ubuntu1) ... 358s Setting up python3-statsd (4.0.1-2) ... 358s Setting up python3-tenacity (9.0.0-0ubuntu1) ... 358s Setting up python3-autopage (0.4.0-4) ... 358s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 358s Setting up python3-memcache (1.62-3) ... 358s Setting up python3-requestsexceptions (1.4.0-5) ... 358s Setting up python3-pyperclip (1.8.2-2) ... 359s Setting up python3-pytz (2025.1-3) ... 359s Setting up python3-platformdirs (4.3.6-1) ... 359s Setting up python3-munch (4.0.0-2) ... 359s Setting up python3-psutil (5.9.8-2build3) ... 359s Setting up python3-tz (2025.1-3) ... 359s Setting up python3-vine (5.1.0+dfsg-1) ... 360s Setting up python3-monotonic (1.6-3) ... 360s Setting up python3-six (1.17.0-1) ... 360s Setting up python3-roman (5.0-1) ... 360s Setting up python3-decorator (5.1.1-5) ... 360s Setting up python3-tempita (0.6.0-1) ... 360s Setting up python3-packaging (24.2-1) ... 361s Setting up python3-iso8601 (2.1.0-2) ... 361s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 361s Setting up python3-rfc3986 (2.0.0-3) ... 361s Setting up python3-paste (3.10.1-1) ... 362s Setting up python3-cmd2 (2.5.7+ds-1) ... 362s Setting up python3-werkzeug (3.1.3-2) ... 362s Setting up python3-jmespath (1.0.1-1) ... 362s Setting up python3-greenlet (3.1.0-1) ... 363s Setting up python3-pastedeploy-tpl (3.1-1) ... 363s Setting up python3-setproctitle:s390x (1.3.4-1) ... 363s Setting up python3-wrapt (1.15.0-4) ... 363s Setting up python3-deprecation (2.1.0-3) ... 363s Setting up python3-pymysql (1.1.1-2ubuntu1) ... 363s Setting up python3-fasteners (0.18-2) ... 363s Setting up pycadf-common (3.1.1-5) ... 363s Setting up python3-netifaces:s390x (0.11.0-2build4) ... 363s Setting up python3-legacy-cgi (2.6.1-2) ... 363s Setting up aodh-common (1:19.0.0-0ubuntu1) ... 364s info: Selecting UID from range 100 to 999 ... 364s 364s info: Adding system user `aodh' (UID 107) ... 364s info: Adding new user `aodh' (UID 107) with group `aodh' ... 364s info: Not creating home directory `/var/lib/aodh'. 364s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 364s Setting up libnsl2:s390x (1.3.0-3build3) ... 364s Setting up python3-amqp (5.3.1-2) ... 364s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 364s Setting up python3-os-service-types (1.7.0-5) ... 364s Setting up python3-stevedore (1:5.4.0-0ubuntu1) ... 364s Setting up python3-dateutil (2.9.0-3) ... 365s Setting up sgml-base (1.31) ... 365s Setting up python3-msgpack (1.0.3-3build3) ... 365s Setting up python3-voluptuous (0.14.2-1) ... 365s Setting up python3-logutils (0.3.5-5) ... 365s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 365s Setting up python3-simplegeneric (0.8.1-5) ... 365s Setting up python3-prettytable (3.12.0-1) ... 365s Setting up python3-oslo.i18n (6.5.0-0ubuntu1) ... 366s Setting up python3-mako (1.3.8-2) ... 366s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 366s Setting up python3-webob (1:1.8.9-1) ... 366s Setting up python3.12-minimal (3.12.9-1) ... 367s Setting up python3-pecan (1.5.1-6) ... 367s Setting up python3-testresources (2.0.1-5) ... 367s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 367s Setting up python3-wsme (0.12.1-5ubuntu1) ... 368s Setting up python3-pastedeploy (3.1-1) ... 368s Setting up python3.12 (3.12.9-1) ... 369s Setting up python3-retrying (1.3.3-4) ... 369s Setting up python3-croniter (2.0.7-3) ... 369s Setting up python3-all (3.13.1-1~exp2) ... 369s Setting up python3-futurist (3.0.0-3) ... 369s Setting up python3-debtcollector (3.0.0-3) ... 370s Setting up python3-kombu (5.4.2-3) ... 370s Setting up python3-sqlalchemy (2.0.38+ds1-0ubuntu1) ... 372s Setting up python3-cotyledon (1.7.3-3) ... 372s Setting up python3-dogpile.cache (1.3.3-1) ... 372s Setting up python3-prometheus-client (0.21.1+ds1-1) ... 373s Setting up python3-eventlet (0.39.0-0ubuntu1) ... 373s Setting up python3-oslo.context (1:5.7.0-0ubuntu1) ... 373s Setting up libjs-sphinxdoc (8.1.3-5) ... 373s Setting up python3-lxml:s390x (5.3.1-1) ... 373s Setting up python3-alembic (1.13.2-4) ... 374s Setting up xml-core (0.19) ... 374s Setting up python3-keystoneauth1 (5.9.1-0ubuntu1) ... 374s Setting up alembic (1.13.2-4) ... 374s Setting up python3-oslo.utils (8.1.0-0ubuntu1) ... 375s Setting up python3-routes (2.5.1-7) ... 375s Setting up python3-openstacksdk (4.3.0-0ubuntu1) ... 377s Setting up python3-cinderclient (1:9.6.0-0ubuntu1) ... 378s Setting up python3-os-client-config (2.1.0-0ubuntu5) ... 378s Setting up python3-oslo.serialization (5.6.0-0ubuntu1) ... 378s Setting up python3-tooz (6.3.0-0ubuntu1) ... 378s Setting up python3-fixtures (4.1.0-3) ... 378s Setting up python3-testtools (2.7.2-4) ... 379s Setting up python3-testscenarios (0.5.0-4) ... 379s Processing triggers for libc-bin (2.40-4ubuntu1) ... 379s Processing triggers for systemd (257.2-3ubuntu1) ... 379s Processing triggers for man-db (2.13.0-1) ... 379s Processing triggers for sgml-base (1.31) ... 379s Setting up docutils-common (0.21.2+dfsg-2) ... 379s Processing triggers for sgml-base (1.31) ... 379s Setting up python3-docutils (0.21.2+dfsg-2) ... 380s Setting up python3-cliff (4.8.0-0ubuntu1) ... 380s Setting up python3-oslo.config (1:9.7.0-0ubuntu1) ... 380s Setting up python3-oslo.middleware (6.3.0-0ubuntu1) ... 381s Setting up python3-keystoneclient (1:5.5.0-0ubuntu1) ... 381s Setting up python3-oslo.db (17.1.0-0ubuntu2) ... 382s Setting up python3-osc-lib (3.2.0-0ubuntu1) ... 382s Setting up python3-oslo.concurrency (6.2.0-0ubuntu1) ... 382s Setting up python3-swiftclient (1:4.6.0-0ubuntu1) ... 382s Setting up python3-oslo.log (7.0.0-0ubuntu1) ... 382s Setting up python3-pycadf (3.1.1-5) ... 383s Setting up python3-gnocchiclient (7.0.8-0ubuntu1) ... 383s Setting up python3-oslo.metrics (0.10.1-0ubuntu1) ... 383s Setting up python3-oslo.policy (4.5.0-0ubuntu1) ... 383s Setting up python3-oslo.reports (3.5.0-0ubuntu1) ... 383s Setting up python3-osc-placement (4.5.0-0ubuntu1) ... 384s Setting up python3-oslo.service (4.0.0-0ubuntu1) ... 384s Setting up python3-oslo.upgradecheck (2.4.0-0ubuntu1) ... 384s Setting up python3-openstackclient (7.2.1-0ubuntu1) ... 386s Setting up python3-heatclient (4.1.0-0ubuntu1) ... 387s Setting up python3-oslo.messaging (16.0.0-0ubuntu1) ... 387s Setting up python3-neutronclient (1:11.4.0-0ubuntu1) ... 387s Setting up python3-oslo.cache (3.10.0-0ubuntu1) ... 388s Setting up python3-octaviaclient (3.9.0-0ubuntu1) ... 388s Setting up python3-keystonemiddleware (10.8.0-0ubuntu1) ... 388s Setting up python3-aodh (1:19.0.0-0ubuntu1) ... 389s autopkgtest: DBG: testbed command exited with code 0 389s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-aodh'], kind short, sout pipe, serr pipe, env [] 389s autopkgtest: DBG: testbed command exited with code 0 389s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yD0PsG/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 389s autopkgtest: DBG: testbed command exited with code 0 389s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/autodep8-python3-packages.all /tmp/autopkgtest-work.8d1fsfbr/out/autodep8-python3-packages.all 389s autopkgtest: DBG: got reply from testbed: ok 389s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yD0PsG/build.i90/src'], kind short, sout raw, serr raw, env [] 390s autopkgtest: DBG: testbed command exited with code 1 390s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yD0PsG/build.i90'], kind short, sout raw, serr pipe, env [] 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.8d1fsfbr/out/tests-tree/ /tmp/autopkgtest.yD0PsG/build.i90/src/ 390s autopkgtest: DBG: got reply from testbed: ok 390s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.yD0PsG/build.i90/src'], kind short, sout raw, serr pipe, env [] 391s autopkgtest: DBG: testbed command exited with code 0 391s autopkgtest [11:40:50]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import aodh; print(aodh)" ; done 391s autopkgtest [11:40:50]: test autodep8-python3: [----------------------- 391s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.yD0PsG/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yD0PsG/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.yD0PsG/build.i90/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.yD0PsG/autodep8-python3-stderr --stdout=/tmp/autopkgtest.yD0PsG/autodep8-python3-stdout --tmp=/tmp/autopkgtest.yD0PsG/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 aodh; print(aodh)" ; done\''], kind test, sout raw, serr raw, env [] 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yD0PsG/autodep8-python3-artifacts 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: changing to directory: /tmp/autopkgtest.yD0PsG/build.i90/src 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: LANG=C.UTF-8 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LANGUAGE 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_ADDRESS 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_ALL 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_COLLATE 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_CTYPE 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_IDENTIFICATION 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MEASUREMENT 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MESSAGES 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_MONETARY 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_NAME 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_NUMERIC 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_PAPER 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_TELEPHONE 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: unsetting environment: LC_TIME 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: pretending to be a login shell 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: will write standard error to /tmp/autopkgtest.yD0PsG/autodep8-python3-stderr 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: will write stdout to /tmp/autopkgtest.yD0PsG/autodep8-python3-stdout 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yD0PsG/autopkgtest_tmp 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 391s /tmp/autopkgtest.yD0PsG/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 aodh; print(aodh)" ; done 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: copying /tmp/tmp.zPjLgVKMJq/out to stdout and file: /tmp/autopkgtest.yD0PsG/autodep8-python3-stdout 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: copying /tmp/tmp.zPjLgVKMJq/err to standard error and file: /tmp/autopkgtest.yD0PsG/autodep8-python3-stdout 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: writing script pid 3390 to /tmp/autopkgtest_script_pid 391s Testing with python3.12: 391s 391s Testing with python3.13: 391s 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: checking for leaked background processes... 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: waiting for tee/cat subprocesses... 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: cleaning up... 391s /tmp/autopkgtest.yD0PsG/wrapper.sh: Exit status: 0 391s autopkgtest: DBG: testbed command exited with code 0 391s autopkgtest [11:40:50]: test autodep8-python3: -----------------------] 391s autopkgtest: DBG: testbed executing test finished with exit status 0 391s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/autodep8-python3-stdout /tmp/autopkgtest-work.8d1fsfbr/out/autodep8-python3-stdout 391s autopkgtest: DBG: got reply from testbed: ok 391s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/autodep8-python3-stderr /tmp/autopkgtest-work.8d1fsfbr/out/autodep8-python3-stderr 391s autopkgtest: DBG: got reply from testbed: ok 392s autopkgtest [11:40:51]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 392s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yD0PsG/autodep8-python3-artifacts/ /tmp/autopkgtest-work.8d1fsfbr/out/artifacts/ 392s autodep8-python3 PASS (superficial) 392s autopkgtest: DBG: got reply from testbed: ok 392s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yD0PsG/autodep8-python3-artifacts', '/tmp/autopkgtest.yD0PsG/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 392s autopkgtest: DBG: testbed command exited with code 0 392s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 392s autopkgtest [11:40:51]: @@@@@@@@@@@@@@@@@@@@ summary 392s aodh-daemons PASS 392s autodep8-python3 PASS (superficial) 392s autopkgtest: DBG: testbed stop 392s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.yD0PsG 392s autopkgtest: DBG: sending command to testbed: close 409s autopkgtest: DBG: got reply from testbed: ok 409s autopkgtest: DBG: sending command to testbed: quit 409s nova [W] Using flock in prodstack6-s390x 409s flock: timeout while waiting to get lock 409s Creating nova instance adt-plucky-s390x-aodh-20250219-113419-juju-7f2275-prod-proposed-migration-environment-15-8c257a66-f146-4dda-9669-ded2a34bcee5 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 409s nova [W] Timed out waiting for 74c2cb09-661d-40e6-bdfa-d70e6fa5e225 to get deleted. 409s nova [W] Using flock in prodstack6-s390x 409s flock: timeout while waiting to get lock 409s Creating nova instance adt-plucky-s390x-aodh-20250219-113419-juju-7f2275-prod-proposed-migration-environment-15-8c257a66-f146-4dda-9669-ded2a34bcee5 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 409s nova [W] Timed out waiting for b582591d-74a0-4ac8-bccd-ca0214cd5ad4 to get deleted.