0s autopkgtest: DBG: testbed init 0s autopkgtest [12:44:14]: starting date and time: 2025-02-19 12:44:14+0000 0s autopkgtest [12:44:14]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:44:14]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.arbp8fh6/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-llfuse --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-18.secgroup --name adt-plucky-s390x-python-llfuse-20250219-124414-juju-7f2275-prod-proposed-migration-environment-15-5bc6698d-bd9b-43b1-9f9b-05d88a2c3d80 --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 128s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.OAXL2C 128s autopkgtest: DBG: sending command to testbed: print-execute-command 128s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.1kict7wc/runcmd 128s autopkgtest: DBG: sending command to testbed: capabilities 128s autopkgtest: DBG: got reply from testbed: ok revert revert-full-system suggested-normal-user=ubuntu isolation-machine reboot root-on-testbed 128s autopkgtest: DBG: testbed capabilities: ['revert', 'revert-full-system', 'suggested-normal-user=ubuntu', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 128s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAXL2C'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.OAXL2C/wrapper.sh 128s autopkgtest: DBG: got reply from testbed: ok 128s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAXL2C/wrapper.sh'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [12:46:22]: testbed dpkg architecture: s390x 128s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [12:46:22]: testbed apt version: 2.9.30 128s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed has eatmydata 129s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [12:46:23]: @@@@@@@@@@@@@@@@@@@@ test bed setup 129s 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 [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [12:46:23]: testbed release detected to be: None 129s 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 [] 129s autopkgtest: DBG: testbed command exited with code 0 129s 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 [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: adding APT source: Types: deb deb-src 129s URIs: http://ftpmaster.internal/ubuntu/ 129s Suites: plucky-proposed 129s Components: main restricted universe multiverse 129s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 129s 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 [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 129s Package: * 129s Pin: release plucky-proposed 129s Pin-Priority: 500 129s 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 [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest [12:46:24]: updating testbed package index (apt update) 130s 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'] 130s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 130s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 130s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 130s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 130s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 131s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 131s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 131s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 131s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 131s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 131s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 131s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 131s Fetched 1700 kB in 1s (1845 kB/s) 131s Reading package lists... 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 131s Package: * 131s Pin: release plucky-proposed 131s Pin-Priority: 100 131s 131s Package: src:sphinx:any 131s Pin: release plucky-proposed 131s Pin-Priority: 995 131s 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 [] 132s autopkgtest: DBG: testbed command exited with code 0 132s 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.OAXL2C/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s 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'] 132s + lsb_release --codename --short 132s + RELEASE=plucky 132s + cat 132s + [ plucky != trusty ] 132s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 132s Reading package lists... 132s Building dependency tree... 132s Reading state information... 132s Calculating upgrade... 132s The following packages were automatically installed and are no longer required: 132s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 132s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 132s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 132s linux-tools-6.11.0-8-generic 132s Use 'sudo apt autoremove' to remove them. 132s The following packages will be upgraded: 132s iproute2 liblsof0 libp11-kit0 lsof 132s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 132s Need to get 1791 kB of archives. 132s After this operation, 17.4 kB of additional disk space will be used. 132s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 133s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 133s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 133s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 133s Preconfiguring packages ... 133s Fetched 1791 kB in 1s (2833 kB/s) 133s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 133s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 133s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 134s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 134s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 134s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 134s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 134s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 134s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 134s Setting up liblsof0 (4.99.4+dfsg-1) ... 134s Setting up iproute2 (6.13.0-1ubuntu1) ... 134s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 134s Setting up lsof (4.99.4+dfsg-1) ... 134s Processing triggers for man-db (2.13.0-1) ... 134s Processing triggers for libc-bin (2.40-4ubuntu1) ... 134s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 134s + /usr/lib/apt/apt-helper analyze-pattern ?true 134s + + sed s/\./\\./g 134s uname -r 134s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 134s + + tail -n+2 134s + apt list ?obsolete 134s grep -v ^linux-.*6\.12\.0-15-generic.* 134s + cut -d/ -f1 135s + true 135s + obsolete_pkgs= 135s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 135s Reading package lists... 135s Building dependency tree... 135s Reading state information... 135s The following packages will be REMOVED: 135s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 135s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 135s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 135s linux-tools-6.11.0-8-generic* 135s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 135s After this operation, 167 MB disk space will be freed. 135s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 135s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 135s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 135s Removing libpython3.12t64:s390x (3.12.9-1) ... 135s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 135s Removing libnsl2:s390x (1.3.0-3build3) ... 135s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 135s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 135s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 136s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 136s Processing triggers for libc-bin (2.40-4ubuntu1) ... 137s (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.) 137s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 137s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 137s + grep -q trusty /etc/lsb-release 137s + [ ! -d /usr/share/doc/unattended-upgrades ] 137s + [ ! -d /usr/share/doc/lxd ] 137s + [ ! -d /usr/share/doc/lxd-client ] 137s + [ ! -d /usr/share/doc/snapd ] 137s + type iptables 137s + cat 137s + chmod 755 /etc/rc.local 137s + . /etc/rc.local 137s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 137s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 137s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 137s + uname -m 137s + [ s390x = ppc64le ] 137s + [ -d /run/systemd/system ] 137s + systemd-detect-virt --quiet --vm 137s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 137s + cat 137s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 137s + echo COMPRESS=lz4 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest [12:46:31]: upgrading testbed (apt dist-upgrade and autopurge) 137s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 137s Reading package lists... 137s Building dependency tree... 137s Reading state information... 137s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 137s Starting 2 pkgProblemResolver with broken count: 0 137s Done 138s Entering ResolveByKeep 138s 138s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 138s Reading package lists... 138s Building dependency tree... 138s Reading state information... 138s Starting pkgProblemResolver with broken count: 0 138s Starting 2 pkgProblemResolver with broken count: 0 138s Done 139s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.OAXL2C/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 1 139s autopkgtest [12:46:33]: rebooting testbed after setup commands that affected boot 139s autopkgtest: DBG: sending command to testbed: reboot 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 158s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAXL2C'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OAXL2C/autopkgtest-reboot 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAXL2C'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest [12:46:54]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 160s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAXL2C/testbed-packages"], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/testbed-packages /tmp/autopkgtest-work.arbp8fh6/out/testbed-packages 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 161s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAXL2C'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OAXL2C/autopkgtest-reboot 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAXL2C'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare 162s autopkgtest: DBG: got reply from testbed: ok 162s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAXL2C/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: Binaries: initialising 163s autopkgtest [12:46:57]: @@@@@@@@@@@@@@@@@@@@ apt-source python-llfuse 163s autopkgtest: DBG: blame += python-llfuse 163s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 163s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-llfuse'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-llfuse-doc$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-llfuse-doc=1.5.0+dfsg-1build1'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-llfuse$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-llfuse=1.5.0+dfsg-1build1'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: install_deps: deps_new=[] 164s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.OAXL2C/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-llfuse=1.5.0+dfsg-1build1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x python-llfuse_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5'] 164s + cd / 164s + mktemp -d /tmp/autopkgtest.OAXL2C/build.XXX 164s + builddir=/tmp/autopkgtest.OAXL2C/build.2Uc 164s + cd /tmp/autopkgtest.OAXL2C/build.2Uc 164s + apt-get source -d -q --only-source python-llfuse=1.5.0+dfsg-1build1 165s + OUT=Reading package lists... 165s NOTICE: 'python-llfuse' packaging is maintained in the 'Git' version control system at: 165s https://salsa.debian.org/python-team/packages/python-llfuse.git 165s Please use: 165s git clone https://salsa.debian.org/python-team/packages/python-llfuse.git 165s to retrieve the latest (possibly unreleased) updates to the package. 165s Need to get 366 kB of source archives. 165s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (dsc) [2359 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (tar) [218 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (diff) [145 kB] 165s Fetched 366 kB in 0s (743 kB/s) 165s Download complete and in download only mode 165s + [ -n ] 165s + echo Reading package lists... 165s NOTICE: 'python-llfuse' packaging is maintained in the 'Git' version control system at: 165s https://salsa.debian.org/python-team/packages/python-llfuse.git 165s Please use: 165s git clone https://salsa.debian.org/python-team/packages/python-llfuse.git 165s to retrieve the latest (possibly unreleased) updates to the package. 165s Need to get 366 kB of source archives. 165s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (dsc) [2359 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (tar) [218 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (diff) [145 kB] 165s Fetched 366 kB in 0s (743 kB/s) 165s Download complete and in download only mode 165s + grep ^Get: 165s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (dsc) [2359 B] 165s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (tar) [218 kB] 165s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-llfuse 1.5.0+dfsg-1build1 (diff) [145 kB] 165s + dpkg-source -x python-llfuse_1.5.0+dfsg-1build1.dsc src 165s gpgv: Signature made Thu Nov 14 18:30:15 2024 UTC 165s gpgv: using RSA key 568BF22A66337CBFC9A6B9B72C83DBC8E9BD0E37 165s gpgv: Can't check signature: No public key 165s dpkg-source: warning: cannot verify inline signature for ./python-llfuse_1.5.0+dfsg-1build1.dsc: no acceptable signature found 165s + chmod -R a+rX . 165s + cd src/. 165s + pwd 165s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest [12:46:59]: testing package python-llfuse version 1.5.0+dfsg-1build1 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/ /tmp/autopkgtest-work.arbp8fh6/out/pkg/debian/ 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: processing dependency python3-pytest 165s autopkgtest: DBG: processing dependency python3-llfuse 165s autopkgtest: DBG: marked alternatives ['python3-llfuse'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency fuse 165s autopkgtest: DBG: Test defined: name upstream-standard path debian/tests/upstream-standard command "None" restrictions [] features [] depends ['python3-pytest', 'python3-llfuse', 'fuse'] 165s autopkgtest: DBG: processing dependency python3-pytest 165s autopkgtest: DBG: processing dependency python3-llfuse 165s autopkgtest: DBG: marked alternatives ['python3-llfuse'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency fuse 165s autopkgtest: DBG: Test defined: name upstream-with-fuse path debian/tests/upstream-with-fuse command "None" restrictions ['needs-root'] features [] depends ['python3-pytest', 'python3-llfuse', 'fuse'] 165s autopkgtest [12:46:59]: build not needed 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/build.2Uc/src/ /tmp/autopkgtest-work.arbp8fh6/out/tests-tree/ 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: processing dependency python3-pytest 166s autopkgtest: DBG: processing dependency python3-llfuse 166s autopkgtest: DBG: marked alternatives ['python3-llfuse'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency fuse 166s autopkgtest: DBG: Test defined: name upstream-standard path debian/tests/upstream-standard command "None" restrictions [] features [] depends ['python3-pytest', 'python3-llfuse', 'fuse'] 166s autopkgtest: DBG: processing dependency python3-pytest 166s autopkgtest: DBG: processing dependency python3-llfuse 166s autopkgtest: DBG: marked alternatives ['python3-llfuse'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency fuse 166s autopkgtest: DBG: Test defined: name upstream-with-fuse path debian/tests/upstream-with-fuse command "None" restrictions ['needs-root'] features [] depends ['python3-pytest', 'python3-llfuse', 'fuse'] 166s autopkgtest [12:47:00]: test upstream-standard: preparing testbed 166s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-pytest', 'python3-llfuse', 'fuse'] 166s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 166s autopkgtest: DBG: install_deps: deps_new=['python3-pytest', 'python3-llfuse', 'fuse'] 166s autopkgtest: DBG: install-deps: satisfying python3-pytest, python3-llfuse, fuse 166s autopkgtest: DBG: can use apt-get on testbed: True 166s 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-pytest, python3-llfuse, fuse'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 166s Reading package lists... 166s Building dependency tree... 166s Reading state information... 166s Starting pkgProblemResolver with broken count: 0 166s Starting 2 pkgProblemResolver with broken count: 0 166s Done 167s The following NEW packages will be installed: 167s libfuse2t64 python3-iniconfig python3-llfuse python3-packaging 167s python3-pluggy python3-pytest 167s 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. 167s Need to get 722 kB of archives. 167s After this operation, 3274 kB of additional disk space will be used. 167s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libfuse2t64 s390x 2.9.9-9 [89.9 kB] 167s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 167s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-llfuse s390x 1.5.0+dfsg-1build1 [302 kB] 167s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 167s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 167s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 167s Fetched 722 kB in 1s (1317 kB/s) 167s Selecting previously unselected package libfuse2t64:s390x. 168s (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.) 168s Preparing to unpack .../0-libfuse2t64_2.9.9-9_s390x.deb ... 168s Adding 'diversion of /lib/s390x-linux-gnu/libfuse.so.2 to /lib/s390x-linux-gnu/libfuse.so.2.usr-is-merged by libfuse2t64' 168s Adding 'diversion of /lib/s390x-linux-gnu/libfuse.so.2.9.9 to /lib/s390x-linux-gnu/libfuse.so.2.9.9.usr-is-merged by libfuse2t64' 168s Adding 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.usr-is-merged by libfuse2t64' 168s Adding 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1.0.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.0.1.usr-is-merged by libfuse2t64' 168s Unpacking libfuse2t64:s390x (2.9.9-9) ... 168s Selecting previously unselected package python3-iniconfig. 168s Preparing to unpack .../1-python3-iniconfig_1.1.1-2_all.deb ... 168s Unpacking python3-iniconfig (1.1.1-2) ... 168s Selecting previously unselected package python3-llfuse:s390x. 168s Preparing to unpack .../2-python3-llfuse_1.5.0+dfsg-1build1_s390x.deb ... 168s Unpacking python3-llfuse:s390x (1.5.0+dfsg-1build1) ... 168s Selecting previously unselected package python3-packaging. 168s Preparing to unpack .../3-python3-packaging_24.2-1_all.deb ... 168s Unpacking python3-packaging (24.2-1) ... 168s Selecting previously unselected package python3-pluggy. 168s Preparing to unpack .../4-python3-pluggy_1.5.0-1_all.deb ... 168s Unpacking python3-pluggy (1.5.0-1) ... 168s Selecting previously unselected package python3-pytest. 168s Preparing to unpack .../5-python3-pytest_8.3.4-1_all.deb ... 168s Unpacking python3-pytest (8.3.4-1) ... 168s Setting up python3-iniconfig (1.1.1-2) ... 168s Setting up python3-packaging (24.2-1) ... 168s Setting up python3-pluggy (1.5.0-1) ... 168s Setting up libfuse2t64:s390x (2.9.9-9) ... 168s Removing 'diversion of /lib/s390x-linux-gnu/libfuse.so.2 to /lib/s390x-linux-gnu/libfuse.so.2.usr-is-merged by libfuse2t64' 168s Removing 'diversion of /lib/s390x-linux-gnu/libfuse.so.2.9.9 to /lib/s390x-linux-gnu/libfuse.so.2.9.9.usr-is-merged by libfuse2t64' 168s Removing 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.usr-is-merged by libfuse2t64' 168s Removing 'diversion of /lib/s390x-linux-gnu/libulockmgr.so.1.0.1 to /lib/s390x-linux-gnu/libulockmgr.so.1.0.1.usr-is-merged by libfuse2t64' 168s Setting up python3-pytest (8.3.4-1) ... 168s Setting up python3-llfuse:s390x (1.5.0+dfsg-1build1) ... 168s Processing triggers for man-db (2.13.0-1) ... 169s Processing triggers for libc-bin (2.40-4ubuntu1) ... 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-llfuse'], kind short, sout pipe, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAXL2C/upstream-standard-packages.all"], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-standard-packages.all /tmp/autopkgtest-work.arbp8fh6/out/upstream-standard-packages.all 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.OAXL2C/build.2Uc/src'], kind short, sout raw, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.OAXL2C/build.2Uc/src already exists 170s autopkgtest [12:47:04]: test upstream-standard: [----------------------- 170s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.OAXL2C/wrapper.sh --debug --artifacts=/tmp/autopkgtest.OAXL2C/upstream-standard-artifacts --chdir=/tmp/autopkgtest.OAXL2C/build.2Uc/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.OAXL2C/upstream-standard-stderr --stdout=/tmp/autopkgtest.OAXL2C/upstream-standard-stdout --tmp=/tmp/autopkgtest.OAXL2C/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-standard -- /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-standard'], kind test, sout raw, serr raw, env [] 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.OAXL2C/upstream-standard-artifacts 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: changing to directory: /tmp/autopkgtest.OAXL2C/build.2Uc/src 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: LANG=C.UTF-8 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LANGUAGE 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_ADDRESS 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_ALL 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_COLLATE 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_CTYPE 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_IDENTIFICATION 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MEASUREMENT 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MESSAGES 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MONETARY 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_NAME 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_NUMERIC 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_PAPER 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_TELEPHONE 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_TIME 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: pretending to be a login shell 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: will write standard error to /tmp/autopkgtest.OAXL2C/upstream-standard-stderr 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: will write stdout to /tmp/autopkgtest.OAXL2C/upstream-standard-stdout 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.OAXL2C/autopkgtest_tmp 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: marking as executable: /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-standard 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: command to run: /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-standard 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: copying /tmp/tmp.T7l8rsWAFz/out to stdout and file: /tmp/autopkgtest.OAXL2C/upstream-standard-stdout 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: copying /tmp/tmp.T7l8rsWAFz/err to standard error and file: /tmp/autopkgtest.OAXL2C/upstream-standard-stdout 170s /tmp/autopkgtest.OAXL2C/wrapper.sh: writing script pid 1395 to /tmp/autopkgtest_script_pid 170s ============================= test session starts ============================== 170s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3 170s cachedir: .pytest_cache 170s rootdir: /tmp/autopkgtest.OAXL2C/build.2Uc/src/test 170s configfile: pytest.ini 170s plugins: typeguard-4.4.1 170s collecting ... collected 15 items 170s 170s test/test_api.py::test_inquire_bits PASSED [ 6%] 170s test/test_api.py::test_listdir PASSED [ 13%] 170s test/test_api.py::test_sup_groups PASSED [ 20%] 170s test/test_api.py::test_entry_res PASSED [ 26%] 170s test/test_api.py::test_xattr PASSED [ 33%] 170s test/test_api.py::test_copy PASSED [ 40%] 170s test/test_examples.py::test_lltest PASSED [ 46%] 171s test/test_examples.py::test_tmpfs PASSED [ 53%] 171s test/test_examples.py::test_passthroughfs PASSED [ 60%] 171s test/test_fs.py::test_invalidate_entry PASSED [ 66%] 171s test/test_fs.py::test_invalidate_inode PASSED [ 73%] 171s test/test_fs.py::test_notify_store PASSED [ 80%] 173s test/test_fs.py::test_entry_timeout PASSED [ 86%] 174s test/test_fs.py::test_attr_timeout PASSED [ 93%] 174s test/test_rounding.py::test_rounding PASSED [100%] 174s 174s ============================== 15 passed in 4.16s ============================== 174s /tmp/autopkgtest.OAXL2C/wrapper.sh: checking for leaked background processes... 174s /tmp/autopkgtest.OAXL2C/wrapper.sh: waiting for tee/cat subprocesses... 174s /tmp/autopkgtest.OAXL2C/wrapper.sh: cleaning up... 174s /tmp/autopkgtest.OAXL2C/wrapper.sh: Exit status: 0 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest [12:47:08]: test upstream-standard: -----------------------] 174s autopkgtest: DBG: testbed executing test finished with exit status 0 174s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-standard-stdout /tmp/autopkgtest-work.arbp8fh6/out/upstream-standard-stdout 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-standard-stderr /tmp/autopkgtest-work.arbp8fh6/out/upstream-standard-stderr 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest [12:47:09]: test upstream-standard: - - - - - - - - - - results - - - - - - - - - - 175s upstream-standard PASS 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-standard-artifacts/ /tmp/autopkgtest-work.arbp8fh6/out/artifacts/ 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.OAXL2C/upstream-standard-artifacts', '/tmp/autopkgtest.OAXL2C/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest [12:47:09]: test upstream-with-fuse: preparing testbed 175s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-pytest', 'python3-llfuse', 'fuse'], deps_new=['python3-pytest', 'python3-llfuse', 'fuse'] 175s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 175s autopkgtest: DBG: install_deps: deps_new=['python3-pytest', 'python3-llfuse', 'fuse'] 175s autopkgtest: DBG: install-deps: satisfying python3-pytest, python3-llfuse, fuse 175s autopkgtest: DBG: can use apt-get on testbed: True 175s 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-pytest, python3-llfuse, fuse'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 176s Reading package lists... 176s Building dependency tree... 176s Reading state information... 176s Starting pkgProblemResolver with broken count: 0 176s Starting 2 pkgProblemResolver with broken count: 0 176s Done 176s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-llfuse'], kind short, sout pipe, serr pipe, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAXL2C/upstream-with-fuse-packages.all"], kind short, sout raw, serr pipe, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-with-fuse-packages.all /tmp/autopkgtest-work.arbp8fh6/out/upstream-with-fuse-packages.all 177s autopkgtest: DBG: got reply from testbed: ok 177s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.OAXL2C/build.2Uc/src'], kind short, sout raw, serr raw, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.OAXL2C/build.2Uc/src already exists 177s autopkgtest [12:47:11]: test upstream-with-fuse: [----------------------- 177s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.OAXL2C/wrapper.sh --debug --artifacts=/tmp/autopkgtest.OAXL2C/upstream-with-fuse-artifacts --chdir=/tmp/autopkgtest.OAXL2C/build.2Uc/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.OAXL2C/upstream-with-fuse-stderr --stdout=/tmp/autopkgtest.OAXL2C/upstream-with-fuse-stdout --tmp=/tmp/autopkgtest.OAXL2C/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.OAXL2C/build.2Uc/src/debian/tests/upstream-with-fuse -- /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-with-fuse'], kind test, sout raw, serr raw, env [] 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.OAXL2C/upstream-with-fuse-artifacts 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: changing to directory: /tmp/autopkgtest.OAXL2C/build.2Uc/src 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: LANG=C.UTF-8 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LANGUAGE 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_ADDRESS 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_ALL 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_COLLATE 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_CTYPE 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_IDENTIFICATION 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MEASUREMENT 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MESSAGES 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_MONETARY 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_NAME 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_NUMERIC 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_PAPER 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_TELEPHONE 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: unsetting environment: LC_TIME 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: pretending to be a login shell 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: will write standard error to /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stderr 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: will write stdout to /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stdout 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.OAXL2C/autopkgtest_tmp 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: marking as executable: /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-with-fuse 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: command to run: /tmp/autopkgtest.OAXL2C/build.2Uc/src/debian/tests/upstream-with-fuse 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: copying /tmp/tmp.ulj2F6ggqB/out to stdout and file: /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stdout 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: copying /tmp/tmp.ulj2F6ggqB/err to standard error and file: /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stdout 177s /tmp/autopkgtest.OAXL2C/wrapper.sh: writing script pid 1652 to /tmp/autopkgtest_script_pid 177s ============================= test session starts ============================== 177s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3 177s cachedir: .pytest_cache 177s rootdir: /tmp/autopkgtest.OAXL2C/build.2Uc/src/test 177s configfile: pytest.ini 177s plugins: typeguard-4.4.1 177s collecting ... collected 15 items 177s 177s test/test_api.py::test_inquire_bits PASSED [ 6%] 177s test/test_api.py::test_listdir PASSED [ 13%] 177s test/test_api.py::test_sup_groups PASSED [ 20%] 177s test/test_api.py::test_entry_res PASSED [ 26%] 177s test/test_api.py::test_xattr PASSED [ 33%] 177s test/test_api.py::test_copy PASSED [ 40%] 177s test/test_examples.py::test_lltest PASSED [ 46%] 178s test/test_examples.py::test_tmpfs PASSED [ 53%] 178s test/test_examples.py::test_passthroughfs PASSED [ 60%] 178s test/test_fs.py::test_invalidate_entry PASSED [ 66%] 178s test/test_fs.py::test_invalidate_inode PASSED [ 73%] 178s test/test_fs.py::test_notify_store PASSED [ 80%] 180s test/test_fs.py::test_entry_timeout PASSED [ 86%] 181s test/test_fs.py::test_attr_timeout PASSED [ 93%] 181s test/test_rounding.py::test_rounding PASSED [100%] 181s 181s ============================== 15 passed in 4.11s ============================== 181s /tmp/autopkgtest.OAXL2C/wrapper.sh: checking for leaked background processes... 181s /tmp/autopkgtest.OAXL2C/wrapper.sh: waiting for tee/cat subprocesses... 181s /tmp/autopkgtest.OAXL2C/wrapper.sh: cleaning up... 181s /tmp/autopkgtest.OAXL2C/wrapper.sh: Exit status: 0 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [12:47:15]: test upstream-with-fuse: -----------------------] 181s autopkgtest: DBG: testbed executing test finished with exit status 0 181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stdout /tmp/autopkgtest-work.arbp8fh6/out/upstream-with-fuse-stdout 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-with-fuse-stderr /tmp/autopkgtest-work.arbp8fh6/out/upstream-with-fuse-stderr 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest [12:47:16]: test upstream-with-fuse: - - - - - - - - - - results - - - - - - - - - - 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAXL2C/upstream-with-fuse-artifacts/ /tmp/autopkgtest-work.arbp8fh6/out/artifacts/ 182s upstream-with-fuse PASS 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.OAXL2C/upstream-with-fuse-artifacts', '/tmp/autopkgtest.OAXL2C/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 182s autopkgtest [12:47:16]: @@@@@@@@@@@@@@@@@@@@ summary 182s upstream-standard PASS 182s upstream-with-fuse PASS 182s autopkgtest: DBG: testbed stop 182s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.OAXL2C 182s autopkgtest: DBG: sending command to testbed: close 200s autopkgtest: DBG: got reply from testbed: ok 200s autopkgtest: DBG: sending command to testbed: quit 200s nova [W] Using flock in prodstack6-s390x 200s Creating nova instance adt-plucky-s390x-python-llfuse-20250219-124414-juju-7f2275-prod-proposed-migration-environment-15-5bc6698d-bd9b-43b1-9f9b-05d88a2c3d80 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 200s nova [W] Timed out waiting for d776bb2b-c65f-4804-845b-8c331b479563 to get deleted.