0s autopkgtest: DBG: testbed init 0s autopkgtest [07:25:58]: starting date and time: 2025-02-20 07:25:58+0000 0s autopkgtest [07:25:58]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [07:25:58]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.wl67lg63/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:setuptools --apt-upgrade python-libtmux --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=setuptools/75.8.0-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-12.secgroup --name adt-plucky-s390x-python-libtmux-20250220-072557-juju-7f2275-prod-proposed-migration-environment-15-a53ba582-8b41-45dd-9b5b-6dccc8e0c50e --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 55s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.hM0wkY 55s autopkgtest: DBG: sending command to testbed: print-execute-command 55s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vjrbmlfy/runcmd 55s autopkgtest: DBG: sending command to testbed: capabilities 55s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system isolation-machine revert suggested-normal-user=ubuntu root-on-testbed 55s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'isolation-machine', 'revert', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 55s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 55s autopkgtest: DBG: testbed command exited with code 0 55s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.hM0wkY/wrapper.sh 55s autopkgtest: DBG: got reply from testbed: ok 55s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/wrapper.sh'], kind short, sout raw, serr pipe, env [] 55s autopkgtest: DBG: testbed command exited with code 0 55s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [07:26:54]: testbed dpkg architecture: s390x 56s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [07:26:54]: testbed apt version: 2.9.30 56s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest: DBG: testbed has eatmydata 56s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [07:26:54]: @@@@@@@@@@@@@@@@@@@@ test bed setup 56s 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 [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest [07:26:54]: testbed release detected to be: None 56s 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 [] 56s autopkgtest: DBG: testbed command exited with code 0 56s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: adding APT source: Types: deb deb-src 57s URIs: http://ftpmaster.internal/ubuntu/ 57s Suites: plucky-proposed 57s Components: main restricted universe multiverse 57s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 57s Package: * 57s Pin: release plucky-proposed 57s Pin-Priority: 500 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [07:26:55]: updating testbed package index (apt update) 57s 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'] 57s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 57s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 57s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 58s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 58s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [83.6 kB] 58s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 58s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [771 kB] 58s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.5 kB] 58s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [115 kB] 58s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 58s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [681 kB] 58s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5096 B] 58s Fetched 1785 kB in 1s (2022 kB/s) 59s Reading package lists... 59s autopkgtest: DBG: testbed command exited with code 0 59s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 59s Package: * 59s Pin: release plucky-proposed 59s Pin-Priority: 100 59s 59s Package: src:setuptools:any 59s Pin: release plucky-proposed 59s Pin-Priority: 995 59s 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:setuptools:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 59s autopkgtest: DBG: testbed command exited with code 0 59s 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.hM0wkY/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 59s autopkgtest: DBG: testbed command exited with code 0 59s 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'] 59s + lsb_release --codename --short 59s + RELEASE=plucky 59s + cat 59s + [ plucky != trusty ] 59s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 59s Reading package lists... 59s Building dependency tree... 59s Reading state information... 59s Calculating upgrade... 59s The following packages were automatically installed and are no longer required: 59s libapt-pkg6.0t64 libnsl2 libpython3.12-minimal libpython3.12-stdlib 59s libpython3.12t64 linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 59s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 59s linux-tools-6.11.0-8-generic 59s Use 'sudo apt autoremove' to remove them. 59s The following packages will be upgraded: 59s apparmor fwupd iproute2 libapparmor1 libcbor0.10 libfwupd3 libgpgme11t64 59s liblsof0 libp11-kit0 liburcu8t64 lsof lto-disabled-list python-apt-common 59s python3-apt sysvinit-utils ubuntu-pro-client ubuntu-pro-client-l10n 60s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 60s Need to get 8732 kB of archives. 60s After this operation, 241 kB of additional disk space will be used. 60s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 60s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 60s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libapparmor1 s390x 4.1.0~beta5-0ubuntu2 [54.1 kB] 60s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 60s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python-apt-common all 2.9.9 [21.2 kB] 60s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-apt s390x 2.9.9 [185 kB] 60s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client-l10n s390x 34.1.3 [18.3 kB] 60s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client s390x 34.1.3 [241 kB] 60s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x apparmor s390x 4.1.0~beta5-0ubuntu2 [758 kB] 60s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libcbor0.10 s390x 0.10.2-2ubuntu1 [26.1 kB] 60s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.1-1 [66.0 kB] 60s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 60s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 60s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x fwupd s390x 2.0.6-3 [5235 kB] 60s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libfwupd3 s390x 2.0.6-3 [133 kB] 60s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 60s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x lto-disabled-list all 56 [12.4 kB] 61s Preconfiguring packages ... 61s Fetched 8732 kB in 1s (10.1 MB/s) 61s (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.) 61s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 61s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 61s Setting up sysvinit-utils (3.14-1ubuntu1) ... 61s (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.) 61s Preparing to unpack .../00-iproute2_6.13.0-1ubuntu1_s390x.deb ... 61s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 61s Preparing to unpack .../01-libapparmor1_4.1.0~beta5-0ubuntu2_s390x.deb ... 61s Unpacking libapparmor1:s390x (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 61s Preparing to unpack .../02-libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 61s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 61s Preparing to unpack .../03-python-apt-common_2.9.9_all.deb ... 61s Unpacking python-apt-common (2.9.9) over (2.9.8) ... 61s Preparing to unpack .../04-python3-apt_2.9.9_s390x.deb ... 61s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 61s for fn in glob1(directory, "%s.*" % fname): 61s Unpacking python3-apt (2.9.9) over (2.9.8) ... 61s Preparing to unpack .../05-ubuntu-pro-client-l10n_34.1.3_s390x.deb ... 61s Unpacking ubuntu-pro-client-l10n (34.1.3) over (34.1.2) ... 61s Preparing to unpack .../06-ubuntu-pro-client_34.1.3_s390x.deb ... 61s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 61s for fn in glob1(directory, "%s.*" % fname): 61s Unpacking ubuntu-pro-client (34.1.3) over (34.1.2) ... 61s Preparing to unpack .../07-apparmor_4.1.0~beta5-0ubuntu2_s390x.deb ... 61s Unpacking apparmor (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 62s dpkg: warning: unable to delete old directory '/lib/apparmor': Directory not empty 62s Preparing to unpack .../08-libcbor0.10_0.10.2-2ubuntu1_s390x.deb ... 62s Unpacking libcbor0.10:s390x (0.10.2-2ubuntu1) over (0.10.2-1.2ubuntu2) ... 62s Preparing to unpack .../09-liburcu8t64_0.15.1-1_s390x.deb ... 62s Unpacking liburcu8t64:s390x (0.15.1-1) over (0.15.0-1) ... 62s Preparing to unpack .../10-lsof_4.99.4+dfsg-1_s390x.deb ... 62s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 62s Preparing to unpack .../11-liblsof0_4.99.4+dfsg-1_s390x.deb ... 62s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 62s Preparing to unpack .../12-fwupd_2.0.6-3_s390x.deb ... 62s Unpacking fwupd (2.0.6-3) over (2.0.5-1) ... 62s Preparing to unpack .../13-libfwupd3_2.0.6-3_s390x.deb ... 62s Unpacking libfwupd3:s390x (2.0.6-3) over (2.0.5-1) ... 62s Preparing to unpack .../14-libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 62s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 62s Preparing to unpack .../15-lto-disabled-list_56_all.deb ... 62s Unpacking lto-disabled-list (56) over (54) ... 62s Setting up liburcu8t64:s390x (0.15.1-1) ... 62s Setting up lto-disabled-list (56) ... 62s Setting up libapparmor1:s390x (4.1.0~beta5-0ubuntu2) ... 62s Setting up libcbor0.10:s390x (0.10.2-2ubuntu1) ... 62s Setting up liblsof0 (4.99.4+dfsg-1) ... 62s Setting up iproute2 (6.13.0-1ubuntu1) ... 62s Setting up libfwupd3:s390x (2.0.6-3) ... 62s Setting up apparmor (4.1.0~beta5-0ubuntu2) ... 62s Installing new version of config file /etc/apparmor.d/abstractions/dconf ... 62s Installing new version of config file /etc/apparmor.d/abstractions/mesa ... 62s Installing new version of config file /etc/apparmor.d/abstractions/nameservice ... 62s Installing new version of config file /etc/apparmor.d/abstractions/php ... 62s Installing new version of config file /etc/apparmor.d/abstractions/python ... 62s Installing new version of config file /etc/apparmor.d/slirp4netns ... 62s Installing new version of config file /etc/apparmor.d/toybox ... 62s Installing new version of config file /etc/apparmor.d/transmission ... 62s Installing new version of config file /etc/apparmor.d/tunables/global ... 63s Reloading AppArmor profiles 64s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 64s Setting up lsof (4.99.4+dfsg-1) ... 64s Setting up python-apt-common (2.9.9) ... 64s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 64s Setting up fwupd (2.0.6-3) ... 64s fwupd-refresh.service is a disabled or a static unit not running, not starting it. 64s fwupd.service is a disabled or a static unit not running, not starting it. 64s Setting up python3-apt (2.9.9) ... 64s Setting up ubuntu-pro-client (34.1.3) ... 66s Setting up ubuntu-pro-client-l10n (34.1.3) ... 66s Processing triggers for systemd (257.2-3ubuntu1) ... 66s Processing triggers for man-db (2.13.0-1) ... 67s Processing triggers for dbus (1.16.0-1ubuntu1) ... 67s Processing triggers for libc-bin (2.40-4ubuntu1) ... 67s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 67s + /usr/lib/apt/apt-helper analyze-pattern ?true 67s + uname -r 67s + sed s/\./\\./g 67s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 67s + apt list ?obsolete 67s + + cut -d/ -f1 67s tail -n+2 67s + grep -v ^linux-.*6\.12\.0-15-generic.* 67s + true 67s + obsolete_pkgs= 67s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 67s Reading package lists... 67s Building dependency tree... 67s Reading state information... 67s The following packages will be REMOVED: 67s libapt-pkg6.0t64* libnsl2* libpython3.12-minimal* libpython3.12-stdlib* 67s libpython3.12t64* linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 67s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 67s linux-tools-6.11.0-8-generic* 68s 0 upgraded, 0 newly installed, 10 to remove and 2 not upgraded. 68s After this operation, 171 MB disk space will be freed. 68s (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 ... 81079 files and directories currently installed.) 68s Removing libapt-pkg6.0t64:s390x (2.9.29) ... 68s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 68s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 68s Removing libpython3.12t64:s390x (3.12.9-1) ... 68s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 68s Removing libnsl2:s390x (1.3.0-3build3) ... 68s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 68s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 68s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 69s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 69s Processing triggers for libc-bin (2.40-4ubuntu1) ... 69s (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.) 69s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 69s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 69s + grep -q trusty /etc/lsb-release 69s + [ ! -d /usr/share/doc/unattended-upgrades ] 69s + [ ! -d /usr/share/doc/lxd ] 69s + [ ! -d /usr/share/doc/lxd-client ] 69s + [ ! -d /usr/share/doc/snapd ] 69s + type iptables 69s + cat 69s + chmod 755 /etc/rc.local 69s + . /etc/rc.local 69s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 69s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 69s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 69s + uname -m 69s + [ s390x = ppc64le ] 69s + [ -d /run/systemd/system ] 69s + systemd-detect-virt --quiet --vm 69s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 69s + cat 69s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 69s + echo COMPRESS=lz4 69s autopkgtest: DBG: testbed command exited with code 0 69s autopkgtest [07:27:07]: upgrading testbed (apt dist-upgrade and autopurge) 69s 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'] 69s Reading package lists... 69s Building dependency tree... 69s Reading state information... 69s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 69s Starting 2 pkgProblemResolver with broken count: 0 69s Done 69s Entering ResolveByKeep 70s 70s The following packages will be upgraded: 70s python3-pkg-resources python3-setuptools 70s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 70s Need to get 791 kB of archives. 70s After this operation, 13.3 kB of additional disk space will be used. 70s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-pkg-resources all 75.8.0-1 [144 kB] 70s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-setuptools all 75.8.0-1 [648 kB] 70s Fetched 791 kB in 1s (1451 kB/s) 70s (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 ... 55927 files and directories currently installed.) 70s Preparing to unpack .../python3-pkg-resources_75.8.0-1_all.deb ... 71s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 71s for fn in glob1(directory, "%s.*" % fname): 71s Unpacking python3-pkg-resources (75.8.0-1) over (75.6.0-1) ... 71s Preparing to unpack .../python3-setuptools_75.8.0-1_all.deb ... 71s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 71s for fn in glob1(directory, "%s.*" % fname): 71s Unpacking python3-setuptools (75.8.0-1) over (75.6.0-1) ... 71s Setting up python3-pkg-resources (75.8.0-1) ... 71s Setting up python3-setuptools (75.8.0-1) ... 71s autopkgtest: DBG: testbed command exited with code 0 71s 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'] 72s Reading package lists... 72s Building dependency tree... 72s Reading state information... 72s Starting pkgProblemResolver with broken count: 0 72s Starting 2 pkgProblemResolver with broken count: 0 72s Done 72s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 72s autopkgtest: DBG: testbed command exited with code 0 72s 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.hM0wkY/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 72s autopkgtest: DBG: testbed command exited with code 1 72s autopkgtest [07:27:10]: rebooting testbed after setup commands that affected boot 72s autopkgtest: DBG: sending command to testbed: reboot 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 88s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 89s autopkgtest: DBG: got reply from testbed: ok 89s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 90s autopkgtest: DBG: got reply from testbed: ok 90s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest [07:27:28]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 90s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/testbed-packages"], kind short, sout raw, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/testbed-packages /tmp/autopkgtest-work.wl67lg63/out/testbed-packages 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 91s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: Binaries: initialising 92s autopkgtest [07:27:30]: @@@@@@@@@@@@@@@@@@@@ apt-source python-libtmux 92s autopkgtest: DBG: blame += python-libtmux 92s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 92s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-libtmux'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-libtmux$'], kind short, sout pipe, serr raw, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-libtmux=0.42.0-4'], kind short, sout pipe, serr raw, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: install_deps: deps_new=[] 93s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s 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.hM0wkY/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python-libtmux=0.42.0-4 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-libtmux_*.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=setuptools/75.8.0-1'] 93s + cd / 93s + mktemp -d /tmp/autopkgtest.hM0wkY/build.XXX 93s + builddir=/tmp/autopkgtest.hM0wkY/build.W55 93s + cd /tmp/autopkgtest.hM0wkY/build.W55 93s + apt-get source -d -q --only-source python-libtmux=0.42.0-4 94s + OUT=Reading package lists... 94s NOTICE: 'python-libtmux' packaging is maintained in the 'Git' version control system at: 94s https://salsa.debian.org/debian/python-libtmux.git 94s Please use: 94s git clone https://salsa.debian.org/debian/python-libtmux.git 94s to retrieve the latest (possibly unreleased) updates to the package. 94s Need to get 284 kB of source archives. 94s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (dsc) [1834 B] 94s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (tar) [278 kB] 94s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (diff) [4464 B] 94s Fetched 284 kB in 1s (537 kB/s) 94s Download complete and in download only mode 94s + [ -n ] 94s + echo Reading package lists... 94s NOTICE: 'python-libtmux' packaging is maintained in the 'Git' version control system at: 94s https://salsa.debian.org/debian/python-libtmux.git 94s Please use: 94s git clone https://salsa.debian.org/debian/python-libtmux.git 94s to retrieve the latest (possibly unreleased) updates to the package. 94s Need to get 284 kB of source archives. 94s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (dsc) [1834 B] 94s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (tar) [278 kB] 94s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (diff) [4464 B] 94s Fetched 284 kB in 1s (537 kB/s) 94s Download complete and in download only mode 94s + grep ^Get: 94s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (dsc) [1834 B] 94s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (tar) [278 kB] 94s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-libtmux 0.42.0-4 (diff) [4464 B] 94s + dpkg-source -x python-libtmux_0.42.0-4.dsc src 94s gpgv: Signature made Tue Feb 18 05:18:06 2025 UTC 94s gpgv: using RSA key 02A4A46D5B6B5CFE3124C87710BE8983F3D59D64 94s gpgv: issuer "seb@debian.org" 94s gpgv: Can't check signature: No public key 94s dpkg-source: warning: cannot verify inline signature for ./python-libtmux_0.42.0-4.dsc: no acceptable signature found 94s + chmod -R a+rX . 94s + cd src/. 94s + pwd 94s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest [07:27:32]: testing package python-libtmux version 0.42.0-4 94s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/build.W55/src/debian/ /tmp/autopkgtest-work.wl67lg63/out/pkg/debian/ 94s autopkgtest: DBG: got reply from testbed: ok 95s autopkgtest: DBG: autodep8 generated control: ----- 95s Tests: pytest 95s Depends: @, python3-setuptools, python3-all, python3-pytest, python3-pytest-rerunfailures, python3-pytest-mock, tmux 95s Restrictions: allow-stderr 95s 95s Tests: pytest-import-plugin 95s Depends: @, python3-all, python3-pytest 95s Restrictions: allow-stderr 95s 95s 95s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done 95s Depends: python3-all, python3-libtmux, 95s Restrictions: allow-stderr, superficial, 95s Features: test-name=autodep8-python3 95s 95s 95s ------- 95s autopkgtest: DBG: processing dependency @ 95s autopkgtest: DBG: synthesised dependency python3-libtmux 95s autopkgtest: DBG: processing dependency python3-setuptools 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-pytest 95s autopkgtest: DBG: processing dependency python3-pytest-rerunfailures 95s autopkgtest: DBG: processing dependency python3-pytest-mock 95s autopkgtest: DBG: processing dependency tmux 95s autopkgtest: DBG: Test defined: name pytest path debian/tests/pytest command "None" restrictions ['allow-stderr'] features [] depends ['python3-libtmux', 'python3-setuptools', 'python3-all', 'python3-pytest', 'python3-pytest-rerunfailures', 'python3-pytest-mock', 'tmux'] 95s autopkgtest: DBG: processing dependency @ 95s autopkgtest: DBG: synthesised dependency python3-libtmux 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-pytest 95s autopkgtest: DBG: Test defined: name pytest-import-plugin path debian/tests/pytest-import-plugin command "None" restrictions ['allow-stderr'] features [] depends ['python3-libtmux', 'python3-all', 'python3-pytest'] 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-libtmux 95s autopkgtest: DBG: marked alternatives ['python3-libtmux'] as a synthesised dependency 95s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-libtmux'] 95s autopkgtest [07:27:33]: build not needed 95s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/build.W55/src/ /tmp/autopkgtest-work.wl67lg63/out/tests-tree/ 95s autopkgtest: DBG: got reply from testbed: ok 95s autopkgtest: DBG: autodep8 generated control: ----- 95s Tests: pytest 95s Depends: @, python3-setuptools, python3-all, python3-pytest, python3-pytest-rerunfailures, python3-pytest-mock, tmux 95s Restrictions: allow-stderr 95s 95s Tests: pytest-import-plugin 95s Depends: @, python3-all, python3-pytest 95s Restrictions: allow-stderr 95s 95s 95s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done 95s Depends: python3-all, python3-libtmux, 95s Restrictions: allow-stderr, superficial, 95s Features: test-name=autodep8-python3 95s 95s 95s ------- 95s autopkgtest: DBG: processing dependency @ 95s autopkgtest: DBG: synthesised dependency python3-libtmux 95s autopkgtest: DBG: processing dependency python3-setuptools 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-pytest 95s autopkgtest: DBG: processing dependency python3-pytest-rerunfailures 95s autopkgtest: DBG: processing dependency python3-pytest-mock 95s autopkgtest: DBG: processing dependency tmux 95s autopkgtest: DBG: Test defined: name pytest path debian/tests/pytest command "None" restrictions ['allow-stderr'] features [] depends ['python3-libtmux', 'python3-setuptools', 'python3-all', 'python3-pytest', 'python3-pytest-rerunfailures', 'python3-pytest-mock', 'tmux'] 95s autopkgtest: DBG: processing dependency @ 95s autopkgtest: DBG: synthesised dependency python3-libtmux 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-pytest 95s autopkgtest: DBG: Test defined: name pytest-import-plugin path debian/tests/pytest-import-plugin command "None" restrictions ['allow-stderr'] features [] depends ['python3-libtmux', 'python3-all', 'python3-pytest'] 95s autopkgtest: DBG: processing dependency python3-all 95s autopkgtest: DBG: processing dependency python3-libtmux 95s autopkgtest: DBG: marked alternatives ['python3-libtmux'] as a synthesised dependency 95s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-libtmux'] 95s autopkgtest [07:27:33]: test pytest: preparing testbed 95s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-libtmux', 'python3-setuptools', 'python3-all', 'python3-pytest', 'python3-pytest-rerunfailures', 'python3-pytest-mock', 'tmux'] 95s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 95s autopkgtest: DBG: install_deps: deps_new=['python3-libtmux', 'python3-setuptools', 'python3-all', 'python3-pytest', 'python3-pytest-rerunfailures', 'python3-pytest-mock', 'tmux'] 95s autopkgtest: DBG: install-deps: satisfying python3-libtmux, python3-setuptools, python3-all, python3-pytest, python3-pytest-rerunfailures, python3-pytest-mock, tmux 95s autopkgtest: DBG: can use apt-get on testbed: True 95s 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-libtmux, python3-setuptools, python3-all, python3-pytest, python3-pytest-rerunfailures, python3-pytest-mock, tmux'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 95s Reading package lists... 95s Building dependency tree... 95s Reading state information... 96s Starting pkgProblemResolver with broken count: 0 96s Starting 2 pkgProblemResolver with broken count: 0 96s Done 96s The following NEW packages will be installed: 96s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all 96s python3-iniconfig python3-libtmux python3-packaging python3-pluggy 96s python3-pytest python3-pytest-mock python3-pytest-rerunfailures python3.12 96s python3.12-minimal 96s 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. 96s Need to get 6423 kB of archives. 96s After this operation, 25.9 MB of additional disk space will be used. 96s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 96s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 97s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 97s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 97s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 97s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 97s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 97s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-libtmux all 0.42.0-4 [41.0 kB] 97s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 97s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 97s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 97s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-mock all 3.14.0-2 [11.7 kB] 97s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-rerunfailures all 15.0-1 [13.9 kB] 97s Fetched 6423 kB in 1s (7634 kB/s) 97s Selecting previously unselected package libpython3.12-minimal:s390x. 97s (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 ... 55926 files and directories currently installed.) 97s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 97s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 97s Selecting previously unselected package python3.12-minimal. 97s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 97s Unpacking python3.12-minimal (3.12.9-1) ... 97s Selecting previously unselected package libnsl2:s390x. 97s Preparing to unpack .../02-libnsl2_1.3.0-3build3_s390x.deb ... 97s Unpacking libnsl2:s390x (1.3.0-3build3) ... 97s Selecting previously unselected package libpython3.12-stdlib:s390x. 97s Preparing to unpack .../03-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 97s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 97s Selecting previously unselected package python3.12. 97s Preparing to unpack .../04-python3.12_3.12.9-1_s390x.deb ... 97s Unpacking python3.12 (3.12.9-1) ... 97s Selecting previously unselected package python3-all. 97s Preparing to unpack .../05-python3-all_3.13.1-1~exp2_s390x.deb ... 97s Unpacking python3-all (3.13.1-1~exp2) ... 97s Selecting previously unselected package python3-iniconfig. 97s Preparing to unpack .../06-python3-iniconfig_1.1.1-2_all.deb ... 97s Unpacking python3-iniconfig (1.1.1-2) ... 97s Selecting previously unselected package python3-libtmux. 97s Preparing to unpack .../07-python3-libtmux_0.42.0-4_all.deb ... 97s Unpacking python3-libtmux (0.42.0-4) ... 97s Selecting previously unselected package python3-packaging. 97s Preparing to unpack .../08-python3-packaging_24.2-1_all.deb ... 97s Unpacking python3-packaging (24.2-1) ... 97s Selecting previously unselected package python3-pluggy. 97s Preparing to unpack .../09-python3-pluggy_1.5.0-1_all.deb ... 97s Unpacking python3-pluggy (1.5.0-1) ... 97s Selecting previously unselected package python3-pytest. 97s Preparing to unpack .../10-python3-pytest_8.3.4-1_all.deb ... 97s Unpacking python3-pytest (8.3.4-1) ... 97s Selecting previously unselected package python3-pytest-mock. 97s Preparing to unpack .../11-python3-pytest-mock_3.14.0-2_all.deb ... 97s Unpacking python3-pytest-mock (3.14.0-2) ... 97s Selecting previously unselected package python3-pytest-rerunfailures. 97s Preparing to unpack .../12-python3-pytest-rerunfailures_15.0-1_all.deb ... 97s Unpacking python3-pytest-rerunfailures (15.0-1) ... 97s Setting up python3-iniconfig (1.1.1-2) ... 97s Setting up python3-libtmux (0.42.0-4) ... 98s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 98s Setting up python3-packaging (24.2-1) ... 98s Setting up python3-pluggy (1.5.0-1) ... 98s Setting up libnsl2:s390x (1.3.0-3build3) ... 98s Setting up python3.12-minimal (3.12.9-1) ... 99s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 99s Setting up python3-pytest (8.3.4-1) ... 99s Setting up python3.12 (3.12.9-1) ... 100s Setting up python3-all (3.13.1-1~exp2) ... 100s Setting up python3-pytest-mock (3.14.0-2) ... 100s Setting up python3-pytest-rerunfailures (15.0-1) ... 100s Processing triggers for systemd (257.2-3ubuntu1) ... 101s Processing triggers for man-db (2.13.0-1) ... 101s Processing triggers for libc-bin (2.40-4ubuntu1) ... 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-libtmux'], kind short, sout pipe, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/pytest-packages.all"], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-packages.all /tmp/autopkgtest-work.wl67lg63/out/pytest-packages.all 102s autopkgtest: DBG: got reply from testbed: ok 102s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.hM0wkY/build.W55/src'], kind short, sout raw, serr raw, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.hM0wkY/build.W55/src already exists 102s autopkgtest [07:27:40]: test pytest: [----------------------- 102s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.hM0wkY/wrapper.sh --debug --artifacts=/tmp/autopkgtest.hM0wkY/pytest-artifacts --chdir=/tmp/autopkgtest.hM0wkY/build.W55/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.hM0wkY/pytest-stderr --stdout=/tmp/autopkgtest.hM0wkY/pytest-stdout --tmp=/tmp/autopkgtest.hM0wkY/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=setuptools/75.8.0-1 --make-executable=/tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest -- /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest'], kind test, sout raw, serr raw, env [] 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.hM0wkY/pytest-artifacts 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: changing to directory: /tmp/autopkgtest.hM0wkY/build.W55/src 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: LANG=C.UTF-8 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LANGUAGE 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ADDRESS 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ALL 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_COLLATE 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_CTYPE 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_IDENTIFICATION 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MEASUREMENT 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MESSAGES 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MONETARY 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NAME 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NUMERIC 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_PAPER 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TELEPHONE 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TIME 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: pretending to be a login shell 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write standard error to /tmp/autopkgtest.hM0wkY/pytest-stderr 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write stdout to /tmp/autopkgtest.hM0wkY/pytest-stdout 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.hM0wkY/autopkgtest_tmp 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=setuptools/75.8.0-1 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: marking as executable: /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: command to run: /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.IV3gqRBPZm/out to stdout and file: /tmp/autopkgtest.hM0wkY/pytest-stdout 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.IV3gqRBPZm/err to standard error and file: /tmp/autopkgtest.hM0wkY/pytest-stdout 102s /tmp/autopkgtest.hM0wkY/wrapper.sh: writing script pid 1539 to /tmp/autopkgtest_script_pid 102s === python3.12 === 102s /usr/lib/python3/dist-packages/libtmux/pytest_plugin.py:51: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 102s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 102s @pytest.mark.skipif(USING_ZSH, reason="Using ZSH") 103s ============================= test session starts ============================== 103s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 103s rootdir: /tmp/autopkgtest.hM0wkY/autopkgtest_tmp 103s plugins: mock-3.14.0, rerunfailures-15.0, libtmux-0.42.0, typeguard-4.4.1 103s collected 296 items / 9 deselected / 287 selected 103s 103s tests/_internal/test_query_list.py ..................................... [ 12%] 103s . [ 13%] 103s tests/legacy_api/test_common.py .................... [ 20%] 103s tests/legacy_api/test_pane.py ..... [ 21%] 103s tests/legacy_api/test_server.py .................. [ 28%] 104s tests/legacy_api/test_session.py ..........................s [ 37%] 105s tests/legacy_api/test_tmuxobject.py ..... [ 39%] 105s tests/legacy_api/test_version.py ................. [ 45%] 107s tests/legacy_api/test_window.py .......s..................s [ 54%] 107s tests/test_common.py .................... [ 61%] 107s tests/test_dataclasses.py .. [ 62%] 108s tests/test_pane.py ......... [ 65%] 108s tests/test_server.py ..................... [ 72%] 110s tests/test_session.py ..........................s [ 82%] 110s tests/test_test.py . [ 82%] 110s tests/test_tmuxobject.py ..... [ 84%] 110s tests/test_version.py ................. [ 90%] 112s tests/test_window.py ..........................s. [100%] 112s 112s =============================== warnings summary =============================== 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:17: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:20: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane1 = window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:22: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s pane1_height = pane1["pane_height"] 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:23: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:25: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane1.resize_pane(height=4) 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:26: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s assert pane1["pane_height"] != pane1_height 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:27: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s assert int(pane1["pane_height"]) == 4 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:29: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane1.resize_pane(height=3) 112s 112s tests/legacy_api/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:30: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s assert int(pane1["pane_height"]) == 3 112s 112s tests/legacy_api/test_pane.py::test_send_keys 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:35: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s pane = session.attached_window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_send_keys 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:35: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane = session.attached_window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:49: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:50: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane1 = window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:52: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s pane1_height = pane1["pane_height"] 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s tests/test_pane.py::test_set_height 112s /usr/lib/python3/dist-packages/libtmux/pane.py:686: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s self.resize_pane(height=height) 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:55: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s assert pane1["pane_height"] != pane1_height 112s 112s tests/legacy_api/test_pane.py::test_set_height 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:56: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 112s assert int(pane1["pane_height"]) == 4 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:62: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:65: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane1 = window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:67: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 112s pane1_width = pane1["pane_width"] 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s tests/test_pane.py::test_set_width 112s /usr/lib/python3/dist-packages/libtmux/pane.py:675: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s self.resize_pane(width=width) 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:70: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 112s assert pane1["pane_width"] != pane1_width 112s 112s tests/legacy_api/test_pane.py::test_set_width 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:71: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 112s assert int(pane1["pane_width"]) == 10 112s 112s tests/legacy_api/test_pane.py::test_capture_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:86: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s pane = session.attached_window.attached_pane 112s 112s tests/legacy_api/test_pane.py::test_capture_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:86: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane = session.attached_window.attached_pane 112s 112s tests/legacy_api/test_server.py::test_has_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:22: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_server.py::test_new_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:100: DeprecationWarning: Session.get() is deprecated 112s assert mysession.get("session_name") == "test_new_session" 112s 112s tests/legacy_api/test_server.py::test_new_session_no_name 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:107: DeprecationWarning: Session.get() is deprecated 112s first_session_name = first_session.get("session_name") 112s 112s tests/legacy_api/test_server.py::test_new_session_no_name 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:115: DeprecationWarning: Session.get() is deprecated 112s second_session_name = second_session.get("session_name") 112s 112s tests/legacy_api/test_server.py::test_new_session_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:125: DeprecationWarning: Session.list_windows() is deprecated 112s window = mysession.list_windows()[0] 112s 112s tests/legacy_api/test_server.py::test_new_session_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:126: DeprecationWarning: list_panes() is deprecated 112s pane = window.list_panes()[0] 112s 112s tests/legacy_api/test_server.py::test_new_session_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:127: DeprecationWarning: Session.get() is deprecated 112s assert mysession.get("session_name") == "test_new_session" 112s 112s tests/legacy_api/test_server.py::test_new_session_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:130: DeprecationWarning: Pane.get() is deprecated 112s pane_start_command = pane.get("pane_start_command") 112s 112s tests/legacy_api/test_session.py::test_has_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:26: DeprecationWarning: Session.get() is deprecated 112s TEST_SESSION_NAME = session.get("session_name") 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:39: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window_idx = session.attached_window.get("window_index") 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:39: DeprecationWarning: Window.get() is deprecated 112s window_idx = session.attached_window.get("window_index") 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:44: DeprecationWarning: Session._windows is deprecated 112s window_count = len(session._windows) 112s 112s tests/legacy_api/test_session.py::test_select_window 112s tests/legacy_api/test_session.py::test_select_window_returns_Window 112s tests/legacy_api/test_window.py::test_select_window 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /usr/lib/python3/dist-packages/libtmux/session.py:944: DeprecationWarning: Session._list_windows() is deprecated 112s return self._list_windows() 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:48: DeprecationWarning: Session._windows is deprecated 112s assert len(session._windows) == window_count 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:53: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s attached_window1 = session.attached_window 112s 112s tests/legacy_api/test_session.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:61: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s attached_window2 = session.attached_window 112s 112s tests/legacy_api/test_session.py::test_select_window_returns_Window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:71: DeprecationWarning: Session._windows is deprecated 112s window_count = len(session._windows) 112s 112s tests/legacy_api/test_session.py::test_select_window_returns_Window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:72: DeprecationWarning: Session._windows is deprecated 112s assert len(session._windows) == window_count 112s 112s tests/legacy_api/test_session.py::test_select_window_returns_Window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:74: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window_idx = session.attached_window.get("window_index") 112s 112s tests/legacy_api/test_session.py::test_select_window_returns_Window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:74: DeprecationWarning: Window.get() is deprecated 112s window_idx = session.attached_window.get("window_index") 112s 112s tests/legacy_api/test_session.py::test_attached_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:83: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert isinstance(session.attached_window, Window) 112s 112s tests/legacy_api/test_session.py::test_attached_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:88: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 112s assert isinstance(session.attached_pane, Pane) 112s 112s tests/legacy_api/test_session.py::test_session_rename 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:93: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_session.py::test_session_rename 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:99: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_session.py::test_session_rename 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:103: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_session.py::test_new_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:114: DeprecationWarning: Session.get() is deprecated 112s assert new_session.get("session_name") == new_session_name 112s 112s tests/legacy_api/test_session.py::test_new_window_with_environment[environment0] 112s tests/legacy_api/test_session.py::test_new_window_with_environment[environment1] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:291: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s pane = window.attached_pane 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:26: DeprecationWarning: Session.get() is deprecated 112s session_id = session.get("session_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:29: DeprecationWarning: Server.find_where() is deprecated 112s assert server.find_where({"session_id": session_id}) == session 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:30: DeprecationWarning: Server.find_where() is deprecated 112s assert isinstance(server.find_where({"session_id": session_id}), Session) 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:34: DeprecationWarning: Window.get() is deprecated 112s window_id = window.get("window_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:37: DeprecationWarning: Session.find_where() is deprecated 112s assert session.find_where({"window_id": window_id}) == window 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:38: DeprecationWarning: Session.find_where() is deprecated 112s assert isinstance(session.find_where({"window_id": window_id}), Window) 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:42: DeprecationWarning: Pane.get() is deprecated 112s pane_id = pane.get("pane_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:45: DeprecationWarning: Window.find_where() is deprecated 112s assert window.find_where({"pane_id": pane_id}) == pane 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:46: DeprecationWarning: Window.find_where() is deprecated 112s assert isinstance(window.find_where({"pane_id": pane_id}), Pane) 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_None 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:57: DeprecationWarning: Server.find_where() is deprecated 112s assert server.find_where({"session_name": nonexistent_session}) is None 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:63: DeprecationWarning: Session.get() is deprecated 112s session_id = session.get("session_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:65: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:68: DeprecationWarning: Server.find_where() is deprecated 112s find_where = server.find_where( 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:77: DeprecationWarning: Window.get() is deprecated 112s window_id = window.get("window_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:79: DeprecationWarning: Window.get() is deprecated 112s window_index = window.get("window_index") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:82: DeprecationWarning: Session.find_where() is deprecated 112s find_where_window = session.find_where( 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:91: DeprecationWarning: Pane.get() is deprecated 112s pane_id = pane.get("pane_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:93: DeprecationWarning: Pane.get() is deprecated 112s pane_tty = pane.get("pane_tty") 112s 112s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:96: DeprecationWarning: Window.find_where() is deprecated 112s find_where_pane = window.find_where( 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:106: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:107: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() # create second pane 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:110: DeprecationWarning: Session.get() is deprecated 112s session_id = session.get("session_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:112: DeprecationWarning: Session.get() is deprecated 112s session_name = session.get("session_name") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:115: DeprecationWarning: Server.find_where() is deprecated 112s server_sessions = server.where( 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:126: DeprecationWarning: Window.get() is deprecated 112s window_id = window.get("window_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:129: DeprecationWarning: Window.get() is deprecated 112s window_index = window.get("window_index") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:132: DeprecationWarning: Session.where() is deprecated 112s session_windows = session.where( 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:143: DeprecationWarning: Pane.get() is deprecated 112s pane_id = pane.get("pane_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:146: DeprecationWarning: Pane.get() is deprecated 112s pane_tty = pane.get("pane_tty") 112s 112s tests/legacy_api/test_tmuxobject.py::test_where 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:149: DeprecationWarning: Window.where() is deprecated 112s window_panes = window.where({"pane_id": pane_id, "pane_tty": pane_tty}) 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:159: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:161: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() # create second pane 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:164: DeprecationWarning: Session.get() is deprecated 112s session_id = session.get("session_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:166: DeprecationWarning: Server.get_by_id() is deprecated 112s get_session_by_id = server.get_by_id(session_id) 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:170: DeprecationWarning: Server.get_by_id() is deprecated 112s assert server.get_by_id("$" + next(namer)) is None 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:174: DeprecationWarning: Window.get() is deprecated 112s window_id = window.get("window_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:177: DeprecationWarning: Session.get_by_id() is deprecated 112s get_window_by_id = session.get_by_id(window_id) 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:182: DeprecationWarning: Session.get_by_id() is deprecated 112s assert session.get_by_id("@" + next(namer)) is None 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:186: DeprecationWarning: Pane.get() is deprecated 112s pane_id = pane.get("pane_id") 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:189: DeprecationWarning: Window.get_by_id() is deprecated 112s get_pane_by_id = window.get_by_id(pane_id) 112s 112s tests/legacy_api/test_tmuxobject.py::test_get_by_id 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:193: DeprecationWarning: Window.get_by_id() is deprecated 112s assert window.get_by_id("%" + next(namer)) is None 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:26: DeprecationWarning: Session._windows is deprecated 112s window_count = len(session._windows) 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:31: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert session.attached_window is not None 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:32: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert session.attached_window.index is not None 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:33: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window_base_index = int(session.attached_window.index) 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:43: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert window_base_index == int(session.attached_window.index) 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:46: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert int(window_base_index) + 1 == int(session.attached_window.index) 112s 112s tests/legacy_api/test_window.py::test_select_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:48: DeprecationWarning: Session._windows is deprecated 112s assert len(session._windows) == 2 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:53: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s attached_window = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:61: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert len(session.attached_window.panes) == 1 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:62: DeprecationWarning: Session._windows is deprecated 112s current_windows = len(session._windows) 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:63: DeprecationWarning: Session.get() is deprecated 112s assert session.get("session_id") != "@0" 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:66: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert len(session.attached_window.panes) == 1 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:71: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert len(session.attached_window.panes) == 1 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:74: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:76: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert len(session.attached_window.panes) == 1 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:77: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window() 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:79: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s attached_window = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:83: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 112s attached_pane = session.attached_pane 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:88: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 112s attached_pane = session.attached_pane 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:93: DeprecationWarning: Session._windows is deprecated 112s assert current_windows == len(session._windows) 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:96: DeprecationWarning: Session._windows is deprecated 112s assert current_windows == len(session._windows) 112s 112s tests/legacy_api/test_window.py::test_fresh_window_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:101: DeprecationWarning: Session._windows is deprecated 112s assert current_windows == len(session._windows) 112s 112s tests/legacy_api/test_window.py::test_newest_pane_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:109: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window(attach=True) 112s 112s tests/legacy_api/test_window.py::test_newest_pane_data 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:114: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s window.split_window(attach=True) 112s 112s tests/legacy_api/test_window.py::test_attached_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:120: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window # current window 112s 112s tests/legacy_api/test_window.py::test_attached_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:121: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 112s assert isinstance(window.attached_pane, Pane) 112s 112s tests/legacy_api/test_window.py::test_split_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:128: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window() 112s 112s tests/legacy_api/test_window.py::test_split_window_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:141: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(shell=cmd) 112s 112s tests/legacy_api/test_window.py::test_split_window_shell 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:148: DeprecationWarning: Pane.get() is deprecated 112s assert pane.get("pane_start_command", "").replace('"', "") == cmd 112s 112s tests/legacy_api/test_window.py::test_split_window_horizontal 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:157: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(vertical=False) 112s 112s tests/legacy_api/test_window.py::test_split_window_size 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:192: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(size=10) 112s 112s tests/legacy_api/test_window.py::test_split_window_size 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:195: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(vertical=False, size=10) 112s 112s tests/legacy_api/test_window.py::test_split_window_size 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:198: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(size="10%") 112s 112s tests/legacy_api/test_window.py::test_split_window_size 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:201: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window(vertical=False, size="10%") 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:233: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert window == session.attached_window 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:234: DeprecationWarning: Window.get() is deprecated 112s assert window.get("window_name") == window_name_before 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:238: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:240: DeprecationWarning: Window.get() is deprecated 112s assert window.get("window_name") == window_name_after 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:242: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s window = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 112s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:244: DeprecationWarning: Window.get() is deprecated 112s assert window.get("window_name") == window_name_after 112s 112s tests/legacy_api/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:253: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s w = session.attached_window 112s 112s tests/legacy_api/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:255: DeprecationWarning: Window.get() is deprecated 112s assert isinstance(w.get("window_id"), str) 112s 112s tests/legacy_api/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:256: DeprecationWarning: Window.get() is deprecated 112s assert len(session.windows.filter(window_id=w.get("window_id"))) == 1 112s 112s tests/legacy_api/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:258: DeprecationWarning: Window.kill_server() is deprecated in favor of Window.kill() 112s w.kill_window() 112s 112s tests/legacy_api/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:260: DeprecationWarning: Window.get() is deprecated 112s assert len(session.windows.filter(window_id=w.get("window_id"))) == 0 112s 112s tests/legacy_api/test_window.py::test_move_window_to_other_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:357: DeprecationWarning: Session.get() is deprecated 112s window.move_window(session=new_session.get("session_id")) 112s 112s tests/legacy_api/test_window.py::test_move_window_to_other_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:358: DeprecationWarning: Window.get() is deprecated 112s window_id = window.get("window_id") 112s 112s tests/legacy_api/test_window.py::test_move_window_to_other_session 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:360: DeprecationWarning: Session.get_by_id() is deprecated 112s assert new_session.get_by_id(window_id) == window 112s 112s tests/legacy_api/test_window.py::test_empty_window_name 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:378: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 112s assert window == session.attached_window 112s 112s tests/legacy_api/test_window.py::test_empty_window_name 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:379: DeprecationWarning: Window.get() is deprecated 112s assert window.get("window_name") == "''" 112s 112s tests/legacy_api/test_window.py::test_split_window_with_environment[environment0] 112s tests/legacy_api/test_window.py::test_split_window_with_environment[environment1] 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:412: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 112s pane = window.split_window( 112s 112s tests/test_dataclasses.py::test_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_dataclasses.py:68: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane(adjustment_direction=ResizeAdjustmentDirection.Down, adjustment=25) 112s 112s tests/test_dataclasses.py::test_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_dataclasses.py:69: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:218: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:225: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:234: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:241: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:252: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:260: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:269: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane(height=50) 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:272: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane(height=2) 112s 112s tests/test_pane.py::test_resize_pane 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:274: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 112s pane.resize_pane( 112s 112s tests/test_window.py::test_kill_window 112s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_window.py:254: DeprecationWarning: Window.kill_server() is deprecated in favor of Window.kill() 112s w.kill_window() 112s 112s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 112s ========== 282 passed, 5 skipped, 9 deselected, 169 warnings in 9.80s ========== 112s === python3.13 === 112s /usr/lib/python3/dist-packages/libtmux/pytest_plugin.py:51: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 112s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 112s @pytest.mark.skipif(USING_ZSH, reason="Using ZSH") 113s ============================= test session starts ============================== 113s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 113s rootdir: /tmp/autopkgtest.hM0wkY/autopkgtest_tmp 113s plugins: mock-3.14.0, rerunfailures-15.0, libtmux-0.42.0, typeguard-4.4.1 113s collected 296 items / 9 deselected / 287 selected 113s 113s tests/_internal/test_query_list.py ..................................... [ 12%] 113s . [ 13%] 113s tests/legacy_api/test_common.py .................... [ 20%] 113s tests/legacy_api/test_pane.py ....F [ 21%] 113s tests/legacy_api/test_server.py .................. [ 28%] 115s tests/legacy_api/test_session.py ..........................s [ 37%] 115s tests/legacy_api/test_tmuxobject.py ..... [ 39%] 115s tests/legacy_api/test_version.py ................. [ 45%] 117s tests/legacy_api/test_window.py .......s..................s [ 54%] 117s tests/test_common.py .................... [ 61%] 117s tests/test_dataclasses.py .. [ 62%] 118s tests/test_pane.py ...F.F... [ 65%] 119s tests/test_server.py ..................... [ 72%] 120s tests/test_session.py ..........................s [ 82%] 122s tests/test_test.py . [ 82%] 122s tests/test_tmuxobject.py ..... [ 84%] 122s tests/test_version.py ................. [ 90%] 122s tests/test_window.py ..........................s. [100%] 122s 122s =================================== FAILURES =================================== 122s ______________________________ test_capture_pane _______________________________ 122s 122s session = Session($1 libtmux__1dr5pu9) 122s 122s def test_capture_pane(session: Session) -> None: 122s """Verify Pane.capture_pane().""" 122s env = shutil.which("env") 122s assert env is not None, "Cannot find usable `env` in PATH." 122s 122s session.new_window( 122s attach=True, 122s window_name="capture_pane", 122s window_shell=f"{env} PS1='$ ' sh", 122s ) 122s pane = session.attached_window.attached_pane 122s assert pane is not None 122s pane_contents = "\n".join(pane.capture_pane()) 122s assert pane_contents == "$" 122s pane.send_keys( 122s r'printf "\n%s\n" "Hello World !"', 122s literal=True, 122s suppress_history=False, 122s ) 122s pane_contents = "\n".join(pane.capture_pane()) 122s > assert pane_contents == r'$ printf "\n%s\n" "Hello World !"{}'.format( 122s "\n\nHello World !\n$", 122s ) 122s E assert '$ printf "\\...ello World !"' == '$ printf "\\...lo World !\n$' 122s E 122s E - $ printf "\n%s\n" "Hello World !" 122s E ? - 122s E + $ printf "\n%s\n" "Hello World !" 122s E - 122s E - Hello World ! 122s E - $ 122s 122s tests/legacy_api/test_pane.py:96: AssertionError 122s ______________________________ test_capture_pane _______________________________ 122s 122s session = Session($1 libtmux_3bqwdhpm) 122s 122s def test_capture_pane(session: Session) -> None: 122s """Verify Pane.capture_pane().""" 122s env = shutil.which("env") 122s assert env is not None, "Cannot find usable `env` in PATH." 122s 122s session.new_window( 122s attach=True, 122s window_name="capture_pane", 122s window_shell=f"{env} PS1='$ ' sh", 122s ) 122s pane = session.active_window.active_pane 122s assert pane is not None 122s pane_contents = "\n".join(pane.capture_pane()) 122s assert pane_contents == "$" 122s pane.send_keys( 122s r'printf "\n%s\n" "Hello World !"', 122s literal=True, 122s suppress_history=False, 122s ) 122s pane_contents = "\n".join(pane.capture_pane()) 122s > assert pane_contents == r'$ printf "\n%s\n" "Hello World !"{}'.format( 122s "\n\nHello World !\n$", 122s ) 122s E assert '$ printf "\\...ello World !"' == '$ printf "\\...lo World !\n$' 122s E 122s E - $ printf "\n%s\n" "Hello World !" 122s E ? - 122s E + $ printf "\n%s\n" "Hello World !" 122s E - 122s E - Hello World ! 122s E - $ 122s 122s tests/test_pane.py:86: AssertionError 122s ____________________________ test_capture_pane_end _____________________________ 122s 122s session = Session($1 libtmux_32y6x9gr) 122s 122s def test_capture_pane_end(session: Session) -> None: 122s """Assert Pane.capture_pane() with ``end`` param.""" 122s env = shutil.which("env") 122s assert env is not None, "Cannot find usable `env` in PATH." 122s 122s session.new_window( 122s attach=True, 122s window_name="capture_pane_end", 122s window_shell=f"{env} PS1='$ ' sh", 122s ) 122s pane = session.active_window.active_pane 122s assert pane is not None 122s pane_contents = "\n".join(pane.capture_pane()) 122s assert pane_contents == "$" 122s pane.send_keys(r'printf "%s"', literal=True, suppress_history=False) 122s pane_contents = "\n".join(pane.capture_pane()) 122s > assert pane_contents == '$ printf "%s"\n$' 122s E assert '$ printf "%s"' == '$ printf "%s"\n$' 122s E 122s E - $ printf "%s" 122s E ? - 122s E + $ printf "%s" 122s E - $ 122s 122s tests/test_pane.py:152: AssertionError 122s =============================== warnings summary =============================== 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:17: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:20: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane1 = window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:22: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s pane1_height = pane1["pane_height"] 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:23: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:25: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane1.resize_pane(height=4) 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:26: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s assert pane1["pane_height"] != pane1_height 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:27: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s assert int(pane1["pane_height"]) == 4 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:29: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane1.resize_pane(height=3) 122s 122s tests/legacy_api/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:30: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s assert int(pane1["pane_height"]) == 3 122s 122s tests/legacy_api/test_pane.py::test_send_keys 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:35: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s pane = session.attached_window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_send_keys 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:35: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane = session.attached_window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:49: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:50: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane1 = window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:52: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s pane1_height = pane1["pane_height"] 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s tests/test_pane.py::test_set_height 122s /usr/lib/python3/dist-packages/libtmux/pane.py:686: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s self.resize_pane(height=height) 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:55: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s assert pane1["pane_height"] != pane1_height 122s 122s tests/legacy_api/test_pane.py::test_set_height 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:56: DeprecationWarning: Item lookups, e.g. pane['pane_height'] is deprecated 122s assert int(pane1["pane_height"]) == 4 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:62: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:65: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane1 = window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:67: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 122s pane1_width = pane1["pane_width"] 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s tests/test_pane.py::test_set_width 122s /usr/lib/python3/dist-packages/libtmux/pane.py:675: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s self.resize_pane(width=width) 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:70: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 122s assert pane1["pane_width"] != pane1_width 122s 122s tests/legacy_api/test_pane.py::test_set_width 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:71: DeprecationWarning: Item lookups, e.g. pane['pane_width'] is deprecated 122s assert int(pane1["pane_width"]) == 10 122s 122s tests/legacy_api/test_pane.py::test_capture_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:86: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s pane = session.attached_window.attached_pane 122s 122s tests/legacy_api/test_pane.py::test_capture_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_pane.py:86: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane = session.attached_window.attached_pane 122s 122s tests/legacy_api/test_server.py::test_has_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:22: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_server.py::test_new_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:100: DeprecationWarning: Session.get() is deprecated 122s assert mysession.get("session_name") == "test_new_session" 122s 122s tests/legacy_api/test_server.py::test_new_session_no_name 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:107: DeprecationWarning: Session.get() is deprecated 122s first_session_name = first_session.get("session_name") 122s 122s tests/legacy_api/test_server.py::test_new_session_no_name 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:115: DeprecationWarning: Session.get() is deprecated 122s second_session_name = second_session.get("session_name") 122s 122s tests/legacy_api/test_server.py::test_new_session_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:125: DeprecationWarning: Session.list_windows() is deprecated 122s window = mysession.list_windows()[0] 122s 122s tests/legacy_api/test_server.py::test_new_session_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:126: DeprecationWarning: list_panes() is deprecated 122s pane = window.list_panes()[0] 122s 122s tests/legacy_api/test_server.py::test_new_session_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:127: DeprecationWarning: Session.get() is deprecated 122s assert mysession.get("session_name") == "test_new_session" 122s 122s tests/legacy_api/test_server.py::test_new_session_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_server.py:130: DeprecationWarning: Pane.get() is deprecated 122s pane_start_command = pane.get("pane_start_command") 122s 122s tests/legacy_api/test_session.py::test_has_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:26: DeprecationWarning: Session.get() is deprecated 122s TEST_SESSION_NAME = session.get("session_name") 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:39: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window_idx = session.attached_window.get("window_index") 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:39: DeprecationWarning: Window.get() is deprecated 122s window_idx = session.attached_window.get("window_index") 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:44: DeprecationWarning: Session._windows is deprecated 122s window_count = len(session._windows) 122s 122s tests/legacy_api/test_session.py::test_select_window 122s tests/legacy_api/test_session.py::test_select_window_returns_Window 122s tests/legacy_api/test_window.py::test_select_window 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /usr/lib/python3/dist-packages/libtmux/session.py:944: DeprecationWarning: Session._list_windows() is deprecated 122s return self._list_windows() 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:48: DeprecationWarning: Session._windows is deprecated 122s assert len(session._windows) == window_count 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:53: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s attached_window1 = session.attached_window 122s 122s tests/legacy_api/test_session.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:61: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s attached_window2 = session.attached_window 122s 122s tests/legacy_api/test_session.py::test_select_window_returns_Window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:71: DeprecationWarning: Session._windows is deprecated 122s window_count = len(session._windows) 122s 122s tests/legacy_api/test_session.py::test_select_window_returns_Window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:72: DeprecationWarning: Session._windows is deprecated 122s assert len(session._windows) == window_count 122s 122s tests/legacy_api/test_session.py::test_select_window_returns_Window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:74: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window_idx = session.attached_window.get("window_index") 122s 122s tests/legacy_api/test_session.py::test_select_window_returns_Window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:74: DeprecationWarning: Window.get() is deprecated 122s window_idx = session.attached_window.get("window_index") 122s 122s tests/legacy_api/test_session.py::test_attached_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:83: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert isinstance(session.attached_window, Window) 122s 122s tests/legacy_api/test_session.py::test_attached_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:88: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 122s assert isinstance(session.attached_pane, Pane) 122s 122s tests/legacy_api/test_session.py::test_session_rename 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:93: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_session.py::test_session_rename 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:99: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_session.py::test_session_rename 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:103: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_session.py::test_new_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:114: DeprecationWarning: Session.get() is deprecated 122s assert new_session.get("session_name") == new_session_name 122s 122s tests/legacy_api/test_session.py::test_new_window_with_environment[environment0] 122s tests/legacy_api/test_session.py::test_new_window_with_environment[environment1] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_session.py:291: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s pane = window.attached_pane 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:26: DeprecationWarning: Session.get() is deprecated 122s session_id = session.get("session_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:29: DeprecationWarning: Server.find_where() is deprecated 122s assert server.find_where({"session_id": session_id}) == session 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:30: DeprecationWarning: Server.find_where() is deprecated 122s assert isinstance(server.find_where({"session_id": session_id}), Session) 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:34: DeprecationWarning: Window.get() is deprecated 122s window_id = window.get("window_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:37: DeprecationWarning: Session.find_where() is deprecated 122s assert session.find_where({"window_id": window_id}) == window 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:38: DeprecationWarning: Session.find_where() is deprecated 122s assert isinstance(session.find_where({"window_id": window_id}), Window) 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:42: DeprecationWarning: Pane.get() is deprecated 122s pane_id = pane.get("pane_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:45: DeprecationWarning: Window.find_where() is deprecated 122s assert window.find_where({"pane_id": pane_id}) == pane 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:46: DeprecationWarning: Window.find_where() is deprecated 122s assert isinstance(window.find_where({"pane_id": pane_id}), Pane) 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_None 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:57: DeprecationWarning: Server.find_where() is deprecated 122s assert server.find_where({"session_name": nonexistent_session}) is None 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:63: DeprecationWarning: Session.get() is deprecated 122s session_id = session.get("session_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:65: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:68: DeprecationWarning: Server.find_where() is deprecated 122s find_where = server.find_where( 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:77: DeprecationWarning: Window.get() is deprecated 122s window_id = window.get("window_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:79: DeprecationWarning: Window.get() is deprecated 122s window_index = window.get("window_index") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:82: DeprecationWarning: Session.find_where() is deprecated 122s find_where_window = session.find_where( 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:91: DeprecationWarning: Pane.get() is deprecated 122s pane_id = pane.get("pane_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:93: DeprecationWarning: Pane.get() is deprecated 122s pane_tty = pane.get("pane_tty") 122s 122s tests/legacy_api/test_tmuxobject.py::test_find_where_multiple_infos 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:96: DeprecationWarning: Window.find_where() is deprecated 122s find_where_pane = window.find_where( 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:106: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:107: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() # create second pane 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:110: DeprecationWarning: Session.get() is deprecated 122s session_id = session.get("session_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:112: DeprecationWarning: Session.get() is deprecated 122s session_name = session.get("session_name") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:115: DeprecationWarning: Server.find_where() is deprecated 122s server_sessions = server.where( 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:126: DeprecationWarning: Window.get() is deprecated 122s window_id = window.get("window_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:129: DeprecationWarning: Window.get() is deprecated 122s window_index = window.get("window_index") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:132: DeprecationWarning: Session.where() is deprecated 122s session_windows = session.where( 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:143: DeprecationWarning: Pane.get() is deprecated 122s pane_id = pane.get("pane_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:146: DeprecationWarning: Pane.get() is deprecated 122s pane_tty = pane.get("pane_tty") 122s 122s tests/legacy_api/test_tmuxobject.py::test_where 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:149: DeprecationWarning: Window.where() is deprecated 122s window_panes = window.where({"pane_id": pane_id, "pane_tty": pane_tty}) 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:159: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:161: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() # create second pane 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:164: DeprecationWarning: Session.get() is deprecated 122s session_id = session.get("session_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:166: DeprecationWarning: Server.get_by_id() is deprecated 122s get_session_by_id = server.get_by_id(session_id) 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:170: DeprecationWarning: Server.get_by_id() is deprecated 122s assert server.get_by_id("$" + next(namer)) is None 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:174: DeprecationWarning: Window.get() is deprecated 122s window_id = window.get("window_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:177: DeprecationWarning: Session.get_by_id() is deprecated 122s get_window_by_id = session.get_by_id(window_id) 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:182: DeprecationWarning: Session.get_by_id() is deprecated 122s assert session.get_by_id("@" + next(namer)) is None 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:186: DeprecationWarning: Pane.get() is deprecated 122s pane_id = pane.get("pane_id") 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:189: DeprecationWarning: Window.get_by_id() is deprecated 122s get_pane_by_id = window.get_by_id(pane_id) 122s 122s tests/legacy_api/test_tmuxobject.py::test_get_by_id 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_tmuxobject.py:193: DeprecationWarning: Window.get_by_id() is deprecated 122s assert window.get_by_id("%" + next(namer)) is None 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:26: DeprecationWarning: Session._windows is deprecated 122s window_count = len(session._windows) 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:31: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert session.attached_window is not None 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:32: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert session.attached_window.index is not None 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:33: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window_base_index = int(session.attached_window.index) 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:43: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert window_base_index == int(session.attached_window.index) 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:46: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert int(window_base_index) + 1 == int(session.attached_window.index) 122s 122s tests/legacy_api/test_window.py::test_select_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:48: DeprecationWarning: Session._windows is deprecated 122s assert len(session._windows) == 2 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:53: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s attached_window = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:61: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert len(session.attached_window.panes) == 1 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:62: DeprecationWarning: Session._windows is deprecated 122s current_windows = len(session._windows) 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:63: DeprecationWarning: Session.get() is deprecated 122s assert session.get("session_id") != "@0" 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:66: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert len(session.attached_window.panes) == 1 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:71: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert len(session.attached_window.panes) == 1 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:74: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:76: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert len(session.attached_window.panes) == 1 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:77: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window() 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:79: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s attached_window = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:83: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 122s attached_pane = session.attached_pane 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:88: DeprecationWarning: Session.attached_pane() is deprecated in favor of Session.active_pane() 122s attached_pane = session.attached_pane 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:93: DeprecationWarning: Session._windows is deprecated 122s assert current_windows == len(session._windows) 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:96: DeprecationWarning: Session._windows is deprecated 122s assert current_windows == len(session._windows) 122s 122s tests/legacy_api/test_window.py::test_fresh_window_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:101: DeprecationWarning: Session._windows is deprecated 122s assert current_windows == len(session._windows) 122s 122s tests/legacy_api/test_window.py::test_newest_pane_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:109: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window(attach=True) 122s 122s tests/legacy_api/test_window.py::test_newest_pane_data 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:114: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s window.split_window(attach=True) 122s 122s tests/legacy_api/test_window.py::test_attached_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:120: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window # current window 122s 122s tests/legacy_api/test_window.py::test_attached_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:121: DeprecationWarning: Window.attached_pane() is deprecated in favor of Window.active_pane() 122s assert isinstance(window.attached_pane, Pane) 122s 122s tests/legacy_api/test_window.py::test_split_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:128: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window() 122s 122s tests/legacy_api/test_window.py::test_split_window_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:141: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(shell=cmd) 122s 122s tests/legacy_api/test_window.py::test_split_window_shell 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:148: DeprecationWarning: Pane.get() is deprecated 122s assert pane.get("pane_start_command", "").replace('"', "") == cmd 122s 122s tests/legacy_api/test_window.py::test_split_window_horizontal 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:157: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(vertical=False) 122s 122s tests/legacy_api/test_window.py::test_split_window_size 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:192: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(size=10) 122s 122s tests/legacy_api/test_window.py::test_split_window_size 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:195: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(vertical=False, size=10) 122s 122s tests/legacy_api/test_window.py::test_split_window_size 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:198: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(size="10%") 122s 122s tests/legacy_api/test_window.py::test_split_window_size 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:201: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window(vertical=False, size="10%") 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:233: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert window == session.attached_window 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:234: DeprecationWarning: Window.get() is deprecated 122s assert window.get("window_name") == window_name_before 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:238: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:240: DeprecationWarning: Window.get() is deprecated 122s assert window.get("window_name") == window_name_after 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:242: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s window = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] 122s tests/legacy_api/test_window.py::test_window_rename[test-hello \\ wazzup 0] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:244: DeprecationWarning: Window.get() is deprecated 122s assert window.get("window_name") == window_name_after 122s 122s tests/legacy_api/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:253: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s w = session.attached_window 122s 122s tests/legacy_api/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:255: DeprecationWarning: Window.get() is deprecated 122s assert isinstance(w.get("window_id"), str) 122s 122s tests/legacy_api/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:256: DeprecationWarning: Window.get() is deprecated 122s assert len(session.windows.filter(window_id=w.get("window_id"))) == 1 122s 122s tests/legacy_api/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:258: DeprecationWarning: Window.kill_server() is deprecated in favor of Window.kill() 122s w.kill_window() 122s 122s tests/legacy_api/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:260: DeprecationWarning: Window.get() is deprecated 122s assert len(session.windows.filter(window_id=w.get("window_id"))) == 0 122s 122s tests/legacy_api/test_window.py::test_move_window_to_other_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:357: DeprecationWarning: Session.get() is deprecated 122s window.move_window(session=new_session.get("session_id")) 122s 122s tests/legacy_api/test_window.py::test_move_window_to_other_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:358: DeprecationWarning: Window.get() is deprecated 122s window_id = window.get("window_id") 122s 122s tests/legacy_api/test_window.py::test_move_window_to_other_session 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:360: DeprecationWarning: Session.get_by_id() is deprecated 122s assert new_session.get_by_id(window_id) == window 122s 122s tests/legacy_api/test_window.py::test_empty_window_name 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:378: DeprecationWarning: Session.attached_window() is deprecated in favor of Session.active_window() 122s assert window == session.attached_window 122s 122s tests/legacy_api/test_window.py::test_empty_window_name 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:379: DeprecationWarning: Window.get() is deprecated 122s assert window.get("window_name") == "''" 122s 122s tests/legacy_api/test_window.py::test_split_window_with_environment[environment0] 122s tests/legacy_api/test_window.py::test_split_window_with_environment[environment1] 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/legacy_api/test_window.py:412: DeprecationWarning: Window.split_window() is deprecated in favor of Window.split() 122s pane = window.split_window( 122s 122s tests/test_dataclasses.py::test_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_dataclasses.py:68: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane(adjustment_direction=ResizeAdjustmentDirection.Down, adjustment=25) 122s 122s tests/test_dataclasses.py::test_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_dataclasses.py:69: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:218: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:225: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:234: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:241: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:252: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:260: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:269: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane(height=50) 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:272: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane(height=2) 122s 122s tests/test_pane.py::test_resize_pane 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_pane.py:274: DeprecationWarning: Deprecated: Use Pane.resize() instead of Pane.resize_pane() 122s pane.resize_pane( 122s 122s tests/test_window.py::test_kill_window 122s /tmp/autopkgtest.hM0wkY/autopkgtest_tmp/tests/test_window.py:254: DeprecationWarning: Window.kill_server() is deprecated in favor of Window.kill() 122s w.kill_window() 122s 122s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 122s =========================== short test summary info ============================ 122s FAILED tests/legacy_api/test_pane.py::test_capture_pane - assert '$ printf "\... 122s FAILED tests/test_pane.py::test_capture_pane - assert '$ printf "\\...ello Wo... 122s FAILED tests/test_pane.py::test_capture_pane_end - assert '$ printf "%s"' == ... 122s ==== 3 failed, 279 passed, 5 skipped, 9 deselected, 169 warnings in -75.81s ==== 122s /tmp/autopkgtest.hM0wkY/wrapper.sh: checking for leaked background processes... 122s /tmp/autopkgtest.hM0wkY/wrapper.sh: waiting for tee/cat subprocesses... 122s /tmp/autopkgtest.hM0wkY/wrapper.sh: cleaning up... 122s /tmp/autopkgtest.hM0wkY/wrapper.sh: Exit status: 1 122s autopkgtest: DBG: testbed command exited with code 1 122s autopkgtest [07:28:00]: test pytest: -----------------------] 122s autopkgtest: DBG: testbed executing test finished with exit status 1 122s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-stdout /tmp/autopkgtest-work.wl67lg63/out/pytest-stdout 123s autopkgtest: DBG: got reply from testbed: ok 123s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-stderr /tmp/autopkgtest-work.wl67lg63/out/pytest-stderr 123s autopkgtest: DBG: got reply from testbed: ok 123s pytest FAIL non-zero exit status 1 123s autopkgtest [07:28:01]: test pytest: - - - - - - - - - - results - - - - - - - - - - 123s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-artifacts/ /tmp/autopkgtest-work.wl67lg63/out/artifacts/ 123s autopkgtest: DBG: got reply from testbed: ok 123s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.hM0wkY/pytest-artifacts', '/tmp/autopkgtest.hM0wkY/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest [07:28:01]: test pytest-import-plugin: preparing testbed 123s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-libtmux', 'python3-setuptools', 'python3-all', 'python3-pytest', 'python3-pytest-rerunfailures', 'python3-pytest-mock', 'tmux'], deps_new=['python3-libtmux', 'python3-all', 'python3-pytest'] 123s autopkgtest: DBG: testbed reset 123s autopkgtest: DBG: sending command to testbed: revert 180s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.hM0wkY 180s autopkgtest: DBG: sending command to testbed: print-execute-command 180s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vjrbmlfy/runcmd 180s autopkgtest: DBG: sending command to testbed: capabilities 180s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu ok revert-full-system isolation-machine revert root-on-testbed 180s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'ok', 'revert-full-system', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 180s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 180s autopkgtest: DBG: testbed command exited with code 0 180s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.hM0wkY/wrapper.sh 181s autopkgtest: DBG: got reply from testbed: ok 181s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/wrapper.sh'], kind short, sout raw, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [07:28:59]: testbed dpkg architecture: s390x 181s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [07:28:59]: testbed apt version: 2.9.30 181s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest: DBG: testbed has eatmydata 181s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [07:28:59]: @@@@@@@@@@@@@@@@@@@@ test bed setup 181s 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 [] 181s autopkgtest: DBG: testbed command exited with code 0 181s autopkgtest [07:28:59]: testbed release detected to be: plucky 181s 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 [] 182s autopkgtest: DBG: testbed command exited with code 0 182s 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 [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: adding APT source: Types: deb deb-src 182s URIs: http://ftpmaster.internal/ubuntu/ 182s Suites: plucky-proposed 182s Components: main restricted universe multiverse 182s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 182s 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 [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 182s Package: * 182s Pin: release plucky-proposed 182s Pin-Priority: 500 182s 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 [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest [07:29:00]: updating testbed package index (apt update) 182s 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'] 182s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 183s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 183s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 183s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 183s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [83.6 kB] 183s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [771 kB] 183s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 183s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.5 kB] 183s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [115 kB] 183s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 183s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [681 kB] 183s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5096 B] 183s Fetched 1785 kB in 1s (1922 kB/s) 184s Reading package lists... 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 184s Package: * 184s Pin: release plucky-proposed 184s Pin-Priority: 100 184s 184s Package: src:setuptools:any 184s Pin: release plucky-proposed 184s Pin-Priority: 995 184s 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:setuptools:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s 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.hM0wkY/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s 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'] 184s + lsb_release --codename --short 184s + RELEASE=plucky 184s + cat 184s + [ plucky != trusty ] 184s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 184s Reading package lists... 185s Building dependency tree... 185s Reading state information... 185s Calculating upgrade... 185s The following packages were automatically installed and are no longer required: 185s libapt-pkg6.0t64 libnsl2 libpython3.12-minimal libpython3.12-stdlib 185s libpython3.12t64 linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 185s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 185s linux-tools-6.11.0-8-generic 185s Use 'sudo apt autoremove' to remove them. 185s The following packages will be upgraded: 185s apparmor fwupd iproute2 libapparmor1 libcbor0.10 libfwupd3 libgpgme11t64 185s liblsof0 libp11-kit0 liburcu8t64 lsof lto-disabled-list python-apt-common 185s python3-apt sysvinit-utils ubuntu-pro-client ubuntu-pro-client-l10n 185s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 185s Need to get 8732 kB of archives. 185s After this operation, 241 kB of additional disk space will be used. 185s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 185s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 185s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libapparmor1 s390x 4.1.0~beta5-0ubuntu2 [54.1 kB] 185s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 186s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python-apt-common all 2.9.9 [21.2 kB] 186s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-apt s390x 2.9.9 [185 kB] 186s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client-l10n s390x 34.1.3 [18.3 kB] 186s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client s390x 34.1.3 [241 kB] 186s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x apparmor s390x 4.1.0~beta5-0ubuntu2 [758 kB] 186s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libcbor0.10 s390x 0.10.2-2ubuntu1 [26.1 kB] 186s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.1-1 [66.0 kB] 186s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 186s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 186s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x fwupd s390x 2.0.6-3 [5235 kB] 187s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libfwupd3 s390x 2.0.6-3 [133 kB] 187s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 187s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x lto-disabled-list all 56 [12.4 kB] 187s Preconfiguring packages ... 187s Fetched 8732 kB in 2s (4607 kB/s) 187s (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.) 187s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 187s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 187s Setting up sysvinit-utils (3.14-1ubuntu1) ... 187s (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.) 187s Preparing to unpack .../00-iproute2_6.13.0-1ubuntu1_s390x.deb ... 187s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 187s Preparing to unpack .../01-libapparmor1_4.1.0~beta5-0ubuntu2_s390x.deb ... 187s Unpacking libapparmor1:s390x (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 187s Preparing to unpack .../02-libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 187s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 187s Preparing to unpack .../03-python-apt-common_2.9.9_all.deb ... 187s Unpacking python-apt-common (2.9.9) over (2.9.8) ... 187s Preparing to unpack .../04-python3-apt_2.9.9_s390x.deb ... 187s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 187s for fn in glob1(directory, "%s.*" % fname): 187s Unpacking python3-apt (2.9.9) over (2.9.8) ... 187s Preparing to unpack .../05-ubuntu-pro-client-l10n_34.1.3_s390x.deb ... 187s Unpacking ubuntu-pro-client-l10n (34.1.3) over (34.1.2) ... 187s Preparing to unpack .../06-ubuntu-pro-client_34.1.3_s390x.deb ... 187s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 187s for fn in glob1(directory, "%s.*" % fname): 187s Unpacking ubuntu-pro-client (34.1.3) over (34.1.2) ... 187s Preparing to unpack .../07-apparmor_4.1.0~beta5-0ubuntu2_s390x.deb ... 188s Unpacking apparmor (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 188s dpkg: warning: unable to delete old directory '/lib/apparmor': Directory not empty 188s Preparing to unpack .../08-libcbor0.10_0.10.2-2ubuntu1_s390x.deb ... 188s Unpacking libcbor0.10:s390x (0.10.2-2ubuntu1) over (0.10.2-1.2ubuntu2) ... 188s Preparing to unpack .../09-liburcu8t64_0.15.1-1_s390x.deb ... 188s Unpacking liburcu8t64:s390x (0.15.1-1) over (0.15.0-1) ... 188s Preparing to unpack .../10-lsof_4.99.4+dfsg-1_s390x.deb ... 188s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 188s Preparing to unpack .../11-liblsof0_4.99.4+dfsg-1_s390x.deb ... 188s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 188s Preparing to unpack .../12-fwupd_2.0.6-3_s390x.deb ... 188s Unpacking fwupd (2.0.6-3) over (2.0.5-1) ... 188s Preparing to unpack .../13-libfwupd3_2.0.6-3_s390x.deb ... 188s Unpacking libfwupd3:s390x (2.0.6-3) over (2.0.5-1) ... 188s Preparing to unpack .../14-libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 188s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 188s Preparing to unpack .../15-lto-disabled-list_56_all.deb ... 188s Unpacking lto-disabled-list (56) over (54) ... 188s Setting up liburcu8t64:s390x (0.15.1-1) ... 188s Setting up lto-disabled-list (56) ... 188s Setting up libapparmor1:s390x (4.1.0~beta5-0ubuntu2) ... 188s Setting up libcbor0.10:s390x (0.10.2-2ubuntu1) ... 188s Setting up liblsof0 (4.99.4+dfsg-1) ... 188s Setting up iproute2 (6.13.0-1ubuntu1) ... 188s Setting up libfwupd3:s390x (2.0.6-3) ... 188s Setting up apparmor (4.1.0~beta5-0ubuntu2) ... 188s Installing new version of config file /etc/apparmor.d/abstractions/dconf ... 188s Installing new version of config file /etc/apparmor.d/abstractions/mesa ... 188s Installing new version of config file /etc/apparmor.d/abstractions/nameservice ... 188s Installing new version of config file /etc/apparmor.d/abstractions/php ... 188s Installing new version of config file /etc/apparmor.d/abstractions/python ... 188s Installing new version of config file /etc/apparmor.d/slirp4netns ... 188s Installing new version of config file /etc/apparmor.d/toybox ... 188s Installing new version of config file /etc/apparmor.d/transmission ... 188s Installing new version of config file /etc/apparmor.d/tunables/global ... 189s Reloading AppArmor profiles 190s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 190s Setting up lsof (4.99.4+dfsg-1) ... 190s Setting up python-apt-common (2.9.9) ... 190s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 190s Setting up fwupd (2.0.6-3) ... 190s fwupd-refresh.service is a disabled or a static unit not running, not starting it. 191s fwupd.service is a disabled or a static unit not running, not starting it. 191s Setting up python3-apt (2.9.9) ... 191s Setting up ubuntu-pro-client (34.1.3) ... 192s Setting up ubuntu-pro-client-l10n (34.1.3) ... 192s Processing triggers for systemd (257.2-3ubuntu1) ... 192s Processing triggers for man-db (2.13.0-1) ... 193s Processing triggers for dbus (1.16.0-1ubuntu1) ... 193s Processing triggers for libc-bin (2.40-4ubuntu1) ... 193s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 193s + /usr/lib/apt/apt-helper analyze-pattern ?true 193s + uname -r+ 193s sed s/\./\\./g 193s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 193s + apt list ?obsolete 193s + tail -n+2 193s + cut+ -d/ -f1 193s grep -v ^linux-.*6\.12\.0-15-generic.* 193s + true 193s + obsolete_pkgs= 193s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 193s Reading package lists... 193s Building dependency tree... 193s Reading state information... 194s The following packages will be REMOVED: 194s libapt-pkg6.0t64* libnsl2* libpython3.12-minimal* libpython3.12-stdlib* 194s libpython3.12t64* linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 194s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 194s linux-tools-6.11.0-8-generic* 194s 0 upgraded, 0 newly installed, 10 to remove and 2 not upgraded. 194s After this operation, 171 MB disk space will be freed. 194s (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 ... 81079 files and directories currently installed.) 194s Removing libapt-pkg6.0t64:s390x (2.9.29) ... 194s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 194s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 194s Removing libpython3.12t64:s390x (3.12.9-1) ... 194s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 194s Removing libnsl2:s390x (1.3.0-3build3) ... 194s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 194s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 194s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 195s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 195s + grep -q trusty /etc/lsb-release 195s + [ ! -d /usr/share/doc/unattended-upgrades ] 195s + [ ! -d /usr/share/doc/lxd ] 195s + [ ! -d /usr/share/doc/lxd-client ] 195s + [ ! -d /usr/share/doc/snapd ] 195s + type iptables 195s + cat 195s + chmod 755 /etc/rc.local 195s + . /etc/rc.local 195s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 195s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 195s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 195s + uname -m 195s + [ s390x = ppc64le ] 195s + [ -d /run/systemd/system ] 195s + systemd-detect-virt --quiet --vm 195s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 195s + cat 195s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 195s + echo COMPRESS=lz4 195s autopkgtest: DBG: testbed command exited with code 0 195s autopkgtest [07:29:13]: upgrading testbed (apt dist-upgrade and autopurge) 195s 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'] 195s Processing triggers for libc-bin (2.40-4ubuntu1) ... 195s (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.) 195s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 195s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 195s Reading package lists... 195s Building dependency tree... 195s Reading state information... 195s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 195s Starting 2 pkgProblemResolver with broken count: 0 195s Done 196s Entering ResolveByKeep 196s 196s The following packages will be upgraded: 196s python3-pkg-resources python3-setuptools 196s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 196s Need to get 791 kB of archives. 196s After this operation, 13.3 kB of additional disk space will be used. 196s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-pkg-resources all 75.8.0-1 [144 kB] 196s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-setuptools all 75.8.0-1 [648 kB] 197s Fetched 791 kB in 1s (1443 kB/s) 197s (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 ... 55927 files and directories currently installed.) 197s Preparing to unpack .../python3-pkg-resources_75.8.0-1_all.deb ... 197s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 197s for fn in glob1(directory, "%s.*" % fname): 197s Unpacking python3-pkg-resources (75.8.0-1) over (75.6.0-1) ... 197s Preparing to unpack .../python3-setuptools_75.8.0-1_all.deb ... 197s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 197s for fn in glob1(directory, "%s.*" % fname): 197s Unpacking python3-setuptools (75.8.0-1) over (75.6.0-1) ... 197s Setting up python3-pkg-resources (75.8.0-1) ... 197s Setting up python3-setuptools (75.8.0-1) ... 198s autopkgtest: DBG: testbed command exited with code 0 198s 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'] 198s Reading package lists... 198s Building dependency tree... 198s Reading state information... 198s Starting pkgProblemResolver with broken count: 0 198s Starting 2 pkgProblemResolver with broken count: 0 198s Done 198s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 198s autopkgtest: DBG: testbed command exited with code 0 198s 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.hM0wkY/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 198s autopkgtest: DBG: testbed command exited with code 1 198s autopkgtest [07:29:16]: rebooting testbed after setup commands that affected boot 198s autopkgtest: DBG: sending command to testbed: reboot 215s autopkgtest: DBG: got reply from testbed: ok 215s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 215s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 215s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 217s autopkgtest: DBG: got reply from testbed: ok 217s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 217s autopkgtest: DBG: got reply from testbed: ok 217s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/testbed-packages"], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/testbed-packages /tmp/autopkgtest-work.wl67lg63/out/testbed-packages 218s autopkgtest: DBG: got reply from testbed: ok 218s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 218s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 218s autopkgtest: DBG: testbed command exited with code 0 218s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 218s autopkgtest: DBG: got reply from testbed: ok 218s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 218s autopkgtest: DBG: testbed command exited with code 0 218s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 218s autopkgtest: DBG: testbed command exited with code 0 218s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 219s autopkgtest: DBG: testbed command exited with code 0 219s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 219s autopkgtest: DBG: testbed command exited with code 0 219s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 219s autopkgtest: DBG: got reply from testbed: ok 219s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 219s autopkgtest: DBG: testbed command exited with code 0 219s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 219s autopkgtest: DBG: testbed command exited with code 0 219s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 219s autopkgtest: DBG: testbed command exited with code 0 219s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 219s autopkgtest: DBG: install_deps: deps_new=['python3-libtmux', 'python3-all', 'python3-pytest'] 219s autopkgtest: DBG: install-deps: satisfying python3-libtmux, python3-all, python3-pytest 219s autopkgtest: DBG: can use apt-get on testbed: True 219s 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-libtmux, python3-all, python3-pytest'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 220s Reading package lists... 220s Building dependency tree... 220s Reading state information... 220s Starting pkgProblemResolver with broken count: 0 220s Starting 2 pkgProblemResolver with broken count: 0 220s Done 220s The following NEW packages will be installed: 220s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all 220s python3-iniconfig python3-libtmux python3-packaging python3-pluggy 220s python3-pytest python3.12 python3.12-minimal 220s 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. 220s Need to get 6398 kB of archives. 220s After this operation, 25.8 MB of additional disk space will be used. 220s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 221s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 221s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 221s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 221s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 222s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 222s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 222s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-libtmux all 0.42.0-4 [41.0 kB] 222s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 222s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 222s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 222s Fetched 6398 kB in 1s (4581 kB/s) 222s Selecting previously unselected package libpython3.12-minimal:s390x. 222s (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 ... 55926 files and directories currently installed.) 222s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 222s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 222s Selecting previously unselected package python3.12-minimal. 222s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 222s Unpacking python3.12-minimal (3.12.9-1) ... 222s Selecting previously unselected package libnsl2:s390x. 222s Preparing to unpack .../02-libnsl2_1.3.0-3build3_s390x.deb ... 222s Unpacking libnsl2:s390x (1.3.0-3build3) ... 222s Selecting previously unselected package libpython3.12-stdlib:s390x. 222s Preparing to unpack .../03-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 222s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 222s Selecting previously unselected package python3.12. 222s Preparing to unpack .../04-python3.12_3.12.9-1_s390x.deb ... 222s Unpacking python3.12 (3.12.9-1) ... 222s Selecting previously unselected package python3-all. 222s Preparing to unpack .../05-python3-all_3.13.1-1~exp2_s390x.deb ... 222s Unpacking python3-all (3.13.1-1~exp2) ... 222s Selecting previously unselected package python3-iniconfig. 222s Preparing to unpack .../06-python3-iniconfig_1.1.1-2_all.deb ... 222s Unpacking python3-iniconfig (1.1.1-2) ... 222s Selecting previously unselected package python3-libtmux. 222s Preparing to unpack .../07-python3-libtmux_0.42.0-4_all.deb ... 222s Unpacking python3-libtmux (0.42.0-4) ... 222s Selecting previously unselected package python3-packaging. 222s Preparing to unpack .../08-python3-packaging_24.2-1_all.deb ... 222s Unpacking python3-packaging (24.2-1) ... 222s Selecting previously unselected package python3-pluggy. 222s Preparing to unpack .../09-python3-pluggy_1.5.0-1_all.deb ... 222s Unpacking python3-pluggy (1.5.0-1) ... 222s Selecting previously unselected package python3-pytest. 222s Preparing to unpack .../10-python3-pytest_8.3.4-1_all.deb ... 222s Unpacking python3-pytest (8.3.4-1) ... 222s Setting up python3-iniconfig (1.1.1-2) ... 222s Setting up python3-libtmux (0.42.0-4) ... 222s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 222s Setting up python3-packaging (24.2-1) ... 223s Setting up python3-pluggy (1.5.0-1) ... 223s Setting up libnsl2:s390x (1.3.0-3build3) ... 223s Setting up python3.12-minimal (3.12.9-1) ... 224s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 224s Setting up python3-pytest (8.3.4-1) ... 224s Setting up python3.12 (3.12.9-1) ... 225s Setting up python3-all (3.13.1-1~exp2) ... 225s Processing triggers for man-db (2.13.0-1) ... 225s Processing triggers for libc-bin (2.40-4ubuntu1) ... 225s Processing triggers for systemd (257.2-3ubuntu1) ... 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-libtmux'], kind short, sout pipe, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/pytest-import-plugin-packages.all"], kind short, sout raw, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-import-plugin-packages.all /tmp/autopkgtest-work.wl67lg63/out/pytest-import-plugin-packages.all 226s autopkgtest: DBG: got reply from testbed: ok 226s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.hM0wkY/build.W55/src'], kind short, sout raw, serr raw, env [] 226s autopkgtest: DBG: testbed command exited with code 1 226s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY/build.W55'], kind short, sout raw, serr pipe, env [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.wl67lg63/out/tests-tree/ /tmp/autopkgtest.hM0wkY/build.W55/src/ 227s autopkgtest: DBG: got reply from testbed: ok 227s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.hM0wkY/build.W55/src'], kind short, sout raw, serr pipe, env [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest [07:29:45]: test pytest-import-plugin: [----------------------- 227s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.hM0wkY/wrapper.sh --debug --artifacts=/tmp/autopkgtest.hM0wkY/pytest-import-plugin-artifacts --chdir=/tmp/autopkgtest.hM0wkY/build.W55/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.hM0wkY/pytest-import-plugin-stderr --stdout=/tmp/autopkgtest.hM0wkY/pytest-import-plugin-stdout --tmp=/tmp/autopkgtest.hM0wkY/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=setuptools/75.8.0-1 --make-executable=/tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest-import-plugin -- /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest-import-plugin'], kind test, sout raw, serr raw, env [] 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.hM0wkY/pytest-import-plugin-artifacts 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: changing to directory: /tmp/autopkgtest.hM0wkY/build.W55/src 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: LANG=C.UTF-8 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LANGUAGE 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ADDRESS 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ALL 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_COLLATE 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_CTYPE 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_IDENTIFICATION 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MEASUREMENT 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MESSAGES 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MONETARY 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NAME 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NUMERIC 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_PAPER 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TELEPHONE 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TIME 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: pretending to be a login shell 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write standard error to /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stderr 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write stdout to /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stdout 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.hM0wkY/autopkgtest_tmp 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=setuptools/75.8.0-1 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: marking as executable: /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest-import-plugin 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: command to run: /tmp/autopkgtest.hM0wkY/build.W55/src/debian/tests/pytest-import-plugin 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.CE4mRcPU2O/out to stdout and file: /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stdout 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.CE4mRcPU2O/err to standard error and file: /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stdout 227s /tmp/autopkgtest.hM0wkY/wrapper.sh: writing script pid 1418 to /tmp/autopkgtest_script_pid 227s === python3.12 === 228s /usr/lib/python3/dist-packages/libtmux/pytest_plugin.py:51: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 228s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 228s @pytest.mark.skipif(USING_ZSH, reason="Using ZSH") 228s 228s === python3.13 === 228s 228s /usr/lib/python3/dist-packages/libtmux/pytest_plugin.py:51: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 228s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 228s @pytest.mark.skipif(USING_ZSH, reason="Using ZSH") 228s /tmp/autopkgtest.hM0wkY/wrapper.sh: checking for leaked background processes... 228s /tmp/autopkgtest.hM0wkY/wrapper.sh: waiting for tee/cat subprocesses... 228s /tmp/autopkgtest.hM0wkY/wrapper.sh: cleaning up... 228s /tmp/autopkgtest.hM0wkY/wrapper.sh: Exit status: 0 228s autopkgtest: DBG: testbed command exited with code 0 228s autopkgtest [07:29:46]: test pytest-import-plugin: -----------------------] 228s autopkgtest: DBG: testbed executing test finished with exit status 0 228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stdout /tmp/autopkgtest-work.wl67lg63/out/pytest-import-plugin-stdout 228s autopkgtest: DBG: got reply from testbed: ok 228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-import-plugin-stderr /tmp/autopkgtest-work.wl67lg63/out/pytest-import-plugin-stderr 228s autopkgtest: DBG: got reply from testbed: ok 228s autopkgtest [07:29:46]: test pytest-import-plugin: - - - - - - - - - - results - - - - - - - - - - 228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/pytest-import-plugin-artifacts/ /tmp/autopkgtest-work.wl67lg63/out/artifacts/ 228s pytest-import-plugin PASS 229s autopkgtest: DBG: got reply from testbed: ok 229s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.hM0wkY/pytest-import-plugin-artifacts', '/tmp/autopkgtest.hM0wkY/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest [07:29:47]: test autodep8-python3: preparing testbed 229s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-libtmux', 'python3-all', 'python3-pytest'], deps_new=['python3-all', 'python3-libtmux'] 229s autopkgtest: DBG: testbed reset 229s autopkgtest: DBG: sending command to testbed: revert 290s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.hM0wkY 290s autopkgtest: DBG: sending command to testbed: print-execute-command 290s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vjrbmlfy/runcmd 290s autopkgtest: DBG: sending command to testbed: capabilities 290s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu ok revert-full-system isolation-machine revert root-on-testbed 290s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'ok', 'revert-full-system', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 290s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.hM0wkY/wrapper.sh 290s autopkgtest: DBG: got reply from testbed: ok 290s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/wrapper.sh'], kind short, sout raw, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [07:30:48]: testbed dpkg architecture: s390x 290s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [07:30:49]: testbed apt version: 2.9.30 291s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest: DBG: testbed has eatmydata 291s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [07:30:49]: @@@@@@@@@@@@@@@@@@@@ test bed setup 291s 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 [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [07:30:49]: testbed release detected to be: plucky 291s 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 [] 291s autopkgtest: DBG: testbed command exited with code 0 291s 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 [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest: DBG: adding APT source: Types: deb deb-src 291s URIs: http://ftpmaster.internal/ubuntu/ 291s Suites: plucky-proposed 291s Components: main restricted universe multiverse 291s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 291s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 292s Package: * 292s Pin: release plucky-proposed 292s Pin-Priority: 500 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest [07:30:50]: updating testbed package index (apt update) 292s 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'] 292s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 292s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 292s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 292s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 292s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [83.6 kB] 292s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 292s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [771 kB] 293s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.5 kB] 293s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [115 kB] 293s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 293s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [681 kB] 293s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5096 B] 293s Fetched 1785 kB in 1s (1877 kB/s) 293s Reading package lists... 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 293s Package: * 293s Pin: release plucky-proposed 293s Pin-Priority: 100 293s 293s Package: src:setuptools:any 293s Pin: release plucky-proposed 293s Pin-Priority: 995 293s 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:setuptools:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s 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.hM0wkY/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s 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'] 294s + lsb_release --codename --short 294s + RELEASE=plucky 294s + cat 294s + [ plucky != trusty ] 294s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 294s Reading package lists... 294s Building dependency tree... 294s Reading state information... 294s Calculating upgrade... 294s The following packages were automatically installed and are no longer required: 294s libapt-pkg6.0t64 libnsl2 libpython3.12-minimal libpython3.12-stdlib 294s libpython3.12t64 linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 294s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 294s linux-tools-6.11.0-8-generic 294s Use 'sudo apt autoremove' to remove them. 294s The following packages will be upgraded: 294s apparmor fwupd iproute2 libapparmor1 libcbor0.10 libfwupd3 libgpgme11t64 294s liblsof0 libp11-kit0 liburcu8t64 lsof lto-disabled-list python-apt-common 294s python3-apt sysvinit-utils ubuntu-pro-client ubuntu-pro-client-l10n 294s 17 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 294s Need to get 8732 kB of archives. 294s After this operation, 241 kB of additional disk space will be used. 294s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 295s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 295s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libapparmor1 s390x 4.1.0~beta5-0ubuntu2 [54.1 kB] 295s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 295s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python-apt-common all 2.9.9 [21.2 kB] 295s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-apt s390x 2.9.9 [185 kB] 295s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client-l10n s390x 34.1.3 [18.3 kB] 295s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x ubuntu-pro-client s390x 34.1.3 [241 kB] 295s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x apparmor s390x 4.1.0~beta5-0ubuntu2 [758 kB] 295s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libcbor0.10 s390x 0.10.2-2ubuntu1 [26.1 kB] 295s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x liburcu8t64 s390x 0.15.1-1 [66.0 kB] 295s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 295s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 295s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x fwupd s390x 2.0.6-3 [5235 kB] 295s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libfwupd3 s390x 2.0.6-3 [133 kB] 295s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 295s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x lto-disabled-list all 56 [12.4 kB] 295s Preconfiguring packages ... 295s Fetched 8732 kB in 1s (9607 kB/s) 296s (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.) 296s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 296s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 296s Setting up sysvinit-utils (3.14-1ubuntu1) ... 296s (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.) 296s Preparing to unpack .../00-iproute2_6.13.0-1ubuntu1_s390x.deb ... 296s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 296s Preparing to unpack .../01-libapparmor1_4.1.0~beta5-0ubuntu2_s390x.deb ... 296s Unpacking libapparmor1:s390x (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 296s Preparing to unpack .../02-libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 296s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 296s Preparing to unpack .../03-python-apt-common_2.9.9_all.deb ... 296s Unpacking python-apt-common (2.9.9) over (2.9.8) ... 296s Preparing to unpack .../04-python3-apt_2.9.9_s390x.deb ... 296s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 296s for fn in glob1(directory, "%s.*" % fname): 296s Unpacking python3-apt (2.9.9) over (2.9.8) ... 296s Preparing to unpack .../05-ubuntu-pro-client-l10n_34.1.3_s390x.deb ... 296s Unpacking ubuntu-pro-client-l10n (34.1.3) over (34.1.2) ... 296s Preparing to unpack .../06-ubuntu-pro-client_34.1.3_s390x.deb ... 296s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 296s for fn in glob1(directory, "%s.*" % fname): 296s Unpacking ubuntu-pro-client (34.1.3) over (34.1.2) ... 296s Preparing to unpack .../07-apparmor_4.1.0~beta5-0ubuntu2_s390x.deb ... 296s Unpacking apparmor (4.1.0~beta5-0ubuntu2) over (4.1.0~beta1-0ubuntu5) ... 296s dpkg: warning: unable to delete old directory '/lib/apparmor': Directory not empty 296s Preparing to unpack .../08-libcbor0.10_0.10.2-2ubuntu1_s390x.deb ... 296s Unpacking libcbor0.10:s390x (0.10.2-2ubuntu1) over (0.10.2-1.2ubuntu2) ... 296s Preparing to unpack .../09-liburcu8t64_0.15.1-1_s390x.deb ... 296s Unpacking liburcu8t64:s390x (0.15.1-1) over (0.15.0-1) ... 296s Preparing to unpack .../10-lsof_4.99.4+dfsg-1_s390x.deb ... 296s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 296s Preparing to unpack .../11-liblsof0_4.99.4+dfsg-1_s390x.deb ... 296s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 297s Preparing to unpack .../12-fwupd_2.0.6-3_s390x.deb ... 297s Unpacking fwupd (2.0.6-3) over (2.0.5-1) ... 297s Preparing to unpack .../13-libfwupd3_2.0.6-3_s390x.deb ... 297s Unpacking libfwupd3:s390x (2.0.6-3) over (2.0.5-1) ... 297s Preparing to unpack .../14-libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 297s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 297s Preparing to unpack .../15-lto-disabled-list_56_all.deb ... 297s Unpacking lto-disabled-list (56) over (54) ... 297s Setting up liburcu8t64:s390x (0.15.1-1) ... 297s Setting up lto-disabled-list (56) ... 297s Setting up libapparmor1:s390x (4.1.0~beta5-0ubuntu2) ... 297s Setting up libcbor0.10:s390x (0.10.2-2ubuntu1) ... 297s Setting up liblsof0 (4.99.4+dfsg-1) ... 297s Setting up iproute2 (6.13.0-1ubuntu1) ... 297s Setting up libfwupd3:s390x (2.0.6-3) ... 297s Setting up apparmor (4.1.0~beta5-0ubuntu2) ... 297s Installing new version of config file /etc/apparmor.d/abstractions/dconf ... 297s Installing new version of config file /etc/apparmor.d/abstractions/mesa ... 297s Installing new version of config file /etc/apparmor.d/abstractions/nameservice ... 297s Installing new version of config file /etc/apparmor.d/abstractions/php ... 297s Installing new version of config file /etc/apparmor.d/abstractions/python ... 297s Installing new version of config file /etc/apparmor.d/slirp4netns ... 297s Installing new version of config file /etc/apparmor.d/toybox ... 297s Installing new version of config file /etc/apparmor.d/transmission ... 297s Installing new version of config file /etc/apparmor.d/tunables/global ... 297s Reloading AppArmor profiles 299s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 299s Setting up lsof (4.99.4+dfsg-1) ... 299s Setting up python-apt-common (2.9.9) ... 299s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 299s Setting up fwupd (2.0.6-3) ... 299s fwupd-refresh.service is a disabled or a static unit not running, not starting it. 299s fwupd.service is a disabled or a static unit not running, not starting it. 299s Setting up python3-apt (2.9.9) ... 299s Setting up ubuntu-pro-client (34.1.3) ... 300s Setting up ubuntu-pro-client-l10n (34.1.3) ... 300s Processing triggers for systemd (257.2-3ubuntu1) ... 301s Processing triggers for man-db (2.13.0-1) ... 301s Processing triggers for dbus (1.16.0-1ubuntu1) ... 301s Processing triggers for libc-bin (2.40-4ubuntu1) ... 302s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 302s + /usr/lib/apt/apt-helper analyze-pattern ?true 302s + uname -r 302s + sed s/\./\\./g 302s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 302s + + tail -n+2 302s + apt list ?obsolete 302s grep -v ^linux-.*6\.12\.0-15-generic.* 302s + cut -d/ -f1 302s + true 302s + obsolete_pkgs= 302s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 302s Reading package lists... 302s Building dependency tree... 302s Reading state information... 302s The following packages will be REMOVED: 302s libapt-pkg6.0t64* libnsl2* libpython3.12-minimal* libpython3.12-stdlib* 302s libpython3.12t64* linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 302s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 302s linux-tools-6.11.0-8-generic* 302s 0 upgraded, 0 newly installed, 10 to remove and 2 not upgraded. 302s After this operation, 171 MB disk space will be freed. 302s (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 ... 81079 files and directories currently installed.) 302s Removing libapt-pkg6.0t64:s390x (2.9.29) ... 302s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 302s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 302s Removing libpython3.12t64:s390x (3.12.9-1) ... 302s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 302s Removing libnsl2:s390x (1.3.0-3build3) ... 302s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 302s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 302s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 303s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 303s Processing triggers for libc-bin (2.40-4ubuntu1) ... 303s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 303s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 303s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 303s + grep -q trusty /etc/lsb-release 303s + [ ! -d /usr/share/doc/unattended-upgrades ] 303s + [ ! -d /usr/share/doc/lxd ] 303s + [ ! -d /usr/share/doc/lxd-client ] 303s + [ ! -d /usr/share/doc/snapd ] 303s + type iptables 303s + cat 303s + chmod 755 /etc/rc.local 303s + . /etc/rc.local 303s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 303s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 303s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 303s + uname -m 303s + [ s390x = ppc64le ] 303s + [ -d /run/systemd/system ] 303s + systemd-detect-virt --quiet --vm 303s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 303s + cat 303s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 303s + echo COMPRESS=lz4 303s autopkgtest: DBG: testbed command exited with code 0 303s autopkgtest [07:31:01]: upgrading testbed (apt dist-upgrade and autopurge) 303s 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'] 303s Reading package lists... 304s Building dependency tree... 304s Reading state information... 304s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 304s Starting 2 pkgProblemResolver with broken count: 0 304s Done 304s Entering ResolveByKeep 304s 304s The following packages will be upgraded: 304s python3-pkg-resources python3-setuptools 304s 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 304s Need to get 791 kB of archives. 304s After this operation, 13.3 kB of additional disk space will be used. 304s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-pkg-resources all 75.8.0-1 [144 kB] 305s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-setuptools all 75.8.0-1 [648 kB] 305s Fetched 791 kB in 1s (1364 kB/s) 305s (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 ... 55927 files and directories currently installed.) 305s Preparing to unpack .../python3-pkg-resources_75.8.0-1_all.deb ... 305s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 305s for fn in glob1(directory, "%s.*" % fname): 305s Unpacking python3-pkg-resources (75.8.0-1) over (75.6.0-1) ... 305s Preparing to unpack .../python3-setuptools_75.8.0-1_all.deb ... 305s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 305s for fn in glob1(directory, "%s.*" % fname): 305s Unpacking python3-setuptools (75.8.0-1) over (75.6.0-1) ... 305s Setting up python3-pkg-resources (75.8.0-1) ... 305s Setting up python3-setuptools (75.8.0-1) ... 306s autopkgtest: DBG: testbed command exited with code 0 306s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 306s Reading package lists... 306s Building dependency tree... 306s Reading state information... 306s Starting pkgProblemResolver with broken count: 0 306s Starting 2 pkgProblemResolver with broken count: 0 306s Done 306s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 307s autopkgtest: DBG: testbed command exited with code 0 307s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.hM0wkY/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 307s autopkgtest: DBG: testbed command exited with code 1 307s autopkgtest [07:31:05]: rebooting testbed after setup commands that affected boot 307s autopkgtest: DBG: sending command to testbed: reboot 323s autopkgtest: DBG: got reply from testbed: ok 323s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 323s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/testbed-packages"], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/testbed-packages /tmp/autopkgtest-work.wl67lg63/out/testbed-packages 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 326s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare 327s autopkgtest: DBG: got reply from testbed: ok 327s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.hM0wkY/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 327s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-libtmux'] 327s autopkgtest: DBG: install-deps: satisfying python3-all, python3-libtmux 327s autopkgtest: DBG: can use apt-get on testbed: True 327s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-libtmux'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 328s Reading package lists... 328s Building dependency tree... 328s Reading state information... 328s Starting pkgProblemResolver with broken count: 0 328s Starting 2 pkgProblemResolver with broken count: 0 328s Done 328s The following NEW packages will be installed: 328s libnsl2 libpython3.12-minimal libpython3.12-stdlib python3-all 328s python3-libtmux python3.12 python3.12-minimal 328s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 328s Need to get 6067 kB of archives. 328s After this operation, 24.1 MB of additional disk space will be used. 328s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 329s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 329s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 329s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 329s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 329s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 329s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-libtmux all 0.42.0-4 [41.0 kB] 329s Fetched 6067 kB in 1s (7865 kB/s) 329s Selecting previously unselected package libpython3.12-minimal:s390x. 329s (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 ... 55926 files and directories currently installed.) 329s Preparing to unpack .../0-libpython3.12-minimal_3.12.9-1_s390x.deb ... 329s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 329s Selecting previously unselected package python3.12-minimal. 329s Preparing to unpack .../1-python3.12-minimal_3.12.9-1_s390x.deb ... 329s Unpacking python3.12-minimal (3.12.9-1) ... 329s Selecting previously unselected package libnsl2:s390x. 329s Preparing to unpack .../2-libnsl2_1.3.0-3build3_s390x.deb ... 329s Unpacking libnsl2:s390x (1.3.0-3build3) ... 329s Selecting previously unselected package libpython3.12-stdlib:s390x. 329s Preparing to unpack .../3-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 329s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 329s Selecting previously unselected package python3.12. 329s Preparing to unpack .../4-python3.12_3.12.9-1_s390x.deb ... 329s Unpacking python3.12 (3.12.9-1) ... 329s Selecting previously unselected package python3-all. 329s Preparing to unpack .../5-python3-all_3.13.1-1~exp2_s390x.deb ... 329s Unpacking python3-all (3.13.1-1~exp2) ... 329s Selecting previously unselected package python3-libtmux. 329s Preparing to unpack .../6-python3-libtmux_0.42.0-4_all.deb ... 329s Unpacking python3-libtmux (0.42.0-4) ... 329s Setting up python3-libtmux (0.42.0-4) ... 330s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 330s Setting up libnsl2:s390x (1.3.0-3build3) ... 330s Setting up python3.12-minimal (3.12.9-1) ... 330s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 330s Setting up python3.12 (3.12.9-1) ... 331s Setting up python3-all (3.13.1-1~exp2) ... 331s Processing triggers for man-db (2.13.0-1) ... 332s Processing triggers for libc-bin (2.40-4ubuntu1) ... 332s Processing triggers for systemd (257.2-3ubuntu1) ... 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-libtmux'], kind short, sout pipe, serr pipe, env [] 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.hM0wkY/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/autodep8-python3-packages.all /tmp/autopkgtest-work.wl67lg63/out/autodep8-python3-packages.all 332s autopkgtest: DBG: got reply from testbed: ok 332s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.hM0wkY/build.W55/src'], kind short, sout raw, serr raw, env [] 333s autopkgtest: DBG: testbed command exited with code 1 333s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.hM0wkY/build.W55'], kind short, sout raw, serr pipe, env [] 333s autopkgtest: DBG: testbed command exited with code 0 333s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.wl67lg63/out/tests-tree/ /tmp/autopkgtest.hM0wkY/build.W55/src/ 333s autopkgtest: DBG: got reply from testbed: ok 333s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.hM0wkY/build.W55/src'], kind short, sout raw, serr pipe, env [] 334s autopkgtest: DBG: testbed command exited with code 0 334s autopkgtest [07:31:32]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done 334s autopkgtest [07:31:32]: test autodep8-python3: [----------------------- 334s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.hM0wkY/wrapper.sh --debug --artifacts=/tmp/autopkgtest.hM0wkY/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.hM0wkY/build.W55/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.hM0wkY/autodep8-python3-stderr --stdout=/tmp/autopkgtest.hM0wkY/autodep8-python3-stdout --tmp=/tmp/autopkgtest.hM0wkY/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=setuptools/75.8.0-1 -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done\''], kind test, sout raw, serr raw, env [] 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.hM0wkY/autodep8-python3-artifacts 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: changing to directory: /tmp/autopkgtest.hM0wkY/build.W55/src 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: LANG=C.UTF-8 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LANGUAGE 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ADDRESS 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_ALL 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_COLLATE 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_CTYPE 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_IDENTIFICATION 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MEASUREMENT 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MESSAGES 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_MONETARY 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NAME 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_NUMERIC 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_PAPER 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TELEPHONE 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: unsetting environment: LC_TIME 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: pretending to be a login shell 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write standard error to /tmp/autopkgtest.hM0wkY/autodep8-python3-stderr 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: will write stdout to /tmp/autopkgtest.hM0wkY/autodep8-python3-stdout 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.hM0wkY/autopkgtest_tmp 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=setuptools/75.8.0-1 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libtmux; print(libtmux)" ; done 334s Testing with python3.12: 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.XYcd13OUcO/out to stdout and file: /tmp/autopkgtest.hM0wkY/autodep8-python3-stdout 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: copying /tmp/tmp.XYcd13OUcO/err to standard error and file: /tmp/autopkgtest.hM0wkY/autodep8-python3-stdout 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: writing script pid 1344 to /tmp/autopkgtest_script_pid 334s 334s Testing with python3.13: 334s 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: checking for leaked background processes... 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: waiting for tee/cat subprocesses... 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: cleaning up... 334s /tmp/autopkgtest.hM0wkY/wrapper.sh: Exit status: 0 334s autopkgtest: DBG: testbed command exited with code 0 334s autopkgtest [07:31:32]: test autodep8-python3: -----------------------] 334s autopkgtest: DBG: testbed executing test finished with exit status 0 334s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/autodep8-python3-stdout /tmp/autopkgtest-work.wl67lg63/out/autodep8-python3-stdout 334s autopkgtest: DBG: got reply from testbed: ok 334s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/autodep8-python3-stderr /tmp/autopkgtest-work.wl67lg63/out/autodep8-python3-stderr 335s autopkgtest: DBG: got reply from testbed: ok 335s autopkgtest [07:31:33]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 335s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.hM0wkY/autodep8-python3-artifacts/ /tmp/autopkgtest-work.wl67lg63/out/artifacts/ 335s autodep8-python3 PASS (superficial) 335s autopkgtest: DBG: got reply from testbed: ok 335s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.hM0wkY/autodep8-python3-artifacts', '/tmp/autopkgtest.hM0wkY/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 335s autopkgtest: DBG: testbed command exited with code 0 335s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 335s autopkgtest [07:31:33]: @@@@@@@@@@@@@@@@@@@@ summary 335s pytest FAIL non-zero exit status 1 335s pytest-import-plugin PASS 335s autodep8-python3 PASS (superficial) 335s autopkgtest: DBG: testbed stop 335s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.hM0wkY 335s autopkgtest: DBG: sending command to testbed: close 352s autopkgtest: DBG: got reply from testbed: ok 352s autopkgtest: DBG: sending command to testbed: quit 352s nova [W] Using flock in prodstack6-s390x 352s Creating nova instance adt-plucky-s390x-python-libtmux-20250220-072557-juju-7f2275-prod-proposed-migration-environment-15-a53ba582-8b41-45dd-9b5b-6dccc8e0c50e from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 352s nova [W] Timed out waiting for 6a6a14de-79d0-4cc4-9c67-d94a1816ac5b to get deleted. 352s nova [W] Using flock in prodstack6-s390x 352s Creating nova instance adt-plucky-s390x-python-libtmux-20250220-072557-juju-7f2275-prod-proposed-migration-environment-15-a53ba582-8b41-45dd-9b5b-6dccc8e0c50e from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 352s nova [W] Timed out waiting for 52ff97c9-29b3-49f7-960c-30504547c06e to get deleted. 352s nova [W] Using flock in prodstack6-s390x 352s Creating nova instance adt-plucky-s390x-python-libtmux-20250220-072557-juju-7f2275-prod-proposed-migration-environment-15-a53ba582-8b41-45dd-9b5b-6dccc8e0c50e from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 352s nova [W] Timed out waiting for 5c241dd4-07d6-4768-be32-e4acac467d2f to get deleted.