0s autopkgtest: DBG: testbed init 0s autopkgtest [00:58:57]: starting date and time: 2025-02-16 00:58:57+0000 0s autopkgtest [00:58:57]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [00:58:57]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vqti_ah1/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:glibc,src:iproute2,src:php-twig,src:postgresql-17,src:postgresql-common,src:roundcube --apt-upgrade monero --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-17.secgroup --name adt-plucky-s390x-monero-20250216-005857-juju-7f2275-prod-proposed-migration-environment-15-e04b0e87-13c3-4c87-bc9c-e18b0554114a --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 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.6ainX9 102s autopkgtest: DBG: sending command to testbed: print-execute-command 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ia9n4e5a/runcmd 102s autopkgtest: DBG: sending command to testbed: capabilities 102s autopkgtest: DBG: got reply from testbed: ok reboot isolation-machine revert suggested-normal-user=ubuntu revert-full-system root-on-testbed 102s autopkgtest: DBG: testbed capabilities: ['reboot', 'isolation-machine', 'revert', 'suggested-normal-user=ubuntu', 'revert-full-system', 'root-on-testbed', 'has_internet'] 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6ainX9'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.6ainX9/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6ainX9/wrapper.sh'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:00:40]: testbed dpkg architecture: s390x 103s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:00:40]: testbed apt version: 2.9.28 103s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed has eatmydata 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:00:40]: @@@@@@@@@@@@@@@@@@@@ test bed setup 103s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [01:00:41]: testbed release detected to be: None 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT source: Types: deb deb-src 104s URIs: http://ftpmaster.internal/ubuntu/ 104s Suites: plucky-proposed 104s Components: main restricted universe multiverse 104s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 104s Package: * 104s Pin: release plucky-proposed 104s Pin-Priority: 500 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [01:00:41]: updating testbed package index (apt update) 104s 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'] 105s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 105s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 105s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 105s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 105s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [823 kB] 105s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 105s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [73.1 kB] 105s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 105s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [164 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 105s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [871 kB] 105s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 106s Fetched 2062 kB in 1s (1906 kB/s) 106s Reading package lists... 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 106s Package: * 106s Pin: release plucky-proposed 106s Pin-Priority: 100 106s 106s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 106s Pin: release plucky-proposed 106s Pin-Priority: 995 106s 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:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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.6ainX9/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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'] 107s + lsb_release --codename --short 107s + RELEASE=plucky 107s + cat 107s + [ plucky != trusty ] 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 107s Calculating upgrade... 107s The following packages were automatically installed and are no longer required: 107s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 107s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 107s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 107s linux-tools-6.11.0-8-generic 107s Use 'sudo apt autoremove' to remove them. 107s The following packages will be upgraded: 107s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 107s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 107s Need to get 1155 kB of archives. 107s After this operation, 16.4 kB of additional disk space will be used. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 108s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 109s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 109s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 110s Preconfiguring packages ... 110s Fetched 1155 kB in 2s (541 kB/s) 110s (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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 110s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 110s Setting up dash (0.5.12-12ubuntu1) ... 110s (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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 110s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 110s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 110s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 110s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 110s (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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 110s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 110s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 110s (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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 110s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 110s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 110s (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 ... 80969 files and directories currently installed.) 110s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 110s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 110s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 110s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 110s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 110s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 110s Setting up libtasn1-6:s390x (4.20.0-2) ... 110s Processing triggers for libc-bin (2.40-4ubuntu1) ... 110s Processing triggers for man-db (2.13.0-1) ... 110s Processing triggers for debianutils (5.21) ... 111s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 111s + /usr/lib/apt/apt-helper analyze-pattern ?true 111s + + sed s/\./\\./g 111s uname -r 111s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 111s + apt list ?obsolete 111s + + cut -d/ -f1 111s tail -n+2 111s + grep -v ^linux-.*6\.12\.0-15-generic.* 111s + true 111s + obsolete_pkgs= 111s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 111s Reading package lists... 111s Building dependency tree... 111s Reading state information... 111s The following packages will be REMOVED: 111s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 111s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 111s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 111s linux-tools-6.11.0-8-generic* 111s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 111s After this operation, 167 MB disk space will be freed. 111s (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 ... 80969 files and directories currently installed.) 111s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 111s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 111s Removing libpython3.12t64:s390x (3.12.9-1) ... 111s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 111s Removing libnsl2:s390x (1.3.0-3build3) ... 111s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 111s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 112s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 112s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 112s Processing triggers for libc-bin (2.40-4ubuntu1) ... 112s (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 ... 55869 files and directories currently installed.) 112s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 112s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 113s + grep -q trusty /etc/lsb-release 113s + [ ! -d /usr/share/doc/unattended-upgrades ] 113s + [ ! -d /usr/share/doc/lxd ] 113s + [ ! -d /usr/share/doc/lxd-client ] 113s + [ ! -d /usr/share/doc/snapd ] 113s + type iptables 113s + cat 113s + chmod 755 /etc/rc.local 113s + . /etc/rc.local 113s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 113s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 113s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 113s + uname -m 113s + [ s390x = ppc64le ] 113s + [ -d /run/systemd/system ] 113s + systemd-detect-virt --quiet --vm 113s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 113s + cat 113s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 113s + echo COMPRESS=lz4 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [01:00:50]: upgrading testbed (apt dist-upgrade and autopurge) 113s 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'] 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 113s Starting 2 pkgProblemResolver with broken count: 0 113s Done 113s Entering ResolveByKeep 114s 114s The following packages will be upgraded: 114s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 114s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s Need to get 10.7 MB of archives. 114s After this operation, 305 kB of additional disk space will be used. 114s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 114s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 115s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 117s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 117s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 117s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 118s Preconfiguring packages ... 118s Fetched 10.7 MB in 4s (2896 kB/s) 118s (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 ... 55867 files and directories currently installed.) 118s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 118s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 118s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 118s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 118s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 118s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 118s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 118s Checking for services that may need to be restarted... 118s Checking init scripts... 118s Checking for services that may need to be restarted... 118s Checking init scripts... 118s Stopping some services possibly affected by the upgrade (will be restarted later): 118s cron: stopping...done. 118s 118s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 118s Setting up libc6:s390x (2.41-1ubuntu1) ... 118s Checking for services that may need to be restarted... 118s Checking init scripts... 118s Restarting services possibly affected by the upgrade: 118s cron: restarting...done. 118s 118s Services restarted successfully. 118s (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 ... 55868 files and directories currently installed.) 118s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 118s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 118s Setting up libc-bin (2.41-1ubuntu1) ... 119s (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 ... 55868 files and directories currently installed.) 119s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 119s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 119s Setting up iproute2 (6.13.0-1ubuntu1) ... 119s Setting up locales (2.41-1ubuntu1) ... 119s Installing new version of config file /etc/locale.alias ... 119s Generating locales (this might take a while)... 120s en_US.UTF-8... done 120s Generation complete. 120s Setting up libc-dev-bin (2.41-1ubuntu1) ... 120s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 120s Processing triggers for man-db (2.13.0-1) ... 121s Processing triggers for systemd (257.2-3ubuntu1) ... 122s autopkgtest: DBG: testbed command exited with code 0 122s 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'] 122s Reading package lists... 122s Building dependency tree... 122s Reading state information... 122s Starting pkgProblemResolver with broken count: 0 122s Starting 2 pkgProblemResolver with broken count: 0 122s Done 122s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 122s autopkgtest: DBG: testbed command exited with code 0 122s 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.6ainX9/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 122s autopkgtest: DBG: testbed command exited with code 1 122s autopkgtest [01:00:59]: rebooting testbed after setup commands that affected boot 122s autopkgtest: DBG: sending command to testbed: reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6ainX9'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.6ainX9/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6ainX9'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [01:01:20]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 143s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.6ainX9/testbed-packages"], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/testbed-packages /tmp/autopkgtest-work.vqti_ah1/out/testbed-packages 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6ainX9'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.6ainX9/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6ainX9'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6ainX9/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: Binaries: initialising 145s autopkgtest [01:01:22]: @@@@@@@@@@@@@@@@@@@@ apt-source monero 145s autopkgtest: DBG: blame += monero 145s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 145s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'monero'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^monero-tests$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'monero-tests=0.18.3.4+~0+20200826-1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^monero$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'monero=0.18.3.4+~0+20200826-1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: install_deps: deps_new=[] 146s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s 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.6ainX9/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source monero=0.18.3.4+~0+20200826-1 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 monero_*.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=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1'] 146s + cd / 146s + mktemp -d /tmp/autopkgtest.6ainX9/build.XXX 146s + builddir=/tmp/autopkgtest.6ainX9/build.O9i 146s + cd /tmp/autopkgtest.6ainX9/build.O9i 146s + apt-get source -d -q --only-source monero=0.18.3.4+~0+20200826-1 149s + OUT=Reading package lists... 149s NOTICE: 'monero' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/cryptocoin-team/monero.git 149s Please use: 149s git clone https://salsa.debian.org/cryptocoin-team/monero.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 14.4 MB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (dsc) [2800 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [338 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [14.0 MB] 149s Get:4 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (diff) [23.4 kB] 149s Fetched 14.4 MB in 2s (6530 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + grep ^Get: 149s + echo Reading package lists... 149s NOTICE: 'monero' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/cryptocoin-team/monero.git 149s Please use: 149s git clone https://salsa.debian.org/cryptocoin-team/monero.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 14.4 MB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (dsc) [2800 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [338 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [14.0 MB] 149s Get:4 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (diff) [23.4 kB] 149s Fetched 14.4 MB in 2s (6530 kB/s) 149s Download complete and in download only mode 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (dsc) [2800 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [338 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (tar) [14.0 MB] 149s Get:4 http://ftpmaster.internal/ubuntu plucky/universe monero 0.18.3.4+~0+20200826-1 (diff) [23.4 kB] 149s + dpkg-source -x monero_0.18.3.4+~0+20200826-1.dsc src 149s gpgv: Signature made Wed Nov 13 20:50:52 2024 UTC 149s gpgv: using RSA key 406220C8B8552802378CCE411F5C7A8B45564314 149s gpgv: issuer "bage@debian.org" 149s gpgv: Can't check signature: No public key 149s dpkg-source: warning: cannot verify inline signature for ./monero_0.18.3.4+~0+20200826-1.dsc: no acceptable signature found 149s + chmod -R a+rX . 149s + cd src/. 149s + pwd 149s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [01:01:26]: testing package monero version 0.18.3.4+~0+20200826-1 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/build.O9i/src/debian/ /tmp/autopkgtest-work.vqti_ah1/out/pkg/debian/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: processing dependency monero-tests 150s autopkgtest: DBG: marked alternatives ['monero-tests'] as a synthesised dependency 150s autopkgtest: DBG: Test defined: name monero-tests path debian/tests/monero-tests command "None" restrictions ['allow-stderr'] features [] depends ['monero-tests'] 150s autopkgtest [01:01:27]: build not needed 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/build.O9i/src/ /tmp/autopkgtest-work.vqti_ah1/out/tests-tree/ 151s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: processing dependency monero-tests 152s autopkgtest: DBG: marked alternatives ['monero-tests'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name monero-tests path debian/tests/monero-tests command "None" restrictions ['allow-stderr'] features [] depends ['monero-tests'] 152s autopkgtest [01:01:29]: test monero-tests: preparing testbed 152s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['monero-tests'] 152s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 152s autopkgtest: DBG: install_deps: deps_new=['monero-tests'] 152s autopkgtest: DBG: install-deps: satisfying monero-tests 152s autopkgtest: DBG: can use apt-get on testbed: True 152s 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', 'monero-tests'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 152s Reading package lists... 152s Building dependency tree... 152s Reading state information... 152s Starting pkgProblemResolver with broken count: 0 152s Starting 2 pkgProblemResolver with broken count: 0 152s Done 152s The following NEW packages will be installed: 152s libboost-chrono1.83.0t64 libboost-filesystem1.83.0 152s libboost-program-options1.83.0 libboost-serialization1.83.0 152s libboost-thread1.83.0 libevent-2.1-7t64 libhidapi-libusb0 libminiupnpc18 152s libnorm1t64 libpgm-5.3-0t64 librandomx0 libsodium23 libunbound8 libzmq5 152s monero monero-tests 152s 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. 152s Need to get 61.4 MB of archives. 152s After this operation, 255 MB of additional disk space will be used. 152s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono1.83.0t64 s390x 1.83.0-4.1ubuntu1 [245 kB] 153s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-filesystem1.83.0 s390x 1.83.0-4.1ubuntu1 [288 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options1.83.0 s390x 1.83.0-4.1ubuntu1 [326 kB] 153s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization1.83.0 s390x 1.83.0-4.1ubuntu1 [350 kB] 153s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-thread1.83.0 s390x 1.83.0-4.1ubuntu1 [279 kB] 153s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 153s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libminiupnpc18 s390x 2.2.8-2build1 [28.3 kB] 153s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x libnorm1t64 s390x 1.5.9+dfsg-3.1build1 [158 kB] 153s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libpgm-5.3-0t64 s390x 5.3.128~dfsg-2.1build1 [169 kB] 153s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x librandomx0 s390x 1.1.10-3 [144 kB] 153s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 153s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 153s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x libzmq5 s390x 4.3.5-1build2 [258 kB] 153s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x libhidapi-libusb0 s390x 0.14.0-1build1 [17.9 kB] 153s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x monero s390x 0.18.3.4+~0+20200826-1 [20.3 MB] 155s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x monero-tests s390x 0.18.3.4+~0+20200826-1 [38.1 MB] 157s Fetched 61.4 MB in 4s (13.8 MB/s) 157s Selecting previously unselected package libboost-chrono1.83.0t64:s390x. 157s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 157s Preparing to unpack .../00-libboost-chrono1.83.0t64_1.83.0-4.1ubuntu1_s390x.deb ... 157s Unpacking libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 157s Selecting previously unselected package libboost-filesystem1.83.0:s390x. 157s Preparing to unpack .../01-libboost-filesystem1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 157s Unpacking libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 157s Selecting previously unselected package libboost-program-options1.83.0:s390x. 157s Preparing to unpack .../02-libboost-program-options1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 157s Unpacking libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 157s Selecting previously unselected package libboost-serialization1.83.0:s390x. 157s Preparing to unpack .../03-libboost-serialization1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 157s Unpacking libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 157s Selecting previously unselected package libboost-thread1.83.0:s390x. 157s Preparing to unpack .../04-libboost-thread1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 157s Unpacking libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 157s Selecting previously unselected package libevent-2.1-7t64:s390x. 157s Preparing to unpack .../05-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 157s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 157s Selecting previously unselected package libminiupnpc18:s390x. 157s Preparing to unpack .../06-libminiupnpc18_2.2.8-2build1_s390x.deb ... 157s Unpacking libminiupnpc18:s390x (2.2.8-2build1) ... 157s Selecting previously unselected package libnorm1t64:s390x. 157s Preparing to unpack .../07-libnorm1t64_1.5.9+dfsg-3.1build1_s390x.deb ... 157s Unpacking libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 157s Selecting previously unselected package libpgm-5.3-0t64:s390x. 157s Preparing to unpack .../08-libpgm-5.3-0t64_5.3.128~dfsg-2.1build1_s390x.deb ... 157s Unpacking libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 157s Selecting previously unselected package librandomx0:s390x. 157s Preparing to unpack .../09-librandomx0_1.1.10-3_s390x.deb ... 157s Unpacking librandomx0:s390x (1.1.10-3) ... 157s Selecting previously unselected package libsodium23:s390x. 157s Preparing to unpack .../10-libsodium23_1.0.18-1build3_s390x.deb ... 157s Unpacking libsodium23:s390x (1.0.18-1build3) ... 157s Selecting previously unselected package libunbound8:s390x. 157s Preparing to unpack .../11-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 157s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 157s Selecting previously unselected package libzmq5:s390x. 157s Preparing to unpack .../12-libzmq5_4.3.5-1build2_s390x.deb ... 157s Unpacking libzmq5:s390x (4.3.5-1build2) ... 157s Selecting previously unselected package libhidapi-libusb0:s390x. 157s Preparing to unpack .../13-libhidapi-libusb0_0.14.0-1build1_s390x.deb ... 157s Unpacking libhidapi-libusb0:s390x (0.14.0-1build1) ... 157s Selecting previously unselected package monero. 157s Preparing to unpack .../14-monero_0.18.3.4+~0+20200826-1_s390x.deb ... 157s Unpacking monero (0.18.3.4+~0+20200826-1) ... 158s Selecting previously unselected package monero-tests. 158s Preparing to unpack .../15-monero-tests_0.18.3.4+~0+20200826-1_s390x.deb ... 158s Unpacking monero-tests (0.18.3.4+~0+20200826-1) ... 158s Setting up libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 158s Setting up libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 158s Setting up libsodium23:s390x (1.0.18-1build3) ... 158s Setting up libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 158s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 158s Setting up libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 158s Setting up libminiupnpc18:s390x (2.2.8-2build1) ... 158s Setting up libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 158s Setting up libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 158s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 158s Setting up libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 158s Setting up libhidapi-libusb0:s390x (0.14.0-1build1) ... 158s Setting up librandomx0:s390x (1.1.10-3) ... 158s Setting up libzmq5:s390x (4.3.5-1build2) ... 158s Setting up monero (0.18.3.4+~0+20200826-1) ... 158s Setting up monero-tests (0.18.3.4+~0+20200826-1) ... 158s Processing triggers for libc-bin (2.41-1ubuntu1) ... 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'monero-tests'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.6ainX9/monero-tests-packages.all"], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/monero-tests-packages.all /tmp/autopkgtest-work.vqti_ah1/out/monero-tests-packages.all 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.6ainX9/build.O9i/src'], kind short, sout raw, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.6ainX9/build.O9i/src already exists 159s autopkgtest [01:01:36]: test monero-tests: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.6ainX9/wrapper.sh --debug --artifacts=/tmp/autopkgtest.6ainX9/monero-tests-artifacts --chdir=/tmp/autopkgtest.6ainX9/build.O9i/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.6ainX9/monero-tests-stderr --stdout=/tmp/autopkgtest.6ainX9/monero-tests-stdout --tmp=/tmp/autopkgtest.6ainX9/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.6ainX9/build.O9i/src/debian/tests/monero-tests -- /tmp/autopkgtest.6ainX9/build.O9i/src/debian/tests/monero-tests"], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.6ainX9/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.6ainX9/monero-tests-artifacts 159s /tmp/autopkgtest.6ainX9/wrapper.sh: changing to directory: /tmp/autopkgtest.6ainX9/build.O9i/src 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.6ainX9/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.6ainX9/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.6ainX9/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.6ainX9/wrapper.sh: will write standard error to /tmp/autopkgtest.6ainX9/monero-tests-stderr 159s /tmp/autopkgtest.6ainX9/wrapper.sh: will write stdout to /tmp/autopkgtest.6ainX9/monero-tests-stdout 159s /tmp/autopkgtest.6ainX9/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.6ainX9/autopkgtest_tmp 159s /tmp/autopkgtest.6ainX9/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 159s /tmp/autopkgtest.6ainX9/wrapper.sh: marking as executable: /tmp/autopkgtest.6ainX9/build.O9i/src/debian/tests/monero-tests 159s /tmp/autopkgtest.6ainX9/wrapper.sh: command to run: /tmp/autopkgtest.6ainX9/build.O9i/src/debian/tests/monero-tests 159s /tmp/autopkgtest.6ainX9/wrapper.sh: copying /tmp/tmp.D6IA8qlW3Q/out to stdout and file: /tmp/autopkgtest.6ainX9/monero-tests-stdout 159s /tmp/autopkgtest.6ainX9/wrapper.sh: copying /tmp/tmp.D6IA8qlW3Q/err to standard error and file: /tmp/autopkgtest.6ainX9/monero-tests-stdout 159s /tmp/autopkgtest.6ainX9/wrapper.sh: writing script pid 1492 to /tmp/autopkgtest_script_pid 177s /tmp/autopkgtest.6ainX9/wrapper.sh: checking for leaked background processes... 177s /tmp/autopkgtest.6ainX9/wrapper.sh: waiting for tee/cat subprocesses... 177s /tmp/autopkgtest.6ainX9/wrapper.sh: cleaning up... 177s /tmp/autopkgtest.6ainX9/wrapper.sh: Exit status: 0 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest [01:01:54]: test monero-tests: -----------------------] 177s autopkgtest: DBG: testbed executing test finished with exit status 0 177s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/monero-tests-stdout /tmp/autopkgtest-work.vqti_ah1/out/monero-tests-stdout 177s autopkgtest: DBG: got reply from testbed: ok 177s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/monero-tests-stderr /tmp/autopkgtest-work.vqti_ah1/out/monero-tests-stderr 177s autopkgtest: DBG: got reply from testbed: ok 177s autopkgtest [01:01:54]: test monero-tests: - - - - - - - - - - results - - - - - - - - - - 177s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6ainX9/monero-tests-artifacts/ /tmp/autopkgtest-work.vqti_ah1/out/artifacts/ 177s monero-tests PASS 178s autopkgtest: DBG: got reply from testbed: ok 178s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.6ainX9/monero-tests-artifacts', '/tmp/autopkgtest.6ainX9/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 178s autopkgtest [01:01:55]: @@@@@@@@@@@@@@@@@@@@ summary 178s monero-tests PASS 178s autopkgtest: DBG: testbed stop 178s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.6ainX9 178s autopkgtest: DBG: sending command to testbed: close 195s autopkgtest: DBG: got reply from testbed: ok 195s autopkgtest: DBG: sending command to testbed: quit 195s nova [W] Using flock in prodstack6-s390x 195s flock: timeout while waiting to get lock 195s Creating nova instance adt-plucky-s390x-monero-20250216-005857-juju-7f2275-prod-proposed-migration-environment-15-e04b0e87-13c3-4c87-bc9c-e18b0554114a from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 195s nova [W] Timed out waiting for b87e2f1e-4ed7-414e-a9c6-a664787bb377 to get deleted.