0s autopkgtest: DBG: testbed init 0s autopkgtest [11:12:50]: starting date and time: 2024-11-13 11:12:50+0000 0s autopkgtest [11:12:50]: git checkout: 0acbae0a WIP show VirtSubproc stderr in real-time 0s autopkgtest [11:12:50]: host juju-7f2275-prod-proposed-migration-environment-2; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.at9dqopa/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:python3-defaults,src:python3-stdlib-extensions --apt-upgrade python-configargparse --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-2@lcy02-14.secgroup --name adt-plucky-amd64-python-configargparse-20241113-111250-juju-7f2275-prod-proposed-migration-environment-2-d20c2d04-7fef-4182-a16f-7fdeec1dc58d --image adt/ubuntu-plucky-amd64-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-2 --net-id=net_prod-proposed-migration -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'"'"'' --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 62s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.r6ADKL 62s autopkgtest: DBG: sending command to testbed: print-execute-command 62s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a9bnwa1w/runcmd 62s autopkgtest: DBG: sending command to testbed: capabilities 62s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu isolation-machine revert revert-full-system reboot root-on-testbed 62s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'isolation-machine', 'revert', 'revert-full-system', 'reboot', 'root-on-testbed', 'has_internet'] 62s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r6ADKL'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.r6ADKL/wrapper.sh 62s autopkgtest: DBG: got reply from testbed: ok 62s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r6ADKL/wrapper.sh'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [11:13:52]: testbed dpkg architecture: amd64 62s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [11:13:52]: testbed apt version: 2.9.8 62s autopkgtest [11:13:52]: @@@@@@@@@@@@@@@@@@@@ test bed setup 62s autopkgtest: DBG: testbed command ['sh', '-euc', '#!/bin/sh\n# Copyright 2014-2016 Martin Pitt\n# Copyright 2017-2023 Paul Gevers\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script is ment to be used as Template by adt_testbed, where\n# \'$pocket\' is replaced, but calling it with one input argument\n# achieves the same results: This script builds a source.list.d entry\n# for the requested pocket for each main suite (lacking a hypen (-))\n# in all sources.lists.\n\n# TODO: Debian is moving towards deb822 based sources, this isn\'t\n# supported yet.\n\nset -eu\n\nusage () {\n echo "Usage: create-sources.list-for-pocket [POCKET]" >&2\n exit 2\n}\n\nif [ "$#" -ne 1 ]; then\n usage\nfi\n\npocket=$1\n\nSRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true)\nif [ -z "$SRCS" ]; then\n exit 0\nfi\n# Deliberately word-splitting $SRCS\n# shellcheck disable=SC2086\nsed -rn \'s/^(deb|deb-src) +(\\[.*\\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\\1 \\2\\3 \\5-\'"$pocket"\' \\6/p\' \\\n$SRCS > /etc/apt/sources.list.d/"$pocket".list\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n\t -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \\\n\t -o Dir::Etc::sourceparts=/dev/null \\\n\t update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', 'proposed'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed command ['sh', '-ec', 'ls -1 /etc/apt/sources.list.d/*.sources'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed command ['cat', '/etc/apt/sources.list.d/ubuntu.sources'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: adding APT source: Types: deb deb-src 62s URIs: http://ftpmaster.internal/ubuntu/ 62s Suites: plucky-proposed 62s Components: main restricted universe multiverse 62s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 62s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2022 Paul Gevers\n# Copyright © 2022 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script writes the requested apt_source_line to the\n# apt_source_filename and updates the apt index for just added entry\n# (and only that one)\n\n# Usage $0 \n\nset -eu\n\nusage () {\n echo "Usage: $0 APT_SOURCE_LINE APT_SOURCE_FILENAME" >&2\n exit 2\n}\n\nif [ "$#" -lt 2 ]; then\n usage\nfi\n\n# Check for options for future-proofing, but none are actually accepted\ncase "${1-}" in\n (--)\n shift\n ;;\n\n (-*)\n usage\n ;;\nesac\n\necho "$1" >> /etc/apt/sources.list.d/"$2"\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$2" \\\n -o Dir::Etc::sourceparts=/dev/null \\\n update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', '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', 'proposed.sources'], kind short, sout raw, serr pipe, env [] 63s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [73.9 kB] 63s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.4 kB] 63s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.3 kB] 63s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [7016 B] 63s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [849 kB] 63s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main i386 Packages [65.2 kB] 63s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 Packages [111 kB] 63s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted amd64 Packages [32.6 kB] 63s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe amd64 Packages [639 kB] 63s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe i386 Packages [255 kB] 63s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse amd64 Packages [37.7 kB] 63s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse i386 Packages [13.0 kB] 63s Fetched 2175 kB in 0s (6370 kB/s) 63s Reading package lists... 63s autopkgtest: DBG: testbed command exited with code 0 63s 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 -eu\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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky-proposed\\nPin-Priority: 500\\n" > /etc/apt/preferences.d/autopkgtest-plucky-proposed-baseline; '], kind short, sout raw, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: sending command to testbed: copydown /tmp/tmp08ouk_c7 /etc/apt/preferences.d/autopkgtest-plucky-proposed 64s autopkgtest: DBG: got reply from testbed: ok 64s autopkgtest: DBG: testbed command ['chmod', '-R', '0644', '--', '/etc/apt/preferences.d/autopkgtest-plucky-proposed'], kind short, sout raw, serr pipe, env [] 64s autopkgtest: DBG: testbed command exited with code 0 64s autopkgtest: DBG: autopkgtest-plucky-proposed content: 64s Package: src:python3-defaults:* src:python3-stdlib-extensions:* 64s Pin: release a=plucky-proposed 64s Pin-Priority: 995 64s 64s Package: * 64s Pin: release a=plucky-updates 64s Pin-Priority: 990 64s 64s 64s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky\\nPin-Priority: 990\\n" > /etc/apt/preferences.d/autopkgtest-default-release'], kind short, sout raw, serr pipe, env [] 64s autopkgtest: DBG: testbed command exited with code 0 64s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.r6ADKL/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 64s autopkgtest: DBG: testbed command exited with code 0 64s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\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\'\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', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 65s Reading package lists... 65s Building dependency tree... 65s Reading state information... 66s Calculating upgrade... 66s The following NEW packages will be installed: 66s python3.13-gdbm 66s The following packages will be upgraded: 66s libgpgme11t64 libpython3-stdlib python3 python3-gdbm python3-minimal 66s 5 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 66s Need to get 253 kB of archives. 66s After this operation, 147 kB of additional disk space will be used. 66s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-minimal amd64 3.12.7-1 [27.4 kB] 66s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3 amd64 3.12.7-1 [24.0 kB] 66s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 libpython3-stdlib amd64 3.12.7-1 [10.0 kB] 66s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-gdbm amd64 3.13.0-2 [31.3 kB] 66s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-gdbm amd64 3.12.7-1 [8642 B] 66s Get:6 http://ftpmaster.internal/ubuntu plucky/main amd64 libgpgme11t64 amd64 1.23.2-5ubuntu4 [152 kB] 67s Fetched 253 kB in 0s (6846 kB/s) 67s (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 ... 75541 files and directories currently installed.) 67s Preparing to unpack .../python3-minimal_3.12.7-1_amd64.deb ... 67s Unpacking python3-minimal (3.12.7-1) over (3.12.6-0ubuntu1) ... 67s Setting up python3-minimal (3.12.7-1) ... 67s (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 ... 75541 files and directories currently installed.) 67s Preparing to unpack .../python3_3.12.7-1_amd64.deb ... 67s Unpacking python3 (3.12.7-1) over (3.12.6-0ubuntu1) ... 67s Preparing to unpack .../libpython3-stdlib_3.12.7-1_amd64.deb ... 67s Unpacking libpython3-stdlib:amd64 (3.12.7-1) over (3.12.6-0ubuntu1) ... 67s Selecting previously unselected package python3.13-gdbm. 67s Preparing to unpack .../python3.13-gdbm_3.13.0-2_amd64.deb ... 67s Unpacking python3.13-gdbm (3.13.0-2) ... 67s Preparing to unpack .../python3-gdbm_3.12.7-1_amd64.deb ... 67s Unpacking python3-gdbm:amd64 (3.12.7-1) over (3.12.6-1ubuntu1) ... 67s Preparing to unpack .../libgpgme11t64_1.23.2-5ubuntu4_amd64.deb ... 67s Unpacking libgpgme11t64:amd64 (1.23.2-5ubuntu4) over (1.18.0-4.1ubuntu4) ... 67s Setting up libgpgme11t64:amd64 (1.23.2-5ubuntu4) ... 67s Setting up python3.13-gdbm (3.13.0-2) ... 67s Setting up libpython3-stdlib:amd64 (3.12.7-1) ... 67s Setting up python3 (3.12.7-1) ... 68s Setting up python3-gdbm:amd64 (3.12.7-1) ... 68s Processing triggers for man-db (2.12.1-3) ... 68s Processing triggers for libc-bin (2.40-1ubuntu3) ... 69s Reading package lists... 69s Building dependency tree... 69s Reading state information... 69s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 69s autopkgtest: DBG: testbed command exited with code 0 69s autopkgtest: DBG: testbed command ['sh', '-ec', '(O=$(bash -o pipefail -ec \'apt-get update | tee /proc/self/fd/2\') ||{ [ "${O%404*Not Found*}" = "$O" ] || exit 100; sleep 15; apt-get update; } || { sleep 60; apt-get update; } || false) && $(command -v eatmydata || true) apt-get dist-upgrade -y -o Dpkg::Options::="--force-confnew" && $(command -v eatmydata || true) apt-get --purge autoremove -y'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 69s Hit:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease 69s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 69s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 69s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 71s Reading package lists... 71s Reading package lists... 71s Building dependency tree... 71s Reading state information... 71s Calculating upgrade... 72s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 72s Reading package lists... 72s Building dependency tree... 72s Reading state information... 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 /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.r6ADKL/${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 0 72s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: testbed has eatmydata 73s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r6ADKL/testbed-packages"], kind short, sout raw, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/testbed-packages /tmp/autopkgtest-work.at9dqopa/out/testbed-packages 73s autopkgtest: DBG: got reply from testbed: ok 73s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 73s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r6ADKL'], kind short, sout raw, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.r6ADKL/autopkgtest-reboot 73s autopkgtest: DBG: got reply from testbed: ok 73s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r6ADKL/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r6ADKL/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r6ADKL/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r6ADKL'], kind short, sout raw, serr pipe, env [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.r6ADKL/autopkgtest-reboot-prepare 75s autopkgtest: DBG: got reply from testbed: ok 75s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.r6ADKL/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.r6ADKL/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest [11:14:05]: testbed running kernel: Linux 6.11.0-8-generic #8-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 16 13:41:20 UTC 2024 75s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: Binaries: initialising 75s autopkgtest [11:14:05]: @@@@@@@@@@@@@@@@@@@@ apt-source python-configargparse 75s autopkgtest: DBG: blame += python-configargparse 75s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 75s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python-configargparse'], kind short, sout pipe, serr pipe, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-configargparse$'], kind short, sout pipe, serr raw, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-configargparse=1.7-1'], kind short, sout pipe, serr raw, env [] 75s autopkgtest: DBG: testbed command exited with code 0 75s autopkgtest: DBG: install_deps: deps_new=[] 75s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 76s autopkgtest: DBG: testbed command exited with code 0 76s 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.r6ADKL/build.XXX); cd $builddir; \nOUT=$(apt-get source -d -q --only-source python-configargparse=1.7-1 2>&1) || RC=$?;\nif [ -n "$RC" ]; then\n if echo "$OUT" | grep -q "Unable to find a source package"; then\n exit 1;\n else\n exit $RC;\n fi;\nfi;\necho "$OUT" | grep ^Get: || true;\ndpkg-source -x python-configargparse_*.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=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1'] 76s + cd / 76s + mktemp -d /tmp/autopkgtest.r6ADKL/build.XXX 76s + builddir=/tmp/autopkgtest.r6ADKL/build.CHj 76s + cd /tmp/autopkgtest.r6ADKL/build.CHj 76s + apt-get source -d -q --only-source python-configargparse=1.7-1 76s + OUT=Reading package lists... 76s NOTICE: 'python-configargparse' packaging is maintained in the 'Git' version control system at: 76s https://salsa.debian.org/python-team/packages/configargparse.git 76s Please use: 76s git clone https://salsa.debian.org/python-team/packages/configargparse.git 76s to retrieve the latest (possibly unreleased) updates to the package. 76s Need to get 48.8 kB of source archives. 76s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (dsc) [2254 B] 76s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (tar) [43.8 kB] 76s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (diff) [2708 B] 76s Fetched 48.8 kB in 0s (930 kB/s) 76s Download complete and in download only mode 76s + [ -n ] 76s + echo Reading package lists... 76s NOTICE: 'python-configargparse' packaging is maintained in the 'Git' version control system at: 76s https://salsa.debian.org/python-team/packages/configargparse.git 76s Please use: 76s git clone https://salsa.debian.org/python-team/packages/configargparse.git 76s to retrieve the latest (possibly unreleased) updates to the package. 76s Need to get 48.8 kB of source archives. 76s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (dsc) [2254 B] 76s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (tar) [43.8 kB] 76s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (diff) [2708 B] 76s Fetched 48.8 kB in 0s (930 kB/s) 76s Download complete and in download only mode 76s + grep ^Get: 76s Get:1 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (dsc) [2254 B] 76s Get:2 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (tar) [43.8 kB] 76s Get:3 http://ftpmaster.internal/ubuntu plucky/universe python-configargparse 1.7-1 (diff) [2708 B] 76s + dpkg-source -x python-configargparse_1.7-1.dsc src 76s gpgv: Signature made Sat Feb 17 14:17:05 2024 UTC 76s gpgv: using RSA key 8F6DE104377F3B11E741748731F3144544A1741A 76s gpgv: issuer "tchet@debian.org" 76s gpgv: Can't check signature: No public key 76s dpkg-source: warning: cannot verify inline signature for ./python-configargparse_1.7-1.dsc: no acceptable signature found 76s + chmod -R a+rX . 76s + cd src/. 76s + pwd 76s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 76s autopkgtest: DBG: testbed command exited with code 0 76s autopkgtest [11:14:06]: testing package python-configargparse version 1.7-1 76s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/build.CHj/src/debian/ /tmp/autopkgtest-work.at9dqopa/out/pkg/debian/ 76s autopkgtest: DBG: got reply from testbed: ok 78s autopkgtest: DBG: autodep8 generated control: ----- 78s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import configargparse; print(configargparse)" ; done 78s Depends: python3-all, python3-configargparse, 78s Restrictions: allow-stderr, superficial, 78s Features: test-name=autodep8-python3 78s 78s 78s ------- 78s autopkgtest: DBG: processing dependency python3-all 78s autopkgtest: DBG: processing dependency python3-configargparse 78s autopkgtest: DBG: marked alternatives ['python3-configargparse'] as a synthesised dependency 78s 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 configargparse; print(configargparse)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-configargparse'] 78s autopkgtest [11:14:08]: build not needed 78s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/build.CHj/src/ /tmp/autopkgtest-work.at9dqopa/out/tests-tree/ 78s autopkgtest: DBG: got reply from testbed: ok 79s autopkgtest: DBG: autodep8 generated control: ----- 79s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import configargparse; print(configargparse)" ; done 79s Depends: python3-all, python3-configargparse, 79s Restrictions: allow-stderr, superficial, 79s Features: test-name=autodep8-python3 79s 79s 79s ------- 79s autopkgtest: DBG: processing dependency python3-all 79s autopkgtest: DBG: processing dependency python3-configargparse 79s autopkgtest: DBG: marked alternatives ['python3-configargparse'] as a synthesised dependency 79s 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 configargparse; print(configargparse)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-configargparse'] 79s autopkgtest [11:14:09]: test autodep8-python3: preparing testbed 79s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-configargparse'] 79s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 79s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-configargparse'] 79s autopkgtest: DBG: install-deps: satisfying python3-all, python3-configargparse 79s autopkgtest: DBG: install-deps: architecture resolved: python3-all, python3-configargparse 79s autopkgtest: DBG: testbed command ['test', '-w', '/var/lib/dpkg/status'], kind short, sout raw, serr raw, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: can use apt-get on testbed: True 80s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.r6ADKL'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.at9dqopa/out/1-autopkgtest-satdep.deb /tmp/autopkgtest.r6ADKL/1-autopkgtest-satdep.deb 80s autopkgtest: DBG: got reply from testbed: ok 80s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.r6ADKL/1-autopkgtest-satdep.deb'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '/usr/bin/eatmydata apt-get install --assume-yes /tmp/autopkgtest.r6ADKL/1-autopkgtest-satdep.deb -o APT::Status-Fd=3 -o APT::Install-Recommends=false -o Dpkg::Options::=--force-confnew -o Debug::pkgProblemResolver=true 3>&2 2>&1'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 80s Reading package lists... 81s Building dependency tree... 81s Reading state information... 81s Starting pkgProblemResolver with broken count: 0 81s Starting 2 pkgProblemResolver with broken count: 0 81s Done 81s The following additional packages will be installed: 81s libpython3.13-minimal libpython3.13-stdlib python3-all 81s python3-configargparse python3.13 python3.13-minimal 81s Suggested packages: 81s python3.13-venv python3.13-doc binfmt-support 82s The following NEW packages will be installed: 82s autopkgtest-satdep libpython3.13-minimal libpython3.13-stdlib python3-all 82s python3-configargparse python3.13 python3.13-minimal 82s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 82s Need to get 5925 kB/5926 kB of archives. 82s After this operation, 22.6 MB of additional disk space will be used. 82s Get:1 /tmp/autopkgtest.r6ADKL/1-autopkgtest-satdep.deb autopkgtest-satdep amd64 0 [720 B] 82s Get:2 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-minimal amd64 3.13.0-2 [879 kB] 82s Get:3 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-minimal amd64 3.13.0-2 [2188 kB] 82s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-stdlib amd64 3.13.0-2 [2107 kB] 82s Get:5 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13 amd64 3.13.0-2 [719 kB] 82s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-all amd64 3.12.7-1 [890 B] 82s Get:7 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-configargparse all 1.7-1 [31.7 kB] 82s Fetched 5925 kB in 0s (39.9 MB/s) 82s Selecting previously unselected package libpython3.13-minimal:amd64. 82s (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 ... 75548 files and directories currently installed.) 82s Preparing to unpack .../0-libpython3.13-minimal_3.13.0-2_amd64.deb ... 82s Unpacking libpython3.13-minimal:amd64 (3.13.0-2) ... 82s Selecting previously unselected package python3.13-minimal. 82s Preparing to unpack .../1-python3.13-minimal_3.13.0-2_amd64.deb ... 82s Unpacking python3.13-minimal (3.13.0-2) ... 82s Selecting previously unselected package libpython3.13-stdlib:amd64. 82s Preparing to unpack .../2-libpython3.13-stdlib_3.13.0-2_amd64.deb ... 82s Unpacking libpython3.13-stdlib:amd64 (3.13.0-2) ... 82s Selecting previously unselected package python3.13. 82s Preparing to unpack .../3-python3.13_3.13.0-2_amd64.deb ... 82s Unpacking python3.13 (3.13.0-2) ... 82s Selecting previously unselected package python3-all. 82s Preparing to unpack .../4-python3-all_3.12.7-1_amd64.deb ... 82s Unpacking python3-all (3.12.7-1) ... 82s Selecting previously unselected package python3-configargparse. 82s Preparing to unpack .../5-python3-configargparse_1.7-1_all.deb ... 82s Unpacking python3-configargparse (1.7-1) ... 82s Selecting previously unselected package autopkgtest-satdep. 82s Preparing to unpack .../6-1-autopkgtest-satdep.deb ... 82s Unpacking autopkgtest-satdep (0) ... 82s Setting up python3-configargparse (1.7-1) ... 83s Setting up libpython3.13-minimal:amd64 (3.13.0-2) ... 83s Setting up python3.13-minimal (3.13.0-2) ... 83s Setting up libpython3.13-stdlib:amd64 (3.13.0-2) ... 83s Setting up python3.13 (3.13.0-2) ... 84s Setting up python3-all (3.12.7-1) ... 84s Setting up autopkgtest-satdep (0) ... 84s Processing triggers for man-db (2.12.1-3) ... 85s Processing triggers for systemd (256.5-2ubuntu4) ... 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-configargparse'], kind short, sout pipe, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['dpkg', '--status', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['apt-get', '--simulate', '--quiet', '-o', 'APT::Get::Show-User-Simulation-Note=False', '--auto-remove', 'purge', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: Marking test dependencies as manually installed: python3-all python3.13 libpython3.13-stdlib python3.13-minimal libpython3.13-minimal python3-configargparse 87s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'python3-all', 'python3.13', 'libpython3.13-stdlib', 'python3.13-minimal', 'libpython3.13-minimal', 'python3-configargparse'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['dpkg', '--purge', 'autopkgtest-satdep'], kind short, sout raw, serr raw, env [] 87s (Reading database ... 76293 files and directories currently installed.) 87s Removing autopkgtest-satdep (0) ... 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.r6ADKL/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/autodep8-python3-packages.all /tmp/autopkgtest-work.at9dqopa/out/autodep8-python3-packages.all 87s autopkgtest: DBG: got reply from testbed: ok 87s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.r6ADKL/build.CHj/src'], kind short, sout raw, serr raw, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.r6ADKL/build.CHj/src already exists 87s autopkgtest [11:14:17]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import configargparse; print(configargparse)" ; done 87s autopkgtest [11:14:17]: test autodep8-python3: [----------------------- 87s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.r6ADKL/wrapper.sh --debug --artifacts=/tmp/autopkgtest.r6ADKL/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.r6ADKL/build.CHj/src --env=AUTOPKGTEST_TESTBED_ARCH=amd64 --env=AUTOPKGTEST_TEST_ARCH=amd64 --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.r6ADKL/autodep8-python3-stderr --stdout=/tmp/autopkgtest.r6ADKL/autodep8-python3-stdout --tmp=/tmp/autopkgtest.r6ADKL/autopkgtest_tmp \'--env=ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1\' -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import configargparse; print(configargparse)" ; done\''], kind test, sout raw, serr raw, env [] 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.r6ADKL/autodep8-python3-artifacts 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: changing to directory: /tmp/autopkgtest.r6ADKL/build.CHj/src 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=amd64 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=amd64 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: LANG=C.UTF-8 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LANGUAGE 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_ADDRESS 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_ALL 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_COLLATE 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_CTYPE 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_IDENTIFICATION 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_MEASUREMENT 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_MESSAGES 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_MONETARY 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_NAME 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_NUMERIC 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_PAPER 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_TELEPHONE 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: unsetting environment: LC_TIME 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: pretending to be a login shell 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: will write standard error to /tmp/autopkgtest.r6ADKL/autodep8-python3-stderr 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: will write stdout to /tmp/autopkgtest.r6ADKL/autodep8-python3-stdout 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.r6ADKL/autopkgtest_tmp 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1 87s /tmp/autopkgtest.r6ADKL/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 configargparse; print(configargparse)" ; done 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: copying /tmp/tmp.nOBJfozJwl/out to stdout and file: /tmp/autopkgtest.r6ADKL/autodep8-python3-stdout 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: copying /tmp/tmp.nOBJfozJwl/err to standard error and file: /tmp/autopkgtest.r6ADKL/autodep8-python3-stdout 87s /tmp/autopkgtest.r6ADKL/wrapper.sh: writing script pid 2233 to /tmp/autopkgtest_script_pid 88s Testing with python3.13: 88s 88s Testing with python3.12: 88s 88s /tmp/autopkgtest.r6ADKL/wrapper.sh: checking for leaked background processes... 88s /tmp/autopkgtest.r6ADKL/wrapper.sh: waiting for tee/cat subprocesses... 88s /tmp/autopkgtest.r6ADKL/wrapper.sh: cleaning up... 88s /tmp/autopkgtest.r6ADKL/wrapper.sh: Exit status: 0 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [11:14:18]: test autodep8-python3: -----------------------] 88s autopkgtest: DBG: testbed executing test finished with exit status 0 88s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/autodep8-python3-stdout /tmp/autopkgtest-work.at9dqopa/out/autodep8-python3-stdout 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/autodep8-python3-stderr /tmp/autopkgtest-work.at9dqopa/out/autodep8-python3-stderr 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest [11:14:18]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 88s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.r6ADKL/autodep8-python3-artifacts/ /tmp/autopkgtest-work.at9dqopa/out/artifacts/ 88s autodep8-python3 PASS (superficial) 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.r6ADKL/autodep8-python3-artifacts', '/tmp/autopkgtest.r6ADKL/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 223 88s autopkgtest [11:14:18]: @@@@@@@@@@@@@@@@@@@@ summary 88s autodep8-python3 PASS (superficial) 88s autopkgtest: DBG: testbed stop 88s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.r6ADKL 88s autopkgtest: DBG: sending command to testbed: close 100s autopkgtest: DBG: got reply from testbed: ok 100s autopkgtest: DBG: sending command to testbed: quit 100s virt: nova [W] Skipping flock for amd64 100s virt: Creating nova instance adt-plucky-amd64-python-configargparse-20241113-111250-juju-7f2275-prod-proposed-migration-environment-2-d20c2d04-7fef-4182-a16f-7fdeec1dc58d from image adt/ubuntu-plucky-amd64-server-20241113.img (UUID 76b850f9-98f4-4b79-af06-fa11000b95b2)...