0s autopkgtest: DBG: testbed init 0s autopkgtest [13:18:48]: starting date and time: 2025-02-19 13:18:48+0000 0s autopkgtest [13:18:48]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [13:18:48]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.f20zfq77/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade vdirsyncer --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-1.secgroup --name adt-plucky-s390x-vdirsyncer-20250219-131848-juju-7f2275-prod-proposed-migration-environment-15-d2624f95-a69f-43bf-8e74-7ffc60ea5bbf --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 124s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.6eO3PV 124s autopkgtest: DBG: sending command to testbed: print-execute-command 124s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.fguk7we_/runcmd 124s autopkgtest: DBG: sending command to testbed: capabilities 124s autopkgtest: DBG: got reply from testbed: ok reboot revert-full-system suggested-normal-user=ubuntu isolation-machine revert root-on-testbed 124s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert-full-system', 'suggested-normal-user=ubuntu', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 124s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6eO3PV'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.6eO3PV/wrapper.sh 124s autopkgtest: DBG: got reply from testbed: ok 124s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6eO3PV/wrapper.sh'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest [13:20:53]: testbed dpkg architecture: s390x 125s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest [13:20:53]: testbed apt version: 2.9.30 125s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed has eatmydata 125s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest [13:20:53]: @@@@@@@@@@@@@@@@@@@@ test bed setup 125s 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 [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest [13:20:53]: testbed release detected to be: None 125s 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 [] 126s autopkgtest: DBG: testbed command exited with code 0 126s 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 [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: adding APT source: Types: deb deb-src 126s URIs: http://ftpmaster.internal/ubuntu/ 126s Suites: plucky-proposed 126s Components: main restricted universe multiverse 126s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 126s 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 [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 126s Package: * 126s Pin: release plucky-proposed 126s Pin-Priority: 500 126s 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 [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [13:20:54]: updating testbed package index (apt update) 126s 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'] 126s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 127s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 127s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 127s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 127s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 127s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [744 kB] 127s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 127s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 127s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [104 kB] 127s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 127s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [653 kB] 127s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 127s Fetched 1711 kB in 1s (1878 kB/s) 128s Reading package lists... 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 128s Package: * 128s Pin: release plucky-proposed 128s Pin-Priority: 100 128s 128s Package: src:sphinx:any 128s Pin: release plucky-proposed 128s Pin-Priority: 995 128s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s 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.6eO3PV/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s 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'] 128s + lsb_release --codename --short 128s + RELEASE=plucky 128s + cat 128s + [ plucky != trusty ] 128s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 128s Reading package lists... 128s Building dependency tree... 128s Reading state information... 129s Calculating upgrade... 129s The following packages were automatically installed and are no longer required: 129s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 129s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 129s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 129s linux-tools-6.11.0-8-generic 129s Use 'sudo apt autoremove' to remove them. 129s The following packages will be upgraded: 129s iproute2 libgpgme11t64 liblsof0 libp11-kit0 lsof sysvinit-utils 129s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 129s Need to get 1982 kB of archives. 129s After this operation, 22.5 kB of additional disk space will be used. 129s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x sysvinit-utils s390x 3.14-1ubuntu1 [36.0 kB] 129s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 129s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 129s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 129s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 129s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.2-1ubuntu1 [154 kB] 130s Preconfiguring packages ... 130s Fetched 1982 kB in 1s (3080 kB/s) 130s (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.) 130s Preparing to unpack .../sysvinit-utils_3.14-1ubuntu1_s390x.deb ... 130s Unpacking sysvinit-utils (3.14-1ubuntu1) over (3.08-6ubuntu3) ... 130s Setting up sysvinit-utils (3.14-1ubuntu1) ... 130s (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.) 130s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 130s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 130s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 130s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 130s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 130s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 130s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 130s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 130s Preparing to unpack .../libgpgme11t64_1.24.2-1ubuntu1_s390x.deb ... 130s Unpacking libgpgme11t64:s390x (1.24.2-1ubuntu1) over (1.24.1-4ubuntu1) ... 130s Setting up liblsof0 (4.99.4+dfsg-1) ... 130s Setting up iproute2 (6.13.0-1ubuntu1) ... 130s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 130s Setting up lsof (4.99.4+dfsg-1) ... 130s Setting up libgpgme11t64:s390x (1.24.2-1ubuntu1) ... 130s Processing triggers for man-db (2.13.0-1) ... 131s Processing triggers for libc-bin (2.40-4ubuntu1) ... 131s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 131s + /usr/lib/apt/apt-helper analyze-pattern ?true 131s + uname -r 131s + sed s/\./\\./g 131s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 131s + apt list ?obsolete 131s + tail -n+2 131s + cut -d/ -f1 131s + grep -v ^linux-.*6\.12\.0-15-generic.* 131s + true 131s + obsolete_pkgs= 131s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 131s Reading package lists... 131s Building dependency tree... 131s Reading state information... 131s The following packages will be REMOVED: 131s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 131s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 131s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 131s linux-tools-6.11.0-8-generic* 131s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 131s After this operation, 167 MB disk space will be freed. 131s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 131s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 131s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 131s Removing libpython3.12t64:s390x (3.12.9-1) ... 131s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 131s Removing libnsl2:s390x (1.3.0-3build3) ... 131s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 131s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 131s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 132s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 132s Processing triggers for libc-bin (2.40-4ubuntu1) ... 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 132s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 132s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 132s + grep -q trusty /etc/lsb-release 132s + [ ! -d /usr/share/doc/unattended-upgrades ] 132s + [ ! -d /usr/share/doc/lxd ] 132s + [ ! -d /usr/share/doc/lxd-client ] 132s + [ ! -d /usr/share/doc/snapd ] 132s + type iptables 132s + cat 132s + chmod 755 /etc/rc.local 132s + . /etc/rc.local 132s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 132s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 132s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 133s + uname -m 133s + [ s390x = ppc64le ] 133s + [ -d /run/systemd/system ] 133s + systemd-detect-virt --quiet --vm 133s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 133s + cat 133s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 133s + echo COMPRESS=lz4 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest [13:21:01]: upgrading testbed (apt dist-upgrade and autopurge) 133s 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'] 133s Reading package lists... 133s Building dependency tree... 133s Reading state information... 133s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 133s Starting 2 pkgProblemResolver with broken count: 0 133s Done 133s Entering ResolveByKeep 133s 133s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 133s autopkgtest: DBG: testbed command exited with code 0 133s 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'] 134s Reading package lists... 134s Building dependency tree... 134s Reading state information... 134s Starting pkgProblemResolver with broken count: 0 134s Starting 2 pkgProblemResolver with broken count: 0 134s Done 134s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 134s autopkgtest: DBG: testbed command exited with code 0 134s 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.6eO3PV/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 1 134s autopkgtest [13:21:02]: rebooting testbed after setup commands that affected boot 134s autopkgtest: DBG: sending command to testbed: reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 153s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6eO3PV'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.6eO3PV/autopkgtest-reboot 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6eO3PV'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest [13:21:23]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 155s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.6eO3PV/testbed-packages"], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/testbed-packages /tmp/autopkgtest-work.f20zfq77/out/testbed-packages 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 155s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6eO3PV'], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.6eO3PV/autopkgtest-reboot 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.6eO3PV'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.6eO3PV/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: Binaries: initialising 157s autopkgtest [13:21:25]: @@@@@@@@@@@@@@@@@@@@ apt-source vdirsyncer 157s autopkgtest: DBG: blame += vdirsyncer 157s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 157s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'vdirsyncer'], kind short, sout pipe, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vdirsyncer-doc$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vdirsyncer-doc=0.19.3-2'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^vdirsyncer$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'vdirsyncer=0.19.3-2'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: install_deps: deps_new=[] 158s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s 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.6eO3PV/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source vdirsyncer=0.19.3-2 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 vdirsyncer_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5'] 158s + cd / 158s + mktemp -d /tmp/autopkgtest.6eO3PV/build.XXX 158s + builddir=/tmp/autopkgtest.6eO3PV/build.duR 158s + cd /tmp/autopkgtest.6eO3PV/build.duR 158s + apt-get source -d -q --only-source vdirsyncer=0.19.3-2 159s + OUT=Reading package lists... 159s NOTICE: 'vdirsyncer' packaging is maintained in the 'Git' version control system at: 159s https://salsa.debian.org/python-team/packages/vdirsyncer.git 159s Please use: 159s git clone https://salsa.debian.org/python-team/packages/vdirsyncer.git 159s to retrieve the latest (possibly unreleased) updates to the package. 159s Need to get 135 kB of source archives. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (dsc) [2857 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (tar) [122 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (diff) [10.1 kB] 159s Fetched 135 kB in 0s (319 kB/s) 159s Download complete and in download only mode 159s + [ -n ] 159s + + echo Reading package lists... 159s NOTICE: 'vdirsyncer' packaging is maintained in the 'Git' version control system at: 159s https://salsa.debian.org/python-team/packages/vdirsyncer.git 159s Please use: 159s git clone https://salsa.debian.org/python-team/packages/vdirsyncer.git 159s to retrieve the latest (possibly unreleased) updates to the package. 159s Need to get 135 kB of source archives. 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (dsc) [2857 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (tar) [122 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (diff) [10.1 kB] 159s Fetched 135 kB in 0s (319 kB/s) 159s Download complete and in download only mode 159s grep ^Get: 159s Get:1 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (dsc) [2857 B] 159s Get:2 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (tar) [122 kB] 159s Get:3 http://ftpmaster.internal/ubuntu plucky/universe vdirsyncer 0.19.3-2 (diff) [10.1 kB] 159s + dpkg-source -x vdirsyncer_0.19.3-2.dsc src 159s gpgv: Signature made Sat Dec 21 21:10:11 2024 UTC 159s gpgv: using RSA key AC0A4FF12611B6FCCF01C111393587D97D86500B 159s gpgv: Can't check signature: No public key 159s dpkg-source: warning: cannot verify inline signature for ./vdirsyncer_0.19.3-2.dsc: no acceptable signature found 159s + chmod -R a+rX . 159s + cd src/. 159s + pwd 159s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest [13:21:27]: testing package vdirsyncer version 0.19.3-2 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/build.duR/src/debian/ /tmp/autopkgtest-work.f20zfq77/out/pkg/debian/ 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: processing dependency python3-aioresponses 159s autopkgtest: DBG: processing dependency python3-all 159s autopkgtest: DBG: processing dependency python3-hypothesis 159s autopkgtest: DBG: processing dependency python3-pytest 159s autopkgtest: DBG: processing dependency python3-pytest-asyncio 159s autopkgtest: DBG: processing dependency python3-pytest-cov 159s autopkgtest: DBG: processing dependency python3-pytest-httpserver 159s autopkgtest: DBG: processing dependency python3-trustme 159s autopkgtest: DBG: processing dependency vdirsyncer 159s autopkgtest: DBG: marked alternatives ['vdirsyncer'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name command1 path None command " set -e; [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer; for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k 'not test_fuzzing' tests/; done" restrictions ['allow-stderr'] features [] depends ['python3-aioresponses', 'python3-all', 'python3-hypothesis', 'python3-pytest', 'python3-pytest-asyncio', 'python3-pytest-cov', 'python3-pytest-httpserver', 'python3-trustme', 'vdirsyncer'] 159s autopkgtest [13:21:27]: build not needed 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/build.duR/src/ /tmp/autopkgtest-work.f20zfq77/out/tests-tree/ 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: processing dependency python3-aioresponses 160s autopkgtest: DBG: processing dependency python3-all 160s autopkgtest: DBG: processing dependency python3-hypothesis 160s autopkgtest: DBG: processing dependency python3-pytest 160s autopkgtest: DBG: processing dependency python3-pytest-asyncio 160s autopkgtest: DBG: processing dependency python3-pytest-cov 160s autopkgtest: DBG: processing dependency python3-pytest-httpserver 160s autopkgtest: DBG: processing dependency python3-trustme 160s autopkgtest: DBG: processing dependency vdirsyncer 160s autopkgtest: DBG: marked alternatives ['vdirsyncer'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name command1 path None command " set -e; [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer; for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k 'not test_fuzzing' tests/; done" restrictions ['allow-stderr'] features [] depends ['python3-aioresponses', 'python3-all', 'python3-hypothesis', 'python3-pytest', 'python3-pytest-asyncio', 'python3-pytest-cov', 'python3-pytest-httpserver', 'python3-trustme', 'vdirsyncer'] 160s autopkgtest [13:21:28]: test command1: preparing testbed 160s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-aioresponses', 'python3-all', 'python3-hypothesis', 'python3-pytest', 'python3-pytest-asyncio', 'python3-pytest-cov', 'python3-pytest-httpserver', 'python3-trustme', 'vdirsyncer'] 160s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 160s autopkgtest: DBG: install_deps: deps_new=['python3-aioresponses', 'python3-all', 'python3-hypothesis', 'python3-pytest', 'python3-pytest-asyncio', 'python3-pytest-cov', 'python3-pytest-httpserver', 'python3-trustme', 'vdirsyncer'] 160s autopkgtest: DBG: install-deps: satisfying python3-aioresponses, python3-all, python3-hypothesis, python3-pytest, python3-pytest-asyncio, python3-pytest-cov, python3-pytest-httpserver, python3-trustme, vdirsyncer 160s autopkgtest: DBG: can use apt-get on testbed: True 160s 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-aioresponses, python3-all, python3-hypothesis, python3-pytest, python3-pytest-asyncio, python3-pytest-cov, python3-pytest-httpserver, python3-trustme, vdirsyncer'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 160s Reading package lists... 160s Building dependency tree... 160s Reading state information... 160s Starting pkgProblemResolver with broken count: 0 160s Starting 2 pkgProblemResolver with broken count: 0 160s Done 160s The following NEW packages will be installed: 160s libjs-jquery libjs-jquery-hotkeys libjs-jquery-isonscreen 160s libjs-jquery-metadata libjs-jquery-tablesorter 160s libjs-jquery-throttle-debounce libnsl2 libpython3.12-minimal 160s libpython3.12-stdlib python3-aiohappyeyeballs python3-aiohttp 160s python3-aioresponses python3-aiosignal python3-aiostream python3-all 160s python3-async-generator python3-async-timeout python3-atomicwrites 160s python3-click python3-click-log python3-coverage python3-dateutil 160s python3-frozenlist python3-hypothesis python3-iniconfig python3-multidict 160s python3-packaging python3-pluggy python3-pytest python3-pytest-asyncio 160s python3-pytest-cov python3-pytest-httpserver python3-sortedcontainers 160s python3-trustme python3-werkzeug python3-yarl python3.12 python3.12-minimal 160s vdirsyncer 160s 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. 160s Need to get 8579 kB of archives. 160s After this operation, 36.0 MB of additional disk space will be used. 160s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 161s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 161s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 161s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 162s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 162s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 162s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-metadata all 12-4 [6582 B] 162s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-tablesorter all 1:2.31.3+dfsg1-4 [192 kB] 162s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-throttle-debounce all 1.1+dfsg.1-2 [12.5 kB] 162s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-aiohappyeyeballs all 2.4.6-1 [10.5 kB] 162s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-multidict s390x 6.1.0-1build1 [38.4 kB] 162s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-yarl s390x 1.13.1-1build1 [122 kB] 162s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-async-timeout all 5.0.1-1 [6830 B] 162s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-frozenlist s390x 1.5.0-1build1 [64.2 kB] 162s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-aiosignal all 1.3.2-1 [5182 B] 162s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-aiohttp s390x 3.10.11-1 [363 kB] 162s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 162s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-aioresponses all 0.7.6-2 [10.9 kB] 162s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-aiostream all 0.5.2-2 [20.6 kB] 162s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 162s Get:21 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-async-generator all 1.10-4 [17.5 kB] 162s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-atomicwrites all 1.4.1-1 [10.4 kB] 162s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 162s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-click-log all 0.3.2-1 [5550 B] 162s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-coverage s390x 7.4.4+dfsg1-0ubuntu3 [150 kB] 162s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 162s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 162s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-hypothesis all 6.125.2-1 [333 kB] 162s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 162s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 162s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 162s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-asyncio all 0.25.1-1 [17.0 kB] 162s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-hotkeys all 0.2.0-1 [13.3 kB] 162s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-isonscreen all 1.2.0-1.1 [3244 B] 162s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-cov all 5.0.0-1 [21.3 kB] 162s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-werkzeug all 3.1.3-2 [169 kB] 162s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-httpserver all 1.1.1-1 [18.8 kB] 162s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-trustme all 1.2.0-2 [12.4 kB] 162s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x vdirsyncer all 0.19.3-2 [82.9 kB] 162s Fetched 8579 kB in 2s (4851 kB/s) 162s Selecting previously unselected package libpython3.12-minimal:s390x. 162s (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.) 162s Preparing to unpack .../00-libpython3.12-minimal_3.12.9-1_s390x.deb ... 162s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 162s Selecting previously unselected package python3.12-minimal. 162s Preparing to unpack .../01-python3.12-minimal_3.12.9-1_s390x.deb ... 162s Unpacking python3.12-minimal (3.12.9-1) ... 163s Selecting previously unselected package libnsl2:s390x. 163s Preparing to unpack .../02-libnsl2_1.3.0-3build3_s390x.deb ... 163s Unpacking libnsl2:s390x (1.3.0-3build3) ... 163s Selecting previously unselected package libpython3.12-stdlib:s390x. 163s Preparing to unpack .../03-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 163s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 163s Selecting previously unselected package python3.12. 163s Preparing to unpack .../04-python3.12_3.12.9-1_s390x.deb ... 163s Unpacking python3.12 (3.12.9-1) ... 163s Selecting previously unselected package libjs-jquery. 163s Preparing to unpack .../05-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 163s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 163s Selecting previously unselected package libjs-jquery-metadata. 163s Preparing to unpack .../06-libjs-jquery-metadata_12-4_all.deb ... 163s Unpacking libjs-jquery-metadata (12-4) ... 163s Selecting previously unselected package libjs-jquery-tablesorter. 163s Preparing to unpack .../07-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-4_all.deb ... 163s Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ... 163s Selecting previously unselected package libjs-jquery-throttle-debounce. 163s Preparing to unpack .../08-libjs-jquery-throttle-debounce_1.1+dfsg.1-2_all.deb ... 163s Unpacking libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ... 163s Selecting previously unselected package python3-aiohappyeyeballs. 163s Preparing to unpack .../09-python3-aiohappyeyeballs_2.4.6-1_all.deb ... 163s Unpacking python3-aiohappyeyeballs (2.4.6-1) ... 163s Selecting previously unselected package python3-multidict. 163s Preparing to unpack .../10-python3-multidict_6.1.0-1build1_s390x.deb ... 163s Unpacking python3-multidict (6.1.0-1build1) ... 163s Selecting previously unselected package python3-yarl. 163s Preparing to unpack .../11-python3-yarl_1.13.1-1build1_s390x.deb ... 163s Unpacking python3-yarl (1.13.1-1build1) ... 163s Selecting previously unselected package python3-async-timeout. 163s Preparing to unpack .../12-python3-async-timeout_5.0.1-1_all.deb ... 163s Unpacking python3-async-timeout (5.0.1-1) ... 163s Selecting previously unselected package python3-frozenlist. 163s Preparing to unpack .../13-python3-frozenlist_1.5.0-1build1_s390x.deb ... 163s Unpacking python3-frozenlist (1.5.0-1build1) ... 163s Selecting previously unselected package python3-aiosignal. 163s Preparing to unpack .../14-python3-aiosignal_1.3.2-1_all.deb ... 163s Unpacking python3-aiosignal (1.3.2-1) ... 163s Selecting previously unselected package python3-aiohttp. 163s Preparing to unpack .../15-python3-aiohttp_3.10.11-1_s390x.deb ... 163s Unpacking python3-aiohttp (3.10.11-1) ... 163s Selecting previously unselected package python3-packaging. 163s Preparing to unpack .../16-python3-packaging_24.2-1_all.deb ... 163s Unpacking python3-packaging (24.2-1) ... 163s Selecting previously unselected package python3-aioresponses. 163s Preparing to unpack .../17-python3-aioresponses_0.7.6-2_all.deb ... 163s Unpacking python3-aioresponses (0.7.6-2) ... 163s Selecting previously unselected package python3-aiostream. 163s Preparing to unpack .../18-python3-aiostream_0.5.2-2_all.deb ... 163s Unpacking python3-aiostream (0.5.2-2) ... 163s Selecting previously unselected package python3-all. 163s Preparing to unpack .../19-python3-all_3.13.1-1~exp2_s390x.deb ... 163s Unpacking python3-all (3.13.1-1~exp2) ... 163s Selecting previously unselected package python3-async-generator. 163s Preparing to unpack .../20-python3-async-generator_1.10-4_all.deb ... 163s Unpacking python3-async-generator (1.10-4) ... 163s Selecting previously unselected package python3-atomicwrites. 163s Preparing to unpack .../21-python3-atomicwrites_1.4.1-1_all.deb ... 163s Unpacking python3-atomicwrites (1.4.1-1) ... 163s Selecting previously unselected package python3-click. 163s Preparing to unpack .../22-python3-click_8.1.8-1_all.deb ... 163s Unpacking python3-click (8.1.8-1) ... 163s Selecting previously unselected package python3-click-log. 163s Preparing to unpack .../23-python3-click-log_0.3.2-1_all.deb ... 163s Unpacking python3-click-log (0.3.2-1) ... 163s Selecting previously unselected package python3-coverage. 163s Preparing to unpack .../24-python3-coverage_7.4.4+dfsg1-0ubuntu3_s390x.deb ... 163s Unpacking python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 163s Selecting previously unselected package python3-dateutil. 163s Preparing to unpack .../25-python3-dateutil_2.9.0-3_all.deb ... 163s Unpacking python3-dateutil (2.9.0-3) ... 163s Selecting previously unselected package python3-sortedcontainers. 163s Preparing to unpack .../26-python3-sortedcontainers_2.4.0-2_all.deb ... 163s Unpacking python3-sortedcontainers (2.4.0-2) ... 163s Selecting previously unselected package python3-hypothesis. 163s Preparing to unpack .../27-python3-hypothesis_6.125.2-1_all.deb ... 163s Unpacking python3-hypothesis (6.125.2-1) ... 163s Selecting previously unselected package python3-iniconfig. 163s Preparing to unpack .../28-python3-iniconfig_1.1.1-2_all.deb ... 163s Unpacking python3-iniconfig (1.1.1-2) ... 163s Selecting previously unselected package python3-pluggy. 163s Preparing to unpack .../29-python3-pluggy_1.5.0-1_all.deb ... 163s Unpacking python3-pluggy (1.5.0-1) ... 163s Selecting previously unselected package python3-pytest. 163s Preparing to unpack .../30-python3-pytest_8.3.4-1_all.deb ... 163s Unpacking python3-pytest (8.3.4-1) ... 163s Selecting previously unselected package python3-pytest-asyncio. 163s Preparing to unpack .../31-python3-pytest-asyncio_0.25.1-1_all.deb ... 163s Unpacking python3-pytest-asyncio (0.25.1-1) ... 163s Selecting previously unselected package libjs-jquery-hotkeys. 163s Preparing to unpack .../32-libjs-jquery-hotkeys_0.2.0-1_all.deb ... 163s Unpacking libjs-jquery-hotkeys (0.2.0-1) ... 163s Selecting previously unselected package libjs-jquery-isonscreen. 163s Preparing to unpack .../33-libjs-jquery-isonscreen_1.2.0-1.1_all.deb ... 163s Unpacking libjs-jquery-isonscreen (1.2.0-1.1) ... 163s Selecting previously unselected package python3-pytest-cov. 163s Preparing to unpack .../34-python3-pytest-cov_5.0.0-1_all.deb ... 163s Unpacking python3-pytest-cov (5.0.0-1) ... 163s Selecting previously unselected package python3-werkzeug. 163s Preparing to unpack .../35-python3-werkzeug_3.1.3-2_all.deb ... 163s Unpacking python3-werkzeug (3.1.3-2) ... 163s Selecting previously unselected package python3-pytest-httpserver. 163s Preparing to unpack .../36-python3-pytest-httpserver_1.1.1-1_all.deb ... 163s Unpacking python3-pytest-httpserver (1.1.1-1) ... 163s Selecting previously unselected package python3-trustme. 163s Preparing to unpack .../37-python3-trustme_1.2.0-2_all.deb ... 163s Unpacking python3-trustme (1.2.0-2) ... 163s Selecting previously unselected package vdirsyncer. 163s Preparing to unpack .../38-vdirsyncer_0.19.3-2_all.deb ... 163s Unpacking vdirsyncer (0.19.3-2) ... 163s Setting up python3-iniconfig (1.1.1-2) ... 163s Setting up python3-async-generator (1.10-4) ... 163s Setting up python3-aiostream (0.5.2-2) ... 164s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 164s Setting up python3-trustme (1.2.0-2) ... 164s Setting up python3-sortedcontainers (2.4.0-2) ... 164s Setting up libjs-jquery-throttle-debounce (1.1+dfsg.1-2) ... 164s Setting up python3-click (8.1.8-1) ... 164s Setting up python3-multidict (6.1.0-1build1) ... 164s Setting up python3-frozenlist (1.5.0-1build1) ... 164s Setting up python3-atomicwrites (1.4.1-1) ... 164s Setting up python3-aiosignal (1.3.2-1) ... 165s Setting up python3-async-timeout (5.0.1-1) ... 165s Setting up python3-packaging (24.2-1) ... 165s Setting up python3-werkzeug (3.1.3-2) ... 165s Setting up python3-aiohappyeyeballs (2.4.6-1) ... 165s Setting up python3-pluggy (1.5.0-1) ... 165s Setting up libnsl2:s390x (1.3.0-3build3) ... 165s Setting up python3-pytest-httpserver (1.1.1-1) ... 166s Setting up python3-dateutil (2.9.0-3) ... 166s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 166s Setting up libjs-jquery-hotkeys (0.2.0-1) ... 166s Setting up python3-yarl (1.13.1-1build1) ... 166s Setting up python3.12-minimal (3.12.9-1) ... 167s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 167s Setting up python3-pytest (8.3.4-1) ... 167s Setting up python3.12 (3.12.9-1) ... 168s Setting up python3-hypothesis (6.125.2-1) ... 169s Setting up python3-aiohttp (3.10.11-1) ... 169s Setting up python3-all (3.13.1-1~exp2) ... 169s Setting up python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 170s Setting up python3-click-log (0.3.2-1) ... 170s Setting up libjs-jquery-metadata (12-4) ... 170s Setting up libjs-jquery-isonscreen (1.2.0-1.1) ... 170s Setting up python3-pytest-asyncio (0.25.1-1) ... 170s Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-4) ... 170s Setting up vdirsyncer (0.19.3-2) ... 170s Setting up python3-aioresponses (0.7.6-2) ... 170s Setting up python3-pytest-cov (5.0.0-1) ... 170s Processing triggers for man-db (2.13.0-1) ... 171s Processing triggers for libc-bin (2.40-4ubuntu1) ... 171s Processing triggers for systemd (257.2-3ubuntu1) ... 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'vdirsyncer'], kind short, sout pipe, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.6eO3PV/command1-packages.all"], kind short, sout raw, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/command1-packages.all /tmp/autopkgtest-work.f20zfq77/out/command1-packages.all 172s autopkgtest: DBG: got reply from testbed: ok 172s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.6eO3PV/build.duR/src'], kind short, sout raw, serr raw, env [] 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.6eO3PV/build.duR/src already exists 172s autopkgtest [13:21:40]: test command1: set -e; [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer; for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k 'not test_fuzzing' tests/; done 172s autopkgtest [13:21:40]: test command1: [----------------------- 172s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.6eO3PV/wrapper.sh --debug --artifacts=/tmp/autopkgtest.6eO3PV/command1-artifacts --chdir=/tmp/autopkgtest.6eO3PV/build.duR/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.6eO3PV/command1-stderr --stdout=/tmp/autopkgtest.6eO3PV/command1-stdout --tmp=/tmp/autopkgtest.6eO3PV/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- bash -ec \' set -e; [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer; for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k \'"\'"\'not test_fuzzing\'"\'"\' tests/; done\''], kind test, sout raw, serr raw, env [] 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.6eO3PV/command1-artifacts 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: changing to directory: /tmp/autopkgtest.6eO3PV/build.duR/src 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: LANG=C.UTF-8 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LANGUAGE 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_ADDRESS 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_ALL 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_COLLATE 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_CTYPE 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_IDENTIFICATION 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_MEASUREMENT 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_MESSAGES 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_MONETARY 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_NAME 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_NUMERIC 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_PAPER 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_TELEPHONE 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: unsetting environment: LC_TIME 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: pretending to be a login shell 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: will write standard error to /tmp/autopkgtest.6eO3PV/command1-stderr 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: will write stdout to /tmp/autopkgtest.6eO3PV/command1-stdout 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.6eO3PV/autopkgtest_tmp 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: command to run: bash -ec set -e; [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer; for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k 'not test_fuzzing' tests/; done 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: copying /tmp/tmp.j6UNUr5dQB/out to stdout and file: /tmp/autopkgtest.6eO3PV/command1-stdout 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: copying /tmp/tmp.j6UNUr5dQB/err to standard error and file: /tmp/autopkgtest.6eO3PV/command1-stdout 172s /tmp/autopkgtest.6eO3PV/wrapper.sh: writing script pid 1953 to /tmp/autopkgtest_script_pid 173s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset. 173s The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session" 173s 173s warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET)) 178s ============================= test session starts ============================== 178s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 178s rootdir: /tmp/autopkgtest.6eO3PV/build.duR/src 178s configfile: pyproject.toml 178s plugins: pytest_httpserver-1.1.1, cov-5.0.0, hypothesis-6.125.2, asyncio-0.25.1, typeguard-4.4.1 178s asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None 178s collected 571 items / 2 deselected / 569 selected 178s 178s tests/storage/dav/test_caldav.py sssssssssssssssssssssssssssssssssssssss [ 6%] 178s ssssssssssssssssssssssssss [ 11%] 178s tests/storage/dav/test_carddav.py ssssssssssssssssssssssssssssssssssss [ 17%] 178s tests/storage/dav/test_main.py .................................. [ 23%] 178s tests/storage/test_filesystem.py ....................................... [ 30%] 178s .......sss..................ss.......... [ 37%] 178s tests/storage/test_http.py ..... [ 38%] 179s tests/storage/test_http_with_singlefile.py ............................. [ 43%] 179s .........sssssss....sssssssssssssssss.ss [ 50%] 179s tests/storage/test_memory.py ......................................sssss [ 58%] 179s ss....ssssss............ss [ 62%] 180s tests/storage/test_singlefile.py ....................................... [ 69%] 180s ................sssssssssss.ss [ 74%] 180s tests/system/cli/test_config.py ......... [ 76%] 180s tests/system/cli/test_discover.py ......... [ 78%] 180s tests/system/cli/test_fetchparams.py . [ 78%] 180s tests/system/cli/test_repair.py ..... [ 79%] 180s tests/system/cli/test_sync.py .......................... [ 83%] 180s tests/system/cli/test_utils.py .. [ 84%] 181s tests/system/utils/test_main.py .sx.x. [ 85%] 181s tests/unit/cli/test_config.py . [ 85%] 181s tests/unit/cli/test_discover.py ...... [ 86%] 181s tests/unit/cli/test_fetchparams.py ........ [ 87%] 186s tests/unit/sync/test_status.py . [ 87%] 189s tests/unit/sync/test_sync.py ............................... [ 93%] 189s tests/unit/test_exceptions.py . [ 93%] 189s tests/unit/test_metasync.py ....... [ 94%] 190s tests/unit/test_repair.py .......... [ 96%] 196s tests/unit/utils/test_vobject.py .................... [100%] 196s 196s =============================== warnings summary =============================== 196s tests/conftest.py:48 196s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/conftest.py:48: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 196s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 196s suppress_health_check=HealthCheck.all(), 196s 196s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 196s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: aio_connector is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 196s warnings.warn( 196s 196s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 196s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: aio_session is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 196s warnings.warn( 196s 196s ../../../../usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:443 196s /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:443: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 196s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 196s return _orig_call(self, function) 196s 196s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 196s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: conflict_state is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 196s warnings.warn( 196s 196s tests/unit/test_repair.py:20 196s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/unit/test_repair.py:20: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 196s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 196s @settings(suppress_health_check=HealthCheck.all()) 196s 196s tests/unit/test_repair.py:43 196s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/unit/test_repair.py:43: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 196s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 196s @settings(suppress_health_check=HealthCheck.all()) 196s 196s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 196s 196s ---------- coverage: platform linux, python 3.12.9-final-0 ----------- 196s Name Stmts Miss Branch BrPart Cover Missing 196s ---------------------------------------------------------------------------------- 196s vdirsyncer/__init__.py 13 2 2 1 80% 25-26 196s vdirsyncer/__main__.py 1 1 0 0 0% 1 196s vdirsyncer/cli/__init__.py 116 3 96 3 97% 59, 65->exit, 171-178 196s vdirsyncer/cli/config.py 221 17 94 11 90% 64, 78, 85, 119, 162-163, 192->194, 195-200, 205-206, 252, 274, 304, 314, 362 196s vdirsyncer/cli/discover.py 143 15 48 5 88% 74, 84->99, 170-171, 186-187, 266-279, 291, 301-302 196s vdirsyncer/cli/fetchparams.py 69 4 20 1 94% 42, 88-90 196s vdirsyncer/cli/tasks.py 86 14 18 2 85% 123->122, 126, 139-168 196s vdirsyncer/cli/utils.py 192 47 63 13 73% 96, 141-154, 173-176, 190, 196-199, 209, 221-222, 227-230, 260-261, 281-282, 297, 307-331, 339-342, 362-365 196s vdirsyncer/http.py 121 32 52 12 70% 36, 42, 45-46, 65, 68-74, 77-83, 109, 117, 129, 131, 175-177, 181->198, 183, 190-195, 204-205, 212, 214, 233-235 196s vdirsyncer/metasync.py 51 0 22 1 99% 47->49 196s vdirsyncer/repair.py 45 1 18 1 97% 42 196s vdirsyncer/storage/base.py 75 2 28 3 95% 21, 94->96, 97 196s vdirsyncer/storage/dav.py 486 321 194 3 35% 34-45, 52, 65, 93-94, 101, 113-119, 126, 131, 136, 141, 146, 157-161, 165-166, 169-173, 176-203, 206-218, 221-231, 236-248, 251-268, 271-276, 279-297, 300-323, 361-368, 383-396, 400, 403-413, 419, 427, 467-475, 482-486, 490-492, 495, 498-499, 502, 505-509, 512-556, 559-588, 591-594, 597-599, 602-608, 611-654, 657-682, 685-716, 719-747, 792-808, 816-837, 842-888, 898-899, 903-904 196s vdirsyncer/storage/filesystem.py 160 14 62 7 91% 55, 111, 127, 154, 161, 172, 180-181, 184-190, 201 196s vdirsyncer/storage/google.py 114 114 24 0 0% 1-245 196s vdirsyncer/storage/google_helpers.py 20 20 0 0 0% 5-54 196s vdirsyncer/storage/http.py 57 5 18 4 85% 49, 53, 62, 97-98 196s vdirsyncer/storage/singlefile.py 148 8 62 2 94% 77->76, 96-97, 113-118, 181 196s vdirsyncer/sync/status.py 190 2 70 2 98% 20, 218 196s vdirsyncer/utils.py 112 18 54 9 79% 31-38, 61, 68, 80->exit, 84, 87, 138, 182->187, 212, 215-220 196s vdirsyncer/version.py 11 2 2 1 77% 5-6 196s vdirsyncer/vobject.py 211 4 110 2 98% 172, 227-228, 235 196s ---------------------------------------------------------------------------------- 196s TOTAL 2927 646 1159 83 78% 196s 196s 5 files skipped due to complete coverage. 196s 196s === 406 passed, 161 skipped, 2 deselected, 2 xfailed, 7 warnings in -63.19s ==== 196s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset. 196s The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session" 196s 196s warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET)) 198s ============================= test session starts ============================== 198s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 198s rootdir: /tmp/autopkgtest.6eO3PV/build.duR/src 198s configfile: pyproject.toml 198s plugins: pytest_httpserver-1.1.1, cov-5.0.0, hypothesis-6.125.2, asyncio-0.25.1, typeguard-4.4.1 198s asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None 198s collected 571 items / 2 deselected / 569 selected 198s 198s tests/storage/dav/test_caldav.py sssssssssssssssssssssssssssssssssssssss [ 6%] 198s ssssssssssssssssssssssssss [ 11%] 198s tests/storage/dav/test_carddav.py ssssssssssssssssssssssssssssssssssss [ 17%] 198s tests/storage/dav/test_main.py .................................. [ 23%] 198s tests/storage/test_filesystem.py ....................................... [ 30%] 198s .......sss..................ss.......... [ 37%] 198s tests/storage/test_http.py ..... [ 38%] 198s tests/storage/test_http_with_singlefile.py ............................. [ 43%] 199s .........sssssss....sssssssssssssssss.ss [ 50%] 199s tests/storage/test_memory.py ......................................sssss [ 58%] 199s ss....ssssss............ss [ 62%] 199s tests/storage/test_singlefile.py ....................................... [ 69%] 199s ................sssssssssss.ss [ 74%] 199s tests/system/cli/test_config.py ......... [ 76%] 199s tests/system/cli/test_discover.py ......... [ 78%] 199s tests/system/cli/test_fetchparams.py . [ 78%] 199s tests/system/cli/test_repair.py ..... [ 79%] 200s tests/system/cli/test_sync.py .......................... [ 83%] 200s tests/system/cli/test_utils.py .. [ 84%] 200s tests/system/utils/test_main.py .sx.x. [ 85%] 200s tests/unit/cli/test_config.py . [ 85%] 200s tests/unit/cli/test_discover.py ...... [ 86%] 200s tests/unit/cli/test_fetchparams.py ........ [ 87%] 204s tests/unit/sync/test_status.py . [ 87%] 208s tests/unit/sync/test_sync.py ............................... [ 93%] 208s tests/unit/test_exceptions.py . [ 93%] 208s tests/unit/test_metasync.py ....... [ 94%] 208s tests/unit/test_repair.py .......... [ 96%] 214s tests/unit/utils/test_vobject.py .................... [100%] 214s 214s =============================== warnings summary =============================== 214s tests/conftest.py:48 214s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/conftest.py:48: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 214s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 214s suppress_health_check=HealthCheck.all(), 214s 214s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 214s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: aio_connector is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 214s warnings.warn( 214s 214s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 214s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: aio_session is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 214s warnings.warn( 214s 214s ../../../../usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:443 214s /usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:443: PytestRemovedIn9Warning: Marks applied to fixtures have no effect 214s See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function 214s return _orig_call(self, function) 214s 214s ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256 214s /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:256: PytestDeprecationWarning: conflict_state is asynchronous and explicitly requests the "event_loop" fixture. Asynchronous fixtures and test functions should use "asyncio.get_running_loop()" instead. 214s warnings.warn( 214s 214s tests/unit/test_repair.py:20 214s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/unit/test_repair.py:20: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 214s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 214s @settings(suppress_health_check=HealthCheck.all()) 214s 214s tests/unit/test_repair.py:43 214s /tmp/autopkgtest.6eO3PV/build.duR/src/tests/unit/test_repair.py:43: HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated; use `list(HealthCheck)` instead. 214s The `hypothesis codemod` command-line tool can automatically refactor your code to fix this warning. 214s @settings(suppress_health_check=HealthCheck.all()) 214s 214s tests/unit/sync/test_sync.py::test_ident_conflict[True] 214s tests/unit/sync/test_sync.py::test_ident_conflict[False] 214s /usr/lib/python3.13/asyncio/base_events.py:750: RuntimeWarning: coroutine method 'aclose' of 'Storage.get_multi' was never awaited 214s self._ready.clear() 214s Enable tracemalloc to get traceback where the object was allocated. 214s See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. 214s 214s tests/unit/sync/test_sync.py::test_duplicate_hrefs 214s /usr/lib/python3.13/asyncio/base_events.py:750: RuntimeWarning: coroutine method 'aclose' of 'test_duplicate_hrefs..fake_list' was never awaited 214s self._ready.clear() 214s Enable tracemalloc to get traceback where the object was allocated. 214s See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. 214s 214s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 214s 214s ---------- coverage: platform linux, python 3.13.2-final-0 ----------- 214s Name Stmts Miss Branch BrPart Cover Missing 214s ---------------------------------------------------------------------------------- 214s vdirsyncer/__init__.py 13 2 2 1 80% 25-26 214s vdirsyncer/__main__.py 1 1 0 0 0% 1 214s vdirsyncer/cli/__init__.py 116 3 96 3 97% 59, 65->exit, 171-178 214s vdirsyncer/cli/config.py 221 17 94 11 90% 64, 78, 85, 119, 162-163, 192->194, 195-200, 205-206, 252, 274, 304, 314, 362 214s vdirsyncer/cli/discover.py 143 15 48 5 88% 74, 84->99, 170-171, 186-187, 266-279, 291, 301-302 214s vdirsyncer/cli/fetchparams.py 69 4 20 1 94% 42, 88-90 214s vdirsyncer/cli/tasks.py 86 14 18 2 85% 123->122, 126, 139-168 214s vdirsyncer/cli/utils.py 192 47 63 13 73% 96, 141-154, 173-176, 190, 196-199, 209, 221-222, 227-230, 260-261, 281-282, 297, 307-331, 339-342, 362-365 214s vdirsyncer/http.py 121 32 52 12 70% 36, 42, 45-46, 65, 68-74, 77-83, 109, 117, 129, 131, 175-177, 181->198, 183, 190-195, 204-205, 212, 214, 233-235 214s vdirsyncer/metasync.py 51 0 22 1 99% 47->49 214s vdirsyncer/repair.py 45 1 18 1 97% 42 214s vdirsyncer/storage/base.py 75 2 28 3 95% 21, 94->96, 97 214s vdirsyncer/storage/dav.py 486 321 194 3 35% 34-45, 52, 65, 93-94, 101, 113-119, 126, 131, 136, 141, 146, 157-161, 165-166, 169-173, 176-203, 206-218, 221-231, 236-248, 251-268, 271-276, 279-297, 300-323, 361-368, 383-396, 400, 403-413, 419, 427, 467-475, 482-486, 490-492, 495, 498-499, 502, 505-509, 512-556, 559-588, 591-594, 597-599, 602-608, 611-654, 657-682, 685-716, 719-747, 792-808, 816-837, 842-888, 898-899, 903-904 214s vdirsyncer/storage/filesystem.py 160 14 62 7 91% 55, 111, 127, 154, 161, 172, 180-181, 184-190, 201 214s vdirsyncer/storage/google.py 114 114 24 0 0% 1-245 214s vdirsyncer/storage/google_helpers.py 20 20 0 0 0% 5-54 214s vdirsyncer/storage/http.py 57 5 18 4 85% 49, 53, 62, 97-98 214s vdirsyncer/storage/singlefile.py 148 8 62 2 94% 77->76, 96-97, 113-118, 181 214s vdirsyncer/sync/status.py 190 2 70 2 98% 20, 218 214s vdirsyncer/utils.py 112 18 54 9 79% 31-38, 61, 68, 80->exit, 84, 87, 138, 182->187, 212, 215-220 214s vdirsyncer/version.py 11 2 2 1 77% 5-6 214s vdirsyncer/vobject.py 211 4 110 2 98% 172, 227-228, 235 214s ---------------------------------------------------------------------------------- 214s TOTAL 2927 646 1159 83 78% 214s 214s 5 files skipped due to complete coverage. 214s 214s === 406 passed, 161 skipped, 2 deselected, 2 xfailed, 10 warnings in 17.89s ==== 214s /tmp/autopkgtest.6eO3PV/wrapper.sh: checking for leaked background processes... 214s /tmp/autopkgtest.6eO3PV/wrapper.sh: waiting for tee/cat subprocesses... 214s /tmp/autopkgtest.6eO3PV/wrapper.sh: cleaning up... 214s /tmp/autopkgtest.6eO3PV/wrapper.sh: Exit status: 0 214s autopkgtest: DBG: testbed command exited with code 0 215s autopkgtest [13:22:23]: test command1: -----------------------] 215s autopkgtest: DBG: testbed executing test finished with exit status 0 215s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/command1-stdout /tmp/autopkgtest-work.f20zfq77/out/command1-stdout 215s autopkgtest: DBG: got reply from testbed: ok 215s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/command1-stderr /tmp/autopkgtest-work.f20zfq77/out/command1-stderr 215s autopkgtest: DBG: got reply from testbed: ok 215s autopkgtest [13:22:23]: test command1: - - - - - - - - - - results - - - - - - - - - - 215s command1 PASS 215s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.6eO3PV/command1-artifacts/ /tmp/autopkgtest-work.f20zfq77/out/artifacts/ 215s autopkgtest: DBG: got reply from testbed: ok 215s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.6eO3PV/command1-artifacts', '/tmp/autopkgtest.6eO3PV/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 215s autopkgtest: DBG: testbed command exited with code 0 215s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 215s autopkgtest [13:22:23]: @@@@@@@@@@@@@@@@@@@@ summary 215s command1 PASS 215s autopkgtest: DBG: testbed stop 215s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.6eO3PV 215s autopkgtest: DBG: sending command to testbed: close 232s autopkgtest: DBG: got reply from testbed: ok 232s autopkgtest: DBG: sending command to testbed: quit 232s nova [W] Using flock in prodstack6-s390x 232s Creating nova instance adt-plucky-s390x-vdirsyncer-20250219-131848-juju-7f2275-prod-proposed-migration-environment-15-d2624f95-a69f-43bf-8e74-7ffc60ea5bbf from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 232s nova [W] Timed out waiting for fa58ba9d-3f02-41ff-8efe-db8212a3dae3 to get deleted.