0s autopkgtest: DBG: testbed init 0s autopkgtest [12:36:40]: starting date and time: 2025-02-19 12:36:40+0000 0s autopkgtest [12:36:40]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:36:40]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.bj6eyk5y/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade python-cyclopts --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-3.secgroup --name adt-plucky-s390x-python-cyclopts-20250219-123640-juju-7f2275-prod-proposed-migration-environment-15-58b434dc-1498-4cbe-b197-eeee8c6b76fe --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/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.p8z8nU 108s autopkgtest: DBG: sending command to testbed: print-execute-command 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.3mzyw8yi/runcmd 108s autopkgtest: DBG: sending command to testbed: capabilities 108s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine revert-full-system reboot suggested-normal-user=ubuntu root-on-testbed 108s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 108s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.p8z8nU'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.p8z8nU/wrapper.sh 109s autopkgtest: DBG: got reply from testbed: ok 109s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.p8z8nU/wrapper.sh'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:38:29]: testbed dpkg architecture: s390x 109s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [12:38:29]: testbed apt version: 2.9.30 109s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed has eatmydata 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [12:38:30]: @@@@@@@@@@@@@@@@@@@@ test bed setup 110s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [12:38:30]: testbed release detected to be: None 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: adding APT source: Types: deb deb-src 111s URIs: http://ftpmaster.internal/ubuntu/ 111s Suites: plucky-proposed 111s Components: main restricted universe multiverse 111s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 111s Package: * 111s Pin: release plucky-proposed 111s Pin-Priority: 500 111s 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 [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [12:38:30]: updating testbed package index (apt update) 111s 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'] 111s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 111s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 111s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 111s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 111s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 111s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 112s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 112s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 112s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 112s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 112s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 112s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 112s Fetched 1700 kB in 1s (1163 kB/s) 113s Reading package lists... 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 113s Package: * 113s Pin: release plucky-proposed 113s Pin-Priority: 100 113s 113s Package: src:sphinx:any 113s Pin: release plucky-proposed 113s Pin-Priority: 995 113s 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 [] 113s autopkgtest: DBG: testbed command exited with code 0 113s 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.p8z8nU/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s 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'] 113s + lsb_release --codename --short 113s + RELEASE=plucky 113s + cat 113s + [ plucky != trusty ] 113s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 113s Calculating upgrade... 114s The following packages were automatically installed and are no longer required: 114s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 114s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 114s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 114s linux-tools-6.11.0-8-generic 114s Use 'sudo apt autoremove' to remove them. 114s The following packages will be upgraded: 114s iproute2 liblsof0 libp11-kit0 lsof 114s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s Need to get 1791 kB of archives. 114s After this operation, 17.4 kB of additional disk space will be used. 114s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 114s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 115s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 115s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 115s Preconfiguring packages ... 115s Fetched 1791 kB in 1s (1649 kB/s) 115s (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.) 115s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 115s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 115s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 115s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 115s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 115s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 115s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 115s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 115s Setting up liblsof0 (4.99.4+dfsg-1) ... 115s Setting up iproute2 (6.13.0-1ubuntu1) ... 116s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 116s Setting up lsof (4.99.4+dfsg-1) ... 116s Processing triggers for man-db (2.13.0-1) ... 117s Processing triggers for libc-bin (2.40-4ubuntu1) ... 117s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 117s + /usr/lib/apt/apt-helper analyze-pattern ?true 117s + uname -r 117s + sed s/\./\\./g 117s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 117s + cut -d/ -f1 117s + apt list ?obsolete 117s + tail -n+2 117s + grep -v ^linux-.*6\.12\.0-15-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s The following packages will be REMOVED: 117s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 117s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 117s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 117s linux-tools-6.11.0-8-generic* 117s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 117s After this operation, 167 MB disk space will be freed. 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 ... 81031 files and directories currently installed.) 117s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 117s Removing libpython3.12t64:s390x (3.12.9-1) ... 117s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 117s Removing libnsl2:s390x (1.3.0-3build3) ... 117s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 117s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 118s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s Processing triggers for libc-bin (2.40-4ubuntu1) ... 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 ... 55931 files and directories currently installed.) 118s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 118s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s + grep -q trusty /etc/lsb-release 118s + [ ! -d /usr/share/doc/unattended-upgrades ] 118s + [ ! -d /usr/share/doc/lxd ] 118s + [ ! -d /usr/share/doc/lxd-client ] 118s + [ ! -d /usr/share/doc/snapd ] 118s + type iptables 118s + cat 118s + chmod 755 /etc/rc.local 118s + . /etc/rc.local 118s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 118s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 118s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 118s + uname -m 118s + [ s390x = ppc64le ] 118s + [ -d /run/systemd/system ] 118s + systemd-detect-virt --quiet --vm 118s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 118s + cat 118s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 118s + echo COMPRESS=lz4 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [12:38:38]: upgrading testbed (apt dist-upgrade and autopurge) 118s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 119s Entering ResolveByKeep 119s 119s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s autopkgtest: DBG: testbed command exited with code 0 119s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 120s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.p8z8nU/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 120s autopkgtest: DBG: testbed command exited with code 1 120s autopkgtest [12:38:40]: rebooting testbed after setup commands that affected boot 120s 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.p8z8nU'], 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.p8z8nU/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.p8z8nU/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.p8z8nU/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.p8z8nU/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.p8z8nU'], 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.p8z8nU/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.p8z8nU/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.p8z8nU/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:39:04]: 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.p8z8nU/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.p8z8nU/testbed-packages /tmp/autopkgtest-work.bj6eyk5y/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.p8z8nU'], 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.p8z8nU/autopkgtest-reboot 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.p8z8nU/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.p8z8nU/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.p8z8nU/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.p8z8nU'], 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.p8z8nU/autopkgtest-reboot-prepare 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.p8z8nU/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.p8z8nU/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:39:07]: @@@@@@@@@@@@@@@@@@@@ apt-source python-cyclopts 147s autopkgtest: DBG: blame += python-cyclopts 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 147s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-cyclopts'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-cyclopts-doc$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-cyclopts-doc=3.4.1-1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-cyclopts$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-cyclopts=3.4.1-1'], 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.p8z8nU/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-cyclopts=3.4.1-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x python-cyclopts_*.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.p8z8nU/build.XXX 148s + builddir=/tmp/autopkgtest.p8z8nU/build.V8V 148s + cd /tmp/autopkgtest.p8z8nU/build.V8V 148s + apt-get source -d -q --only-source python-cyclopts=3.4.1-1 149s + OUT=Reading package lists... 149s NOTICE: 'python-cyclopts' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/python-team/packages/python-cyclopts.git 149s Please use: 149s git clone https://salsa.debian.org/python-team/packages/python-cyclopts.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 1931 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (dsc) [2700 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (tar) [1923 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (diff) [4552 B] 149s Fetched 1931 kB in 1s (1705 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + echo Reading package lists... 149s NOTICE: 'python-cyclopts' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/python-team/packages/python-cyclopts.git 149s Please use: 149s git clone https://salsa.debian.org/python-team/packages/python-cyclopts.git 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 1931 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (dsc) [2700 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (tar) [1923 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (diff) [4552 B] 149s Fetched 1931 kB in 1s (1705 kB/s) 149s Download complete and in download only mode 149s + grep ^Get: 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (dsc) [2700 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (tar) [1923 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-cyclopts 3.4.1-1 (diff) [4552 B] 149s + dpkg-source -x python-cyclopts_3.4.1-1.dsc src 150s gpgv: Signature made Sat Feb 1 21:44:45 2025 UTC 150s gpgv: using RSA key A8194D5D117E2D02DF30D30D07A9F562313446CD 150s gpgv: Can't check signature: No public key 150s dpkg-source: warning: cannot verify inline signature for ./python-cyclopts_3.4.1-1.dsc: no acceptable signature found 150s + chmod -R a+rX . 150s + cd src/. 150s + pwd 150s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [12:39:10]: testing package python-cyclopts version 3.4.1-1 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/build.V8V/src/debian/ /tmp/autopkgtest-work.bj6eyk5y/out/pkg/debian/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: autodep8 generated control: ----- 150s Test-Command: pybuild-autopkgtest 150s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 150s Restrictions: allow-stderr, skippable, 150s Features: test-name=pybuild-autopkgtest 150s 150s ------- 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency python3-cyclopts 150s autopkgtest: DBG: synthesised dependency python-cyclopts-doc 150s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 150s autopkgtest: DBG: processing dependency @builddeps@ 150s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 150s autopkgtest: DBG: synthesised dependency dh-sequence-python3 150s autopkgtest: DBG: synthesised dependency python-pytest-doc 150s autopkgtest: DBG: synthesised dependency python3-all 150s autopkgtest: DBG: synthesised dependency python3-cattr 150s autopkgtest: DBG: synthesised dependency python3-docstring-parser 150s autopkgtest: DBG: synthesised dependency python3-importlib-metadata 150s autopkgtest: DBG: synthesised dependency python3-linkify-it 150s autopkgtest: DBG: synthesised dependency python3-myst-parser 150s autopkgtest: DBG: synthesised dependency python3-poetry 150s autopkgtest: DBG: synthesised dependency python3-poetry-dynamic-versioning 150s autopkgtest: DBG: synthesised dependency python3-pydantic 150s autopkgtest: DBG: synthesised dependency python3-pytest 150s autopkgtest: DBG: synthesised dependency python3-pytest-mock 150s autopkgtest: DBG: synthesised dependency python3-rich 150s autopkgtest: DBG: synthesised dependency python3-rich-rst 150s autopkgtest: DBG: synthesised dependency python3-setuptools 150s autopkgtest: DBG: synthesised dependency python3-sphinx 150s autopkgtest: DBG: synthesised dependency python3-sphinx-autodoc-typehints 150s autopkgtest: DBG: synthesised dependency python3-sphinx-copybutton 150s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 150s autopkgtest: DBG: synthesised dependency python3-tomli 150s autopkgtest: DBG: synthesised dependency python3-typing-extensions 150s autopkgtest: DBG: synthesised dependency python3-yaml 150s autopkgtest: DBG: synthesised dependency build-essential 150s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-cyclopts', 'python-cyclopts-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'python-pytest-doc ', 'python3-all', 'python3-cattr', 'python3-docstring-parser', 'python3-importlib-metadata', 'python3-linkify-it ', 'python3-myst-parser ', 'python3-poetry', 'python3-poetry-dynamic-versioning', 'python3-pydantic ', 'python3-pytest ', 'python3-pytest-mock ', 'python3-rich', 'python3-rich-rst', 'python3-setuptools', 'python3-sphinx ', 'python3-sphinx-autodoc-typehints ', 'python3-sphinx-copybutton ', 'python3-sphinx-rtd-theme ', 'python3-tomli', 'python3-typing-extensions', 'python3-yaml', 'build-essential'] 150s autopkgtest [12:39:10]: build not needed 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/build.V8V/src/ /tmp/autopkgtest-work.bj6eyk5y/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: autodep8 generated control: ----- 151s Test-Command: pybuild-autopkgtest 151s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 151s Restrictions: allow-stderr, skippable, 151s Features: test-name=pybuild-autopkgtest 151s 151s ------- 151s autopkgtest: DBG: processing dependency @ 151s autopkgtest: DBG: synthesised dependency python3-cyclopts 151s autopkgtest: DBG: synthesised dependency python-cyclopts-doc 151s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 151s autopkgtest: DBG: processing dependency @builddeps@ 151s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 151s autopkgtest: DBG: synthesised dependency dh-sequence-python3 151s autopkgtest: DBG: synthesised dependency python-pytest-doc 151s autopkgtest: DBG: synthesised dependency python3-all 151s autopkgtest: DBG: synthesised dependency python3-cattr 151s autopkgtest: DBG: synthesised dependency python3-docstring-parser 151s autopkgtest: DBG: synthesised dependency python3-importlib-metadata 151s autopkgtest: DBG: synthesised dependency python3-linkify-it 151s autopkgtest: DBG: synthesised dependency python3-myst-parser 151s autopkgtest: DBG: synthesised dependency python3-poetry 151s autopkgtest: DBG: synthesised dependency python3-poetry-dynamic-versioning 151s autopkgtest: DBG: synthesised dependency python3-pydantic 151s autopkgtest: DBG: synthesised dependency python3-pytest 151s autopkgtest: DBG: synthesised dependency python3-pytest-mock 151s autopkgtest: DBG: synthesised dependency python3-rich 151s autopkgtest: DBG: synthesised dependency python3-rich-rst 151s autopkgtest: DBG: synthesised dependency python3-setuptools 151s autopkgtest: DBG: synthesised dependency python3-sphinx 151s autopkgtest: DBG: synthesised dependency python3-sphinx-autodoc-typehints 151s autopkgtest: DBG: synthesised dependency python3-sphinx-copybutton 151s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 151s autopkgtest: DBG: synthesised dependency python3-tomli 151s autopkgtest: DBG: synthesised dependency python3-typing-extensions 151s autopkgtest: DBG: synthesised dependency python3-yaml 151s autopkgtest: DBG: synthesised dependency build-essential 151s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-cyclopts', 'python-cyclopts-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'python-pytest-doc ', 'python3-all', 'python3-cattr', 'python3-docstring-parser', 'python3-importlib-metadata', 'python3-linkify-it ', 'python3-myst-parser ', 'python3-poetry', 'python3-poetry-dynamic-versioning', 'python3-pydantic ', 'python3-pytest ', 'python3-pytest-mock ', 'python3-rich', 'python3-rich-rst', 'python3-setuptools', 'python3-sphinx ', 'python3-sphinx-autodoc-typehints ', 'python3-sphinx-copybutton ', 'python3-sphinx-rtd-theme ', 'python3-tomli', 'python3-typing-extensions', 'python3-yaml', 'build-essential'] 151s autopkgtest [12:39:11]: test pybuild-autopkgtest: preparing testbed 151s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-cyclopts', 'python-cyclopts-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'python-pytest-doc ', 'python3-all', 'python3-cattr', 'python3-docstring-parser', 'python3-importlib-metadata', 'python3-linkify-it ', 'python3-myst-parser ', 'python3-poetry', 'python3-poetry-dynamic-versioning', 'python3-pydantic ', 'python3-pytest ', 'python3-pytest-mock ', 'python3-rich', 'python3-rich-rst', 'python3-setuptools', 'python3-sphinx ', 'python3-sphinx-autodoc-typehints ', 'python3-sphinx-copybutton ', 'python3-sphinx-rtd-theme ', 'python3-tomli', 'python3-typing-extensions', 'python3-yaml', 'build-essential'] 151s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 151s autopkgtest: DBG: install_deps: deps_new=['python3-cyclopts', 'python-cyclopts-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'python-pytest-doc ', 'python3-all', 'python3-cattr', 'python3-docstring-parser', 'python3-importlib-metadata', 'python3-linkify-it ', 'python3-myst-parser ', 'python3-poetry', 'python3-poetry-dynamic-versioning', 'python3-pydantic ', 'python3-pytest ', 'python3-pytest-mock ', 'python3-rich', 'python3-rich-rst', 'python3-setuptools', 'python3-sphinx ', 'python3-sphinx-autodoc-typehints ', 'python3-sphinx-copybutton ', 'python3-sphinx-rtd-theme ', 'python3-tomli', 'python3-typing-extensions', 'python3-yaml', 'build-essential'] 151s autopkgtest: DBG: install-deps: satisfying python3-cyclopts, python-cyclopts-doc, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, python-pytest-doc , python3-all, python3-cattr, python3-docstring-parser, python3-importlib-metadata, python3-linkify-it , python3-myst-parser , python3-poetry, python3-poetry-dynamic-versioning, python3-pydantic , python3-pytest , python3-pytest-mock , python3-rich, python3-rich-rst, python3-setuptools, python3-sphinx , python3-sphinx-autodoc-typehints , python3-sphinx-copybutton , python3-sphinx-rtd-theme , python3-tomli, python3-typing-extensions, python3-yaml, build-essential 151s autopkgtest: DBG: can use apt-get on testbed: True 151s 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-cyclopts, python-cyclopts-doc, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, python-pytest-doc , python3-all, python3-cattr, python3-docstring-parser, python3-importlib-metadata, python3-linkify-it , python3-myst-parser , python3-poetry, python3-poetry-dynamic-versioning, python3-pydantic , python3-pytest , python3-pytest-mock , python3-rich, python3-rich-rst, python3-setuptools, python3-sphinx , python3-sphinx-autodoc-typehints , python3-sphinx-copybutton , python3-sphinx-rtd-theme , python3-tomli, python3-typing-extensions, python3-yaml, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 151s Reading package lists... 151s Building dependency tree... 151s Reading state information... 151s Starting pkgProblemResolver with broken count: 0 151s Starting 2 pkgProblemResolver with broken count: 0 151s Done 151s The following NEW packages will be installed: 151s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 151s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 151s dh-python dh-strip-nondeterminism docutils-common dwz fonts-font-awesome 151s fonts-lato g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 151s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 151s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 151s libfile-stripnondeterminism-perl libgcc-14-dev libgomp1 libisl23 libitm1 151s libjs-jquery libjs-sphinxdoc libjs-underscore libjson-perl libmpc3 libnsl2 151s libpython3.12-minimal libpython3.12-stdlib libstdc++-14-dev libtool 151s libubsan1 m4 po-debconf pybuild-plugin-autopkgtest python-cyclopts-doc 151s python-pytest-doc python3-alabaster python3-all python3-annotated-types 151s python3-build python3-cachecontrol python3-cattr python3-cleo 151s python3-cyclopts python3-defusedxml python3-distlib python3-dnspython 151s python3-docstring-parser python3-docutils python3-dulwich python3-dunamai 151s python3-email-validator python3-fastjsonschema python3-filelock 151s python3-imagesize python3-importlib-metadata python3-iniconfig 151s python3-installer python3-jaraco.classes python3-jeepney python3-keyring 151s python3-linkify-it python3-mdit-py-plugins python3-msgpack 151s python3-myst-parser python3-packaging python3-pip-whl python3-pkginfo 151s python3-platformdirs python3-pluggy python3-poetry python3-poetry-core 151s python3-poetry-dynamic-versioning python3-pydantic python3-pydantic-core 151s python3-pyproject-hooks python3-pytest python3-pytest-mock 151s python3-requests-toolbelt python3-rich-rst python3-roman 151s python3-secretstorage python3-setuptools-whl python3-shellingham 151s python3-snowballstemmer python3-sphinx python3-sphinx-autodoc-typehints 151s python3-sphinx-copybutton python3-sphinx-rtd-theme 151s python3-sphinxcontrib.jquery python3-toml python3-tomli python3-tomlkit 151s python3-trove-classifiers python3-uc-micro python3-virtualenv python3-wheel 151s python3-wheel-whl python3.12 python3.12-minimal sgml-base sphinx-common 151s sphinx-rtd-theme-common xml-core 152s 0 upgraded, 121 newly installed, 0 to remove and 0 not upgraded. 152s Need to get 75.4 MB of archives. 152s After this operation, 270 MB of additional disk space will be used. 152s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 154s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 154s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 154s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 154s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 154s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 154s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 154s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 154s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 155s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 155s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 155s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 155s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 156s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 156s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 156s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 156s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 156s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 156s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 156s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 156s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 156s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 156s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 157s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 157s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 157s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 157s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 157s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 157s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 157s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 157s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 157s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 157s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 157s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 157s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 157s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 157s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 157s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 157s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 157s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 157s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 157s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 157s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 157s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 157s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 157s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 157s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 157s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 158s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 158s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 158s Get:53 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 158s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 158s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-autopkgtest all 6.20250108 [1744 B] 158s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 158s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x python-cyclopts-doc all 3.4.1-1 [261 kB] 158s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python-pytest-doc all 8.3.4-1 [967 kB] 158s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 158s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-annotated-types all 0.7.0-1 [19.4 kB] 158s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 158s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 158s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 158s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomli s390x 2.2.1-2 [153 kB] 158s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 158s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 158s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 158s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x python3-msgpack s390x 1.0.3-3build3 [117 kB] 158s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cachecontrol all 0.14.2-1 [18.7 kB] 158s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cattr all 23.2.3-1ubuntu1 [38.3 kB] 158s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cleo all 2.2.1-1 [52.4 kB] 158s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-docstring-parser all 0.16-1 [24.0 kB] 158s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 158s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 158s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-rich-rst all 1.3.1+dfsg-2 [12.1 kB] 158s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cyclopts all 3.4.1-1 [52.0 kB] 158s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 158s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 158s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dnspython all 2.7.0-1ubuntu1 [167 kB] 158s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dulwich s390x 0.22.7-1 [183 kB] 158s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dunamai all 1.23.0-1 [25.2 kB] 158s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-email-validator all 2.2.0-1 [28.5 kB] 158s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fastjsonschema all 2.21.1-1 [20.4 kB] 158s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 158s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 158s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 158s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 158s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jaraco.classes all 3.4.0-1 [7664 B] 158s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jeepney all 0.8.0-4 [33.1 kB] 158s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-secretstorage all 3.3.3-3 [13.7 kB] 158s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-keyring all 25.6.0-1 [40.6 kB] 158s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-uc-micro all 1.0.3-1 [5572 B] 158s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-linkify-it all 2.0.3-1 [19.1 kB] 158s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mdit-py-plugins all 0.4.2-1 [30.6 kB] 158s Get:95 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 158s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 158s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 158s Get:98 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 158s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-myst-parser all 4.0.0-1 [64.9 kB] 158s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 158s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pkginfo all 1.12.0-1 [17.0 kB] 158s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 158s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 159s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-poetry-core all 2.0.1-2 [219 kB] 159s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-requests-toolbelt all 1.0.0-4 [37.0 kB] 159s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-shellingham all 1.5.4-1 [9482 B] 159s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tomlkit all 0.13.2-1 [37.6 kB] 159s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-trove-classifiers all 2025.1.15.22-1 [10.9 kB] 159s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 159s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 159s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 159s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-poetry all 2.0.1+dfsg-1 [151 kB] 159s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-poetry-dynamic-versioning s390x 1.4.1-1 [24.2 kB] 159s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pydantic-core s390x 2.27.2-1 [2384 kB] 159s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pydantic s390x 2.10.6-1 [288 kB] 159s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 159s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-mock all 3.14.0-2 [11.7 kB] 159s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-autodoc-typehints all 2.3.0-2 [21.6 kB] 159s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-copybutton all 0.5.2-2 [16.6 kB] 159s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.jquery all 4.1-5 [6678 B] 159s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-rtd-theme all 3.0.2+dfsg-2 [23.5 kB] 160s Fetched 75.4 MB in 8s (9816 kB/s) 160s Selecting previously unselected package libpython3.12-minimal:s390x. 160s (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.) 160s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 160s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 160s Selecting previously unselected package python3.12-minimal. 160s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 160s Unpacking python3.12-minimal (3.12.9-1) ... 160s Selecting previously unselected package fonts-lato. 160s Preparing to unpack .../002-fonts-lato_2.015-1_all.deb ... 160s Unpacking fonts-lato (2.015-1) ... 160s Selecting previously unselected package sgml-base. 160s Preparing to unpack .../003-sgml-base_1.31_all.deb ... 160s Unpacking sgml-base (1.31) ... 160s Selecting previously unselected package libnsl2:s390x. 160s Preparing to unpack .../004-libnsl2_1.3.0-3build3_s390x.deb ... 160s Unpacking libnsl2:s390x (1.3.0-3build3) ... 160s Selecting previously unselected package libpython3.12-stdlib:s390x. 160s Preparing to unpack .../005-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 160s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 160s Selecting previously unselected package python3.12. 160s Preparing to unpack .../006-python3.12_3.12.9-1_s390x.deb ... 160s Unpacking python3.12 (3.12.9-1) ... 160s Selecting previously unselected package m4. 160s Preparing to unpack .../007-m4_1.4.19-5_s390x.deb ... 160s Unpacking m4 (1.4.19-5) ... 160s Selecting previously unselected package autoconf. 160s Preparing to unpack .../008-autoconf_2.72-3_all.deb ... 160s Unpacking autoconf (2.72-3) ... 160s Selecting previously unselected package autotools-dev. 160s Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ... 160s Unpacking autotools-dev (20220109.1) ... 160s Selecting previously unselected package automake. 160s Preparing to unpack .../010-automake_1%3a1.17-3_all.deb ... 160s Unpacking automake (1:1.17-3) ... 160s Selecting previously unselected package autopoint. 160s Preparing to unpack .../011-autopoint_0.23.1-1_all.deb ... 160s Unpacking autopoint (0.23.1-1) ... 160s Selecting previously unselected package libisl23:s390x. 160s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 160s Unpacking libisl23:s390x (0.27-1) ... 160s Selecting previously unselected package libmpc3:s390x. 160s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 160s Unpacking libmpc3:s390x (1.3.1-1build2) ... 160s Selecting previously unselected package cpp-14-s390x-linux-gnu. 160s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-14. 160s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-s390x-linux-gnu. 160s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package cpp. 160s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package libcc1-0:s390x. 160s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libgomp1:s390x. 160s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libitm1:s390x. 160s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libasan8:s390x. 160s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libubsan1:s390x. 161s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libgcc-14-dev:s390x. 161s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package gcc-14-s390x-linux-gnu. 161s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package gcc-14. 161s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package gcc-s390x-linux-gnu. 161s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package gcc. 161s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking gcc (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package libstdc++-14-dev:s390x. 161s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-14-s390x-linux-gnu. 161s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-14. 161s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking g++-14 (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-s390x-linux-gnu. 161s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package g++. 161s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking g++ (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package build-essential. 161s Preparing to unpack .../033-build-essential_12.10ubuntu1_s390x.deb ... 161s Unpacking build-essential (12.10ubuntu1) ... 161s Selecting previously unselected package libdebhelper-perl. 161s Preparing to unpack .../034-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 161s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 161s Selecting previously unselected package libtool. 161s Preparing to unpack .../035-libtool_2.5.4-3build1_all.deb ... 161s Unpacking libtool (2.5.4-3build1) ... 161s Selecting previously unselected package dh-autoreconf. 161s Preparing to unpack .../036-dh-autoreconf_20_all.deb ... 161s Unpacking dh-autoreconf (20) ... 161s Selecting previously unselected package libarchive-zip-perl. 161s Preparing to unpack .../037-libarchive-zip-perl_1.68-1_all.deb ... 161s Unpacking libarchive-zip-perl (1.68-1) ... 161s Selecting previously unselected package libfile-stripnondeterminism-perl. 161s Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 161s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 161s Selecting previously unselected package dh-strip-nondeterminism. 161s Preparing to unpack .../039-dh-strip-nondeterminism_1.14.1-2_all.deb ... 161s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 161s Selecting previously unselected package debugedit. 161s Preparing to unpack .../040-debugedit_1%3a5.1-2_s390x.deb ... 161s Unpacking debugedit (1:5.1-2) ... 161s Selecting previously unselected package dwz. 161s Preparing to unpack .../041-dwz_0.15-1build6_s390x.deb ... 161s Unpacking dwz (0.15-1build6) ... 161s Selecting previously unselected package gettext. 161s Preparing to unpack .../042-gettext_0.23.1-1_s390x.deb ... 161s Unpacking gettext (0.23.1-1) ... 161s Selecting previously unselected package intltool-debian. 161s Preparing to unpack .../043-intltool-debian_0.35.0+20060710.6_all.deb ... 161s Unpacking intltool-debian (0.35.0+20060710.6) ... 161s Selecting previously unselected package po-debconf. 161s Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ... 161s Unpacking po-debconf (1.0.21+nmu1) ... 161s Selecting previously unselected package debhelper. 161s Preparing to unpack .../045-debhelper_13.24.1ubuntu2_all.deb ... 161s Unpacking debhelper (13.24.1ubuntu2) ... 162s Selecting previously unselected package dh-python. 162s Preparing to unpack .../046-dh-python_6.20250108_all.deb ... 162s Unpacking dh-python (6.20250108) ... 162s Selecting previously unselected package xml-core. 162s Preparing to unpack .../047-xml-core_0.19_all.deb ... 162s Unpacking xml-core (0.19) ... 162s Selecting previously unselected package docutils-common. 162s Preparing to unpack .../048-docutils-common_0.21.2+dfsg-2_all.deb ... 162s Unpacking docutils-common (0.21.2+dfsg-2) ... 162s Selecting previously unselected package fonts-font-awesome. 162s Preparing to unpack .../049-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 162s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 162s Selecting previously unselected package libjs-jquery. 162s Preparing to unpack .../050-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 162s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 162s Selecting previously unselected package libjs-underscore. 162s Preparing to unpack .../051-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 162s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 162s Selecting previously unselected package libjs-sphinxdoc. 162s Preparing to unpack .../052-libjs-sphinxdoc_8.1.3-5_all.deb ... 162s Unpacking libjs-sphinxdoc (8.1.3-5) ... 162s Selecting previously unselected package libjson-perl. 162s Preparing to unpack .../053-libjson-perl_4.10000-1_all.deb ... 162s Unpacking libjson-perl (4.10000-1) ... 162s Selecting previously unselected package pybuild-plugin-autopkgtest. 162s Preparing to unpack .../054-pybuild-plugin-autopkgtest_6.20250108_all.deb ... 162s Unpacking pybuild-plugin-autopkgtest (6.20250108) ... 162s Selecting previously unselected package sphinx-rtd-theme-common. 162s Preparing to unpack .../055-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 162s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 162s Selecting previously unselected package python-cyclopts-doc. 162s Preparing to unpack .../056-python-cyclopts-doc_3.4.1-1_all.deb ... 162s Unpacking python-cyclopts-doc (3.4.1-1) ... 162s Selecting previously unselected package python-pytest-doc. 162s Preparing to unpack .../057-python-pytest-doc_8.3.4-1_all.deb ... 162s Unpacking python-pytest-doc (8.3.4-1) ... 162s Selecting previously unselected package python3-all. 162s Preparing to unpack .../058-python3-all_3.13.1-1~exp2_s390x.deb ... 162s Unpacking python3-all (3.13.1-1~exp2) ... 162s Selecting previously unselected package python3-annotated-types. 162s Preparing to unpack .../059-python3-annotated-types_0.7.0-1_all.deb ... 162s Unpacking python3-annotated-types (0.7.0-1) ... 162s Selecting previously unselected package python3-importlib-metadata. 162s Preparing to unpack .../060-python3-importlib-metadata_8.6.1-1_all.deb ... 162s Unpacking python3-importlib-metadata (8.6.1-1) ... 162s Selecting previously unselected package python3-packaging. 162s Preparing to unpack .../061-python3-packaging_24.2-1_all.deb ... 162s Unpacking python3-packaging (24.2-1) ... 162s Selecting previously unselected package python3-pyproject-hooks. 162s Preparing to unpack .../062-python3-pyproject-hooks_1.2.0-1_all.deb ... 162s Unpacking python3-pyproject-hooks (1.2.0-1) ... 162s Selecting previously unselected package python3-tomli. 162s Preparing to unpack .../063-python3-tomli_2.2.1-2_s390x.deb ... 162s Unpacking python3-tomli (2.2.1-2) ... 162s Selecting previously unselected package python3-toml. 162s Preparing to unpack .../064-python3-toml_0.10.2-1_all.deb ... 162s Unpacking python3-toml (0.10.2-1) ... 162s Selecting previously unselected package python3-wheel. 162s Preparing to unpack .../065-python3-wheel_0.45.1-1_all.deb ... 162s Unpacking python3-wheel (0.45.1-1) ... 162s Selecting previously unselected package python3-build. 162s Preparing to unpack .../066-python3-build_1.2.2-1_all.deb ... 162s Unpacking python3-build (1.2.2-1) ... 162s Selecting previously unselected package python3-msgpack. 162s Preparing to unpack .../067-python3-msgpack_1.0.3-3build3_s390x.deb ... 162s Unpacking python3-msgpack (1.0.3-3build3) ... 162s Selecting previously unselected package python3-cachecontrol. 162s Preparing to unpack .../068-python3-cachecontrol_0.14.2-1_all.deb ... 162s Unpacking python3-cachecontrol (0.14.2-1) ... 162s Selecting previously unselected package python3-cattr. 162s Preparing to unpack .../069-python3-cattr_23.2.3-1ubuntu1_all.deb ... 162s Unpacking python3-cattr (23.2.3-1ubuntu1) ... 162s Selecting previously unselected package python3-cleo. 162s Preparing to unpack .../070-python3-cleo_2.2.1-1_all.deb ... 162s Unpacking python3-cleo (2.2.1-1) ... 162s Selecting previously unselected package python3-docstring-parser. 162s Preparing to unpack .../071-python3-docstring-parser_0.16-1_all.deb ... 162s Unpacking python3-docstring-parser (0.16-1) ... 162s Selecting previously unselected package python3-roman. 162s Preparing to unpack .../072-python3-roman_5.0-1_all.deb ... 162s Unpacking python3-roman (5.0-1) ... 162s Selecting previously unselected package python3-docutils. 162s Preparing to unpack .../073-python3-docutils_0.21.2+dfsg-2_all.deb ... 162s Unpacking python3-docutils (0.21.2+dfsg-2) ... 162s Selecting previously unselected package python3-rich-rst. 162s Preparing to unpack .../074-python3-rich-rst_1.3.1+dfsg-2_all.deb ... 162s Unpacking python3-rich-rst (1.3.1+dfsg-2) ... 162s Selecting previously unselected package python3-cyclopts. 162s Preparing to unpack .../075-python3-cyclopts_3.4.1-1_all.deb ... 162s Unpacking python3-cyclopts (3.4.1-1) ... 162s Selecting previously unselected package python3-defusedxml. 162s Preparing to unpack .../076-python3-defusedxml_0.7.1-3_all.deb ... 162s Unpacking python3-defusedxml (0.7.1-3) ... 162s Selecting previously unselected package python3-distlib. 162s Preparing to unpack .../077-python3-distlib_0.3.9-1_all.deb ... 162s Unpacking python3-distlib (0.3.9-1) ... 162s Selecting previously unselected package python3-dnspython. 162s Preparing to unpack .../078-python3-dnspython_2.7.0-1ubuntu1_all.deb ... 162s Unpacking python3-dnspython (2.7.0-1ubuntu1) ... 162s Selecting previously unselected package python3-dulwich. 162s Preparing to unpack .../079-python3-dulwich_0.22.7-1_s390x.deb ... 162s Unpacking python3-dulwich (0.22.7-1) ... 162s Selecting previously unselected package python3-dunamai. 162s Preparing to unpack .../080-python3-dunamai_1.23.0-1_all.deb ... 162s Unpacking python3-dunamai (1.23.0-1) ... 162s Selecting previously unselected package python3-email-validator. 162s Preparing to unpack .../081-python3-email-validator_2.2.0-1_all.deb ... 162s Unpacking python3-email-validator (2.2.0-1) ... 162s Selecting previously unselected package python3-fastjsonschema. 162s Preparing to unpack .../082-python3-fastjsonschema_2.21.1-1_all.deb ... 162s Unpacking python3-fastjsonschema (2.21.1-1) ... 162s Selecting previously unselected package python3-filelock. 162s Preparing to unpack .../083-python3-filelock_3.16.1-2_all.deb ... 162s Unpacking python3-filelock (3.16.1-2) ... 162s Selecting previously unselected package python3-imagesize. 162s Preparing to unpack .../084-python3-imagesize_1.4.1-1_all.deb ... 162s Unpacking python3-imagesize (1.4.1-1) ... 162s Selecting previously unselected package python3-iniconfig. 162s Preparing to unpack .../085-python3-iniconfig_1.1.1-2_all.deb ... 162s Unpacking python3-iniconfig (1.1.1-2) ... 162s Selecting previously unselected package python3-installer. 162s Preparing to unpack .../086-python3-installer_0.7.0+dfsg1-3_all.deb ... 162s Unpacking python3-installer (0.7.0+dfsg1-3) ... 162s Selecting previously unselected package python3-jaraco.classes. 162s Preparing to unpack .../087-python3-jaraco.classes_3.4.0-1_all.deb ... 162s Unpacking python3-jaraco.classes (3.4.0-1) ... 162s Selecting previously unselected package python3-jeepney. 162s Preparing to unpack .../088-python3-jeepney_0.8.0-4_all.deb ... 162s Unpacking python3-jeepney (0.8.0-4) ... 162s Selecting previously unselected package python3-secretstorage. 162s Preparing to unpack .../089-python3-secretstorage_3.3.3-3_all.deb ... 162s Unpacking python3-secretstorage (3.3.3-3) ... 162s Selecting previously unselected package python3-keyring. 162s Preparing to unpack .../090-python3-keyring_25.6.0-1_all.deb ... 162s Unpacking python3-keyring (25.6.0-1) ... 162s Selecting previously unselected package python3-uc-micro. 162s Preparing to unpack .../091-python3-uc-micro_1.0.3-1_all.deb ... 162s Unpacking python3-uc-micro (1.0.3-1) ... 162s Selecting previously unselected package python3-linkify-it. 162s Preparing to unpack .../092-python3-linkify-it_2.0.3-1_all.deb ... 162s Unpacking python3-linkify-it (2.0.3-1) ... 162s Selecting previously unselected package python3-mdit-py-plugins. 162s Preparing to unpack .../093-python3-mdit-py-plugins_0.4.2-1_all.deb ... 162s Unpacking python3-mdit-py-plugins (0.4.2-1) ... 162s Selecting previously unselected package sphinx-common. 162s Preparing to unpack .../094-sphinx-common_8.1.3-5_all.deb ... 162s Unpacking sphinx-common (8.1.3-5) ... 162s Selecting previously unselected package python3-alabaster. 162s Preparing to unpack .../095-python3-alabaster_0.7.16-0.1_all.deb ... 162s Unpacking python3-alabaster (0.7.16-0.1) ... 162s Selecting previously unselected package python3-snowballstemmer. 162s Preparing to unpack .../096-python3-snowballstemmer_2.2.0-4build1_all.deb ... 162s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 162s Selecting previously unselected package python3-sphinx. 162s Preparing to unpack .../097-python3-sphinx_8.1.3-5_all.deb ... 162s Unpacking python3-sphinx (8.1.3-5) ... 162s Selecting previously unselected package python3-myst-parser. 162s Preparing to unpack .../098-python3-myst-parser_4.0.0-1_all.deb ... 162s Unpacking python3-myst-parser (4.0.0-1) ... 162s Selecting previously unselected package python3-pip-whl. 162s Preparing to unpack .../099-python3-pip-whl_25.0+dfsg-1_all.deb ... 162s Unpacking python3-pip-whl (25.0+dfsg-1) ... 162s Selecting previously unselected package python3-pkginfo. 162s Preparing to unpack .../100-python3-pkginfo_1.12.0-1_all.deb ... 162s Unpacking python3-pkginfo (1.12.0-1) ... 162s Selecting previously unselected package python3-platformdirs. 162s Preparing to unpack .../101-python3-platformdirs_4.3.6-1_all.deb ... 162s Unpacking python3-platformdirs (4.3.6-1) ... 162s Selecting previously unselected package python3-pluggy. 162s Preparing to unpack .../102-python3-pluggy_1.5.0-1_all.deb ... 162s Unpacking python3-pluggy (1.5.0-1) ... 163s Selecting previously unselected package python3-poetry-core. 163s Preparing to unpack .../103-python3-poetry-core_2.0.1-2_all.deb ... 163s Unpacking python3-poetry-core (2.0.1-2) ... 163s Selecting previously unselected package python3-requests-toolbelt. 163s Preparing to unpack .../104-python3-requests-toolbelt_1.0.0-4_all.deb ... 163s Unpacking python3-requests-toolbelt (1.0.0-4) ... 163s Selecting previously unselected package python3-shellingham. 163s Preparing to unpack .../105-python3-shellingham_1.5.4-1_all.deb ... 163s Unpacking python3-shellingham (1.5.4-1) ... 163s Selecting previously unselected package python3-tomlkit. 163s Preparing to unpack .../106-python3-tomlkit_0.13.2-1_all.deb ... 163s Unpacking python3-tomlkit (0.13.2-1) ... 163s Selecting previously unselected package python3-trove-classifiers. 163s Preparing to unpack .../107-python3-trove-classifiers_2025.1.15.22-1_all.deb ... 163s Unpacking python3-trove-classifiers (2025.1.15.22-1) ... 163s Selecting previously unselected package python3-setuptools-whl. 163s Preparing to unpack .../108-python3-setuptools-whl_75.6.0-1_all.deb ... 163s Unpacking python3-setuptools-whl (75.6.0-1) ... 163s Selecting previously unselected package python3-wheel-whl. 163s Preparing to unpack .../109-python3-wheel-whl_0.45.1-1_all.deb ... 163s Unpacking python3-wheel-whl (0.45.1-1) ... 163s Selecting previously unselected package python3-virtualenv. 163s Preparing to unpack .../110-python3-virtualenv_20.29.1+ds-1_all.deb ... 163s Unpacking python3-virtualenv (20.29.1+ds-1) ... 163s Selecting previously unselected package python3-poetry. 163s Preparing to unpack .../111-python3-poetry_2.0.1+dfsg-1_all.deb ... 163s Unpacking python3-poetry (2.0.1+dfsg-1) ... 163s Selecting previously unselected package python3-poetry-dynamic-versioning. 163s Preparing to unpack .../112-python3-poetry-dynamic-versioning_1.4.1-1_s390x.deb ... 163s Unpacking python3-poetry-dynamic-versioning (1.4.1-1) ... 163s Selecting previously unselected package python3-pydantic-core. 163s Preparing to unpack .../113-python3-pydantic-core_2.27.2-1_s390x.deb ... 163s Unpacking python3-pydantic-core (2.27.2-1) ... 163s Selecting previously unselected package python3-pydantic. 163s Preparing to unpack .../114-python3-pydantic_2.10.6-1_s390x.deb ... 163s Unpacking python3-pydantic (2.10.6-1) ... 163s Selecting previously unselected package python3-pytest. 163s Preparing to unpack .../115-python3-pytest_8.3.4-1_all.deb ... 163s Unpacking python3-pytest (8.3.4-1) ... 163s Selecting previously unselected package python3-pytest-mock. 163s Preparing to unpack .../116-python3-pytest-mock_3.14.0-2_all.deb ... 163s Unpacking python3-pytest-mock (3.14.0-2) ... 163s Selecting previously unselected package python3-sphinx-autodoc-typehints. 163s Preparing to unpack .../117-python3-sphinx-autodoc-typehints_2.3.0-2_all.deb ... 163s Unpacking python3-sphinx-autodoc-typehints (2.3.0-2) ... 163s Selecting previously unselected package python3-sphinx-copybutton. 163s Preparing to unpack .../118-python3-sphinx-copybutton_0.5.2-2_all.deb ... 163s Unpacking python3-sphinx-copybutton (0.5.2-2) ... 163s Selecting previously unselected package python3-sphinxcontrib.jquery. 163s Preparing to unpack .../119-python3-sphinxcontrib.jquery_4.1-5_all.deb ... 163s Unpacking python3-sphinxcontrib.jquery (4.1-5) ... 163s Selecting previously unselected package python3-sphinx-rtd-theme. 163s Preparing to unpack .../120-python3-sphinx-rtd-theme_3.0.2+dfsg-2_all.deb ... 163s Unpacking python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 163s Setting up dh-python (6.20250108) ... 163s Setting up python3-iniconfig (1.1.1-2) ... 163s Setting up python3-setuptools-whl (75.6.0-1) ... 163s Setting up python3-filelock (3.16.1-2) ... 163s Setting up fonts-lato (2.015-1) ... 163s Setting up python3-jaraco.classes (3.4.0-1) ... 163s Setting up python3-requests-toolbelt (1.0.0-4) ... 164s Setting up python3-pydantic-core (2.27.2-1) ... 164s Setting up python3-importlib-metadata (8.6.1-1) ... 164s Setting up python3-tomli (2.2.1-2) ... 164s Setting up python3-pkginfo (1.12.0-1) ... 164s Setting up python3-pip-whl (25.0+dfsg-1) ... 164s Setting up python3-defusedxml (0.7.1-3) ... 164s Setting up libarchive-zip-perl (1.68-1) ... 164s Setting up python3-alabaster (0.7.16-0.1) ... 164s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 164s Setting up python3-docstring-parser (0.16-1) ... 165s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 165s Setting up python3-mdit-py-plugins (0.4.2-1) ... 165s Setting up m4 (1.4.19-5) ... 165s Setting up python3-distlib (0.3.9-1) ... 165s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 165s Setting up python3-wheel (0.45.1-1) ... 165s Setting up python3-annotated-types (0.7.0-1) ... 165s Setting up python3-uc-micro (1.0.3-1) ... 165s Setting up python3-platformdirs (4.3.6-1) ... 166s Setting up python3-roman (5.0-1) ... 166s Setting up autotools-dev (20220109.1) ... 166s Setting up python3-packaging (24.2-1) ... 166s Setting up python3-cattr (23.2.3-1ubuntu1) ... 166s Setting up python3-pyproject-hooks (1.2.0-1) ... 166s Setting up python3-snowballstemmer (2.2.0-4build1) ... 167s Setting up python3-poetry-core (2.0.1-2) ... 167s Setting up libmpc3:s390x (1.3.1-1build2) ... 167s Setting up autopoint (0.23.1-1) ... 167s Setting up python3-toml (0.10.2-1) ... 167s Setting up python3-jeepney (0.8.0-4) ... 168s Setting up python3-installer (0.7.0+dfsg1-3) ... 168s Setting up autoconf (2.72-3) ... 168s Setting up python3-pluggy (1.5.0-1) ... 168s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 168s Setting up python3-fastjsonschema (2.21.1-1) ... 168s Setting up dwz (0.15-1build6) ... 168s Setting up python3-trove-classifiers (2025.1.15.22-1) ... 168s Setting up python3-dnspython (2.7.0-1ubuntu1) ... 169s Setting up python3-dulwich (0.22.7-1) ... 169s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 169s Setting up libjson-perl (4.10000-1) ... 169s Setting up libnsl2:s390x (1.3.0-3build3) ... 170s Setting up debugedit (1:5.1-2) ... 170s Setting up python3-linkify-it (2.0.3-1) ... 170s Setting up python3-cleo (2.2.1-1) ... 170s Setting up python3-email-validator (2.2.0-1) ... 170s Setting up sgml-base (1.31) ... 170s Setting up python3-msgpack (1.0.3-3build3) ... 170s Setting up python3-cachecontrol (0.14.2-1) ... 170s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 170s Setting up libisl23:s390x (0.27-1) ... 170s Setting up python3-build (1.2.2-1) ... 171s Setting up python3-shellingham (1.5.4-1) ... 171s Setting up python3-tomlkit (0.13.2-1) ... 171s Setting up python3-wheel-whl (0.45.1-1) ... 171s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 171s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 171s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 171s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 171s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 171s Setting up python3-imagesize (1.4.1-1) ... 171s Setting up automake (1:1.17-3) ... 171s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 171s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 171s Setting up python3-dunamai (1.23.0-1) ... 171s Setting up python3.12-minimal (3.12.9-1) ... 172s Setting up gettext (0.23.1-1) ... 172s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 172s Setting up python3-pytest (8.3.4-1) ... 173s Setting up python3.12 (3.12.9-1) ... 174s Setting up python3-poetry-dynamic-versioning (1.4.1-1) ... 174s Setting up python3-virtualenv (20.29.1+ds-1) ... 174s Setting up python3-all (3.13.1-1~exp2) ... 174s Setting up intltool-debian (0.35.0+20060710.6) ... 174s Setting up python3-secretstorage (3.3.3-3) ... 175s Setting up python3-pydantic (2.10.6-1) ... 175s Setting up libjs-sphinxdoc (8.1.3-5) ... 175s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 175s Setting up cpp-14 (14.2.0-17ubuntu1) ... 175s Setting up dh-strip-nondeterminism (1.14.1-2) ... 175s Setting up python3-pytest-mock (3.14.0-2) ... 175s Setting up xml-core (0.19) ... 176s Setting up python3-keyring (25.6.0-1) ... 176s Setting up python-cyclopts-doc (3.4.1-1) ... 176s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 176s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 176s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 176s Setting up po-debconf (1.0.21+nmu1) ... 176s Setting up python-pytest-doc (8.3.4-1) ... 176s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 176s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 176s Setting up python3-poetry (2.0.1+dfsg-1) ... 176s Setting up sphinx-common (8.1.3-5) ... 176s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 176s Setting up cpp (4:14.2.0-1ubuntu1) ... 176s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 176s Setting up gcc-14 (14.2.0-17ubuntu1) ... 176s Setting up g++-14 (14.2.0-17ubuntu1) ... 176s Setting up libtool (2.5.4-3build1) ... 176s Setting up gcc (4:14.2.0-1ubuntu1) ... 176s Setting up dh-autoreconf (20) ... 176s Setting up g++ (4:14.2.0-1ubuntu1) ... 176s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 176s Setting up build-essential (12.10ubuntu1) ... 176s Setting up debhelper (13.24.1ubuntu2) ... 176s Setting up pybuild-plugin-autopkgtest (6.20250108) ... 176s Processing triggers for install-info (7.1.1-1) ... 176s Processing triggers for libc-bin (2.40-4ubuntu1) ... 176s Processing triggers for systemd (257.2-3ubuntu1) ... 176s Processing triggers for man-db (2.13.0-1) ... 177s Processing triggers for sgml-base (1.31) ... 177s Setting up docutils-common (0.21.2+dfsg-2) ... 177s Processing triggers for sgml-base (1.31) ... 177s Setting up python3-docutils (0.21.2+dfsg-2) ... 178s Setting up python3-rich-rst (1.3.1+dfsg-2) ... 178s Setting up python3-cyclopts (3.4.1-1) ... 178s Setting up python3-sphinx (8.1.3-5) ... 180s Setting up python3-myst-parser (4.0.0-1) ... 180s Setting up python3-sphinx-copybutton (0.5.2-2) ... 180s Setting up python3-sphinx-autodoc-typehints (2.3.0-2) ... 180s Setting up python3-sphinxcontrib.jquery (4.1-5) ... 181s Setting up python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-cyclopts'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-cyclopts-doc'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-packages.all /tmp/autopkgtest-work.bj6eyk5y/out/pybuild-autopkgtest-packages.all 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.p8z8nU/build.V8V/src'], kind short, sout raw, serr raw, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.p8z8nU/build.V8V/src already exists 182s autopkgtest [12:39:42]: test pybuild-autopkgtest: pybuild-autopkgtest 182s autopkgtest [12:39:42]: test pybuild-autopkgtest: [----------------------- 182s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.p8z8nU/wrapper.sh --debug --artifacts=/tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-artifacts --chdir=/tmp/autopkgtest.p8z8nU/build.V8V/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.p8z8nU/pybuild-autopkgtest-stderr --stdout=/tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stdout --tmp=/tmp/autopkgtest.p8z8nU/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec pybuild-autopkgtest'], kind test, sout raw, serr raw, env [] 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-artifacts 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: changing to directory: /tmp/autopkgtest.p8z8nU/build.V8V/src 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: LANG=C.UTF-8 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LANGUAGE 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_ADDRESS 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_ALL 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_COLLATE 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_CTYPE 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_IDENTIFICATION 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_MEASUREMENT 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_MESSAGES 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_MONETARY 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_NAME 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_NUMERIC 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_PAPER 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_TELEPHONE 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: unsetting environment: LC_TIME 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: pretending to be a login shell 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: will write standard error to /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stderr 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: will write stdout to /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stdout 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.p8z8nU/autopkgtest_tmp 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: command to run: bash -ec pybuild-autopkgtest 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: copying /tmp/tmp.mcJ8gWf1Hf/out to stdout and file: /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stdout 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: copying /tmp/tmp.mcJ8gWf1Hf/err to standard error and file: /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stdout 182s /tmp/autopkgtest.p8z8nU/wrapper.sh: writing script pid 3198 to /tmp/autopkgtest_script_pid 182s pybuild-autopkgtest 182s I: pybuild base:311: cd /tmp/autopkgtest.p8z8nU/autopkgtest_tmp/build; python3.12 -m pytest -v -k 'not test_pydantic_error_msg' 183s ============================= test session starts ============================== 183s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12 183s cachedir: .pytest_cache 183s rootdir: /tmp/autopkgtest.p8z8nU/autopkgtest_tmp/build 183s configfile: pyproject.toml 183s plugins: mock-3.14.0, typeguard-4.4.1 184s collecting ... collected 656 items / 1 deselected / 655 selected 184s 184s tests/apps/test_burgery.py::test_create_burger_help PASSED [ 0%] 184s tests/apps/test_burgery.py::test_create_burger_1 PASSED [ 0%] 184s tests/apps/test_burgery.py::test_create_burger_2 PASSED [ 0%] 184s tests/apps/test_burgery.py::test_create_burger_3 PASSED [ 0%] 184s tests/config/test_common.py::test_config_common_root_keys_empty PASSED [ 0%] 184s tests/config/test_common.py::test_config_common_root_keys_populated PASSED [ 0%] 184s tests/config/test_common.py::test_config_common_must_exist_false PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_must_exist_true PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_search_parents_true_exists[True] PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_search_parents_true_exists[False] PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_must_exist_true_search_parents_true_missing PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_must_exist_false_search_parents_true_missing PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_kwargs PASSED [ 1%] 184s tests/config/test_common.py::test_config_common_subkeys PASSED [ 2%] 184s tests/config/test_common.py::test_config_exception_during_load_config_no_msg PASSED [ 2%] 184s tests/config/test_common.py::test_config_exception_during_load_config_msg PASSED [ 2%] 184s tests/config/test_end2end.py::test_config_end2end PASSED [ 2%] 184s tests/config/test_env.py::test_config_env_default PASSED [ 2%] 184s tests/config/test_env.py::test_config_env_default_already_populated PASSED [ 2%] 184s tests/config/test_env.py::test_config_env_command_true PASSED [ 3%] 184s tests/config/test_env.py::test_config_env_dict PASSED [ 3%] 184s tests/config/test_env.py::test_config_env_dataclass PASSED [ 3%] 184s tests/config/test_json.py::test_config_json PASSED [ 3%] 184s tests/config/test_json.py::test_config_1 PASSED [ 3%] 184s tests/config/test_json.py::test_config_2 PASSED [ 3%] 184s tests/config/test_toml.py::test_config_toml PASSED [ 3%] 184s tests/config/test_yaml.py::test_config_yaml PASSED [ 4%] 184s tests/test_annotations.py::test_resolve_annotated PASSED [ 4%] 184s tests/test_annotations.py::test_resolve_empty PASSED [ 4%] 184s tests/test_annotations.py::test_get_hint_name_string PASSED [ 4%] 184s tests/test_annotations.py::test_get_hint_name_any PASSED [ 4%] 184s tests/test_annotations.py::test_get_hint_name_union PASSED [ 4%] 184s tests/test_annotations.py::test_get_hint_name_class_with_name PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_typing_with_name PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_generic_type PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_nested_generic_type PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_optional_type PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_namedtuple PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_complex_union PASSED [ 5%] 184s tests/test_annotations.py::test_get_hint_name_fallback_str PASSED [ 6%] 184s tests/test_app_name_derivation.py::test_app_name_derivation_main_module PASSED [ 6%] 184s tests/test_app_name_derivation.py::test_app_name_derivation_not_main_module PASSED [ 6%] 184s tests/test_app_utils.py::test_app_iter PASSED [ 6%] 184s tests/test_app_utils.py::test_app_iter_with_meta PASSED [ 6%] 184s tests/test_app_utils.py::test_app_update PASSED [ 6%] 184s tests/test_app_utils.py::test_log_framework_warning_unknown PASSED [ 7%] 184s tests/test_app_utils.py::test_log_framework_warning_pytest PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_no_annotation_no_default PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_no_annotation_default PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_basic_annotation PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_bare_dict[dict] PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_bare_dict[Dict] PASSED [ 7%] 184s tests/test_argument.py::test_argument_collection_typing_dict PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_typeddict PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_typeddict_nested PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_typeddict_annotated_keys_name_change PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_typeddict_annotated_keys_name_override PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_typeddict_flatten_root PASSED [ 8%] 184s tests/test_argument.py::test_argument_collection_var_positional PASSED [ 9%] 184s tests/test_argument.py::test_argument_collection_var_keyword PASSED [ 9%] 184s tests/test_argument.py::test_argument_collection_var_keyword_named PASSED [ 9%] 184s tests/test_argument.py::test_argument_collection_var_keyword_match PASSED [ 9%] 184s tests/test_argument.py::test_resolve_parameter_name[args0-expected0] PASSED [ 9%] 184s tests/test_argument.py::test_resolve_parameter_name[args1-expected1] PASSED [ 9%] 184s tests/test_argument.py::test_resolve_parameter_name[args2-expected2] PASSED [ 9%] 184s tests/test_argument.py::test_resolve_parameter_name[args3-expected3] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args4-expected4] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args5-expected5] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args6-expected6] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args7-expected7] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args8-expected8] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args9-expected9] PASSED [ 10%] 184s tests/test_argument.py::test_resolve_parameter_name[args10-expected10] PASSED [ 11%] 184s tests/test_argument.py::test_resolve_parameter_name[args11-expected11] PASSED [ 11%] 184s tests/test_argument.py::test_resolve_parameter_name[args12-expected12] PASSED [ 11%] 184s tests/test_argument.py::test_resolve_groups_from_callable PASSED [ 11%] 184s tests/test_argument.py::test_argument_convert PASSED [ 11%] 184s tests/test_argument.py::test_argument_convert_dict PASSED [ 11%] 184s tests/test_argument.py::test_argument_convert_var_keyword PASSED [ 12%] 184s tests/test_argument.py::test_argument_convert_cparam_provided PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_true[ExampleTypedDict] PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_true[Optional] PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_true[Annotated] PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_true[Union] PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_false[list] PASSED [ 12%] 184s tests/test_argument.py::test_is_typed_dict_false[dict] PASSED [ 13%] 184s tests/test_argument.py::test_is_typed_dict_false[Dict0] PASSED [ 13%] 184s tests/test_argument.py::test_is_typed_dict_false[Dict1] PASSED [ 13%] 184s tests/test_async.py::test_async_handler PASSED [ 13%] 184s tests/test_async.py::test_async_handler_with_subcommand_works PASSED [ 13%] 184s tests/test_async.py::test_handler PASSED [ 13%] 184s tests/test_bind_attrs.py::test_bind_attrs PASSED [ 14%] 184s tests/test_bind_attrs.py::test_bind_attrs_flatten PASSED [ 14%] 184s tests/test_bind_attrs.py::test_bind_attrs_accepts_keys_false PASSED [ 14%] 184s tests/test_bind_attrs.py::test_bind_attrs_kw_only PASSED [ 14%] 184s tests/test_bind_attrs.py::test_bind_attrs_unknown_option PASSED [ 14%] 184s tests/test_bind_attrs.py::test_bind_attrs_alias PASSED [ 14%] 184s tests/test_bind_basic.py::test_parse_known_args PASSED [ 14%] 184s tests/test_bind_basic.py::test_basic_1[foo 1 2 3] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_1[foo 1 2 --c=3] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_1[foo --a 1 --b 2 --c 3] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_1[foo --c 3 --b=2 --a 1] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_2[foo 1 2 3 --d 10 --some-flag] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_2[foo --some-flag 1 --b=2 --c 3 --d 10] PASSED [ 15%] 184s tests/test_bind_basic.py::test_basic_2[foo 1 2 --some-flag 3 --d 10] PASSED [ 16%] 184s tests/test_bind_basic.py::test_basic_allow_hyphen_or_underscore PASSED [ 16%] 184s tests/test_bind_basic.py::test_out_of_order_mixed_positional_or_keyword PASSED [ 16%] 184s tests/test_bind_basic.py::test_command_rename PASSED [ 16%] 184s tests/test_bind_basic.py::test_command_delete PASSED [ 16%] 184s tests/test_bind_basic.py::test_command_multiple_alias PASSED [ 16%] 184s tests/test_bind_basic.py::test_multiple_names[foo --age 10] PASSED [ 16%] 184s tests/test_bind_basic.py::test_multiple_names[foo --duration 10] PASSED [ 17%] 184s tests/test_bind_basic.py::test_multiple_names[foo -a 10] PASSED [ 17%] 184s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo --age 10] PASSED [ 17%] 184s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo --duration 10] PASSED [ 17%] 184s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo -a 10] PASSED [ 17%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo 1] PASSED [ 17%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo --a=1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo --a 1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo 1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo --a=1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo --a 1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo 1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo --a=1] PASSED [ 18%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo --a 1] PASSED [ 19%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo 1] PASSED [ 19%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo --a=1] PASSED [ 19%] 184s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo --a 1] PASSED [ 19%] 184s tests/test_bind_basic.py::test_exception_repeat_argument[--foo val1 --foo val2] PASSED [ 19%] 184s tests/test_bind_basic.py::test_exception_repeat_argument_kwargs[--foo val1 --foo val2] PASSED [ 19%] 184s tests/test_bind_basic.py::test_exception_unused_token PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo 1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo --a=1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo --a 1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo 1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo --a=1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo --a 1] PASSED [ 20%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo 1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo --a=1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo --a 1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo 1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo --a=1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo --a 1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo 1] PASSED [ 21%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo --a=1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo --a 1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo 1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo --a=1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo --a 1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_any_hint[False-foo 1] PASSED [ 22%] 184s tests/test_bind_basic.py::test_bind_any_hint[False-foo --a=1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_any_hint[False-foo --a 1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_any_hint[True-foo 1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_any_hint[True-foo --a=1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_any_hint[True-foo --a 1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_int_advanced[1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_int_advanced[0b1] PASSED [ 23%] 184s tests/test_bind_basic.py::test_bind_int_advanced[0x01] PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_int_advanced[1.0] PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_int_advanced[0.9] PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_int_advanced_coercion_error PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_override_app_groups PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_version PASSED [ 24%] 184s tests/test_bind_basic.py::test_bind_version_factory PASSED [ 25%] 184s tests/test_bind_basic.py::test_missing_keyword_argument[cmd_str_e0] PASSED [ 25%] 184s tests/test_bind_basic.py::test_missing_keyword_argument[cmd_str_e1] PASSED [ 25%] 184s tests/test_bind_basic.py::test_double_hyphen_positional_only[1 -- --2 3 4] PASSED [ 25%] 184s tests/test_bind_basic.py::test_double_hyphen_positional_only[-- 1 --2 3 4] PASSED [ 25%] 184s tests/test_bind_basic.py::test_double_hyphen_positional_only[--c=3 4 -- 1 --2] PASSED [ 25%] 184s tests/test_bind_basic.py::test_double_hyphen_positional_only[--c 3 4 -- 1 --2] PASSED [ 25%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag-True] PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag=true-True] PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag=false-False] PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--no-my-flag-False] PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_negative PASSED [ 26%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default_annotated_override PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default_nested_annotated_override PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_group_default_parameter_resolution_1 PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_positive[--bar-True] PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_positive[--no-bar-False] PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_short_positive[--bar-True] PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_short_positive[--no-bar-False] PASSED [ 27%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_negative[--my-flag-True] PASSED [ 28%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_negative[--yesnt-my-flag-False] PASSED [ 28%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[] PASSED [ 28%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[negative1] PASSED [ 28%] 184s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[negative2] PASSED [ 28%] 184s tests/test_bind_converter_validator.py::test_custom_converter PASSED [ 28%] 184s tests/test_bind_converter_validator.py::test_custom_converter_dict PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_single_token PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_multi_token PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_with_message PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_converter_user_kwargs_error PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_converter_user_kwargs_error_with_message PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_validator_positional_or_keyword PASSED [ 29%] 184s tests/test_bind_converter_validator.py::test_custom_validator_var_keyword PASSED [ 30%] 184s tests/test_bind_converter_validator.py::test_custom_validator_var_positional PASSED [ 30%] 184s tests/test_bind_converter_validator.py::test_custom_validators PASSED [ 30%] 184s tests/test_bind_converter_validator.py::test_custom_converter_and_validator PASSED [ 30%] 184s tests/test_bind_converter_validator.py::test_custom_command_validator PASSED [ 30%] 184s tests/test_bind_custom_type.py::test_custom_type_one_token_implicit_convert PASSED [ 30%] 184s tests/test_bind_custom_type.py::test_custom_type_one_token_explicit_convert PASSED [ 30%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive_missing_arg PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_double_name_override_no_hyphen['Bob Smith' 30] PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_double_name_override_no_hyphen[--nickname='Bob Smith' --player.years-young=30] PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[100 200] PASSED [ 31%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[--a 100 --bar 200] PASSED [ 32%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[--bar 200 100] PASSED [ 32%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally_with_keyword_only_exception_no_default PASSED [ 32%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally_with_keyword_only_exception_with_default PASSED [ 32%] 184s tests/test_bind_dataclasses.py::test_bind_dataclass_tuple_in_var_args PASSED [ 32%] 184s tests/test_bind_dict.py::test_bind_dict_str_to_str[Dict0] PASSED [ 32%] 184s tests/test_bind_dict.py::test_bind_dict_str_to_str[dict] PASSED [ 32%] 184s tests/test_bind_dict.py::test_bind_dict_str_to_str[Dict1] PASSED [ 33%] 184s tests/test_bind_dict.py::test_bind_dict_str_to_int_typing PASSED [ 33%] 184s tests/test_bind_dict.py::test_bind_dict_str_to_int_builtin PASSED [ 33%] 184s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[-None] PASSED [ 33%] 184s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list-expected1] PASSED [ 33%] 184s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list=True-expected2] PASSED [ 33%] 184s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list=False-None] PASSED [ 34%] 184s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[-None] PASSED [ 34%] 184s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set-expected1] PASSED [ 34%] 184s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set=True-expected2] PASSED [ 34%] 184s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set=False-None] PASSED [ 34%] 184s tests/test_bind_env_var.py::test_env_var_unset_use_signature_default PASSED [ 34%] 184s tests/test_bind_env_var.py::test_env_var_set_use_env_var PASSED [ 34%] 184s tests/test_bind_env_var.py::test_env_var_set_use_env_var_no_default PASSED [ 35%] 184s tests/test_bind_env_var.py::test_env_var_list_set_use_env_var PASSED [ 35%] 184s tests/test_bind_env_var.py::test_env_var_unset_list_use_signature_default PASSED [ 35%] 184s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_true PASSED [ 35%] 185s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_none_1_args PASSED [ 35%] 185s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_false_1_args PASSED [ 35%] 185s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_default_multiple_args PASSED [ 36%] 185s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_false_multiple_args PASSED [ 36%] 185s tests/test_bind_generic_class.py::test_bind_generic_class_keyword_with_positional_only_subkeys PASSED [ 36%] 185s tests/test_bind_kwargs.py::test_kwargs_list_int PASSED [ 36%] 185s tests/test_bind_kwargs.py::test_kwargs_int PASSED [ 36%] 185s tests/test_bind_kwargs.py::test_args_and_kwargs_int PASSED [ 36%] 185s tests/test_bind_list.py::test_pos_list PASSED [ 36%] 185s tests/test_bind_list.py::test_keyword_list PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_list_mutable_default PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_list_pos PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_optional_list_none_default PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected0] PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected1] PASSED [ 37%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected2] PASSED [ 38%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected3] PASSED [ 38%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected4] PASSED [ 38%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected5] PASSED [ 38%] 185s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected6] PASSED [ 38%] 185s tests/test_bind_list.py::test_list_tuple_missing_arguments_no_arguments[foo --item] PASSED [ 38%] 185s tests/test_bind_list.py::test_list_tuple_missing_arguments_non_divisible[foo --item 1] PASSED [ 38%] 185s tests/test_bind_list.py::test_list_tuple_missing_arguments_non_divisible[foo --item a --stuff g] PASSED [ 39%] 185s tests/test_bind_list.py::test_pos_sequence PASSED [ 39%] 185s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz bar] PASSED [ 39%] 185s tests/test_bind_list.py::test_list_positional_all_but_last[-- fizz buzz bar] PASSED [ 39%] 185s tests/test_bind_list.py::test_list_positional_all_but_last[fizz -- buzz bar] PASSED [ 39%] 185s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz -- bar] PASSED [ 39%] 185s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz bar --] PASSED [ 40%] 185s tests/test_bind_namedtuple.py::test_bind_typing_named_tuple PASSED [ 40%] 185s tests/test_bind_namedtuple.py::test_bind_typing_named_tuple_var_positional PASSED [ 40%] 185s tests/test_bind_namedtuple.py::test_bind_collections_named_tuple PASSED [ 40%] 185s tests/test_bind_namedtuple.py::test_bind_collections_named_tuple_unsupported SKIPPED [ 40%] 185s tests/test_bind_no_parse.py::test_no_parse_pos PASSED [ 40%] 185s tests/test_bind_no_parse.py::test_no_parse_invalid_kind PASSED [ 40%] 185s tests/test_bind_pos_only.py::test_star_args[foo 1 2 3 4 5] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only[foo 1 2 3] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_exceptions[cmd_str_e0] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 3 4] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 3 --d 4] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 --d=4 3] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_extended_exceptions[cmd_str_e0] PASSED [ 41%] 185s tests/test_bind_pos_only.py::test_pos_only_extended_exceptions[cmd_str_e1] PASSED [ 42%] 185s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 3 4] PASSED [ 42%] 185s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 3 --d 4] PASSED [ 42%] 185s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 --d=4 3] PASSED [ 42%] 185s tests/test_bind_tuple.py::test_bind_tuple_basic[1 2 80 160 255] PASSED [ 42%] 185s tests/test_bind_tuple.py::test_bind_tuple_basic[--coordinates 1 2 --color 80 160 255] PASSED [ 42%] 185s tests/test_bind_tuple.py::test_bind_tuple_basic[--color 80 160 255 --coordinates 1 2] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_basic[--color 80 160 255 --coordinates=1 2] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_nested[1 2 alice 100 200] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_nested[--coordinates 1 2 --data alice 100 200] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_nested[--data alice 100 200 --coordinates 1 2] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[1 2 alice 100 bob 200] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[--coordinates 1 2 --data alice 100 --data bob 200] PASSED [ 43%] 185s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[--data alice 100 --coordinates 1 2 --data bob 200] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_tuple_no_inner_types[1 2 3] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_tuple_no_inner_types[--values 1 --values 2 --values 3] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_tuple_insufficient_tokens[1] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_tuple_insufficient_tokens[--coordinates 1] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_list_of_tuple[--coordinates 1 2 --color 80 160 255 --coordinates 3 4] PASSED [ 44%] 185s tests/test_bind_tuple.py::test_bind_list_of_tuple[--coordinates 1 2 --coordinates 3 4 --color 80 160 255] PASSED [ 45%] 185s tests/test_bind_tuple.py::test_bind_list_of_tuple[1 2 3 4 --color 80 160 255] PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_basic PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_flatten PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_renamed_no_hyphen PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_renamed_hyphen PASSED [ 45%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_nested PASSED [ 46%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_total_false PASSED [ 46%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_not_required PASSED [ 46%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_required PASSED [ 46%] 185s tests/test_bind_typed_dict.py::test_bind_typed_dict_extra_field PASSED [ 46%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo 1-1] PASSED [ 46%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a=1-1] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a 1-1] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo bar-bar] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a=bar-bar] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a bar-bar] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo 1-1] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a=1-1] PASSED [ 47%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a 1-1] PASSED [ 48%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo bar-bar] PASSED [ 48%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a=bar-bar] PASSED [ 48%] 185s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a bar-bar] PASSED [ 48%] 185s tests/test_bind_union.py::test_union_coercion_cannot_coerce_error PASSED [ 48%] 185s tests/test_bind_var_pos.py::test_bind_var_pos PASSED [ 48%] 185s tests/test_coercion.py::test_token_count_tuple_basic PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_tuple_no_inner_type PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_tuple_nested PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_tuple_ellipsis PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_tuple_ellipsis_nested PASSED [ 49%] 185s tests/test_coercion.py::test_token_union PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_standard PASSED [ 49%] 185s tests/test_coercion.py::test_token_count_bool PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_list PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_sequence PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_list_generic PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_list_direct PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_list_of_tuple PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_list_of_tuple_nested PASSED [ 50%] 185s tests/test_coercion.py::test_token_count_iterable PASSED [ 51%] 185s tests/test_coercion.py::test_token_count_union PASSED [ 51%] 185s tests/test_coercion.py::test_token_count_union_error PASSED [ 51%] 185s tests/test_coercion.py::test_coerce_no_tokens PASSED [ 51%] 185s tests/test_coercion.py::test_coerce_bool PASSED [ 51%] 185s tests/test_coercion.py::test_coerce_error PASSED [ 51%] 185s tests/test_coercion.py::test_coerce_int PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_annotated_int PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_optional_annotated_int PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_annotated_union_str_secondary_choice PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_annotated_nested_union_str_secondary_choice PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_annotated_union_int PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_enum PASSED [ 52%] 185s tests/test_coercion.py::test_coerce_tuple_basic_single PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_str_single PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_basic_double PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_typing_no_inner_types PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_builtin_no_inner_types PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_nested PASSED [ 53%] 185s tests/test_coercion.py::test_coerce_tuple_len_mismatch_underflow PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_tuple_len_mismatch_overflow PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_tuple_ellipsis_too_many_inner_types PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_tuple_ellipsis_non_divisible PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_list PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_list_of_tuple_str_single_1 PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_list_of_tuple_str_single_2 PASSED [ 54%] 185s tests/test_coercion.py::test_coerce_bare_list PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_iterable PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_set PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_frozenset PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_literal PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_literal_invalid_choice PASSED [ 55%] 185s tests/test_coercion.py::test_coerce_literal_invalid_choice_keyword PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_literal_invalid_choice_non_cli_token PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_literal_invalid_choice_keyword_non_cli_token PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_path PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_any PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_bytes PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_bytearray PASSED [ 56%] 185s tests/test_coercion.py::test_coerce_parameter_kind_empty PASSED [ 57%] 185s tests/test_command_collision.py::test_command_collision PASSED [ 57%] 185s tests/test_command_collision.py::test_command_collision_meta PASSED [ 57%] 185s tests/test_command_collision.py::test_command_collision_default PASSED [ 57%] 185s tests/test_console.py::test_root_console[foo --help] PASSED [ 57%] 185s tests/test_console.py::test_root_console[foo invalid-command] PASSED [ 57%] 185s tests/test_console.py::test_root_console_subapp[foo --help] PASSED [ 58%] 185s tests/test_console.py::test_root_console_subapp[foo invalid-command] PASSED [ 58%] 185s tests/test_console.py::test_root_subapp_console[foo --help] PASSED [ 58%] 185s tests/test_console.py::test_root_subapp_console[foo invalid-command] PASSED [ 58%] 185s tests/test_console.py::test_root_subapp_arg_console[foo --help] PASSED [ 58%] 185s tests/test_console.py::test_root_subapp_arg_console[foo invalid-command] PASSED [ 58%] 185s tests/test_console.py::test_console_populated_issue_103 PASSED [ 58%] 185s tests/test_edit.py::test_basic_edit PASSED [ 59%] 185s tests/test_edit.py::test_custom_path PASSED [ 59%] 185s tests/test_edit.py::test_editor_not_found PASSED [ 59%] 185s tests/test_edit.py::test_did_not_save PASSED [ 59%] 185s tests/test_edit.py::test_did_not_change PASSED [ 59%] 185s tests/test_edit.py::test_editor_error PASSED [ 59%] 185s tests/test_edit.py::test_custom_encoding PASSED [ 60%] 185s tests/test_edit.py::test_fallback_editors PASSED [ 60%] 185s tests/test_edit.py::test_editor_args PASSED [ 60%] 185s tests/test_edit.py::test_optional_change PASSED [ 60%] 185s tests/test_edit.py::test_file_cleanup PASSED [ 60%] 185s tests/test_env_var.py::test_env_var_split_path_windows PASSED [ 60%] 185s tests/test_env_var.py::test_env_var_split_path_posix_multiple[List0] PASSED [ 60%] 185s tests/test_env_var.py::test_env_var_split_path_posix_multiple[List1] PASSED [ 61%] 185s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Tuple0] PASSED [ 61%] 185s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Tuple1] PASSED [ 61%] 185s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Annotated] PASSED [ 61%] 185s tests/test_env_var.py::test_env_var_split_path_posix_single PASSED [ 61%] 185s tests/test_env_var.py::test_env_var_split_path_general PASSED [ 61%] 185s tests/test_exceptions.py::test_exceptions_missing_argument_single PASSED [ 61%] 185s tests/test_exceptions.py::test_exceptions_missing_argument_flag PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_validation_error_cli_single_positional PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_validation_error_cli_single_keyword PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_validation_error_non_cli_single_keyword PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_validation_error_cli_multi_positional PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_validation_error_cli_multi_keyword PASSED [ 62%] 185s tests/test_exceptions.py::test_exceptions_coercion_error_from_positional_cli PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_coercion_error_from_keyword_cli PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_coercion_error_verbose PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_mixed_argument_error PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_unknown_command PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_argument_order_error_singular PASSED [ 63%] 185s tests/test_exceptions.py::test_exceptions_argument_order_error_plural PASSED [ 63%] 185s tests/test_group.py::test_group_show_property PASSED [ 64%] 185s tests/test_group.py::test_group_default_parameter_converter PASSED [ 64%] 185s tests/test_group.py::test_command_validator PASSED [ 64%] 185s tests/test_group.py::test_command_validator_with_message PASSED [ 64%] 185s tests/test_group.py::test_group_command_default_parameter_resolution PASSED [ 64%] 185s tests/test_group.py::test_group_default_parameter_validator PASSED [ 64%] 185s tests/test_group.py::test_group_validator PASSED [ 65%] 185s tests/test_group.py::test_group_sort_key_property PASSED [ 65%] 185s tests/test_group.py::test_group_sorted_classmethod_basic PASSED [ 65%] 185s tests/test_group.py::test_group_sorted_classmethod_tuple PASSED [ 65%] 185s tests/test_group_extractors.py::test_groups_annotated_invalid_recursive_definition PASSED [ 65%] 185s tests/test_group_extractors.py::test_groups_from_app_implicit PASSED [ 65%] 185s tests/test_group_extractors.py::test_commands_groups_name_collision PASSED [ 65%] 185s tests/test_help.py::test_empty_help_panel_rich_silent PASSED [ 66%] 185s tests/test_help.py::test_help_mutable_default PASSED [ 66%] 185s tests/test_help.py::test_help_default_action PASSED [ 66%] 185s tests/test_help.py::test_help_custom_usage PASSED [ 66%] 185s tests/test_help.py::test_help_custom_usage_subapp PASSED [ 66%] 185s tests/test_help.py::test_help_default_help_flags PASSED [ 66%] 185s tests/test_help.py::test_help_format_usage_empty PASSED [ 67%] 185s tests/test_help.py::test_help_format_usage_command PASSED [ 67%] 185s tests/test_help.py::test_format_commands_docstring PASSED [ 67%] 185s tests/test_help.py::test_format_commands_docstring_long_only PASSED [ 67%] 185s tests/test_help.py::test_format_commands_no_show PASSED [ 67%] 185s tests/test_help.py::test_format_commands_explicit_help PASSED [ 67%] 185s tests/test_help.py::test_format_commands_explicit_name PASSED [ 67%] 185s tests/test_help.py::test_help_empty PASSED [ 68%] 185s tests/test_help.py::test_format_choices_rich_format PASSED [ 68%] 185s tests/test_help.py::test_help_format_group_parameters_empty PASSED [ 68%] 185s tests/test_help.py::test_help_format_group_parameters PASSED [ 68%] 185s tests/test_help.py::test_help_format_group_parameters_short_name PASSED [ 68%] 185s tests/test_help.py::test_help_format_group_parameters_from_docstring PASSED [ 68%] 185s tests/test_help.py::test_help_format_group_parameters_bool_flag PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_bool_flag_custom_negative[--yesnt-foo] PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_bool_flag_custom_negative[yesnt-foo] PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_list_flag PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_defaults PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_defaults_no_show PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_no_show PASSED [ 69%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_union PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_union_python310_syntax_0 PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_union_python310_syntax_1 PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_enum PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_enum_list PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_enum_list_typing PASSED [ 70%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_set PASSED [ 70%] 185s tests/test_help.py::test_help_parameter_string_annotation PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_set_typing PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_typing PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_variadic_typing PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_variadic PASSED [ 71%] 185s tests/test_help.py::test_help_format_group_parameters_env_var PASSED [ 72%] 185s tests/test_help.py::test_help_print_function PASSED [ 72%] 185s tests/test_help.py::test_help_print_parameter_required PASSED [ 72%] 185s tests/test_help.py::test_help_print_function_defaults PASSED [ 72%] 185s tests/test_help.py::test_help_print_function_no_parse PASSED [ 72%] 185s tests/test_help.py::test_help_print_parameter_group_description PASSED [ 72%] 185s tests/test_help.py::test_help_print_parameter_group_no_show PASSED [ 72%] 185s tests/test_help.py::test_help_print_command_group_description PASSED [ 73%] 185s tests/test_help.py::test_help_print_command_group_no_show PASSED [ 73%] 185s tests/test_help.py::test_help_print_combined_parameter_command_group PASSED [ 73%] 185s tests/test_help.py::test_help_print_commands PASSED [ 73%] 185s tests/test_help.py::test_help_print_commands_group_sort_key PASSED [ 73%] 185s tests/test_help.py::test_help_print_commands_and_function PASSED [ 73%] 185s tests/test_help.py::test_help_print_commands_special_flag_reassign PASSED [ 74%] 185s tests/test_help.py::test_help_print_parameters_no_negative_from_default_parameter PASSED [ 74%] 185s tests/test_help.py::test_help_print_commands_plus_meta PASSED [ 74%] 185s tests/test_help.py::test_help_print_commands_sort_key PASSED [ 74%] 185s tests/test_help.py::test_help_print_commands_plus_meta_short PASSED [ 74%] 185s tests/test_help.py::test_help_restructuredtext PASSED [ 74%] 186s tests/test_help.py::test_help_markdown PASSED [ 74%] 186s tests/test_help.py::test_help_rich PASSED [ 75%] 186s tests/test_help.py::test_help_plaintext PASSED [ 75%] 186s tests/test_help.py::test_help_consistent_formatting PASSED [ 75%] 186s tests/test_interactive_shell.py::test_interactive_shell PASSED [ 75%] 186s tests/test_meta.py::test_meta_basic[1 --b 2 --c=c-value-manual --meta-flag] PASSED [ 75%] 186s tests/test_meta.py::test_meta_basic[1 --b=2 --c=c-value-manual --meta-flag] PASSED [ 75%] 186s tests/test_meta.py::test_meta_basic[1 --b=2 --c c-value-manual --meta-flag] PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_config_inheritance PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_root_help PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_subapp_help PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_subapp_foo_help PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_exec[-expected0] PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_exec[subapp-expected1] PASSED [ 76%] 186s tests/test_meta.py::test_meta_app_nested_exec[subapp foo 5-expected2] PASSED [ 77%] 186s tests/test_name_transform.py::test_default_name_transform[FOO-foo] PASSED [ 77%] 186s tests/test_name_transform.py::test_default_name_transform[_FOO-foo] PASSED [ 77%] 186s tests/test_name_transform.py::test_default_name_transform[_FOO_-foo] PASSED [ 77%] 186s tests/test_name_transform.py::test_default_name_transform[_F_O_O_-f-o-o] PASSED [ 77%] 186s tests/test_name_transform.py::test_app_name_transform_default PASSED [ 77%] 186s tests/test_name_transform.py::test_app_name_transform_custom PASSED [ 78%] 186s tests/test_name_transform.py::test_subapp_name_transform_custom PASSED [ 78%] 186s tests/test_name_transform.py::test_subapp_name_transform_custom_inherited PASSED [ 78%] 186s tests/test_name_transform.py::test_parameter_name_transform_default PASSED [ 78%] 186s tests/test_name_transform.py::test_parameter_name_transform_custom PASSED [ 78%] 186s tests/test_name_transform.py::test_parameter_name_transform_kwargs[None] PASSED [ 78%] 186s tests/test_name_transform.py::test_parameter_name_transform_kwargs[] PASSED [ 78%] 186s tests/test_name_transform.py::test_parameter_name_transform_custom_name_override PASSED [ 79%] 186s tests/test_name_transform.py::test_parameter_name_transform_custom_enum PASSED [ 79%] 186s tests/test_name_transform.py::test_parameter_name_transform_help PASSED [ 79%] 186s tests/test_name_transform.py::test_parameter_name_transform_help_enum PASSED [ 79%] 186s tests/test_name_transform.py::test_parameter_name_transform_dataclass PASSED [ 79%] 186s tests/test_new_type.py::test_new_type_str PASSED [ 79%] 186s tests/test_new_type.py::test_new_type_token_count_str PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[foo-expected0] PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo-expected1] PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[foo bar-expected2] PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo --a bar-expected3] PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[foo bar baz-expected4] PASSED [ 80%] 186s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo --a bar --a baz-expected5] PASSED [ 80%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_default PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[list] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[set] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[List] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[Set] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[list] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[set] PASSED [ 81%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[List] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[Set] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[list] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[set] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[List] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[Set] PASSED [ 82%] 186s tests/test_parameter.py::test_parameter_negative_iterable_invalid_name PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_custom_single[bool] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_custom_single[list] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_custom_single[set] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[bool] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[list] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[set] PASSED [ 83%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[bool] PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[list] PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[set] PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_negative_bool_invalid_name PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[bool] PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[list] PASSED [ 84%] 186s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[set] PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_from_annotation_basic PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_from_annotation_optional_annotated PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_from_annotation_empty_annotation PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_combine PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_combine_priority PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_combine_priority_none PASSED [ 85%] 186s tests/test_parameter.py::test_parameter_default PASSED [ 86%] 186s tests/test_parameter_allow_leading_hyphen.py::test_allow_leading_hyphen_false PASSED [ 86%] 186s tests/test_parameter_allow_leading_hyphen.py::test_allow_leading_hyphen_true PASSED [ 86%] 186s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass[dataclass] PASSED [ 86%] 186s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass[define] PASSED [ 86%] 186s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass_inheritance PASSED [ 86%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[Literal-bmp] PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[FontSingleFormat-otf, woff2, ttf, bdf, pcf] PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[Union-otf, woff2, ttf, bdf, pcf, bmp] PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_3-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_4-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 186s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_5-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 186s tests/test_pydantic.py::test_bind_pydantic_basemodel PASSED [ 88%] 186s tests/test_pydantic.py::test_bind_pydantic_basemodel_help PASSED [ 88%] 186s tests/test_pydantic.py::test_bind_pydantic_basemodel_missing_arg PASSED [ 88%] 186s tests/test_pydantic.py::test_pydantic_alias PASSED [ 88%] 186s tests/test_run.py::test_run PASSED [ 88%] 186s tests/test_runtime_exceptions.py::test_runtime_exception_not_enough_tokens PASSED [ 88%] 186s tests/test_runtime_exceptions.py::test_runtime_exception_missing_parameter PASSED [ 89%] 186s tests/test_runtime_exceptions.py::test_runtime_exception_bad_command PASSED [ 89%] 186s tests/test_runtime_exceptions.py::test_runtime_exception_bad_command_recommend PASSED [ 89%] 186s tests/test_runtime_exceptions.py::test_runtime_exception_repeat_arguments PASSED [ 89%] 186s tests/test_subapp.py::test_subapp_basic PASSED [ 89%] 186s tests/test_subapp.py::test_subapp_must_have_name PASSED [ 89%] 186s tests/test_subapp.py::test_subapp_registering_cannot_have_other_kwargs PASSED [ 89%] 186s tests/test_subapp.py::test_subapp_cannot_be_default PASSED [ 90%] 186s tests/test_subapp.py::test_resolve_default_parameter_1 PASSED [ 90%] 186s tests/test_subapp.py::test_resolve_default_parameter_2 PASSED [ 90%] 186s tests/test_utils.py::test_grouper PASSED [ 90%] 186s tests/test_utils.py::test_sentinel PASSED [ 90%] 186s tests/test_validate_command.py::test_validate_command PASSED [ 90%] 186s tests/test_version.py::test_version_print_console_from_init PASSED [ 90%] 186s tests/test_version.py::test_version_print_console_from_method PASSED [ 91%] 186s tests/test_version.py::test_version_print_console_none PASSED [ 91%] 186s tests/test_version.py::test_version_print_custom_string PASSED [ 91%] 186s tests/test_version.py::test_version_print_custom_callable PASSED [ 91%] 186s tests/test_version.py::test_version_print_help_format_fallback PASSED [ 91%] 186s tests/test_version.py::test_version_print_help_format_override PASSED [ 91%] 186s tests/test_version_parameter.py::test_version_subapp_version_parameter[foo --version 1.2.3] PASSED [ 92%] 186s tests/test_version_parameter.py::test_version_subapp_version_parameter[foo --version=1.2.3] PASSED [ 92%] 186s tests/test_version_parameter.py::test_version_subapp_help_parameter[foo --help 1.2.3] PASSED [ 92%] 186s tests/test_version_parameter.py::test_version_subapp_help_parameter[foo --help=1.2.3] PASSED [ 92%] 186s tests/types/test_types_json.py::test_types_json PASSED [ 92%] 186s tests/types/test_types_number.py::test_nested_annotated_validator PASSED [ 92%] 186s tests/types/test_types_number.py::test_nested_list_annotated_validator PASSED [ 92%] 186s tests/types/test_types_path.py::test_types_existing_path PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_path_validation_error PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_file PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_file_app PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_file_app_list PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_file_validation_error PASSED [ 93%] 186s tests/types/test_types_path.py::test_types_existing_directory PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_existing_directory_validation_error PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_directory PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_directory_validation_error PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_file PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_file_validation_error PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_resolved_existing_path[touch] PASSED [ 94%] 186s tests/types/test_types_path.py::test_types_resolved_existing_path[mkdir] PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_path_list PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_path_validation_error PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_file PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_file_validation_error PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_directory PASSED [ 95%] 186s tests/types/test_types_path.py::test_types_resolved_existing_directory_validation_error PASSED [ 96%] 186s tests/types/test_types_path.py::test_types_resolved_directory PASSED [ 96%] 186s tests/types/test_types_path.py::test_types_resolved_directory_validation_error PASSED [ 96%] 186s tests/types/test_types_path.py::test_types_resolved_file PASSED [ 96%] 186s tests/types/test_types_path.py::test_types_resolved_file_validation_error PASSED [ 96%] 186s tests/types/test_types_path.py::test_types_path_resolve_converter PASSED [ 96%] 186s tests/validators/test_validator_group.py::test_limited_choice_default_success PASSED [ 96%] 186s tests/validators/test_validator_group.py::test_limited_choice_default_failure[None] PASSED [ 97%] 186s tests/validators/test_validator_group.py::test_limited_choice_default_failure[1] PASSED [ 97%] 186s tests/validators/test_validator_group.py::test_limited_choice_default_min_max PASSED [ 97%] 186s tests/validators/test_validator_group.py::test_limited_choice_invalid_min_max PASSED [ 97%] 186s tests/validators/test_validator_group.py::test_bind_group_validator_limited_choice PASSED [ 97%] 186s tests/validators/test_validator_group.py::test_bind_group_validator_limited_choice_name_override PASSED [ 97%] 186s tests/validators/test_validator_number.py::test_validator_number_type PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_lt PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_lt_sequence PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_lte PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_gt PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_gte PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_modulo PASSED [ 98%] 186s tests/validators/test_validator_number.py::test_validator_number_typeerror PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_type PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_exists PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_exists_sequence PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_file_okay PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_dir_okay PASSED [ 99%] 186s tests/validators/test_validator_path.py::test_path_invalid_values PASSED [100%] 186s 186s =============================== warnings summary =============================== 186s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive 186s /usr/lib/python3/dist-packages/docstring_parser/attrdoc.py:48: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead 186s and isinstance(node.value, (ast.Constant, ast.Str)) 186s 186s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 186s =========== 654 passed, 1 skipped, 1 deselected, 1 warning in 3.12s ============ 186s I: pybuild base:311: cd /tmp/autopkgtest.p8z8nU/autopkgtest_tmp/build; python3.13 -m pytest -v -k 'not test_pydantic_error_msg' 187s ============================= test session starts ============================== 187s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13 187s cachedir: .pytest_cache 187s rootdir: /tmp/autopkgtest.p8z8nU/autopkgtest_tmp/build 187s configfile: pyproject.toml 187s plugins: mock-3.14.0, typeguard-4.4.1 187s collecting ... collected 656 items / 1 deselected / 655 selected 187s 187s tests/apps/test_burgery.py::test_create_burger_help PASSED [ 0%] 187s tests/apps/test_burgery.py::test_create_burger_1 PASSED [ 0%] 187s tests/apps/test_burgery.py::test_create_burger_2 PASSED [ 0%] 187s tests/apps/test_burgery.py::test_create_burger_3 PASSED [ 0%] 187s tests/config/test_common.py::test_config_common_root_keys_empty PASSED [ 0%] 187s tests/config/test_common.py::test_config_common_root_keys_populated PASSED [ 0%] 187s tests/config/test_common.py::test_config_common_must_exist_false PASSED [ 1%] 187s tests/config/test_common.py::test_config_common_must_exist_true PASSED [ 1%] 187s tests/config/test_common.py::test_config_common_search_parents_true_exists[True] PASSED [ 1%] 188s tests/config/test_common.py::test_config_common_search_parents_true_exists[False] PASSED [ 1%] 188s tests/config/test_common.py::test_config_common_must_exist_true_search_parents_true_missing PASSED [ 1%] 188s tests/config/test_common.py::test_config_common_must_exist_false_search_parents_true_missing PASSED [ 1%] 188s tests/config/test_common.py::test_config_common_kwargs PASSED [ 1%] 188s tests/config/test_common.py::test_config_common_subkeys PASSED [ 2%] 188s tests/config/test_common.py::test_config_exception_during_load_config_no_msg PASSED [ 2%] 188s tests/config/test_common.py::test_config_exception_during_load_config_msg PASSED [ 2%] 188s tests/config/test_end2end.py::test_config_end2end PASSED [ 2%] 188s tests/config/test_env.py::test_config_env_default PASSED [ 2%] 188s tests/config/test_env.py::test_config_env_default_already_populated PASSED [ 2%] 188s tests/config/test_env.py::test_config_env_command_true PASSED [ 3%] 188s tests/config/test_env.py::test_config_env_dict PASSED [ 3%] 188s tests/config/test_env.py::test_config_env_dataclass PASSED [ 3%] 188s tests/config/test_json.py::test_config_json PASSED [ 3%] 188s tests/config/test_json.py::test_config_1 PASSED [ 3%] 188s tests/config/test_json.py::test_config_2 PASSED [ 3%] 188s tests/config/test_toml.py::test_config_toml PASSED [ 3%] 188s tests/config/test_yaml.py::test_config_yaml PASSED [ 4%] 188s tests/test_annotations.py::test_resolve_annotated PASSED [ 4%] 188s tests/test_annotations.py::test_resolve_empty PASSED [ 4%] 188s tests/test_annotations.py::test_get_hint_name_string PASSED [ 4%] 188s tests/test_annotations.py::test_get_hint_name_any PASSED [ 4%] 188s tests/test_annotations.py::test_get_hint_name_union PASSED [ 4%] 188s tests/test_annotations.py::test_get_hint_name_class_with_name PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_typing_with_name PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_generic_type PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_nested_generic_type PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_optional_type PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_namedtuple PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_complex_union PASSED [ 5%] 188s tests/test_annotations.py::test_get_hint_name_fallback_str PASSED [ 6%] 188s tests/test_app_name_derivation.py::test_app_name_derivation_main_module PASSED [ 6%] 188s tests/test_app_name_derivation.py::test_app_name_derivation_not_main_module PASSED [ 6%] 188s tests/test_app_utils.py::test_app_iter PASSED [ 6%] 188s tests/test_app_utils.py::test_app_iter_with_meta PASSED [ 6%] 188s tests/test_app_utils.py::test_app_update PASSED [ 6%] 188s tests/test_app_utils.py::test_log_framework_warning_unknown PASSED [ 7%] 188s tests/test_app_utils.py::test_log_framework_warning_pytest PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_no_annotation_no_default PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_no_annotation_default PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_basic_annotation PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_bare_dict[dict] PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_bare_dict[Dict] PASSED [ 7%] 188s tests/test_argument.py::test_argument_collection_typing_dict PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_typeddict PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_typeddict_nested PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_typeddict_annotated_keys_name_change PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_typeddict_annotated_keys_name_override PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_typeddict_flatten_root PASSED [ 8%] 188s tests/test_argument.py::test_argument_collection_var_positional PASSED [ 9%] 188s tests/test_argument.py::test_argument_collection_var_keyword PASSED [ 9%] 188s tests/test_argument.py::test_argument_collection_var_keyword_named PASSED [ 9%] 188s tests/test_argument.py::test_argument_collection_var_keyword_match PASSED [ 9%] 188s tests/test_argument.py::test_resolve_parameter_name[args0-expected0] PASSED [ 9%] 188s tests/test_argument.py::test_resolve_parameter_name[args1-expected1] PASSED [ 9%] 188s tests/test_argument.py::test_resolve_parameter_name[args2-expected2] PASSED [ 9%] 188s tests/test_argument.py::test_resolve_parameter_name[args3-expected3] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args4-expected4] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args5-expected5] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args6-expected6] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args7-expected7] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args8-expected8] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args9-expected9] PASSED [ 10%] 188s tests/test_argument.py::test_resolve_parameter_name[args10-expected10] PASSED [ 11%] 188s tests/test_argument.py::test_resolve_parameter_name[args11-expected11] PASSED [ 11%] 188s tests/test_argument.py::test_resolve_parameter_name[args12-expected12] PASSED [ 11%] 188s tests/test_argument.py::test_resolve_groups_from_callable PASSED [ 11%] 188s tests/test_argument.py::test_argument_convert PASSED [ 11%] 188s tests/test_argument.py::test_argument_convert_dict PASSED [ 11%] 188s tests/test_argument.py::test_argument_convert_var_keyword PASSED [ 12%] 188s tests/test_argument.py::test_argument_convert_cparam_provided PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_true[ExampleTypedDict] PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_true[Optional] PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_true[Annotated] PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_true[Union] PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_false[list] PASSED [ 12%] 188s tests/test_argument.py::test_is_typed_dict_false[dict] PASSED [ 13%] 188s tests/test_argument.py::test_is_typed_dict_false[Dict0] PASSED [ 13%] 188s tests/test_argument.py::test_is_typed_dict_false[Dict1] PASSED [ 13%] 188s tests/test_async.py::test_async_handler PASSED [ 13%] 188s tests/test_async.py::test_async_handler_with_subcommand_works PASSED [ 13%] 188s tests/test_async.py::test_handler PASSED [ 13%] 188s tests/test_bind_attrs.py::test_bind_attrs PASSED [ 14%] 188s tests/test_bind_attrs.py::test_bind_attrs_flatten PASSED [ 14%] 188s tests/test_bind_attrs.py::test_bind_attrs_accepts_keys_false PASSED [ 14%] 188s tests/test_bind_attrs.py::test_bind_attrs_kw_only PASSED [ 14%] 188s tests/test_bind_attrs.py::test_bind_attrs_unknown_option PASSED [ 14%] 188s tests/test_bind_attrs.py::test_bind_attrs_alias PASSED [ 14%] 188s tests/test_bind_basic.py::test_parse_known_args PASSED [ 14%] 188s tests/test_bind_basic.py::test_basic_1[foo 1 2 3] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_1[foo 1 2 --c=3] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_1[foo --a 1 --b 2 --c 3] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_1[foo --c 3 --b=2 --a 1] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_2[foo 1 2 3 --d 10 --some-flag] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_2[foo --some-flag 1 --b=2 --c 3 --d 10] PASSED [ 15%] 188s tests/test_bind_basic.py::test_basic_2[foo 1 2 --some-flag 3 --d 10] PASSED [ 16%] 188s tests/test_bind_basic.py::test_basic_allow_hyphen_or_underscore PASSED [ 16%] 188s tests/test_bind_basic.py::test_out_of_order_mixed_positional_or_keyword PASSED [ 16%] 188s tests/test_bind_basic.py::test_command_rename PASSED [ 16%] 188s tests/test_bind_basic.py::test_command_delete PASSED [ 16%] 188s tests/test_bind_basic.py::test_command_multiple_alias PASSED [ 16%] 188s tests/test_bind_basic.py::test_multiple_names[foo --age 10] PASSED [ 16%] 188s tests/test_bind_basic.py::test_multiple_names[foo --duration 10] PASSED [ 17%] 188s tests/test_bind_basic.py::test_multiple_names[foo -a 10] PASSED [ 17%] 188s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo --age 10] PASSED [ 17%] 188s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo --duration 10] PASSED [ 17%] 188s tests/test_bind_basic.py::test_multiple_names_no_hyphen[foo -a 10] PASSED [ 17%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo 1] PASSED [ 17%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo --a=1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[False-foo --a 1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo 1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo --a=1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion[True-foo --a 1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo 1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo --a=1] PASSED [ 18%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[False-foo --a 1] PASSED [ 19%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo 1] PASSED [ 19%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo --a=1] PASSED [ 19%] 188s tests/test_bind_basic.py::test_optional_nonrequired_implicit_coercion_python310_syntax[True-foo --a 1] PASSED [ 19%] 188s tests/test_bind_basic.py::test_exception_repeat_argument[--foo val1 --foo val2] PASSED [ 19%] 188s tests/test_bind_basic.py::test_exception_repeat_argument_kwargs[--foo val1 --foo val2] PASSED [ 19%] 188s tests/test_bind_basic.py::test_exception_unused_token PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo 1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo --a=1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[False-foo --a 1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo 1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo --a=1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_no_default[True-foo --a 1] PASSED [ 20%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo 1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo --a=1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[False-foo --a 1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo 1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo --a=1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_none_default[True-foo --a 1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo 1] PASSED [ 21%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo --a=1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[False-foo --a 1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo 1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo --a=1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_no_hint_typed_default[True-foo --a 1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_any_hint[False-foo 1] PASSED [ 22%] 188s tests/test_bind_basic.py::test_bind_any_hint[False-foo --a=1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_any_hint[False-foo --a 1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_any_hint[True-foo 1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_any_hint[True-foo --a=1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_any_hint[True-foo --a 1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_int_advanced[1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_int_advanced[0b1] PASSED [ 23%] 188s tests/test_bind_basic.py::test_bind_int_advanced[0x01] PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_int_advanced[1.0] PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_int_advanced[0.9] PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_int_advanced_coercion_error PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_override_app_groups PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_version PASSED [ 24%] 188s tests/test_bind_basic.py::test_bind_version_factory PASSED [ 25%] 188s tests/test_bind_basic.py::test_missing_keyword_argument[cmd_str_e0] PASSED [ 25%] 188s tests/test_bind_basic.py::test_missing_keyword_argument[cmd_str_e1] PASSED [ 25%] 188s tests/test_bind_basic.py::test_double_hyphen_positional_only[1 -- --2 3 4] PASSED [ 25%] 188s tests/test_bind_basic.py::test_double_hyphen_positional_only[-- 1 --2 3 4] PASSED [ 25%] 188s tests/test_bind_basic.py::test_double_hyphen_positional_only[--c=3 4 -- 1 --2] PASSED [ 25%] 188s tests/test_bind_basic.py::test_double_hyphen_positional_only[--c 3 4 -- 1 --2] PASSED [ 25%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag-True] PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag=true-True] PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--my-flag=false-False] PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_default[--no-my-flag-False] PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_negative PASSED [ 26%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default_annotated_override PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_app_parameter_default_nested_annotated_override PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_group_default_parameter_resolution_1 PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_positive[--bar-True] PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_positive[--no-bar-False] PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_short_positive[--bar-True] PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_short_positive[--no-bar-False] PASSED [ 27%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_negative[--my-flag-True] PASSED [ 28%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_custom_negative[--yesnt-my-flag-False] PASSED [ 28%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[] PASSED [ 28%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[negative1] PASSED [ 28%] 188s tests/test_bind_boolean_flag.py::test_boolean_flag_disable_negative[negative2] PASSED [ 28%] 188s tests/test_bind_converter_validator.py::test_custom_converter PASSED [ 28%] 188s tests/test_bind_converter_validator.py::test_custom_converter_dict PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_single_token PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_multi_token PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_converter_user_value_error_with_message PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_converter_user_kwargs_error PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_converter_user_kwargs_error_with_message PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_validator_positional_or_keyword PASSED [ 29%] 188s tests/test_bind_converter_validator.py::test_custom_validator_var_keyword PASSED [ 30%] 188s tests/test_bind_converter_validator.py::test_custom_validator_var_positional PASSED [ 30%] 188s tests/test_bind_converter_validator.py::test_custom_validators PASSED [ 30%] 188s tests/test_bind_converter_validator.py::test_custom_converter_and_validator PASSED [ 30%] 188s tests/test_bind_converter_validator.py::test_custom_command_validator PASSED [ 30%] 188s tests/test_bind_custom_type.py::test_custom_type_one_token_implicit_convert PASSED [ 30%] 188s tests/test_bind_custom_type.py::test_custom_type_one_token_explicit_convert PASSED [ 30%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive_missing_arg PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_double_name_override_no_hyphen['Bob Smith' 30] PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_double_name_override_no_hyphen[--nickname='Bob Smith' --player.years-young=30] PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[100 200] PASSED [ 31%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[--a 100 --bar 200] PASSED [ 32%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally[--bar 200 100] PASSED [ 32%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally_with_keyword_only_exception_no_default PASSED [ 32%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_positionally_with_keyword_only_exception_with_default PASSED [ 32%] 188s tests/test_bind_dataclasses.py::test_bind_dataclass_tuple_in_var_args PASSED [ 32%] 188s tests/test_bind_dict.py::test_bind_dict_str_to_str[Dict0] PASSED [ 32%] 188s tests/test_bind_dict.py::test_bind_dict_str_to_str[dict] PASSED [ 32%] 188s tests/test_bind_dict.py::test_bind_dict_str_to_str[Dict1] PASSED [ 33%] 188s tests/test_bind_dict.py::test_bind_dict_str_to_int_typing PASSED [ 33%] 188s tests/test_bind_dict.py::test_bind_dict_str_to_int_builtin PASSED [ 33%] 188s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[-None] PASSED [ 33%] 188s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list-expected1] PASSED [ 33%] 188s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list=True-expected2] PASSED [ 33%] 188s tests/test_bind_empty_iterable.py::test_optional_list_empty_flag_default[--empty-my-list=False-None] PASSED [ 34%] 188s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[-None] PASSED [ 34%] 188s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set-expected1] PASSED [ 34%] 188s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set=True-expected2] PASSED [ 34%] 188s tests/test_bind_empty_iterable.py::test_optional_set_empty_flag_default[--empty-my-set=False-None] PASSED [ 34%] 188s tests/test_bind_env_var.py::test_env_var_unset_use_signature_default PASSED [ 34%] 188s tests/test_bind_env_var.py::test_env_var_set_use_env_var PASSED [ 34%] 188s tests/test_bind_env_var.py::test_env_var_set_use_env_var_no_default PASSED [ 35%] 188s tests/test_bind_env_var.py::test_env_var_list_set_use_env_var PASSED [ 35%] 188s tests/test_bind_env_var.py::test_env_var_unset_list_use_signature_default PASSED [ 35%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_true PASSED [ 35%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_none_1_args PASSED [ 35%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_keys_false_1_args PASSED [ 35%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_default_multiple_args PASSED [ 36%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_accepts_false_multiple_args PASSED [ 36%] 188s tests/test_bind_generic_class.py::test_bind_generic_class_keyword_with_positional_only_subkeys PASSED [ 36%] 188s tests/test_bind_kwargs.py::test_kwargs_list_int PASSED [ 36%] 188s tests/test_bind_kwargs.py::test_kwargs_int PASSED [ 36%] 188s tests/test_bind_kwargs.py::test_args_and_kwargs_int PASSED [ 36%] 188s tests/test_bind_list.py::test_pos_list PASSED [ 36%] 188s tests/test_bind_list.py::test_keyword_list PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_list_mutable_default PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_list_pos PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_optional_list_none_default PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected0] PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected1] PASSED [ 37%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected2] PASSED [ 38%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected3] PASSED [ 38%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected4] PASSED [ 38%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected5] PASSED [ 38%] 188s tests/test_bind_list.py::test_keyword_list_of_bool[cmd_expected6] PASSED [ 38%] 188s tests/test_bind_list.py::test_list_tuple_missing_arguments_no_arguments[foo --item] PASSED [ 38%] 188s tests/test_bind_list.py::test_list_tuple_missing_arguments_non_divisible[foo --item 1] PASSED [ 38%] 188s tests/test_bind_list.py::test_list_tuple_missing_arguments_non_divisible[foo --item a --stuff g] PASSED [ 39%] 188s tests/test_bind_list.py::test_pos_sequence PASSED [ 39%] 188s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz bar] PASSED [ 39%] 188s tests/test_bind_list.py::test_list_positional_all_but_last[-- fizz buzz bar] PASSED [ 39%] 188s tests/test_bind_list.py::test_list_positional_all_but_last[fizz -- buzz bar] PASSED [ 39%] 188s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz -- bar] PASSED [ 39%] 188s tests/test_bind_list.py::test_list_positional_all_but_last[fizz buzz bar --] PASSED [ 40%] 188s tests/test_bind_namedtuple.py::test_bind_typing_named_tuple PASSED [ 40%] 188s tests/test_bind_namedtuple.py::test_bind_typing_named_tuple_var_positional PASSED [ 40%] 188s tests/test_bind_namedtuple.py::test_bind_collections_named_tuple PASSED [ 40%] 188s tests/test_bind_namedtuple.py::test_bind_collections_named_tuple_unsupported SKIPPED [ 40%] 188s tests/test_bind_no_parse.py::test_no_parse_pos PASSED [ 40%] 188s tests/test_bind_no_parse.py::test_no_parse_invalid_kind PASSED [ 40%] 188s tests/test_bind_pos_only.py::test_star_args[foo 1 2 3 4 5] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only[foo 1 2 3] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_exceptions[cmd_str_e0] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 3 4] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 3 --d 4] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_extended[foo 1 2 --d=4 3] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_extended_exceptions[cmd_str_e0] PASSED [ 41%] 188s tests/test_bind_pos_only.py::test_pos_only_extended_exceptions[cmd_str_e1] PASSED [ 42%] 188s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 3 4] PASSED [ 42%] 188s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 3 --d 4] PASSED [ 42%] 188s tests/test_bind_pos_only.py::test_pos_only_extended_str_type[foo a 2 --d=4 3] PASSED [ 42%] 188s tests/test_bind_tuple.py::test_bind_tuple_basic[1 2 80 160 255] PASSED [ 42%] 188s tests/test_bind_tuple.py::test_bind_tuple_basic[--coordinates 1 2 --color 80 160 255] PASSED [ 42%] 188s tests/test_bind_tuple.py::test_bind_tuple_basic[--color 80 160 255 --coordinates 1 2] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_basic[--color 80 160 255 --coordinates=1 2] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_nested[1 2 alice 100 200] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_nested[--coordinates 1 2 --data alice 100 200] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_nested[--data alice 100 200 --coordinates 1 2] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[1 2 alice 100 bob 200] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[--coordinates 1 2 --data alice 100 --data bob 200] PASSED [ 43%] 188s tests/test_bind_tuple.py::test_bind_tuple_ellipsis[--data alice 100 --coordinates 1 2 --data bob 200] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_tuple_no_inner_types[1 2 3] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_tuple_no_inner_types[--values 1 --values 2 --values 3] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_tuple_insufficient_tokens[1] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_tuple_insufficient_tokens[--coordinates 1] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_list_of_tuple[--coordinates 1 2 --color 80 160 255 --coordinates 3 4] PASSED [ 44%] 188s tests/test_bind_tuple.py::test_bind_list_of_tuple[--coordinates 1 2 --coordinates 3 4 --color 80 160 255] PASSED [ 45%] 188s tests/test_bind_tuple.py::test_bind_list_of_tuple[1 2 3 4 --color 80 160 255] PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_basic PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_flatten PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_renamed_no_hyphen PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_renamed_hyphen PASSED [ 45%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_missing_arg_nested PASSED [ 46%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_total_false PASSED [ 46%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_not_required PASSED [ 46%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_required PASSED [ 46%] 188s tests/test_bind_typed_dict.py::test_bind_typed_dict_extra_field PASSED [ 46%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo 1-1] PASSED [ 46%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a=1-1] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a 1-1] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo bar-bar] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a=bar-bar] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[False-foo --a bar-bar] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo 1-1] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a=1-1] PASSED [ 47%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a 1-1] PASSED [ 48%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo bar-bar] PASSED [ 48%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a=bar-bar] PASSED [ 48%] 188s tests/test_bind_union.py::test_union_required_implicit_coercion[True-foo --a bar-bar] PASSED [ 48%] 188s tests/test_bind_union.py::test_union_coercion_cannot_coerce_error PASSED [ 48%] 188s tests/test_bind_var_pos.py::test_bind_var_pos PASSED [ 48%] 188s tests/test_coercion.py::test_token_count_tuple_basic PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_tuple_no_inner_type PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_tuple_nested PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_tuple_ellipsis PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_tuple_ellipsis_nested PASSED [ 49%] 188s tests/test_coercion.py::test_token_union PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_standard PASSED [ 49%] 188s tests/test_coercion.py::test_token_count_bool PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_list PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_sequence PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_list_generic PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_list_direct PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_list_of_tuple PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_list_of_tuple_nested PASSED [ 50%] 188s tests/test_coercion.py::test_token_count_iterable PASSED [ 51%] 188s tests/test_coercion.py::test_token_count_union PASSED [ 51%] 188s tests/test_coercion.py::test_token_count_union_error PASSED [ 51%] 188s tests/test_coercion.py::test_coerce_no_tokens PASSED [ 51%] 188s tests/test_coercion.py::test_coerce_bool PASSED [ 51%] 188s tests/test_coercion.py::test_coerce_error PASSED [ 51%] 188s tests/test_coercion.py::test_coerce_int PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_annotated_int PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_optional_annotated_int PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_annotated_union_str_secondary_choice PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_annotated_nested_union_str_secondary_choice PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_annotated_union_int PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_enum PASSED [ 52%] 188s tests/test_coercion.py::test_coerce_tuple_basic_single PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_str_single PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_basic_double PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_typing_no_inner_types PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_builtin_no_inner_types PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_nested PASSED [ 53%] 188s tests/test_coercion.py::test_coerce_tuple_len_mismatch_underflow PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_tuple_len_mismatch_overflow PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_tuple_ellipsis_too_many_inner_types PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_tuple_ellipsis_non_divisible PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_list PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_list_of_tuple_str_single_1 PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_list_of_tuple_str_single_2 PASSED [ 54%] 188s tests/test_coercion.py::test_coerce_bare_list PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_iterable PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_set PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_frozenset PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_literal PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_literal_invalid_choice PASSED [ 55%] 188s tests/test_coercion.py::test_coerce_literal_invalid_choice_keyword PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_literal_invalid_choice_non_cli_token PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_literal_invalid_choice_keyword_non_cli_token PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_path PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_any PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_bytes PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_bytearray PASSED [ 56%] 188s tests/test_coercion.py::test_coerce_parameter_kind_empty PASSED [ 57%] 188s tests/test_command_collision.py::test_command_collision PASSED [ 57%] 188s tests/test_command_collision.py::test_command_collision_meta PASSED [ 57%] 188s tests/test_command_collision.py::test_command_collision_default PASSED [ 57%] 188s tests/test_console.py::test_root_console[foo --help] PASSED [ 57%] 188s tests/test_console.py::test_root_console[foo invalid-command] PASSED [ 57%] 188s tests/test_console.py::test_root_console_subapp[foo --help] PASSED [ 58%] 188s tests/test_console.py::test_root_console_subapp[foo invalid-command] PASSED [ 58%] 188s tests/test_console.py::test_root_subapp_console[foo --help] PASSED [ 58%] 188s tests/test_console.py::test_root_subapp_console[foo invalid-command] PASSED [ 58%] 188s tests/test_console.py::test_root_subapp_arg_console[foo --help] PASSED [ 58%] 188s tests/test_console.py::test_root_subapp_arg_console[foo invalid-command] PASSED [ 58%] 188s tests/test_console.py::test_console_populated_issue_103 PASSED [ 58%] 188s tests/test_edit.py::test_basic_edit PASSED [ 59%] 188s tests/test_edit.py::test_custom_path PASSED [ 59%] 188s tests/test_edit.py::test_editor_not_found PASSED [ 59%] 188s tests/test_edit.py::test_did_not_save PASSED [ 59%] 188s tests/test_edit.py::test_did_not_change PASSED [ 59%] 188s tests/test_edit.py::test_editor_error PASSED [ 59%] 188s tests/test_edit.py::test_custom_encoding PASSED [ 60%] 188s tests/test_edit.py::test_fallback_editors PASSED [ 60%] 188s tests/test_edit.py::test_editor_args PASSED [ 60%] 188s tests/test_edit.py::test_optional_change PASSED [ 60%] 188s tests/test_edit.py::test_file_cleanup PASSED [ 60%] 188s tests/test_env_var.py::test_env_var_split_path_windows PASSED [ 60%] 188s tests/test_env_var.py::test_env_var_split_path_posix_multiple[List0] PASSED [ 60%] 188s tests/test_env_var.py::test_env_var_split_path_posix_multiple[List1] PASSED [ 61%] 188s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Tuple0] PASSED [ 61%] 188s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Tuple1] PASSED [ 61%] 188s tests/test_env_var.py::test_env_var_split_path_posix_multiple[Annotated] PASSED [ 61%] 188s tests/test_env_var.py::test_env_var_split_path_posix_single PASSED [ 61%] 188s tests/test_env_var.py::test_env_var_split_path_general PASSED [ 61%] 188s tests/test_exceptions.py::test_exceptions_missing_argument_single PASSED [ 61%] 188s tests/test_exceptions.py::test_exceptions_missing_argument_flag PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_validation_error_cli_single_positional PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_validation_error_cli_single_keyword PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_validation_error_non_cli_single_keyword PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_validation_error_cli_multi_positional PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_validation_error_cli_multi_keyword PASSED [ 62%] 188s tests/test_exceptions.py::test_exceptions_coercion_error_from_positional_cli PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_coercion_error_from_keyword_cli PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_coercion_error_verbose PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_mixed_argument_error PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_unknown_command PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_argument_order_error_singular PASSED [ 63%] 188s tests/test_exceptions.py::test_exceptions_argument_order_error_plural PASSED [ 63%] 188s tests/test_group.py::test_group_show_property PASSED [ 64%] 188s tests/test_group.py::test_group_default_parameter_converter PASSED [ 64%] 188s tests/test_group.py::test_command_validator PASSED [ 64%] 188s tests/test_group.py::test_command_validator_with_message PASSED [ 64%] 188s tests/test_group.py::test_group_command_default_parameter_resolution PASSED [ 64%] 188s tests/test_group.py::test_group_default_parameter_validator PASSED [ 64%] 188s tests/test_group.py::test_group_validator PASSED [ 65%] 188s tests/test_group.py::test_group_sort_key_property PASSED [ 65%] 188s tests/test_group.py::test_group_sorted_classmethod_basic PASSED [ 65%] 188s tests/test_group.py::test_group_sorted_classmethod_tuple PASSED [ 65%] 188s tests/test_group_extractors.py::test_groups_annotated_invalid_recursive_definition PASSED [ 65%] 188s tests/test_group_extractors.py::test_groups_from_app_implicit PASSED [ 65%] 188s tests/test_group_extractors.py::test_commands_groups_name_collision PASSED [ 65%] 188s tests/test_help.py::test_empty_help_panel_rich_silent PASSED [ 66%] 188s tests/test_help.py::test_help_mutable_default PASSED [ 66%] 188s tests/test_help.py::test_help_default_action PASSED [ 66%] 188s tests/test_help.py::test_help_custom_usage PASSED [ 66%] 188s tests/test_help.py::test_help_custom_usage_subapp PASSED [ 66%] 188s tests/test_help.py::test_help_default_help_flags PASSED [ 66%] 188s tests/test_help.py::test_help_format_usage_empty PASSED [ 67%] 188s tests/test_help.py::test_help_format_usage_command PASSED [ 67%] 188s tests/test_help.py::test_format_commands_docstring PASSED [ 67%] 188s tests/test_help.py::test_format_commands_docstring_long_only PASSED [ 67%] 188s tests/test_help.py::test_format_commands_no_show PASSED [ 67%] 188s tests/test_help.py::test_format_commands_explicit_help PASSED [ 67%] 188s tests/test_help.py::test_format_commands_explicit_name PASSED [ 67%] 188s tests/test_help.py::test_help_empty PASSED [ 68%] 188s tests/test_help.py::test_format_choices_rich_format PASSED [ 68%] 188s tests/test_help.py::test_help_format_group_parameters_empty PASSED [ 68%] 188s tests/test_help.py::test_help_format_group_parameters PASSED [ 68%] 188s tests/test_help.py::test_help_format_group_parameters_short_name PASSED [ 68%] 188s tests/test_help.py::test_help_format_group_parameters_from_docstring PASSED [ 68%] 188s tests/test_help.py::test_help_format_group_parameters_bool_flag PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_bool_flag_custom_negative[--yesnt-foo] PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_bool_flag_custom_negative[yesnt-foo] PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_list_flag PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_defaults PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_defaults_no_show PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_choices_literal_no_show PASSED [ 69%] 188s tests/test_help.py::test_help_format_group_parameters_choices_literal_union PASSED [ 70%] 188s tests/test_help.py::test_help_format_group_parameters_choices_literal_union_python310_syntax_0 PASSED [ 70%] 188s tests/test_help.py::test_help_format_group_parameters_choices_literal_union_python310_syntax_1 PASSED [ 70%] 188s tests/test_help.py::test_help_format_group_parameters_choices_enum PASSED [ 70%] 189s tests/test_help.py::test_help_format_group_parameters_choices_enum_list PASSED [ 70%] 189s tests/test_help.py::test_help_format_group_parameters_choices_enum_list_typing PASSED [ 70%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_set PASSED [ 70%] 189s tests/test_help.py::test_help_parameter_string_annotation PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_set_typing PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_typing PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_variadic_typing PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_choices_literal_tuple_variadic PASSED [ 71%] 189s tests/test_help.py::test_help_format_group_parameters_env_var PASSED [ 72%] 189s tests/test_help.py::test_help_print_function PASSED [ 72%] 189s tests/test_help.py::test_help_print_parameter_required PASSED [ 72%] 189s tests/test_help.py::test_help_print_function_defaults PASSED [ 72%] 189s tests/test_help.py::test_help_print_function_no_parse PASSED [ 72%] 189s tests/test_help.py::test_help_print_parameter_group_description PASSED [ 72%] 189s tests/test_help.py::test_help_print_parameter_group_no_show PASSED [ 72%] 189s tests/test_help.py::test_help_print_command_group_description PASSED [ 73%] 189s tests/test_help.py::test_help_print_command_group_no_show PASSED [ 73%] 189s tests/test_help.py::test_help_print_combined_parameter_command_group PASSED [ 73%] 189s tests/test_help.py::test_help_print_commands PASSED [ 73%] 189s tests/test_help.py::test_help_print_commands_group_sort_key PASSED [ 73%] 189s tests/test_help.py::test_help_print_commands_and_function PASSED [ 73%] 189s tests/test_help.py::test_help_print_commands_special_flag_reassign PASSED [ 74%] 189s tests/test_help.py::test_help_print_parameters_no_negative_from_default_parameter PASSED [ 74%] 189s tests/test_help.py::test_help_print_commands_plus_meta PASSED [ 74%] 189s tests/test_help.py::test_help_print_commands_sort_key PASSED [ 74%] 189s tests/test_help.py::test_help_print_commands_plus_meta_short PASSED [ 74%] 189s tests/test_help.py::test_help_restructuredtext PASSED [ 74%] 189s tests/test_help.py::test_help_markdown PASSED [ 74%] 189s tests/test_help.py::test_help_rich PASSED [ 75%] 189s tests/test_help.py::test_help_plaintext PASSED [ 75%] 189s tests/test_help.py::test_help_consistent_formatting PASSED [ 75%] 189s tests/test_interactive_shell.py::test_interactive_shell PASSED [ 75%] 189s tests/test_meta.py::test_meta_basic[1 --b 2 --c=c-value-manual --meta-flag] PASSED [ 75%] 189s tests/test_meta.py::test_meta_basic[1 --b=2 --c=c-value-manual --meta-flag] PASSED [ 75%] 189s tests/test_meta.py::test_meta_basic[1 --b=2 --c c-value-manual --meta-flag] PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_config_inheritance PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_root_help PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_subapp_help PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_subapp_foo_help PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_exec[-expected0] PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_exec[subapp-expected1] PASSED [ 76%] 189s tests/test_meta.py::test_meta_app_nested_exec[subapp foo 5-expected2] PASSED [ 77%] 189s tests/test_name_transform.py::test_default_name_transform[FOO-foo] PASSED [ 77%] 189s tests/test_name_transform.py::test_default_name_transform[_FOO-foo] PASSED [ 77%] 189s tests/test_name_transform.py::test_default_name_transform[_FOO_-foo] PASSED [ 77%] 189s tests/test_name_transform.py::test_default_name_transform[_F_O_O_-f-o-o] PASSED [ 77%] 189s tests/test_name_transform.py::test_app_name_transform_default PASSED [ 77%] 189s tests/test_name_transform.py::test_app_name_transform_custom PASSED [ 78%] 189s tests/test_name_transform.py::test_subapp_name_transform_custom PASSED [ 78%] 189s tests/test_name_transform.py::test_subapp_name_transform_custom_inherited PASSED [ 78%] 189s tests/test_name_transform.py::test_parameter_name_transform_default PASSED [ 78%] 189s tests/test_name_transform.py::test_parameter_name_transform_custom PASSED [ 78%] 189s tests/test_name_transform.py::test_parameter_name_transform_kwargs[None] PASSED [ 78%] 189s tests/test_name_transform.py::test_parameter_name_transform_kwargs[] PASSED [ 78%] 189s tests/test_name_transform.py::test_parameter_name_transform_custom_name_override PASSED [ 79%] 189s tests/test_name_transform.py::test_parameter_name_transform_custom_enum PASSED [ 79%] 189s tests/test_name_transform.py::test_parameter_name_transform_help PASSED [ 79%] 189s tests/test_name_transform.py::test_parameter_name_transform_help_enum PASSED [ 79%] 189s tests/test_name_transform.py::test_parameter_name_transform_dataclass PASSED [ 79%] 189s tests/test_new_type.py::test_new_type_str PASSED [ 79%] 189s tests/test_new_type.py::test_new_type_token_count_str PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[foo-expected0] PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo-expected1] PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[foo bar-expected2] PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo --a bar-expected3] PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[foo bar baz-expected4] PASSED [ 80%] 189s tests/test_new_type.py::test_new_type_token_count_list_str[--a foo --a bar --a baz-expected5] PASSED [ 80%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_default PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[list] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[set] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[List] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_default[Set] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[list] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[set] PASSED [ 81%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[List] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix[Set] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[list] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[set] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[List] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_get_negatives_iterable_custom_prefix_list[Set] PASSED [ 82%] 189s tests/test_parameter.py::test_parameter_negative_iterable_invalid_name PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_custom_single[bool] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_custom_single[list] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_custom_single[set] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[bool] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[list] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_list[set] PASSED [ 83%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[bool] PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[list] PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix[set] PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_negative_bool_invalid_name PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[bool] PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[list] PASSED [ 84%] 189s tests/test_parameter.py::test_parameter_get_negatives_bool_custom_prefix_list[set] PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_from_annotation_basic PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_from_annotation_optional_annotated PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_from_annotation_empty_annotation PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_combine PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_combine_priority PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_combine_priority_none PASSED [ 85%] 189s tests/test_parameter.py::test_parameter_default PASSED [ 86%] 189s tests/test_parameter_allow_leading_hyphen.py::test_allow_leading_hyphen_false PASSED [ 86%] 189s tests/test_parameter_allow_leading_hyphen.py::test_allow_leading_hyphen_true PASSED [ 86%] 189s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass[dataclass] PASSED [ 86%] 189s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass[define] PASSED [ 86%] 189s tests/test_parameter_decorator.py::test_parameter_decorator_dataclass_inheritance PASSED [ 86%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[Literal-bmp] PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[FontSingleFormat-otf, woff2, ttf, bdf, pcf] PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[Union-otf, woff2, ttf, bdf, pcf, bmp] PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_3-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_4-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 189s tests/test_py312_type_alias_type.py::test_py312_type_alias_type_help_get_choices[type_5-otf, woff2, ttf, bdf, pcf, otc, ttc] PASSED [ 87%] 189s tests/test_pydantic.py::test_bind_pydantic_basemodel PASSED [ 88%] 189s tests/test_pydantic.py::test_bind_pydantic_basemodel_help PASSED [ 88%] 189s tests/test_pydantic.py::test_bind_pydantic_basemodel_missing_arg PASSED [ 88%] 189s tests/test_pydantic.py::test_pydantic_alias PASSED [ 88%] 189s tests/test_run.py::test_run PASSED [ 88%] 189s tests/test_runtime_exceptions.py::test_runtime_exception_not_enough_tokens PASSED [ 88%] 189s tests/test_runtime_exceptions.py::test_runtime_exception_missing_parameter PASSED [ 89%] 189s tests/test_runtime_exceptions.py::test_runtime_exception_bad_command PASSED [ 89%] 189s tests/test_runtime_exceptions.py::test_runtime_exception_bad_command_recommend PASSED [ 89%] 189s tests/test_runtime_exceptions.py::test_runtime_exception_repeat_arguments PASSED [ 89%] 189s tests/test_subapp.py::test_subapp_basic PASSED [ 89%] 189s tests/test_subapp.py::test_subapp_must_have_name PASSED [ 89%] 189s tests/test_subapp.py::test_subapp_registering_cannot_have_other_kwargs PASSED [ 89%] 189s tests/test_subapp.py::test_subapp_cannot_be_default PASSED [ 90%] 189s tests/test_subapp.py::test_resolve_default_parameter_1 PASSED [ 90%] 189s tests/test_subapp.py::test_resolve_default_parameter_2 PASSED [ 90%] 189s tests/test_utils.py::test_grouper PASSED [ 90%] 189s tests/test_utils.py::test_sentinel PASSED [ 90%] 189s tests/test_validate_command.py::test_validate_command PASSED [ 90%] 189s tests/test_version.py::test_version_print_console_from_init PASSED [ 90%] 189s tests/test_version.py::test_version_print_console_from_method PASSED [ 91%] 189s tests/test_version.py::test_version_print_console_none PASSED [ 91%] 189s tests/test_version.py::test_version_print_custom_string PASSED [ 91%] 189s tests/test_version.py::test_version_print_custom_callable PASSED [ 91%] 189s tests/test_version.py::test_version_print_help_format_fallback PASSED [ 91%] 189s tests/test_version.py::test_version_print_help_format_override PASSED [ 91%] 189s tests/test_version_parameter.py::test_version_subapp_version_parameter[foo --version 1.2.3] PASSED [ 92%] 189s tests/test_version_parameter.py::test_version_subapp_version_parameter[foo --version=1.2.3] PASSED [ 92%] 189s tests/test_version_parameter.py::test_version_subapp_help_parameter[foo --help 1.2.3] PASSED [ 92%] 189s tests/test_version_parameter.py::test_version_subapp_help_parameter[foo --help=1.2.3] PASSED [ 92%] 189s tests/types/test_types_json.py::test_types_json PASSED [ 92%] 189s tests/types/test_types_number.py::test_nested_annotated_validator PASSED [ 92%] 189s tests/types/test_types_number.py::test_nested_list_annotated_validator PASSED [ 92%] 189s tests/types/test_types_path.py::test_types_existing_path PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_path_validation_error PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_file PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_file_app PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_file_app_list PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_file_validation_error PASSED [ 93%] 189s tests/types/test_types_path.py::test_types_existing_directory PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_existing_directory_validation_error PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_directory PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_directory_validation_error PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_file PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_file_validation_error PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_resolved_existing_path[touch] PASSED [ 94%] 189s tests/types/test_types_path.py::test_types_resolved_existing_path[mkdir] PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_path_list PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_path_validation_error PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_file PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_file_validation_error PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_directory PASSED [ 95%] 189s tests/types/test_types_path.py::test_types_resolved_existing_directory_validation_error PASSED [ 96%] 189s tests/types/test_types_path.py::test_types_resolved_directory PASSED [ 96%] 189s tests/types/test_types_path.py::test_types_resolved_directory_validation_error PASSED [ 96%] 189s tests/types/test_types_path.py::test_types_resolved_file PASSED [ 96%] 189s tests/types/test_types_path.py::test_types_resolved_file_validation_error PASSED [ 96%] 189s tests/types/test_types_path.py::test_types_path_resolve_converter PASSED [ 96%] 189s tests/validators/test_validator_group.py::test_limited_choice_default_success PASSED [ 96%] 189s tests/validators/test_validator_group.py::test_limited_choice_default_failure[None] PASSED [ 97%] 189s tests/validators/test_validator_group.py::test_limited_choice_default_failure[1] PASSED [ 97%] 189s tests/validators/test_validator_group.py::test_limited_choice_default_min_max PASSED [ 97%] 189s tests/validators/test_validator_group.py::test_limited_choice_invalid_min_max PASSED [ 97%] 189s tests/validators/test_validator_group.py::test_bind_group_validator_limited_choice PASSED [ 97%] 189s tests/validators/test_validator_group.py::test_bind_group_validator_limited_choice_name_override PASSED [ 97%] 189s tests/validators/test_validator_number.py::test_validator_number_type PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_lt PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_lt_sequence PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_lte PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_gt PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_gte PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_modulo PASSED [ 98%] 189s tests/validators/test_validator_number.py::test_validator_number_typeerror PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_type PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_exists PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_exists_sequence PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_file_okay PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_dir_okay PASSED [ 99%] 189s tests/validators/test_validator_path.py::test_path_invalid_values PASSED [100%] 189s 189s =============================== warnings summary =============================== 189s tests/test_bind_dataclasses.py::test_bind_dataclass_recursive 189s /usr/lib/python3/dist-packages/docstring_parser/attrdoc.py:48: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead 189s and isinstance(node.value, (ast.Constant, ast.Str)) 189s 189s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 189s =========== 654 passed, 1 skipped, 1 deselected, 1 warning in 2.64s ============ 189s /tmp/autopkgtest.p8z8nU/wrapper.sh: checking for leaked background processes... 189s /tmp/autopkgtest.p8z8nU/wrapper.sh: waiting for tee/cat subprocesses... 189s /tmp/autopkgtest.p8z8nU/wrapper.sh: cleaning up... 189s /tmp/autopkgtest.p8z8nU/wrapper.sh: Exit status: 0 189s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest [12:39:50]: test pybuild-autopkgtest: -----------------------] 190s autopkgtest: DBG: testbed executing test finished with exit status 0 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stdout /tmp/autopkgtest-work.bj6eyk5y/out/pybuild-autopkgtest-stdout 190s autopkgtest: DBG: got reply from testbed: ok 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-stderr /tmp/autopkgtest-work.bj6eyk5y/out/pybuild-autopkgtest-stderr 190s autopkgtest: DBG: got reply from testbed: ok 190s pybuild-autopkgtest PASS 190s autopkgtest [12:39:50]: test pybuild-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-artifacts/ /tmp/autopkgtest-work.bj6eyk5y/out/artifacts/ 190s autopkgtest: DBG: got reply from testbed: ok 190s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.p8z8nU/pybuild-autopkgtest-artifacts', '/tmp/autopkgtest.p8z8nU/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 190s autopkgtest [12:39:50]: @@@@@@@@@@@@@@@@@@@@ summary 190s pybuild-autopkgtest PASS 190s autopkgtest: DBG: testbed stop 190s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.p8z8nU 190s autopkgtest: DBG: sending command to testbed: close 196s autopkgtest: DBG: got reply from testbed: ok 196s autopkgtest: DBG: sending command to testbed: quit 196s nova [W] Using flock in prodstack6-s390x 196s flock: timeout while waiting to get lock 196s Creating nova instance adt-plucky-s390x-python-cyclopts-20250219-123640-juju-7f2275-prod-proposed-migration-environment-15-58b434dc-1498-4cbe-b197-eeee8c6b76fe from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 196s nova [W] Timed out waiting for 6ade557b-58a3-46e0-bb1c-0f3b1f1f0ae8 to get deleted.