0s autopkgtest: DBG: testbed init 0s autopkgtest [12:49:10]: starting date and time: 2025-02-19 12:49:10+0000 0s autopkgtest [12:49:10]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:49:10]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.4vlnkz28/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-picologging --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-25.secgroup --name adt-plucky-s390x-python-picologging-20250219-124910-juju-7f2275-prod-proposed-migration-environment-15-6f101e4f-ac23-4dee-b9bf-c5e8cee499ca --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 111s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.OAcWdM 111s autopkgtest: DBG: sending command to testbed: print-execute-command 111s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.qv9nz_ws/runcmd 111s autopkgtest: DBG: sending command to testbed: capabilities 111s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot revert isolation-machine revert-full-system root-on-testbed 111s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'revert', 'isolation-machine', 'revert-full-system', 'root-on-testbed', 'has_internet'] 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.OAcWdM/wrapper.sh 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/wrapper.sh'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [12:51:01]: testbed dpkg architecture: s390x 111s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [12:51:02]: testbed apt version: 2.9.30 112s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed has eatmydata 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [12:51:02]: @@@@@@@@@@@@@@@@@@@@ test bed setup 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [12:51:02]: testbed release detected to be: None 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s 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 [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT source: Types: deb deb-src 112s URIs: http://ftpmaster.internal/ubuntu/ 112s Suites: plucky-proposed 112s Components: main restricted universe multiverse 112s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 112s 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 [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 113s Package: * 113s Pin: release plucky-proposed 113s Pin-Priority: 500 113s 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 [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [12:51:03]: updating testbed package index (apt update) 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', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 113s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 113s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 113s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 113s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 114s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 114s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 114s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 114s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 114s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 114s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 114s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 114s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 114s Fetched 1700 kB in 1s (1830 kB/s) 115s Reading package lists... 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 115s Package: * 115s Pin: release plucky-proposed 115s Pin-Priority: 100 115s 115s Package: src:sphinx:any 115s Pin: release plucky-proposed 115s Pin-Priority: 995 115s 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 [] 115s autopkgtest: DBG: testbed command exited with code 0 115s 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.OAcWdM/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s 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'] 115s + lsb_release --codename --short 115s + RELEASE=plucky 115s + cat 115s + [ plucky != trusty ] 115s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s Calculating upgrade... 115s The following packages were automatically installed and are no longer required: 115s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 115s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 115s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 115s linux-tools-6.11.0-8-generic 115s Use 'sudo apt autoremove' to remove them. 115s The following packages will be upgraded: 115s iproute2 liblsof0 libp11-kit0 lsof 116s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 116s Need to get 1791 kB of archives. 116s After this operation, 17.4 kB of additional disk space will be used. 116s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 116s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 116s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 116s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 116s Preconfiguring packages ... 116s Fetched 1791 kB in 1s (2881 kB/s) 117s (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.) 117s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 117s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 117s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 117s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 117s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 117s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 117s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 117s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 117s Setting up liblsof0 (4.99.4+dfsg-1) ... 117s Setting up iproute2 (6.13.0-1ubuntu1) ... 117s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 117s Setting up lsof (4.99.4+dfsg-1) ... 117s Processing triggers for man-db (2.13.0-1) ... 117s Processing triggers for libc-bin (2.40-4ubuntu1) ... 118s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 118s + /usr/lib/apt/apt-helper analyze-pattern ?true 118s + uname -r 118s + sed s/\./\\./g 118s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 118s + apt list ?obsolete 118s + tail -n+2 118s + cut -d/ -f1 118s + grep -v ^linux-.*6\.12\.0-15-generic.* 118s + true 118s + obsolete_pkgs= 118s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s The following packages will be REMOVED: 118s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 118s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 118s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 118s linux-tools-6.11.0-8-generic* 118s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 118s After this operation, 167 MB disk space will be freed. 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 ... 81031 files and directories currently installed.) 118s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 118s Removing libpython3.12t64:s390x (3.12.9-1) ... 118s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 118s Removing libnsl2:s390x (1.3.0-3build3) ... 118s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 118s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 120s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 120s Processing triggers for libc-bin (2.40-4ubuntu1) ... 120s (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.) 120s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 120s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 120s + grep -q trusty /etc/lsb-release 120s + [ ! -d /usr/share/doc/unattended-upgrades ] 120s + [ ! -d /usr/share/doc/lxd ] 120s + [ ! -d /usr/share/doc/lxd-client ] 120s + [ ! -d /usr/share/doc/snapd ] 120s + type iptables 120s + cat 120s + chmod 755 /etc/rc.local 120s + . /etc/rc.local 120s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 120s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 120s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 120s + uname -m 120s + [ s390x = ppc64le ] 120s + [ -d /run/systemd/system ] 120s + systemd-detect-virt --quiet --vm 120s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 120s + cat 120s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 120s + echo COMPRESS=lz4 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [12:51:10]: upgrading testbed (apt dist-upgrade and autopurge) 120s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 121s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 121s Starting 2 pkgProblemResolver with broken count: 0 121s Done 121s Entering ResolveByKeep 121s 121s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s autopkgtest: DBG: testbed command exited with code 0 121s 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.OAcWdM/${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 [12:51:12]: rebooting testbed after setup commands that affected boot 122s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], 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.OAcWdM/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot'], 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.OAcWdM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.OAcWdM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], 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.OAcWdM/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/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.OAcWdM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [12:51:34]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 144s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAcWdM/testbed-packages"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/testbed-packages /tmp/autopkgtest-work.4vlnkz28/out/testbed-packages 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: Binaries: initialising 147s autopkgtest [12:51:37]: @@@@@@@@@@@@@@@@@@@@ apt-source python-picologging 147s autopkgtest: DBG: blame += python-picologging 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 147s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-picologging'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-picologging$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-picologging=0.9.4-3'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-picologging-doc$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-picologging-doc=0.9.4-3'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: install_deps: deps_new=[] 148s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s 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.OAcWdM/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-picologging=0.9.4-3 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-picologging_*.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'] 148s + cd / 148s + mktemp -d /tmp/autopkgtest.OAcWdM/build.XXX 148s + builddir=/tmp/autopkgtest.OAcWdM/build.nsa 148s + cd /tmp/autopkgtest.OAcWdM/build.nsa 148s + apt-get source -d -q --only-source python-picologging=0.9.4-3 149s + OUT=Reading package lists... 149s NOTICE: 'python-picologging' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/python-team/packages/python-picologging.git 149s Please use: 149s git clone https://salsa.debian.org/python-team/packages/python-picologging.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 86.1 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (dsc) [1895 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (tar) [78.0 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (diff) [6184 B] 149s Fetched 86.1 kB in 0s (245 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + echo Reading package lists... 149s NOTICE: 'python-picologging' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/python-team/packages/python-picologging.git 149s Please use: 149s git clone https://salsa.debian.org/python-team/packages/python-picologging.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 86.1 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (dsc) [1895 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (tar) [78.0 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (diff) [6184 B] 149s Fetched 86.1 kB in 0s (245 kB/s) 149s Download complete and in download only mode 149s + grep ^Get: 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (dsc) [1895 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (tar) [78.0 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-picologging 0.9.4-3 (diff) [6184 B] 149s + dpkg-source -x python-picologging_0.9.4-3.dsc src 149s gpgv: Signature made Sun Jan 26 18:13:13 2025 UTC 149s gpgv: using EDDSA key EE9AD6F90520FA11F69F4824477B0DB0263A54D8 149s gpgv: issuer "stefanor@debian.org" 149s gpgv: Can't check signature: No public key 149s dpkg-source: warning: cannot verify inline signature for ./python-picologging_0.9.4-3.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 [12:51:39]: testing package python-picologging version 0.9.4-3 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/build.nsa/src/debian/ /tmp/autopkgtest-work.4vlnkz28/out/pkg/debian/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: autodep8 generated control: ----- 149s Tests: 149s upstream-tests 149s Depends: 149s python3-all, 149s python3-pytest, 149s @, 149s Restrictions: allow-stderr 149s 149s 149s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done 149s Depends: python3-all, python3-picologging, 149s Restrictions: allow-stderr, superficial, 149s Features: test-name=autodep8-python3 149s 149s 149s ------- 149s autopkgtest: DBG: processing dependency python3-all 149s autopkgtest: DBG: processing dependency python3-pytest 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency python-picologging-doc 149s autopkgtest: DBG: synthesised dependency python3-picologging 149s autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python3-pytest', 'python-picologging-doc', 'python3-picologging'] 149s autopkgtest: DBG: processing dependency python3-all 149s autopkgtest: DBG: processing dependency python3-picologging 149s autopkgtest: DBG: marked alternatives ['python3-picologging'] as a synthesised dependency 149s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-picologging'] 149s autopkgtest [12:51:39]: build not needed 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/build.nsa/src/ /tmp/autopkgtest-work.4vlnkz28/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: autodep8 generated control: ----- 150s Tests: 150s upstream-tests 150s Depends: 150s python3-all, 150s python3-pytest, 150s @, 150s Restrictions: allow-stderr 150s 150s 150s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done 150s Depends: python3-all, python3-picologging, 150s Restrictions: allow-stderr, superficial, 150s Features: test-name=autodep8-python3 150s 150s 150s ------- 150s autopkgtest: DBG: processing dependency python3-all 150s autopkgtest: DBG: processing dependency python3-pytest 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency python-picologging-doc 150s autopkgtest: DBG: synthesised dependency python3-picologging 150s autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions ['allow-stderr'] features [] depends ['python3-all', 'python3-pytest', 'python-picologging-doc', 'python3-picologging'] 150s autopkgtest: DBG: processing dependency python3-all 150s autopkgtest: DBG: processing dependency python3-picologging 150s autopkgtest: DBG: marked alternatives ['python3-picologging'] as a synthesised dependency 150s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-picologging'] 150s autopkgtest [12:51:40]: test upstream-tests: preparing testbed 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-pytest', 'python-picologging-doc', 'python3-picologging'] 150s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 150s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-pytest', 'python-picologging-doc', 'python3-picologging'] 150s autopkgtest: DBG: install-deps: satisfying python3-all, python3-pytest, python-picologging-doc, python3-picologging 150s autopkgtest: DBG: can use apt-get on testbed: True 150s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-pytest, python-picologging-doc, python3-picologging'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 150s Reading package lists... 150s Building dependency tree... 150s Reading state information... 150s Starting pkgProblemResolver with broken count: 0 150s Starting 2 pkgProblemResolver with broken count: 0 150s Done 151s The following NEW packages will be installed: 151s libjs-jquery libjs-sphinxdoc libjs-underscore libnsl2 libpython3.12-minimal 151s libpython3.12-stdlib python-picologging-doc python3-all python3-iniconfig 151s python3-packaging python3-picologging python3-pluggy python3-pytest 151s python3.12 python3.12-minimal 151s 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 151s Need to get 7026 kB of archives. 151s After this operation, 28.1 MB of additional disk space will be used. 151s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 151s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 152s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 152s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 152s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 152s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 152s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 152s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x python-picologging-doc all 0.9.4-3 [69.9 kB] 152s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 152s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 152s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 152s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-picologging s390x 0.9.4-3 [122 kB] 152s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 152s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 153s Fetched 7026 kB in 2s (3941 kB/s) 153s Selecting previously unselected package libpython3.12-minimal:s390x. 153s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 153s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 153s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 153s Selecting previously unselected package python3.12-minimal. 153s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 153s Unpacking python3.12-minimal (3.12.9-1) ... 153s Selecting previously unselected package libnsl2:s390x. 153s Preparing to unpack .../02-libnsl2_1.3.0-3build3_s390x.deb ... 153s Unpacking libnsl2:s390x (1.3.0-3build3) ... 153s Selecting previously unselected package libpython3.12-stdlib:s390x. 153s Preparing to unpack .../03-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 153s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 153s Selecting previously unselected package python3.12. 153s Preparing to unpack .../04-python3.12_3.12.9-1_s390x.deb ... 153s Unpacking python3.12 (3.12.9-1) ... 153s Selecting previously unselected package libjs-jquery. 153s Preparing to unpack .../05-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 153s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 153s Selecting previously unselected package libjs-underscore. 153s Preparing to unpack .../06-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 153s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 153s Selecting previously unselected package libjs-sphinxdoc. 153s Preparing to unpack .../07-libjs-sphinxdoc_8.1.3-5_all.deb ... 153s Unpacking libjs-sphinxdoc (8.1.3-5) ... 153s Selecting previously unselected package python-picologging-doc. 153s Preparing to unpack .../08-python-picologging-doc_0.9.4-3_all.deb ... 153s Unpacking python-picologging-doc (0.9.4-3) ... 153s Selecting previously unselected package python3-all. 153s Preparing to unpack .../09-python3-all_3.13.1-1~exp2_s390x.deb ... 153s Unpacking python3-all (3.13.1-1~exp2) ... 153s Selecting previously unselected package python3-iniconfig. 153s Preparing to unpack .../10-python3-iniconfig_1.1.1-2_all.deb ... 153s Unpacking python3-iniconfig (1.1.1-2) ... 153s Selecting previously unselected package python3-packaging. 153s Preparing to unpack .../11-python3-packaging_24.2-1_all.deb ... 153s Unpacking python3-packaging (24.2-1) ... 153s Selecting previously unselected package python3-picologging. 153s Preparing to unpack .../12-python3-picologging_0.9.4-3_s390x.deb ... 153s Unpacking python3-picologging (0.9.4-3) ... 153s Selecting previously unselected package python3-pluggy. 153s Preparing to unpack .../13-python3-pluggy_1.5.0-1_all.deb ... 153s Unpacking python3-pluggy (1.5.0-1) ... 153s Selecting previously unselected package python3-pytest. 153s Preparing to unpack .../14-python3-pytest_8.3.4-1_all.deb ... 153s Unpacking python3-pytest (8.3.4-1) ... 153s Setting up python3-iniconfig (1.1.1-2) ... 154s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 154s Setting up python3-picologging (0.9.4-3) ... 154s Setting up python3-packaging (24.2-1) ... 154s Setting up python3-pluggy (1.5.0-1) ... 154s Setting up libnsl2:s390x (1.3.0-3build3) ... 154s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 154s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 154s Setting up python3.12-minimal (3.12.9-1) ... 155s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 155s Setting up python3-pytest (8.3.4-1) ... 156s Setting up python3.12 (3.12.9-1) ... 157s Setting up python3-all (3.13.1-1~exp2) ... 157s Setting up libjs-sphinxdoc (8.1.3-5) ... 157s Setting up python-picologging-doc (0.9.4-3) ... 157s Processing triggers for systemd (257.2-3ubuntu1) ... 157s Processing triggers for man-db (2.13.0-1) ... 158s Processing triggers for libc-bin (2.40-4ubuntu1) ... 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-picologging-doc'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-picologging'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAcWdM/upstream-tests-packages.all"], kind short, sout raw, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/upstream-tests-packages.all /tmp/autopkgtest-work.4vlnkz28/out/upstream-tests-packages.all 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.OAcWdM/build.nsa/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.OAcWdM/build.nsa/src already exists 159s autopkgtest [12:51:49]: test upstream-tests: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.OAcWdM/wrapper.sh --debug --artifacts=/tmp/autopkgtest.OAcWdM/upstream-tests-artifacts --chdir=/tmp/autopkgtest.OAcWdM/build.nsa/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.OAcWdM/upstream-tests-stderr --stdout=/tmp/autopkgtest.OAcWdM/upstream-tests-stdout --tmp=/tmp/autopkgtest.OAcWdM/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.OAcWdM/build.nsa/src/debian/tests/upstream-tests -- /tmp/autopkgtest.OAcWdM/build.nsa/src/debian/tests/upstream-tests'], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.OAcWdM/upstream-tests-artifacts 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: changing to directory: /tmp/autopkgtest.OAcWdM/build.nsa/src 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: will write standard error to /tmp/autopkgtest.OAcWdM/upstream-tests-stderr 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: will write stdout to /tmp/autopkgtest.OAcWdM/upstream-tests-stdout 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.OAcWdM/autopkgtest_tmp 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: marking as executable: /tmp/autopkgtest.OAcWdM/build.nsa/src/debian/tests/upstream-tests 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: command to run: /tmp/autopkgtest.OAcWdM/build.nsa/src/debian/tests/upstream-tests 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: copying /tmp/tmp.GbJg2GALhb/out to stdout and file: /tmp/autopkgtest.OAcWdM/upstream-tests-stdout 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: copying /tmp/tmp.GbJg2GALhb/err to standard error and file: /tmp/autopkgtest.OAcWdM/upstream-tests-stdout 159s /tmp/autopkgtest.OAcWdM/wrapper.sh: writing script pid 1548 to /tmp/autopkgtest_script_pid 159s 159s *************************** 159s *** Testing with python3.12 159s *************************** 159s 159s Content of current working folder: 159s 159s total 12 159s drwxr-xr-x 3 ubuntu ubuntu 4096 Feb 19 12:51 . 159s drwxrwxrwt 5 root root 4096 Feb 19 12:51 .. 159s drwxrwxr-x 7 ubuntu ubuntu 4096 Sep 13 10:03 tests 159s Running tests... 159s 159s ============================= test session starts ============================== 159s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 159s rootdir: /tmp/autopkgtest.OAcWdM/autopkgtest_tmp 159s plugins: typeguard-4.4.1 159s collected 259 items 159s 159s tests/integration/test_coloredlogs.py s 159s tests/unit/test_bufferinghandler.py ... 160s tests/unit/test_config.py ............ 160s tests/unit/test_filehandler.py ...................... 160s tests/unit/test_formatter.py ............................................ 160s tests/unit/test_handler.py ............... 160s tests/unit/test_logger.py ................................................................... 160s tests/unit/test_logrecord.py .................. 160s tests/unit/test_percentstyle.py ........... 160s tests/unit/test_picologging.py .............................. 160s tests/unit/test_queuehandler.py .... 160s tests/unit/test_sockethandler.py .bork boom 160s INFO:picologging_test:Testing now! 160s ERROR:test:test 160s DEBUG:test:test 160s ...ERROR:test:test 160s DEBUG:test:test 160s DEBUG:test:test 160s DEBUG:test:test 160s DEBUG:test:test 160s ERROR:test:error 160s Traceback (most recent call last): 160s File "/tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_sockethandler.py", line 221, in test_unix_sockethandler_emit_exception 160s 1 / 0 160s ~~^~~ 160s ZeroDivisionError: division by zero 160s DEBUG:test:test 160s ERROR:test:test 160s DEBUG:test:test 160s .ERROR:test:test 160s DEBUG:test:test 160s . 160s tests/unit/test_streamhandler.py ............test 160s test 160s test 160s . 160s tests/unit/test_strformatstyle.py ............ 160s tests/unit/test_threading.py . 160s 160s =============================== warnings summary =============================== 160s tests/unit/test_bufferinghandler.py:8 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_bufferinghandler.py:20 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_bufferinghandler.py:37 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:8 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:107 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:138 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:155 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:155: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:176 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:176: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:189 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:189: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:241 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:241: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:252 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("200B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:299 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:299: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:314 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:314: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:31 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:31: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:45 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:60 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:60: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:98 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:98: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("300B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:120 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:120: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:135 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:147 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:147: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:162 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:162: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:177 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:185 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:185: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:208 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:208: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:227 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:246 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:246: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:268 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:268: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:280 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:280: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:298 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:298: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:312 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:312: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:320 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:320: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:329 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("200B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:14 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:38 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:38: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:56 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:77 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:121 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:132 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:132: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:141 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:141: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:151 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:151: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:180 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:180: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:197 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:197: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:203 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:203: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:209 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:209: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:215 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:215: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:221 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:221: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:227 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:237 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:237: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:246 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:246: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:252 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:266 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:266: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:272 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:272: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:282 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:282: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:295 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:295: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:302 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:302: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:318 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:318: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:7 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:7: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:19 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:40 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:46 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:53 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:59 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:65 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:74 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:86 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:92 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:113 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:113: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:120 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:120: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:134 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:134: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:143 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:143: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:42 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:49 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:55 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:61 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:61: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:68 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:68: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:85 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:85: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:100 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:100: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:112 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:123 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:123: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:138 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:149 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:149: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:161 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:161: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:167 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:184 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:191 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:191: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:205 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:205: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:219 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:219: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:231 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:231: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:241 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:241: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:251 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:251: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:264 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:264: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:281 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:281: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:296 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:296: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:309 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:309: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:318 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:318: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:325 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:325: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:332 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:332: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:338 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:338: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:345 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:345: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:352 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:352: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:367 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:367: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:410 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:410: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:428 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:428: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:438 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:438: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:459 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:459: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:485 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:485: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:504 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:504: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:516 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:516: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:538 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:538: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:545 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:545: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:570 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:570: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:605 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:605: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:637 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:637: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:674 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:674: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:714 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:714: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:749 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:749: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:13 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:13: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:29 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:29: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:40 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:51 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:60 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:60: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:70 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:96 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:103 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:110 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:110: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:117 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:117: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:125 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:131 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:142 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:142: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:149 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:149: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:156 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:156: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("1.5KB", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:175 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:10 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("168B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("225B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:28 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("223B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:36 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:42 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:50 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:58 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:58: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:78 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:78: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:87 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:87: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:18 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:34 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:41 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:51 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:61 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:61: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:71 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:81 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:81: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:92 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:102 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:102: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:112 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:122 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:122: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:128 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:136 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:136: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:144 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:144: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:150 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:150: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:156 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:156: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:170 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:170: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:34 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:43 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:53 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:63 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:63: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:70 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:77 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:105 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:105: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:118 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:118: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:135 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:154 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:154: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:10 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:24 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:35 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:43 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:49 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:57 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:57: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:65 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:86 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:96 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_threading.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_threading.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 160s ================= 258 passed, 1 skipped, 198 warnings in 0.47s ================= 160s 160s *************************** 160s *** Testing with python3.13 160s *************************** 160s 160s Content of current working folder: 160s 160s total 12 160s drwxr-xr-x 3 ubuntu ubuntu 4096 Feb 19 12:51 . 160s drwxrwxrwt 5 root root 4096 Feb 19 12:51 .. 160s drwxrwxr-x 7 ubuntu ubuntu 4096 Sep 13 10:03 tests 160s Running tests... 160s 160s ============================= test session starts ============================== 160s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 160s rootdir: /tmp/autopkgtest.OAcWdM/autopkgtest_tmp 160s plugins: typeguard-4.4.1 160s collected 259 items 160s 160s tests/integration/test_coloredlogs.py s 160s tests/unit/test_bufferinghandler.py ... 160s tests/unit/test_config.py ............ 160s tests/unit/test_filehandler.py ...................... 160s tests/unit/test_formatter.py ............................................ 160s tests/unit/test_handler.py ............... 160s tests/unit/test_logger.py ................................................................... 160s tests/unit/test_logrecord.py .................. 160s tests/unit/test_percentstyle.py ........... 160s tests/unit/test_picologging.py .bork boom 160s ............................. 160s tests/unit/test_queuehandler.py ...INFO:picologging_test:Testing now! 160s . 160s tests/unit/test_sockethandler.py ERROR:test:test 160s DEBUG:test:test 160s .ERROR:test:test 160s DEBUG:test:test 160s .DEBUG:test:test 160s DEBUG:test:test 160s .DEBUG:test:test 160s ERROR:test:error 160s Traceback (most recent call last): 160s File "/tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_sockethandler.py", line 221, in test_unix_sockethandler_emit_exception 160s 1 / 0 160s ~~^~~ 160s ZeroDivisionError: division by zero 160s DEBUG:test:test 160s .ERROR:test:test 160s DEBUG:test:test 160s .ERROR:test:test 160s .DEBUG:test:test 160s 160s tests/unit/test_streamhandler.py ...........test 160s test 160s test 160s .. 160s tests/unit/test_strformatstyle.py ............ 160s tests/unit/test_threading.py . 160s 160s =============================== warnings summary =============================== 160s tests/unit/test_bufferinghandler.py:8 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_bufferinghandler.py:20 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_bufferinghandler.py:37 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_bufferinghandler.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:8 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:8: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:107 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:138 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:155 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:155: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:176 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:176: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:189 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:189: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:241 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:241: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:252 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("200B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:299 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:299: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_config.py:314 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_config.py:314: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:31 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:31: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:45 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:60 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:60: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:98 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:98: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("300B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:120 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:120: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:135 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:147 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:147: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:162 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:162: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:177 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:185 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:185: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:208 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:208: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:227 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:246 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:246: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:268 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:268: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:280 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:280: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:298 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:298: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:312 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:312: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:320 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:320: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_filehandler.py:329 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_filehandler.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("200B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:14 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:38 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:38: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:56 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:77 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:121 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:132 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:132: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:141 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:141: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:151 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:151: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:180 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:180: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:197 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:197: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:203 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:203: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:209 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:209: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:215 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:215: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:221 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:221: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:227 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:237 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:237: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:246 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:246: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:252 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:266 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:266: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:272 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:272: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:282 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:282: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:295 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:295: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:302 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:302: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_formatter.py:318 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_formatter.py:318: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:7 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:7: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:19 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:40 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:46 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:53 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:59 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:65 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:74 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:86 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:92 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:113 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:113: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:120 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:120: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:134 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:134: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_handler.py:143 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_handler.py:143: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:42 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:49 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:55 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:61 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:61: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:68 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:68: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:85 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:85: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:100 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:100: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:112 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:123 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:123: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:138 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:149 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:149: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:161 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:161: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:167 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:184 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:191 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:191: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:205 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:205: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:219 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:219: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:231 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:231: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:241 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:241: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:251 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:251: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:264 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:264: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:281 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:281: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:296 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:296: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:309 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:309: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:318 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:318: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:325 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:325: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:332 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:332: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:338 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:338: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:345 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:345: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:352 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:352: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:367 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:367: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:410 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:410: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:428 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:428: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:438 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:438: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:459 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:459: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("256B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:485 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:485: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:504 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:504: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:516 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:516: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:538 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:538: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:545 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:545: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:570 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:570: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:605 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:605: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:637 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:637: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:674 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:674: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:714 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:714: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_logger.py:749 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logger.py:749: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("128B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:13 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:13: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:29 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:29: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:40 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:40: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:51 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:60 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:60: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:70 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:96 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:103 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:110 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:110: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:117 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:117: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:125 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:131 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:142 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:142: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:149 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:149: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:156 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:156: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("1.5KB", filter_fn=filter_gc) 160s 160s tests/unit/test_logrecord.py:175 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_logrecord.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("512B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:10 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("168B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("225B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:28 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:28: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("223B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:36 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:42 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:50 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:58 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:58: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:78 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:78: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_percentstyle.py:87 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_percentstyle.py:87: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:18 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:34 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:41 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:41: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:51 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:61 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:61: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:71 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:81 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:81: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:92 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:102 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:102: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:112 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:122 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:122: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:128 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:128: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:136 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:136: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:144 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:144: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:150 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:150: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:156 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:156: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:163 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:163: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_picologging.py:170 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_picologging.py:170: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:25 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:25: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:34 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:43 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:53 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:63 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:63: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:70 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:77 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:88 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:105 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:105: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:118 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:118: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:135 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_streamhandler.py:154 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_streamhandler.py:154: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:10 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:17 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:24 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:24: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:35 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:43 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:49 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:57 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:57: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:65 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:72 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:80 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:86 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_strformatstyle.py:96 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_strformatstyle.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s tests/unit/test_threading.py:11 160s /tmp/autopkgtest.OAcWdM/autopkgtest_tmp/tests/unit/test_threading.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.limit_leaks - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 160s @pytest.mark.limit_leaks("192B", filter_fn=filter_gc) 160s 160s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 160s ================= 258 passed, 1 skipped, 198 warnings in 0.40s ================= 160s 160s /tmp/autopkgtest.OAcWdM/wrapper.sh: checking for leaked background processes... 160s /tmp/autopkgtest.OAcWdM/wrapper.sh: waiting for tee/cat subprocesses... 160s /tmp/autopkgtest.OAcWdM/wrapper.sh: cleaning up... 160s /tmp/autopkgtest.OAcWdM/wrapper.sh: Exit status: 0 160s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest [12:51:51]: test upstream-tests: -----------------------] 161s autopkgtest: DBG: testbed executing test finished with exit status 0 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/upstream-tests-stdout /tmp/autopkgtest-work.4vlnkz28/out/upstream-tests-stdout 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/upstream-tests-stderr /tmp/autopkgtest-work.4vlnkz28/out/upstream-tests-stderr 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest [12:51:51]: test upstream-tests: - - - - - - - - - - results - - - - - - - - - - 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/upstream-tests-artifacts/ /tmp/autopkgtest-work.4vlnkz28/out/artifacts/ 161s upstream-tests PASS 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.OAcWdM/upstream-tests-artifacts', '/tmp/autopkgtest.OAcWdM/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest [12:51:51]: test autodep8-python3: preparing testbed 161s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-all', 'python3-pytest', 'python-picologging-doc', 'python3-picologging'], deps_new=['python3-all', 'python3-picologging'] 161s autopkgtest: DBG: testbed reset 161s autopkgtest: DBG: sending command to testbed: revert 295s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.OAcWdM 295s autopkgtest: DBG: sending command to testbed: print-execute-command 295s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.qv9nz_ws/runcmd 295s autopkgtest: DBG: sending command to testbed: capabilities 295s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot revert isolation-machine revert-full-system root-on-testbed ok 295s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'revert', 'isolation-machine', 'revert-full-system', 'root-on-testbed', 'ok', 'has_internet'] 295s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.OAcWdM/wrapper.sh 296s autopkgtest: DBG: got reply from testbed: ok 296s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/wrapper.sh'], kind short, sout raw, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest [12:54:06]: testbed dpkg architecture: s390x 296s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest [12:54:06]: testbed apt version: 2.9.30 296s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: testbed has eatmydata 296s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest [12:54:06]: @@@@@@@@@@@@@@@@@@@@ test bed setup 296s 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 [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest [12:54:07]: testbed release detected to be: plucky 297s 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 [] 297s autopkgtest: DBG: testbed command exited with code 0 297s 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 [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: adding APT source: Types: deb deb-src 297s URIs: http://ftpmaster.internal/ubuntu/ 297s Suites: plucky-proposed 297s Components: main restricted universe multiverse 297s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 297s 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 [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 297s Package: * 297s Pin: release plucky-proposed 297s Pin-Priority: 500 297s 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 [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest [12:54:07]: updating testbed package index (apt update) 297s 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'] 298s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 298s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 298s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 298s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 298s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 298s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 298s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 298s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 298s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 298s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 298s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 298s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 298s Fetched 1700 kB in 1s (1892 kB/s) 299s Reading package lists... 299s autopkgtest: DBG: testbed command exited with code 0 299s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 299s Package: * 299s Pin: release plucky-proposed 299s Pin-Priority: 100 299s 299s Package: src:sphinx:any 299s Pin: release plucky-proposed 299s Pin-Priority: 995 299s 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 [] 299s autopkgtest: DBG: testbed command exited with code 0 299s 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.OAcWdM/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 299s autopkgtest: DBG: testbed command exited with code 0 299s 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'] 300s + lsb_release --codename --short 300s + RELEASE=plucky 300s + cat 300s + [ plucky != trusty ] 300s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 300s Reading package lists... 300s Building dependency tree... 300s Reading state information... 300s Calculating upgrade... 300s The following packages were automatically installed and are no longer required: 300s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 300s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 300s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 300s linux-tools-6.11.0-8-generic 300s Use 'sudo apt autoremove' to remove them. 300s The following packages will be upgraded: 300s iproute2 liblsof0 libp11-kit0 lsof 300s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 300s Need to get 1791 kB of archives. 300s After this operation, 17.4 kB of additional disk space will be used. 300s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 301s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 301s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 301s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 301s Preconfiguring packages ... 301s Fetched 1791 kB in 1s (2360 kB/s) 301s (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.) 301s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 301s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 301s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 301s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 301s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 301s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 301s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 301s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 301s Setting up liblsof0 (4.99.4+dfsg-1) ... 301s Setting up iproute2 (6.13.0-1ubuntu1) ... 302s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 302s Setting up lsof (4.99.4+dfsg-1) ... 302s Processing triggers for man-db (2.13.0-1) ... 302s Processing triggers for libc-bin (2.40-4ubuntu1) ... 302s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 302s + /usr/lib/apt/apt-helper analyze-pattern ?true 302s + uname -r+ sed s/\./\\./g 302s 302s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 302s + apt list ?obsolete 302s + tail -n+2 302s + cut -d/ -f1 302s + grep -v ^linux-.*6\.12\.0-15-generic.* 303s + true 303s + obsolete_pkgs= 303s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 303s Reading package lists... 303s Building dependency tree... 303s Reading state information... 303s The following packages will be REMOVED: 303s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 303s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 303s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 303s linux-tools-6.11.0-8-generic* 303s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 303s After this operation, 167 MB disk space will be freed. 303s (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.) 303s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 303s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 303s Removing libpython3.12t64:s390x (3.12.9-1) ... 303s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 303s Removing libnsl2:s390x (1.3.0-3build3) ... 303s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 303s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 303s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 304s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 304s Processing triggers for libc-bin (2.40-4ubuntu1) ... 304s (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.) 304s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 304s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 305s + grep -q trusty /etc/lsb-release 305s + [ ! -d /usr/share/doc/unattended-upgrades ] 305s + [ ! -d /usr/share/doc/lxd ] 305s + [ ! -d /usr/share/doc/lxd-client ] 305s + [ ! -d /usr/share/doc/snapd ] 305s + type iptables 305s + cat 305s + chmod 755 /etc/rc.local 305s + . /etc/rc.local 305s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 305s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 305s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 305s + uname -m 305s + [ s390x = ppc64le ] 305s + [ -d /run/systemd/system ] 305s + systemd-detect-virt --quiet --vm 305s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 305s + cat 305s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 305s + echo COMPRESS=lz4 305s autopkgtest: DBG: testbed command exited with code 0 305s autopkgtest [12:54:15]: upgrading testbed (apt dist-upgrade and autopurge) 305s 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'] 305s Reading package lists... 305s Building dependency tree... 305s Reading state information... 305s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 305s Starting 2 pkgProblemResolver with broken count: 0 305s Done 305s Entering ResolveByKeep 306s 306s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 306s autopkgtest: DBG: testbed command exited with code 0 306s 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'] 306s Reading package lists... 306s Building dependency tree... 306s Reading state information... 306s Starting pkgProblemResolver with broken count: 0 306s Starting 2 pkgProblemResolver with broken count: 0 306s Done 307s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 307s autopkgtest: DBG: testbed command exited with code 0 307s 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.OAcWdM/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 307s autopkgtest: DBG: testbed command exited with code 1 307s autopkgtest [12:54:17]: rebooting testbed after setup commands that affected boot 307s autopkgtest: DBG: sending command to testbed: reboot 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 325s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAcWdM/testbed-packages"], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/testbed-packages /tmp/autopkgtest-work.4vlnkz28/out/testbed-packages 327s autopkgtest: DBG: got reply from testbed: ok 327s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 327s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot 328s autopkgtest: DBG: got reply from testbed: ok 328s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM'], kind short, sout raw, serr pipe, env [] 328s autopkgtest: DBG: testbed command exited with code 0 328s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare 328s autopkgtest: DBG: got reply from testbed: ok 328s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.OAcWdM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 329s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-picologging'] 329s autopkgtest: DBG: install-deps: satisfying python3-all, python3-picologging 329s autopkgtest: DBG: can use apt-get on testbed: True 329s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-picologging'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 329s Reading package lists... 329s Building dependency tree... 329s Reading state information... 329s Starting pkgProblemResolver with broken count: 0 330s Starting 2 pkgProblemResolver with broken count: 0 330s Done 331s The following NEW packages will be installed: 331s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all 331s python3-picologging python3.12 python3.12-minimal 331s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 331s Need to get 6149 kB of archives. 331s After this operation, 24.5 MB of additional disk space will be used. 331s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 331s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 331s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 331s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 331s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 331s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 331s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-picologging s390x 0.9.4-3 [122 kB] 331s Fetched 6149 kB in 1s (8103 kB/s) 331s Selecting previously unselected package libpython3.12-minimal:s390x. 331s (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.) 331s Preparing to unpack .../0-libpython3.12-minimal_3.12.9-1_s390x.deb ... 331s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 331s Selecting previously unselected package python3.12-minimal. 331s Preparing to unpack .../1-python3.12-minimal_3.12.9-1_s390x.deb ... 331s Unpacking python3.12-minimal (3.12.9-1) ... 331s Selecting previously unselected package libnsl2:s390x. 331s Preparing to unpack .../2-libnsl2_1.3.0-3build3_s390x.deb ... 331s Unpacking libnsl2:s390x (1.3.0-3build3) ... 331s Selecting previously unselected package libpython3.12-stdlib:s390x. 331s Preparing to unpack .../3-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 331s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 331s Selecting previously unselected package python3.12. 331s Preparing to unpack .../4-python3.12_3.12.9-1_s390x.deb ... 331s Unpacking python3.12 (3.12.9-1) ... 331s Selecting previously unselected package python3-all. 331s Preparing to unpack .../5-python3-all_3.13.1-1~exp2_s390x.deb ... 331s Unpacking python3-all (3.13.1-1~exp2) ... 331s Selecting previously unselected package python3-picologging. 331s Preparing to unpack .../6-python3-picologging_0.9.4-3_s390x.deb ... 331s Unpacking python3-picologging (0.9.4-3) ... 331s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 331s Setting up python3-picologging (0.9.4-3) ... 331s Setting up libnsl2:s390x (1.3.0-3build3) ... 331s Setting up python3.12-minimal (3.12.9-1) ... 332s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 332s Setting up python3.12 (3.12.9-1) ... 334s Setting up python3-all (3.13.1-1~exp2) ... 334s Processing triggers for man-db (2.13.0-1) ... 334s Processing triggers for libc-bin (2.40-4ubuntu1) ... 334s Processing triggers for systemd (257.2-3ubuntu1) ... 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-picologging'], kind short, sout pipe, serr pipe, env [] 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.OAcWdM/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/autodep8-python3-packages.all /tmp/autopkgtest-work.4vlnkz28/out/autodep8-python3-packages.all 335s autopkgtest: DBG: got reply from testbed: ok 335s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.OAcWdM/build.nsa/src'], kind short, sout raw, serr raw, env [] 335s autopkgtest: DBG: testbed command exited with code 1 335s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.OAcWdM/build.nsa'], kind short, sout raw, serr pipe, env [] 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.4vlnkz28/out/tests-tree/ /tmp/autopkgtest.OAcWdM/build.nsa/src/ 336s autopkgtest: DBG: got reply from testbed: ok 336s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.OAcWdM/build.nsa/src'], kind short, sout raw, serr pipe, env [] 336s autopkgtest: DBG: testbed command exited with code 0 336s autopkgtest [12:54:46]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done 336s autopkgtest [12:54:46]: test autodep8-python3: [----------------------- 336s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.OAcWdM/wrapper.sh --debug --artifacts=/tmp/autopkgtest.OAcWdM/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.OAcWdM/build.nsa/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.OAcWdM/autodep8-python3-stderr --stdout=/tmp/autopkgtest.OAcWdM/autodep8-python3-stdout --tmp=/tmp/autopkgtest.OAcWdM/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done\''], kind test, sout raw, serr raw, env [] 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.OAcWdM/autodep8-python3-artifacts 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: changing to directory: /tmp/autopkgtest.OAcWdM/build.nsa/src 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: LANG=C.UTF-8 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LANGUAGE 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_ADDRESS 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_ALL 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_COLLATE 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_CTYPE 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_IDENTIFICATION 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MEASUREMENT 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MESSAGES 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_MONETARY 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_NAME 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_NUMERIC 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_PAPER 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_TELEPHONE 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: unsetting environment: LC_TIME 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: pretending to be a login shell 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: will write standard error to /tmp/autopkgtest.OAcWdM/autodep8-python3-stderr 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: will write stdout to /tmp/autopkgtest.OAcWdM/autodep8-python3-stdout 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.OAcWdM/autopkgtest_tmp 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import picologging; print(picologging)" ; done 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: copying /tmp/tmp.J3Ky9nrmL3/out to stdout and file: /tmp/autopkgtest.OAcWdM/autodep8-python3-stdout 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: copying /tmp/tmp.J3Ky9nrmL3/err to standard error and file: /tmp/autopkgtest.OAcWdM/autodep8-python3-stdout 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: writing script pid 1305 to /tmp/autopkgtest_script_pid 336s Testing with python3.12: 336s 336s Testing with python3.13: 336s 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: checking for leaked background processes... 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: waiting for tee/cat subprocesses... 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: cleaning up... 336s /tmp/autopkgtest.OAcWdM/wrapper.sh: Exit status: 0 337s autopkgtest: DBG: testbed command exited with code 0 337s autopkgtest [12:54:47]: test autodep8-python3: -----------------------] 337s autopkgtest: DBG: testbed executing test finished with exit status 0 337s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/autodep8-python3-stdout /tmp/autopkgtest-work.4vlnkz28/out/autodep8-python3-stdout 337s autopkgtest: DBG: got reply from testbed: ok 337s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/autodep8-python3-stderr /tmp/autopkgtest-work.4vlnkz28/out/autodep8-python3-stderr 337s autopkgtest: DBG: got reply from testbed: ok 337s autodep8-python3 PASS (superficial) 337s autopkgtest [12:54:47]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 337s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.OAcWdM/autodep8-python3-artifacts/ /tmp/autopkgtest-work.4vlnkz28/out/artifacts/ 337s autopkgtest: DBG: got reply from testbed: ok 337s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.OAcWdM/autodep8-python3-artifacts', '/tmp/autopkgtest.OAcWdM/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 338s autopkgtest: DBG: testbed command exited with code 0 338s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 338s autopkgtest [12:54:48]: @@@@@@@@@@@@@@@@@@@@ summary 338s upstream-tests PASS 338s autodep8-python3 PASS (superficial) 338s autopkgtest: DBG: testbed stop 338s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.OAcWdM 338s autopkgtest: DBG: sending command to testbed: close 355s autopkgtest: DBG: got reply from testbed: ok 355s autopkgtest: DBG: sending command to testbed: quit 355s nova [W] Using flock in prodstack6-s390x 355s flock: timeout while waiting to get lock 355s Creating nova instance adt-plucky-s390x-python-picologging-20250219-124910-juju-7f2275-prod-proposed-migration-environment-15-6f101e4f-ac23-4dee-b9bf-c5e8cee499ca from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 355s nova [W] Timed out waiting for 303d4d97-a97b-4f44-8538-e8bc252be533 to get deleted. 355s nova [W] Using flock in prodstack6-s390x 355s Creating nova instance adt-plucky-s390x-python-picologging-20250219-124910-juju-7f2275-prod-proposed-migration-environment-15-6f101e4f-ac23-4dee-b9bf-c5e8cee499ca from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 355s nova [W] Timed out waiting for c19fc3ba-3397-48cc-b13a-aa6ede4dc3df to get deleted.