0s autopkgtest: DBG: testbed init 0s autopkgtest [21:12:57]: starting date and time: 2025-02-06 21:12:57+0000 0s autopkgtest [21:12:57]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [21:12:57]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.zl_sb3g9/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:media-types --apt-upgrade python3.13 --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=media-types/11.0.0 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-22.secgroup --name adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 --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 61s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 61s autopkgtest: DBG: sending command to testbed: print-execute-command 61s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 61s autopkgtest: DBG: sending command to testbed: capabilities 61s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot revert revert-full-system isolation-machine root-on-testbed 61s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'revert', 'revert-full-system', 'isolation-machine', 'root-on-testbed', 'has_internet'] 61s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 61s autopkgtest: DBG: testbed command exited with code 0 61s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 61s autopkgtest: DBG: got reply from testbed: ok 61s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/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 [21:13:59]: testbed dpkg architecture: s390x 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 [21:13:59]: testbed apt version: 2.9.18 62s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed has eatmydata 62s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [21:13:59]: @@@@@@@@@@@@@@@@@@@@ test bed setup 62s 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 [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [21:13:59]: testbed release detected to be: None 62s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT source: Types: deb deb-src 63s URIs: http://ftpmaster.internal/ubuntu/ 63s Suites: plucky-proposed 63s Components: main restricted universe multiverse 63s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 63s Package: * 63s Pin: release plucky-proposed 63s Pin-Priority: 500 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [21:14:00]: updating testbed package index (apt update) 63s 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'] 63s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 64s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 64s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 64s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 64s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [931 kB] 64s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 64s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 64s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [73.0 kB] 64s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [130 kB] 64s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [828 kB] 64s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 64s Fetched 2094 kB in 1s (2143 kB/s) 65s Reading package lists... 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 65s Package: * 65s Pin: release plucky-proposed 65s Pin-Priority: 100 65s 65s Package: src:media-types:any 65s Pin: release plucky-proposed 65s Pin-Priority: 995 65s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 66s 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'] 66s + lsb_release --codename --short 66s + RELEASE=plucky 66s + cat 66s + [ plucky != trusty ] 66s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 66s Reading package lists... 66s Building dependency tree... 66s Reading state information... 66s Calculating upgrade... 66s The following packages were automatically installed and are no longer required: 66s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 66s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 66s linux-tools-6.11.0-8-generic 66s Use 'sudo apt autoremove' to remove them. 66s The following packages will be upgraded: 66s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 66s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libsframe1 66s 10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 66s Need to get 4558 kB of archives. 66s After this operation, 6300 kB disk space will be freed. 66s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 66s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 67s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 67s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 67s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 67s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 67s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 67s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 67s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 67s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 67s Fetched 4558 kB in 1s (6198 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 ... 80969 files and directories currently installed.) 67s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 67s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 67s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 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 ... 80969 files and directories currently installed.) 67s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 67s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 67s Setting up apt (2.9.27ubuntu1) ... 68s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80971 files and directories currently installed.) 68s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 68s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 68s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 68s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 68s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 68s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 68s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 68s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 68s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 68s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 68s Setting up apt-utils (2.9.27ubuntu1) ... 68s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 68s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 68s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 68s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 68s Setting up libctf0:s390x (2.44-1ubuntu1) ... 68s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 68s Setting up binutils (2.44-1ubuntu1) ... 68s Processing triggers for libc-bin (2.40-4ubuntu1) ... 68s Processing triggers for man-db (2.13.0-1) ... 69s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 69s + /usr/lib/apt/apt-helper analyze-pattern ?true 69s + uname -r 69s + sed s/\./\\./g 69s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 69s + apt list ?obsolete 69s + tail -n+2 69s + cut -d/ -f1 69s + grep -v ^linux-.*6\.12\.0-12-generic.* 70s + true 70s + obsolete_pkgs= 70s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 70s Reading package lists... 70s Building dependency tree... 70s Reading state information... 70s The following packages will be REMOVED: 70s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 70s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 70s linux-tools-6.11.0-8-generic* 70s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 70s After this operation, 143 MB disk space will be freed. 70s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80957 files and directories currently installed.) 70s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 71s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 71s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 71s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 71s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 71s (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 ... 56550 files and directories currently installed.) 72s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 72s + grep -q trusty /etc/lsb-release 72s + [ ! -d /usr/share/doc/unattended-upgrades ] 72s + [ ! -d /usr/share/doc/lxd ] 72s + [ ! -d /usr/share/doc/lxd-client ] 72s + [ ! -d /usr/share/doc/snapd ] 72s + type iptables 72s + cat 72s + chmod 755 /etc/rc.local 72s + . /etc/rc.local 72s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 72s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 72s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 72s + uname -m 72s + [ s390x = ppc64le ] 72s + [ -d /run/systemd/system ] 72s + systemd-detect-virt --quiet --vm 72s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 72s + cat 72s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 72s + echo COMPRESS=lz4 72s autopkgtest: DBG: testbed command exited with code 0 72s autopkgtest [21:14:09]: upgrading testbed (apt dist-upgrade and autopurge) 72s 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'] 72s Reading package lists... 72s Building dependency tree... 72s Reading state information... 72s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 72s Starting 2 pkgProblemResolver with broken count: 0 72s Done 72s Entering ResolveByKeep 72s 73s The following packages will be upgraded: 73s media-types 73s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 73s Need to get 28.2 kB of archives. 73s After this operation, 2048 B of additional disk space will be used. 73s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 73s Fetched 28.2 kB in 0s (139 kB/s) 73s (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 ... 56550 files and directories currently installed.) 73s Preparing to unpack .../media-types_11.0.0_all.deb ... 73s Unpacking media-types (11.0.0) over (10.1.0) ... 73s Setting up media-types (11.0.0) ... 73s Installing new version of config file /etc/mime.types ... 73s autopkgtest: DBG: testbed command exited with code 0 73s 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'] 73s Reading package lists... 74s Building dependency tree... 74s Reading state information... 74s Starting pkgProblemResolver with broken count: 0 74s Starting 2 pkgProblemResolver with broken count: 0 74s Done 74s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 74s autopkgtest: DBG: testbed command exited with code 0 74s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 74s autopkgtest: DBG: testbed command exited with code 1 74s autopkgtest [21:14:11]: rebooting testbed after setup commands that affected boot 74s autopkgtest: DBG: sending command to testbed: reboot 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 91s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 93s autopkgtest: DBG: got reply from testbed: ok 93s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest [21:14:30]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 93s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 94s autopkgtest: DBG: got reply from testbed: ok 94s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 94s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 94s autopkgtest: DBG: got reply from testbed: ok 94s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 95s autopkgtest: DBG: got reply from testbed: ok 95s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: Binaries: initialising 96s autopkgtest [21:14:33]: @@@@@@@@@@@@@@@@@@@@ apt-source python3.13 96s autopkgtest: DBG: blame += python3.13 96s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 96s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'python3.13'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13$'], kind short, sout pipe, serr raw, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13=3.13.1-3'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-tk$'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-tk=3.13.1-3'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-full$'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-full=3.13.1-3'], kind short, sout pipe, serr raw, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^idle-python3\\.13$'], kind short, sout pipe, serr raw, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'idle-python3.13=3.13.1-3'], kind short, sout pipe, serr raw, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13-stdlib$'], kind short, sout pipe, serr raw, env [] 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13-stdlib=3.13.1-3'], kind short, sout pipe, serr raw, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-minimal$'], kind short, sout pipe, serr raw, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-minimal=3.13.1-3'], kind short, sout pipe, serr raw, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-doc$'], kind short, sout pipe, serr raw, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-doc=3.13.1-3'], kind short, sout pipe, serr raw, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-dbg$'], kind short, sout pipe, serr raw, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-dbg=3.13.1-3'], kind short, sout pipe, serr raw, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13-dbg$'], kind short, sout pipe, serr raw, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13-dbg=3.13.1-3'], kind short, sout pipe, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13-dev$'], kind short, sout pipe, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13-dev=3.13.1-3'], kind short, sout pipe, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-dev$'], kind short, sout pipe, serr raw, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-dev=3.13.1-3'], kind short, sout pipe, serr raw, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-gdbm$'], kind short, sout pipe, serr raw, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-gdbm=3.13.1-3'], kind short, sout pipe, serr raw, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-examples$'], kind short, sout pipe, serr raw, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-examples=3.13.1-3'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-nopie$'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-nopie=3.13.1-3'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13$'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13=3.13.1-3'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3\\.13-venv$'], kind short, sout pipe, serr raw, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3.13-venv=3.13.1-3'], kind short, sout pipe, serr raw, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13-testsuite$'], kind short, sout pipe, serr raw, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13-testsuite=3.13.1-3'], kind short, sout pipe, serr raw, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libpython3\\.13-minimal$'], kind short, sout pipe, serr raw, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libpython3.13-minimal=3.13.1-3'], kind short, sout pipe, serr raw, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: install_deps: deps_new=[] 105s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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.G7m1mb/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source python3.13=3.13.1-3 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x python3.13_*.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=media-types/11.0.0'] 105s + cd / 105s + mktemp -d /tmp/autopkgtest.G7m1mb/build.XXX 105s + builddir=/tmp/autopkgtest.G7m1mb/build.9K4 105s + cd /tmp/autopkgtest.G7m1mb/build.9K4 105s + apt-get source -d -q --only-source python3.13=3.13.1-3 107s + OUT=Reading package lists... 107s NOTICE: 'python3.13' packaging is maintained in the 'Git' version control system at: 107s https://salsa.debian.org/cpython-team/python3.git 107s Please use: 107s git clone https://salsa.debian.org/cpython-team/python3.git 107s to retrieve the latest (possibly unreleased) updates to the package. 107s Need to get 22.9 MB of source archives. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (dsc) [3960 B] 107s Get:2 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (tar) [22.6 MB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (diff) [317 kB] 107s Fetched 22.9 MB in 1s (19.2 MB/s) 107s Download complete and in download only mode 107s + [ -n ] 107s + grep ^Get: 107s + echo Reading package lists... 107s NOTICE: 'python3.13' packaging is maintained in the 'Git' version control system at: 107s https://salsa.debian.org/cpython-team/python3.git 107s Please use: 107s git clone https://salsa.debian.org/cpython-team/python3.git 107s to retrieve the latest (possibly unreleased) updates to the package. 107s Need to get 22.9 MB of source archives. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (dsc) [3960 B] 107s Get:2 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (tar) [22.6 MB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (diff) [317 kB] 107s Fetched 22.9 MB in 1s (19.2 MB/s) 107s Download complete and in download only mode 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (dsc) [3960 B] 107s Get:2 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (tar) [22.6 MB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main python3.13 3.13.1-3 (diff) [317 kB] 107s + dpkg-source -x python3.13_3.13.1-3.dsc src 107s gpgv: Signature made Fri Jan 3 10:30:39 2025 UTC 107s gpgv: using RSA key 568BF22A66337CBFC9A6B9B72C83DBC8E9BD0E37 107s gpgv: Can't check signature: No public key 107s dpkg-source: warning: cannot verify inline signature for ./python3.13_3.13.1-3.dsc: no acceptable signature found 109s + chmod -R a+rX . 109s + cd src/. 109s + pwd 109s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [21:14:46]: testing package python3.13 version 3.13.1-3 109s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/ /tmp/autopkgtest-work.zl_sb3g9/out/pkg/debian/ 109s autopkgtest: DBG: got reply from testbed: ok 110s autopkgtest: DBG: processing dependency build-essential 110s autopkgtest: DBG: processing dependency ca-certificates 110s autopkgtest: DBG: processing dependency locales-all 110s autopkgtest: DBG: processing dependency python3.13-dev 110s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 110s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency python3.13-gdbm 110s autopkgtest: DBG: marked alternatives ['python3.13-gdbm'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency python3.13-tk 110s autopkgtest: DBG: marked alternatives ['python3.13-tk'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency idle-python3.13 110s autopkgtest: DBG: marked alternatives ['idle-python3.13'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency systemtap-sdt-dev 110s autopkgtest: DBG: processing dependency python3.13-venv 110s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency python3-wheel-whl 110s autopkgtest: DBG: Test defined: name testsuite path debian/tests/testsuite command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 110s autopkgtest: DBG: processing dependency build-essential 110s autopkgtest: DBG: processing dependency ca-certificates 110s autopkgtest: DBG: processing dependency locales-all 110s autopkgtest: DBG: processing dependency python3.13-dev 110s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency python3.13-dbg 110s autopkgtest: DBG: marked alternatives ['python3.13-dbg'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 110s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency gdb 110s autopkgtest: DBG: processing dependency idle-python3.13 110s autopkgtest: DBG: marked alternatives ['idle-python3.13'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency systemtap-sdt-dev 110s autopkgtest: DBG: processing dependency python3.13-venv 110s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 110s autopkgtest: DBG: processing dependency python3-wheel-whl 110s autopkgtest: DBG: Test defined: name testsuite-dbg path debian/tests/testsuite-dbg command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 111s autopkgtest: DBG: processing dependency build-essential 111s autopkgtest: DBG: processing dependency ca-certificates 111s autopkgtest: DBG: processing dependency locales-all 111s autopkgtest: DBG: processing dependency python3.13-dev 111s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 111s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 111s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 111s autopkgtest: DBG: processing dependency python3.13-gdbm 111s autopkgtest: DBG: marked alternatives ['python3.13-gdbm'] as a synthesised dependency 111s autopkgtest: DBG: processing dependency python3.13-tk 111s autopkgtest: DBG: marked alternatives ['python3.13-tk'] as a synthesised dependency 111s autopkgtest: DBG: processing dependency python3.13-venv 111s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 111s autopkgtest: DBG: Test defined: name failing-tests path debian/tests/failing-tests command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'python3.13-venv'] 112s autopkgtest: DBG: processing dependency build-essential 112s autopkgtest: DBG: processing dependency ca-certificates 112s autopkgtest: DBG: processing dependency locales-all 112s autopkgtest: DBG: processing dependency python3.13-dev 112s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 112s autopkgtest: DBG: processing dependency python3.13-dbg 112s autopkgtest: DBG: marked alternatives ['python3.13-dbg'] as a synthesised dependency 112s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 112s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 112s autopkgtest: DBG: processing dependency gdb 112s autopkgtest: DBG: processing dependency python3.13-venv 112s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 112s autopkgtest: DBG: Test defined: name failing-tests-dbg path debian/tests/failing-tests-dbg command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'python3.13-venv'] 112s autopkgtest: DBG: processing dependency build-essential 112s autopkgtest: DBG: processing dependency python3.13-dev 112s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 112s autopkgtest: DBG: processing dependency python3-pip 112s autopkgtest: DBG: processing dependency python3-setuptools 112s autopkgtest: DBG: processing dependency shunit2 112s autopkgtest: DBG: Test defined: name module-install-local path debian/tests/module-install-local command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 113s autopkgtest: DBG: processing dependency build-essential 113s autopkgtest: DBG: processing dependency python3.13-dev 113s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 113s autopkgtest: DBG: processing dependency python3-pip 113s autopkgtest: DBG: processing dependency python3-setuptools 113s autopkgtest: DBG: processing dependency shunit2 113s autopkgtest: DBG: Test defined: name module-install-user path debian/tests/module-install-user command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 114s autopkgtest: DBG: processing dependency build-essential 114s autopkgtest: DBG: processing dependency python3.13-dev 114s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 114s autopkgtest: DBG: processing dependency python3.13-venv 114s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 114s autopkgtest: DBG: processing dependency python3-setuptools-whl 114s autopkgtest: DBG: processing dependency python3-wheel-whl 114s autopkgtest: DBG: processing dependency shunit2 114s autopkgtest: DBG: Test defined: name module-install-venv path debian/tests/module-install-venv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'python3.13-venv', 'python3-setuptools-whl', 'python3-wheel-whl', 'shunit2'] 115s autopkgtest: DBG: processing dependency build-essential 115s autopkgtest: DBG: processing dependency python3.13-dev 115s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 115s autopkgtest: DBG: processing dependency shunit2 115s autopkgtest: DBG: processing dependency virtualenv 115s autopkgtest: DBG: processing dependency python3-setuptools-whl 115s autopkgtest: DBG: processing dependency python3-wheel-whl 115s autopkgtest: DBG: Test defined: name module-install-virtualenv path debian/tests/module-install-virtualenv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'shunit2', 'virtualenv', 'python3-setuptools-whl', 'python3-wheel-whl'] 115s autopkgtest [21:14:52]: build not needed 115s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/build.9K4/src/ /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ 122s autopkgtest: DBG: got reply from testbed: ok 123s autopkgtest: DBG: processing dependency build-essential 123s autopkgtest: DBG: processing dependency ca-certificates 123s autopkgtest: DBG: processing dependency locales-all 123s autopkgtest: DBG: processing dependency python3.13-dev 123s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 123s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency python3.13-gdbm 123s autopkgtest: DBG: marked alternatives ['python3.13-gdbm'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency python3.13-tk 123s autopkgtest: DBG: marked alternatives ['python3.13-tk'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency idle-python3.13 123s autopkgtest: DBG: marked alternatives ['idle-python3.13'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency systemtap-sdt-dev 123s autopkgtest: DBG: processing dependency python3.13-venv 123s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 123s autopkgtest: DBG: processing dependency python3-wheel-whl 123s autopkgtest: DBG: Test defined: name testsuite path debian/tests/testsuite command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 124s autopkgtest: DBG: processing dependency build-essential 124s autopkgtest: DBG: processing dependency ca-certificates 124s autopkgtest: DBG: processing dependency locales-all 124s autopkgtest: DBG: processing dependency python3.13-dev 124s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 124s autopkgtest: DBG: processing dependency python3.13-dbg 124s autopkgtest: DBG: marked alternatives ['python3.13-dbg'] as a synthesised dependency 124s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 124s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 124s autopkgtest: DBG: processing dependency gdb 124s autopkgtest: DBG: processing dependency idle-python3.13 124s autopkgtest: DBG: marked alternatives ['idle-python3.13'] as a synthesised dependency 124s autopkgtest: DBG: processing dependency systemtap-sdt-dev 124s autopkgtest: DBG: processing dependency python3.13-venv 124s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 124s autopkgtest: DBG: processing dependency python3-wheel-whl 124s autopkgtest: DBG: Test defined: name testsuite-dbg path debian/tests/testsuite-dbg command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 125s autopkgtest: DBG: processing dependency build-essential 125s autopkgtest: DBG: processing dependency ca-certificates 125s autopkgtest: DBG: processing dependency locales-all 125s autopkgtest: DBG: processing dependency python3.13-dev 125s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 125s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 125s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 125s autopkgtest: DBG: processing dependency python3.13-gdbm 125s autopkgtest: DBG: marked alternatives ['python3.13-gdbm'] as a synthesised dependency 125s autopkgtest: DBG: processing dependency python3.13-tk 125s autopkgtest: DBG: marked alternatives ['python3.13-tk'] as a synthesised dependency 125s autopkgtest: DBG: processing dependency python3.13-venv 125s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 125s autopkgtest: DBG: Test defined: name failing-tests path debian/tests/failing-tests command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'python3.13-venv'] 126s autopkgtest: DBG: processing dependency build-essential 126s autopkgtest: DBG: processing dependency ca-certificates 126s autopkgtest: DBG: processing dependency locales-all 126s autopkgtest: DBG: processing dependency python3.13-dev 126s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 126s autopkgtest: DBG: processing dependency python3.13-dbg 126s autopkgtest: DBG: marked alternatives ['python3.13-dbg'] as a synthesised dependency 126s autopkgtest: DBG: processing dependency libpython3.13-testsuite:native 126s autopkgtest: DBG: marked alternatives ['libpython3.13-testsuite'] as a synthesised dependency 126s autopkgtest: DBG: processing dependency gdb 126s autopkgtest: DBG: processing dependency python3.13-venv 126s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 126s autopkgtest: DBG: Test defined: name failing-tests-dbg path debian/tests/failing-tests-dbg command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'python3.13-venv'] 126s autopkgtest: DBG: processing dependency build-essential 126s autopkgtest: DBG: processing dependency python3.13-dev 126s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 126s autopkgtest: DBG: processing dependency python3-pip 126s autopkgtest: DBG: processing dependency python3-setuptools 126s autopkgtest: DBG: processing dependency shunit2 126s autopkgtest: DBG: Test defined: name module-install-local path debian/tests/module-install-local command "None" restrictions ['allow-stderr', 'needs-root'] features [] depends ['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 127s autopkgtest: DBG: processing dependency build-essential 127s autopkgtest: DBG: processing dependency python3.13-dev 127s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 127s autopkgtest: DBG: processing dependency python3-pip 127s autopkgtest: DBG: processing dependency python3-setuptools 127s autopkgtest: DBG: processing dependency shunit2 127s autopkgtest: DBG: Test defined: name module-install-user path debian/tests/module-install-user command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 128s autopkgtest: DBG: processing dependency build-essential 128s autopkgtest: DBG: processing dependency python3.13-dev 128s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 128s autopkgtest: DBG: processing dependency python3.13-venv 128s autopkgtest: DBG: marked alternatives ['python3.13-venv'] as a synthesised dependency 128s autopkgtest: DBG: processing dependency python3-setuptools-whl 128s autopkgtest: DBG: processing dependency python3-wheel-whl 128s autopkgtest: DBG: processing dependency shunit2 128s autopkgtest: DBG: Test defined: name module-install-venv path debian/tests/module-install-venv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'python3.13-venv', 'python3-setuptools-whl', 'python3-wheel-whl', 'shunit2'] 129s autopkgtest: DBG: processing dependency build-essential 129s autopkgtest: DBG: processing dependency python3.13-dev 129s autopkgtest: DBG: marked alternatives ['python3.13-dev'] as a synthesised dependency 129s autopkgtest: DBG: processing dependency shunit2 129s autopkgtest: DBG: processing dependency virtualenv 129s autopkgtest: DBG: processing dependency python3-setuptools-whl 129s autopkgtest: DBG: processing dependency python3-wheel-whl 129s autopkgtest: DBG: Test defined: name module-install-virtualenv path debian/tests/module-install-virtualenv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'python3.13-dev', 'shunit2', 'virtualenv', 'python3-setuptools-whl', 'python3-wheel-whl'] 129s autopkgtest [21:15:06]: test testsuite: preparing testbed 129s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 129s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 129s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 129s autopkgtest: DBG: install-deps: satisfying build-essential, ca-certificates, locales-all, python3.13-dev, libpython3.13-testsuite:native, python3.13-gdbm, python3.13-tk, idle-python3.13, systemtap-sdt-dev, python3.13-venv, python3-wheel-whl 129s autopkgtest: DBG: can use apt-get on testbed: True 129s 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', 'build-essential, ca-certificates, locales-all, python3.13-dev, libpython3.13-testsuite:native, python3.13-gdbm, python3.13-tk, idle-python3.13, systemtap-sdt-dev, python3.13-venv, python3-wheel-whl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 129s Reading package lists... 129s Building dependency tree... 129s Reading state information... 129s Starting pkgProblemResolver with broken count: 0 129s Starting 2 pkgProblemResolver with broken count: 0 129s Done 130s The following NEW packages will be installed: 130s blt build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 130s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-mathjax g++ 130s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 130s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu idle-python3.13 libasan8 libcc1-0 130s libexpat1-dev libfontconfig1 libfreetype6 libgcc-14-dev libgomp1 libisl23 130s libitm1 libjs-mathjax libmpc3 libpython3.13 libpython3.13-dev 130s libpython3.13-testsuite libstdc++-14-dev libtcl8.6 libtk8.6 libubsan1 130s libxft2 libxrender1 libxss1 locales-all net-tools python3-pip-whl 130s python3-setuptools-whl python3-tk python3-wheel-whl python3.12-tk 130s python3.13-dev python3.13-tk python3.13-venv systemtap-sdt-dev tk8.6-blt2.5 130s x11-common zlib1g-dev 130s 0 upgraded, 54 newly installed, 0 to remove and 0 not upgraded. 130s Need to get 90.5 MB of archives. 130s After this operation, 531 MB of additional disk space will be used. 130s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 130s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 130s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 130s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 131s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 131s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 131s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 131s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 131s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 131s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 131s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 131s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x tk8.6-blt2.5 s390x 2.5.3+dfsg-7build1 [662 kB] 131s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x blt s390x 2.5.3+dfsg-7build1 [4840 B] 131s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 131s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 131s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 132s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 132s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 132s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 132s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 132s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 132s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 132s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 132s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 132s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 132s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 133s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 133s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 133s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 133s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 133s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 133s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 133s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 133s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 133s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 133s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 133s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-tk s390x 3.12.8-5 [117 kB] 133s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.1-3 [108 kB] 133s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tk s390x 3.13.1-1 [9770 B] 133s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 133s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x idle-python3.13 all 3.13.1-3 [424 kB] 134s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 134s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 134s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 134s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 134s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x net-tools s390x 2.10-1.1ubuntu1 [207 kB] 134s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x libpython3.13-testsuite all 3.13.1-3 [4695 kB] 134s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 134s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 134s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 134s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 134s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x python3.13-venv s390x 3.13.1-3 [5350 B] 134s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x systemtap-sdt-dev s390x 5.1-4 [19.5 kB] 134s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x locales-all s390x 2.40-4ubuntu1 [11.5 MB] 135s Fetched 90.5 MB in 5s (19.0 MB/s) 135s Selecting previously unselected package libtcl8.6:s390x. 135s (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 ... 56550 files and directories currently installed.) 135s Preparing to unpack .../00-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 135s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 135s Selecting previously unselected package libfreetype6:s390x. 135s Preparing to unpack .../01-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 135s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 135s Selecting previously unselected package fonts-dejavu-mono. 135s Preparing to unpack .../02-fonts-dejavu-mono_2.37-8_all.deb ... 135s Unpacking fonts-dejavu-mono (2.37-8) ... 135s Selecting previously unselected package fonts-dejavu-core. 135s Preparing to unpack .../03-fonts-dejavu-core_2.37-8_all.deb ... 135s Unpacking fonts-dejavu-core (2.37-8) ... 135s Selecting previously unselected package fontconfig-config. 135s Preparing to unpack .../04-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 135s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 135s Selecting previously unselected package libfontconfig1:s390x. 135s Preparing to unpack .../05-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 135s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 135s Selecting previously unselected package libxrender1:s390x. 135s Preparing to unpack .../06-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 135s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 135s Selecting previously unselected package libxft2:s390x. 135s Preparing to unpack .../07-libxft2_2.3.6-1build1_s390x.deb ... 135s Unpacking libxft2:s390x (2.3.6-1build1) ... 135s Selecting previously unselected package x11-common. 135s Preparing to unpack .../08-x11-common_1%3a7.7+23ubuntu3_all.deb ... 135s Unpacking x11-common (1:7.7+23ubuntu3) ... 135s Selecting previously unselected package libxss1:s390x. 135s Preparing to unpack .../09-libxss1_1%3a1.2.3-1build3_s390x.deb ... 135s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 135s Selecting previously unselected package libtk8.6:s390x. 135s Preparing to unpack .../10-libtk8.6_8.6.16-1_s390x.deb ... 135s Unpacking libtk8.6:s390x (8.6.16-1) ... 135s Selecting previously unselected package tk8.6-blt2.5. 135s Preparing to unpack .../11-tk8.6-blt2.5_2.5.3+dfsg-7build1_s390x.deb ... 135s Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 135s Selecting previously unselected package blt. 135s Preparing to unpack .../12-blt_2.5.3+dfsg-7build1_s390x.deb ... 135s Unpacking blt (2.5.3+dfsg-7build1) ... 135s Selecting previously unselected package libisl23:s390x. 135s Preparing to unpack .../13-libisl23_0.27-1_s390x.deb ... 135s Unpacking libisl23:s390x (0.27-1) ... 135s Selecting previously unselected package libmpc3:s390x. 135s Preparing to unpack .../14-libmpc3_1.3.1-1build2_s390x.deb ... 135s Unpacking libmpc3:s390x (1.3.1-1build2) ... 135s Selecting previously unselected package cpp-14-s390x-linux-gnu. 135s Preparing to unpack .../15-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package cpp-14. 135s Preparing to unpack .../16-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package cpp-s390x-linux-gnu. 135s Preparing to unpack .../17-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package cpp. 135s Preparing to unpack .../18-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking cpp (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package libcc1-0:s390x. 135s Preparing to unpack .../19-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libgomp1:s390x. 135s Preparing to unpack .../20-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libitm1:s390x. 135s Preparing to unpack .../21-libitm1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libasan8:s390x. 135s Preparing to unpack .../22-libasan8_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libubsan1:s390x. 135s Preparing to unpack .../23-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package libgcc-14-dev:s390x. 136s Preparing to unpack .../24-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package gcc-14-s390x-linux-gnu. 136s Preparing to unpack .../25-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package gcc-14. 136s Preparing to unpack .../26-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package gcc-s390x-linux-gnu. 136s Preparing to unpack .../27-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 136s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 136s Selecting previously unselected package gcc. 136s Preparing to unpack .../28-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 136s Unpacking gcc (4:14.1.0-2ubuntu1) ... 136s Selecting previously unselected package libstdc++-14-dev:s390x. 136s Preparing to unpack .../29-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package g++-14-s390x-linux-gnu. 136s Preparing to unpack .../30-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package g++-14. 136s Preparing to unpack .../31-g++-14_14.2.0-16ubuntu1_s390x.deb ... 136s Unpacking g++-14 (14.2.0-16ubuntu1) ... 136s Selecting previously unselected package g++-s390x-linux-gnu. 136s Preparing to unpack .../32-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 136s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 136s Selecting previously unselected package g++. 136s Preparing to unpack .../33-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 136s Unpacking g++ (4:14.1.0-2ubuntu1) ... 136s Selecting previously unselected package build-essential. 136s Preparing to unpack .../34-build-essential_12.10ubuntu1_s390x.deb ... 136s Unpacking build-essential (12.10ubuntu1) ... 136s Selecting previously unselected package fonts-mathjax. 136s Preparing to unpack .../35-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 136s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 136s Selecting previously unselected package python3.12-tk. 136s Preparing to unpack .../36-python3.12-tk_3.12.8-5_s390x.deb ... 136s Unpacking python3.12-tk (3.12.8-5) ... 136s Selecting previously unselected package python3.13-tk. 136s Preparing to unpack .../37-python3.13-tk_3.13.1-3_s390x.deb ... 136s Unpacking python3.13-tk (3.13.1-3) ... 136s Selecting previously unselected package python3-tk:s390x. 136s Preparing to unpack .../38-python3-tk_3.13.1-1_s390x.deb ... 136s Unpacking python3-tk:s390x (3.13.1-1) ... 136s Selecting previously unselected package libjs-mathjax. 136s Preparing to unpack .../39-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 136s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 137s Selecting previously unselected package idle-python3.13. 137s Preparing to unpack .../40-idle-python3.13_3.13.1-3_all.deb ... 137s Unpacking idle-python3.13 (3.13.1-3) ... 137s Selecting previously unselected package libexpat1-dev:s390x. 137s Preparing to unpack .../41-libexpat1-dev_2.6.4-1_s390x.deb ... 137s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 137s Selecting previously unselected package libpython3.13:s390x. 137s Preparing to unpack .../42-libpython3.13_3.13.1-3_s390x.deb ... 137s Unpacking libpython3.13:s390x (3.13.1-3) ... 137s Selecting previously unselected package zlib1g-dev:s390x. 137s Preparing to unpack .../43-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 137s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 137s Selecting previously unselected package libpython3.13-dev:s390x. 137s Preparing to unpack .../44-libpython3.13-dev_3.13.1-3_s390x.deb ... 137s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 137s Selecting previously unselected package net-tools. 137s Preparing to unpack .../45-net-tools_2.10-1.1ubuntu1_s390x.deb ... 137s Unpacking net-tools (2.10-1.1ubuntu1) ... 137s Selecting previously unselected package libpython3.13-testsuite. 137s Preparing to unpack .../46-libpython3.13-testsuite_3.13.1-3_all.deb ... 137s Unpacking libpython3.13-testsuite (3.13.1-3) ... 137s Selecting previously unselected package python3-pip-whl. 137s Preparing to unpack .../47-python3-pip-whl_25.0+dfsg-1_all.deb ... 137s Unpacking python3-pip-whl (25.0+dfsg-1) ... 137s Selecting previously unselected package python3-setuptools-whl. 137s Preparing to unpack .../48-python3-setuptools-whl_75.6.0-1_all.deb ... 137s Unpacking python3-setuptools-whl (75.6.0-1) ... 137s Selecting previously unselected package python3-wheel-whl. 137s Preparing to unpack .../49-python3-wheel-whl_0.45.1-1_all.deb ... 137s Unpacking python3-wheel-whl (0.45.1-1) ... 137s Selecting previously unselected package python3.13-dev. 137s Preparing to unpack .../50-python3.13-dev_3.13.1-3_s390x.deb ... 137s Unpacking python3.13-dev (3.13.1-3) ... 137s Selecting previously unselected package python3.13-venv. 137s Preparing to unpack .../51-python3.13-venv_3.13.1-3_s390x.deb ... 137s Unpacking python3.13-venv (3.13.1-3) ... 137s Selecting previously unselected package systemtap-sdt-dev:s390x. 137s Preparing to unpack .../52-systemtap-sdt-dev_5.1-4_s390x.deb ... 137s Unpacking systemtap-sdt-dev:s390x (5.1-4) ... 137s Selecting previously unselected package locales-all. 137s Preparing to unpack .../53-locales-all_2.40-4ubuntu1_s390x.deb ... 137s Unpacking locales-all (2.40-4ubuntu1) ... 139s Setting up libpython3.13:s390x (3.13.1-3) ... 139s Setting up net-tools (2.10-1.1ubuntu1) ... 139s Setting up python3-setuptools-whl (75.6.0-1) ... 139s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 139s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 139s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 139s Setting up python3-pip-whl (25.0+dfsg-1) ... 139s Setting up x11-common (1:7.7+23ubuntu3) ... 139s Setting up libpython3.13-testsuite (3.13.1-3) ... 143s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 143s Setting up python3.13-venv (3.13.1-3) ... 143s Setting up locales-all (2.40-4ubuntu1) ... 143s Setting up libexpat1-dev:s390x (2.6.4-1) ... 143s Setting up systemtap-sdt-dev:s390x (5.1-4) ... 143s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 143s Setting up fonts-dejavu-mono (2.37-8) ... 143s Setting up libmpc3:s390x (1.3.1-1build2) ... 143s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 143s Setting up fonts-dejavu-core (2.37-8) ... 143s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 143s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 143s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 143s Setting up libxss1:s390x (1:1.2.3-1build3) ... 143s Setting up libisl23:s390x (0.27-1) ... 143s Setting up python3-wheel-whl (0.45.1-1) ... 143s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 143s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 143s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 143s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 143s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 143s Setting up cpp-14 (14.2.0-16ubuntu1) ... 143s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 143s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 143s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 143s Setting up libxft2:s390x (2.3.6-1build1) ... 143s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 143s Setting up python3.13-dev (3.13.1-3) ... 143s Setting up libtk8.6:s390x (8.6.16-1) ... 143s Setting up python3.12-tk (3.12.8-5) ... 143s Setting up python3.13-tk (3.13.1-3) ... 143s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 143s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 143s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 143s Setting up cpp (4:14.1.0-2ubuntu1) ... 143s Setting up tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 143s Setting up blt (2.5.3+dfsg-7build1) ... 143s Setting up python3-tk:s390x (3.13.1-1) ... 143s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 143s Setting up gcc-14 (14.2.0-16ubuntu1) ... 143s Setting up g++-14 (14.2.0-16ubuntu1) ... 143s Setting up idle-python3.13 (3.13.1-3) ... 143s Setting up gcc (4:14.1.0-2ubuntu1) ... 143s Setting up g++ (4:14.1.0-2ubuntu1) ... 143s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 143s Setting up build-essential (12.10ubuntu1) ... 143s Processing triggers for man-db (2.13.0-1) ... 145s Processing triggers for libc-bin (2.40-4ubuntu1) ... 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libpython3.13-testsuite'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-gdbm'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-tk'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'idle-python3.13'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-venv'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testsuite-packages.all"], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-packages.all 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.G7m1mb/build.9K4/src already exists 147s autopkgtest [21:15:24]: test testsuite: [----------------------- 147s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/testsuite-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/testsuite-stderr --stdout=/tmp/autopkgtest.G7m1mb/testsuite-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite'], kind test, sout raw, serr raw, env [] 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/testsuite-artifacts 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/testsuite-stderr 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/testsuite-stdout 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.4NxhElIMOq/out to stdout and file: /tmp/autopkgtest.G7m1mb/testsuite-stdout 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.4NxhElIMOq/err to standard error and file: /tmp/autopkgtest.G7m1mb/testsuite-stdout 147s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 2684 to /tmp/autopkgtest_script_pid 147s SUDO_GID=1000 147s ADT_NORMAL_USER=ubuntu 147s MAIL=/var/mail/root 147s 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 147s USER=root 147s ADT_TEST_TRIGGERS=media-types/11.0.0 147s AUTOPKGTEST_TEST_ARCH=s390x 147s SHLVL=1 147s HOME=/root 147s OLDPWD=/home/ubuntu 147s AUTOPKGTEST_TESTBED_ARCH=s390x 147s AUTOPKGTEST_TMP=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp 147s https_proxy=http://squid.internal:3128 147s SUDO_UID=1000 147s LOGNAME=root 147s AUTOPKGTEST_ARTIFACTS=/tmp/autopkgtest.G7m1mb/testsuite-artifacts 147s http_proxy=http://squid.internal:3128 147s ADTTMP=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp 147s TERM=linux 147s AUTOPKGTEST_NORMAL_USER=ubuntu 147s PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin 147s LANG=C.UTF-8 147s SUDO_COMMAND=/var/tmp/autopkgtest-run-wrapper su -s /bin/bash root -c set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/testsuite-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/testsuite-stderr --stdout=/tmp/autopkgtest.G7m1mb/testsuite-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite 147s DEB_BUILD_OPTIONS=parallel=2 147s DEBIAN_FRONTEND=noninteractive 147s SHELL=/bin/bash 147s SUDO_USER=ubuntu 147s PWD=/tmp/autopkgtest.G7m1mb/build.9K4/src 147s ADT_ARTIFACTS=/tmp/autopkgtest.G7m1mb/testsuite-artifacts 147s total 12 147s drwxr-xr-x 3 root root 4096 Feb 6 21:15 . 147s drwxrwxrwt 5 root root 4096 Feb 6 21:15 .. 147s drwxr-xr-x 2 ubuntu nogroup 4096 Feb 6 21:15 home 147s Running the python testsuite with the standard interpreter: 147s su -s /bin/sh -c env -u https_proxy -u http_proxy -u no_proxy HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui -x test_ensurepip test_venv test_cppext test_lib2to3 test_tcl test_socket test_code_module test_ttk_guionly test_ttk_textonly test_multiprocessing_fork test_exceptions test_repl" ubuntu 147s == CPython 3.13.1 (main, Jan 3 2025, 10:26:34) [GCC 14.2.0] 147s == Linux-6.12.0-12-generic-s390x-with-glibc2.40 big-endian 147s == Python build: release shared dtrace 147s == cwd: /tmp/test_python_worker_2730æ 147s == CPU count: 2 147s == encodings: locale=UTF-8 FS=utf-8 147s == resources: all,-gui,-network,-urlfetch 147s 147s Using random seed: 176217670 147s 0:00:00 load avg: 0.22 Run 466 tests in parallel using 1 worker process 148s 0:00:01 load avg: 0.22 [ 1/466] test.test_asyncio.test_base_events passed 149s 0:00:01 load avg: 0.22 [ 2/466] test.test_asyncio.test_buffered_proto passed 149s 0:00:01 load avg: 0.22 [ 3/466] test.test_asyncio.test_context passed 154s 0:00:06 load avg: 0.20 [ 4/466] test.test_asyncio.test_eager_task_factory passed 160s 0:00:12 load avg: 0.17 [ 5/466] test.test_asyncio.test_events passed 161s 0:00:13 load avg: 0.17 [ 6/466] test.test_asyncio.test_futures passed 161s 0:00:13 load avg: 0.17 [ 7/466] test.test_asyncio.test_futures2 passed 162s 0:00:14 load avg: 0.17 [ 8/466] test.test_asyncio.test_locks passed 162s 0:00:14 load avg: 0.17 [ 9/466] test.test_asyncio.test_pep492 passed 162s 0:00:14 load avg: 0.17 [ 10/466] test.test_asyncio.test_proactor_events passed 162s 0:00:14 load avg: 0.17 [ 11/466] test.test_asyncio.test_protocols passed 162s 0:00:15 load avg: 0.17 [ 12/466] test.test_asyncio.test_queues passed 163s 0:00:15 load avg: 0.17 [ 13/466] test.test_asyncio.test_runners passed 163s 0:00:15 load avg: 0.17 [ 14/466] test.test_asyncio.test_selector_events passed 164s 0:00:16 load avg: 0.17 [ 15/466] test.test_asyncio.test_sendfile passed 164s 0:00:17 load avg: 0.23 [ 16/466] test.test_asyncio.test_server passed 166s 0:00:18 load avg: 0.23 [ 17/466] test.test_asyncio.test_sock_lowlevel passed 175s 0:00:27 load avg: 0.27 [ 18/466] test.test_asyncio.test_ssl passed 180s 0:00:32 load avg: 0.25 [ 19/466] test.test_asyncio.test_sslproto passed 180s 0:00:32 load avg: 0.25 [ 20/466] test.test_asyncio.test_staggered passed 181s 0:00:33 load avg: 0.25 [ 21/466] test.test_asyncio.test_streams passed 198s 0:00:50 load avg: 0.19 [ 22/466] test.test_asyncio.test_subprocess passed 204s 0:00:56 load avg: 0.18 [ 23/466] test.test_asyncio.test_taskgroups passed 218s 0:01:10 load avg: 0.29 [ 24/466] test.test_asyncio.test_tasks passed 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s Task was destroyed but it is pending! 218s task: > 218s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 218s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 218s ResourceWarning: Enable tracemalloc to get the object allocation traceback 218s 0:01:10 load avg: 0.29 [ 25/466] test.test_asyncio.test_threads passed 219s 0:01:11 load avg: 0.29 [ 26/466] test.test_asyncio.test_timeouts passed 219s 0:01:11 load avg: 0.29 [ 27/466] test.test_asyncio.test_transports passed 219s 0:01:11 load avg: 0.29 [ 28/466] test.test_asyncio.test_unix_events passed 220s 0:01:12 load avg: 0.26 [ 29/466] test.test_asyncio.test_waitfor passed 220s 0:01:12 load avg: 0.26 [ 30/466] test.test_asyncio.test_windows_events skipped 220s test.test_asyncio.test_windows_events skipped -- Windows only 220s 0:01:12 load avg: 0.26 [ 31/466] test.test_asyncio.test_windows_utils skipped 220s test.test_asyncio.test_windows_utils skipped -- Windows only 233s 0:01:25 load avg: 0.22 [ 32/466] test.test_concurrent_futures.test_as_completed passed 245s 0:01:37 load avg: 0.25 [ 33/466] test.test_concurrent_futures.test_deadlock passed 245s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3549) is multi-threaded, use of fork() may lead to deadlocks in the child. 245s self.pid = os.fork() 248s 0:01:40 load avg: 0.25 [ 34/466] test.test_concurrent_futures.test_future passed 249s 0:01:41 load avg: 0.25 [ 35/466] test.test_concurrent_futures.test_init passed 270s 0:02:03 load avg: 0.41 [ 36/466] test.test_concurrent_futures.test_process_pool passed 270s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3767) is multi-threaded, use of fork() may lead to deadlocks in the child. 270s self.pid = os.fork() 282s 0:02:15 load avg: 0.34 [ 37/466] test.test_concurrent_futures.test_shutdown passed 282s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4081) is multi-threaded, use of fork() may lead to deadlocks in the child. 282s self.pid = os.fork() 291s 0:02:23 load avg: 0.44 [ 38/466] test.test_concurrent_futures.test_thread_pool passed 291s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4296) is multi-threaded, use of fork() may lead to deadlocks in the child. 291s self.pid = os.fork() 321s 0:02:53 load avg: 0.26 running (1): test.test_concurrent_futures.test_wait (30.0 sec) 338s 0:03:10 load avg: 0.41 [ 39/466] test.test_concurrent_futures.test_wait passed (47.2 sec) 338s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4481) is multi-threaded, use of fork() may lead to deadlocks in the child. 338s self.pid = os.fork() 338s 0:03:10 load avg: 0.41 [ 40/466] test.test_future_stmt.test_future passed 338s 0:03:10 load avg: 0.41 [ 41/466] test.test_future_stmt.test_future_flags passed 338s 0:03:11 load avg: 0.41 [ 42/466] test.test_future_stmt.test_future_multiple_features passed 338s 0:03:11 load avg: 0.41 [ 43/466] test.test_future_stmt.test_future_multiple_imports passed 339s 0:03:11 load avg: 0.41 [ 44/466] test.test_future_stmt.test_future_single_import passed 339s 0:03:11 load avg: 0.41 [ 45/466] test.test_gdb.test_backtrace skipped 339s test.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment. 339s 0:03:11 load avg: 0.41 [ 46/466] test.test_gdb.test_cfunction skipped 339s test.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment. 339s 0:03:11 load avg: 0.41 [ 47/466] test.test_gdb.test_cfunction_full skipped 339s test.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment. 339s 0:03:11 load avg: 0.41 [ 48/466] test.test_gdb.test_misc skipped 339s test.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment. 339s 0:03:11 load avg: 0.41 [ 49/466] test.test_gdb.test_pretty_print skipped 339s test.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment. 340s 0:03:12 load avg: 0.54 [ 50/466] test.test_inspect.test_inspect passed 352s 0:03:24 load avg: 0.77 [ 51/466] test.test_multiprocessing_forkserver.test_manager passed 371s 0:03:43 load avg: 0.99 [ 52/466] test.test_multiprocessing_forkserver.test_misc passed 401s 0:04:13 load avg: 0.76 running (1): test.test_multiprocessing_forkserver.test_processes (30.1 sec) 410s 0:04:22 load avg: 4.33 [ 53/466] test.test_multiprocessing_forkserver.test_processes passed (39.3 sec) 425s 0:04:37 load avg: 3.37 [ 54/466] test.test_multiprocessing_forkserver.test_threads passed 439s 0:04:51 load avg: 2.85 [ 55/466] test.test_multiprocessing_spawn.test_manager passed 461s 0:05:13 load avg: 2.06 [ 56/466] test.test_multiprocessing_spawn.test_misc passed 491s 0:05:43 load avg: 1.40 running (1): test.test_multiprocessing_spawn.test_processes (30.0 sec) 499s 0:05:51 load avg: 1.29 [ 57/466] test.test_multiprocessing_spawn.test_processes passed (37.9 sec) 513s 0:06:06 load avg: 1.00 [ 58/466] test.test_multiprocessing_spawn.test_threads passed 515s 0:06:07 load avg: 0.92 [ 59/466] test.test_pydoc.test_pydoc passed 516s 0:06:08 load avg: 0.92 [ 60/466] test___all__ passed 516s 0:06:08 load avg: 0.92 [ 61/466] test__colorize passed 517s 0:06:09 load avg: 0.92 [ 62/466] test__interpchannels passed 518s 0:06:10 load avg: 0.92 [ 63/466] test__interpreters passed 518s 0:06:10 load avg: 0.92 [ 64/466] test__locale passed 518s 0:06:10 load avg: 0.92 [ 65/466] test__opcode passed 518s 0:06:10 load avg: 0.92 [ 66/466] test__osx_support passed 518s 0:06:10 load avg: 0.92 [ 67/466] test_abc passed 518s 0:06:10 load avg: 0.92 [ 68/466] test_abstract_numbers passed 518s 0:06:10 load avg: 0.92 [ 69/466] test_android skipped 518s test_android skipped -- Android-specific 518s 0:06:10 load avg: 0.92 [ 70/466] test_apple skipped 518s test_apple skipped -- Apple-specific 519s 0:06:11 load avg: 0.92 [ 71/466] test_argparse passed 520s 0:06:12 load avg: 0.92 [ 72/466] test_array passed 520s 0:06:12 load avg: 0.92 [ 73/466] test_asdl_parser skipped 520s test_asdl_parser skipped -- test irrelevant for an installed Python 521s 0:06:13 load avg: 0.93 [ 74/466] test_ast passed 522s 0:06:14 load avg: 0.93 [ 75/466] test_asyncgen passed 522s 0:06:14 load avg: 0.93 [ 76/466] test_atexit passed 523s 0:06:15 load avg: 0.93 [ 77/466] test_audit passed 523s 0:06:15 load avg: 0.93 [ 78/466] test_augassign passed 523s 0:06:16 load avg: 0.93 [ 79/466] test_base64 passed 524s 0:06:16 load avg: 0.93 [ 80/466] test_baseexception passed 524s 0:06:16 load avg: 0.93 [ 81/466] test_bdb passed 524s 0:06:16 load avg: 0.93 [ 82/466] test_bigaddrspace passed 524s 0:06:16 load avg: 0.93 [ 83/466] test_bigmem passed 524s 0:06:16 load avg: 0.93 [ 84/466] test_binascii passed 524s 0:06:16 load avg: 0.93 [ 85/466] test_binop passed 524s 0:06:16 load avg: 0.93 [ 86/466] test_bisect passed 524s 0:06:16 load avg: 0.93 [ 87/466] test_bool passed 527s 0:06:19 load avg: 0.94 [ 88/466] test_buffer passed 527s 0:06:20 load avg: 0.94 [ 89/466] test_bufio passed 528s 0:06:20 load avg: 0.94 [ 90/466] test_builtin passed 529s 0:06:21 load avg: 0.94 [ 91/466] test_bytes passed 530s 0:06:22 load avg: 0.94 [ 92/466] test_bz2 passed 531s 0:06:23 load avg: 0.86 [ 93/466] test_c_locale_coercion passed 532s 0:06:24 load avg: 0.86 [ 94/466] test_calendar passed 532s 0:06:24 load avg: 0.86 [ 95/466] test_call passed 543s 0:06:35 load avg: 0.80 [ 96/466] test_capi passed 561s 0:06:53 load avg: 0.86 [ 97/466] test_cext passed 561s 0:06:53 load avg: 0.86 [ 98/466] test_charmapcodec passed 561s 0:06:53 load avg: 0.86 [ 99/466] test_class passed 561s 0:06:53 load avg: 0.86 [100/466] test_clinic skipped 561s test_clinic skipped -- clinic directory could not be found 561s 0:06:53 load avg: 0.86 [101/466] test_cmath passed 561s 0:06:53 load avg: 0.86 [102/466] test_cmd passed 563s 0:06:55 load avg: 0.86 [103/466] test_cmd_line passed 564s 0:06:57 load avg: 0.86 [104/466] test_cmd_line_script passed 565s 0:06:57 load avg: 0.86 [105/466] test_code passed 565s 0:06:57 load avg: 0.86 [106/466] test_codeccallbacks passed 565s 0:06:57 load avg: 0.86 [107/466] test_codecencodings_cn passed 565s 0:06:57 load avg: 0.86 [108/466] test_codecencodings_hk passed 565s 0:06:57 load avg: 0.87 [109/466] test_codecencodings_iso2022 passed 565s 0:06:57 load avg: 0.87 [110/466] test_codecencodings_jp passed 565s 0:06:58 load avg: 0.87 [111/466] test_codecencodings_kr passed 565s 0:06:58 load avg: 0.87 [112/466] test_codecencodings_tw passed 566s 0:06:58 load avg: 0.87 [113/466] test_codecmaps_cn passed 566s 0:06:58 load avg: 0.87 [114/466] test_codecmaps_hk passed 566s 0:06:58 load avg: 0.87 [115/466] test_codecmaps_jp passed 566s 0:06:58 load avg: 0.87 [116/466] test_codecmaps_kr passed 566s 0:06:58 load avg: 0.87 [117/466] test_codecmaps_tw passed 566s 0:06:59 load avg: 0.87 [118/466] test_codecs passed 566s 0:06:59 load avg: 0.87 [119/466] test_codeop passed 567s 0:06:59 load avg: 0.87 [120/466] test_collections passed 567s 0:06:59 load avg: 0.87 [121/466] test_colorsys passed 567s 0:06:59 load avg: 0.87 [122/466] test_compare passed 569s 0:07:01 load avg: 0.87 [123/466] test_compile passed 578s 0:07:11 load avg: 0.89 [124/466] test_compileall passed 579s 0:07:11 load avg: 0.89 [125/466] test_compiler_assemble passed 579s 0:07:11 load avg: 0.89 [126/466] test_compiler_codegen passed 579s 0:07:11 load avg: 0.89 [127/466] test_complex passed 579s 0:07:11 load avg: 0.89 [128/466] test_configparser passed 579s 0:07:11 load avg: 0.89 [129/466] test_contains passed 580s 0:07:12 load avg: 0.89 [130/466] test_context passed 580s 0:07:12 load avg: 0.89 [131/466] test_contextlib passed 580s 0:07:12 load avg: 0.90 [132/466] test_contextlib_async passed 580s 0:07:12 load avg: 0.90 [133/466] test_copy passed 580s 0:07:12 load avg: 0.90 [134/466] test_copyreg passed 581s 0:07:13 load avg: 0.90 [135/466] test_coroutines passed 581s 0:07:13 load avg: 0.90 [136/466] test_cprofile passed 581s 0:07:13 load avg: 0.90 [137/466] test_csv passed 582s 0:07:14 load avg: 0.90 [138/466] test_ctypes passed 582s 0:07:14 load avg: 0.90 [139/466] test_curses passed 582s 0:07:14 load avg: 0.90 [140/466] test_dataclasses passed 585s 0:07:17 load avg: 0.90 [141/466] test_datetime passed 585s 0:07:17 load avg: 0.90 [142/466] test_dbm passed 585s BDB0004 fop_read_meta: @test_10696_tmpæ/@test_10696_tmpæ.db: unexpected file type or format 585s BDB0004 fop_read_meta: @test_10696_tmpæ/@test_10696_tmpæ.db: unexpected file type or format 585s BDB0004 fop_read_meta: @test_10696_tmpæ/@test_10696_tmpæ.db: unexpected file type or format 585s BDB0004 fop_read_meta: @test_10696_tmpæ/@test_10696_tmpæ.db: unexpected file type or format 585s 0:07:17 load avg: 0.99 [143/466] test_dbm_dumb passed 585s 0:07:17 load avg: 0.99 [144/466] test_dbm_gnu passed 585s 0:07:17 load avg: 0.99 [145/466] test_dbm_ndbm passed 585s BDB0111 DB->del: attempt to modify a read-only database 585s BDB0111 DB->del: attempt to modify a read-only database 585s BDB0111 DB->put: attempt to modify a read-only database 585s 0:07:18 load avg: 0.99 [146/466] test_dbm_sqlite3 passed 590s 0:07:22 load avg: 0.99 [147/466] test_decimal passed 590s 0:07:22 load avg: 0.99 [148/466] test_decorators passed 590s 0:07:22 load avg: 0.99 [149/466] test_defaultdict passed 591s 0:07:23 load avg: 0.99 [150/466] test_deque passed 591s 0:07:23 load avg: 0.99 [151/466] test_descr passed 591s 0:07:23 load avg: 0.99 [152/466] test_descrtut passed 591s 0:07:23 load avg: 0.99 [153/466] test_devpoll skipped 591s test_devpoll skipped -- test works only on Solaris OS family 591s 0:07:24 load avg: 0.99 [154/466] test_dict passed 592s 0:07:24 load avg: 0.99 [155/466] test_dict_version passed 592s 0:07:24 load avg: 0.99 [156/466] test_dictcomps passed 592s 0:07:24 load avg: 0.99 [157/466] test_dictviews passed 592s 0:07:24 load avg: 0.99 [158/466] test_difflib passed 592s 0:07:25 load avg: 0.99 [159/466] test_dis passed 593s 0:07:25 load avg: 0.99 [160/466] test_doctest passed 596s 0:07:28 load avg: 0.91 [161/466] test_docxmlrpc passed 596s 0:07:28 load avg: 0.91 [162/466] test_dtrace passed 596s 0:07:28 load avg: 0.91 [163/466] test_dynamic passed 596s 0:07:28 load avg: 0.91 [164/466] test_dynamicclassattribute passed 603s 0:07:35 load avg: 0.84 [165/466] test_eintr passed 607s 0:07:40 load avg: 0.85 [166/466] test_email passed 607s 0:07:40 load avg: 0.85 [167/466] test_embed passed 608s 0:07:40 load avg: 0.85 [168/466] test_enum passed 608s 0:07:40 load avg: 0.85 [169/466] test_enumerate passed 609s 0:07:41 load avg: 0.85 [170/466] test_eof passed 609s 0:07:41 load avg: 0.85 [171/466] test_epoll passed 609s 0:07:41 load avg: 0.85 [172/466] test_errno passed 609s 0:07:41 load avg: 0.85 [173/466] test_except_star passed 609s 0:07:41 load avg: 0.85 [174/466] test_exception_group passed 609s 0:07:41 load avg: 0.85 [175/466] test_exception_hierarchy passed 609s 0:07:41 load avg: 0.85 [176/466] test_exception_variations passed 609s 0:07:41 load avg: 0.85 [177/466] test_extcall passed 609s 0:07:41 load avg: 0.85 [178/466] test_external_inspection passed 627s 0:07:59 load avg: 0.61 [179/466] test_faulthandler passed 627s 0:08:00 load avg: 0.61 [180/466] test_fcntl passed 628s 0:08:00 load avg: 0.61 [181/466] test_file passed 629s 0:08:01 load avg: 0.61 [182/466] test_file_eintr passed 629s 0:08:01 load avg: 0.61 [183/466] test_filecmp passed 629s 0:08:01 load avg: 0.61 [184/466] test_fileinput passed 629s 0:08:01 load avg: 0.61 [185/466] test_fileio passed 629s 0:08:01 load avg: 0.61 [186/466] test_fileutils passed 629s 0:08:02 load avg: 0.61 [187/466] test_finalization passed 630s 0:08:02 load avg: 0.61 [188/466] test_float passed 630s 0:08:02 load avg: 0.61 [189/466] test_flufl passed 630s 0:08:02 load avg: 0.61 [190/466] test_fnmatch passed 635s 0:08:07 load avg: 0.56 [191/466] test_fork1 passed 635s 0:08:07 load avg: 0.56 [192/466] test_format passed 635s 0:08:07 load avg: 0.56 [193/466] test_fractions passed 635s 0:08:07 load avg: 0.59 [194/466] test_frame passed 635s 0:08:07 load avg: 0.59 [195/466] test_free_threading skipped 635s test_free_threading skipped -- GIL enabled 635s 0:08:07 load avg: 0.59 [196/466] test_frozen passed 637s 0:08:10 load avg: 0.59 [197/466] test_fstring passed 646s 0:08:18 load avg: 0.50 [198/466] test_ftplib passed 646s 0:08:18 load avg: 0.50 [199/466] test_funcattrs passed 646s 0:08:18 load avg: 0.50 [200/466] test_functools passed 647s 0:08:20 load avg: 0.50 [201/466] test_gc passed 647s 0:08:20 load avg: 0.50 [202/466] test_generated_cases skipped 647s test_generated_cases skipped -- cases_generator directory could not be found 648s 0:08:20 load avg: 0.50 [203/466] test_generator_stop passed 648s 0:08:20 load avg: 0.50 [204/466] test_generators passed 648s 0:08:20 load avg: 0.50 [205/466] test_genericalias passed 648s 0:08:20 load avg: 0.50 [206/466] test_genericclass passed 648s 0:08:20 load avg: 0.50 [207/466] test_genericpath passed 648s 0:08:20 load avg: 0.50 [208/466] test_genexps passed 648s 0:08:20 load avg: 0.50 [209/466] test_getopt passed 648s 0:08:20 load avg: 0.50 [210/466] test_getpass passed 648s 0:08:20 load avg: 0.50 [211/466] test_getpath passed 648s 0:08:21 load avg: 0.50 [212/466] test_gettext passed 649s 0:08:21 load avg: 0.50 [213/466] test_glob passed 649s 0:08:21 load avg: 0.50 [214/466] test_global passed 649s 0:08:21 load avg: 0.50 [215/466] test_grammar passed 649s 0:08:21 load avg: 0.50 [216/466] test_graphlib passed 649s 0:08:21 load avg: 0.50 [217/466] test_grp passed 649s 0:08:21 load avg: 0.50 [218/466] test_gzip passed 650s 0:08:22 load avg: 0.50 [219/466] test_hash passed 653s 0:08:25 load avg: 0.54 [220/466] test_hashlib passed 653s 0:08:25 load avg: 0.54 [221/466] test_heapq passed 653s 0:08:25 load avg: 0.54 [222/466] test_hmac passed 653s 0:08:26 load avg: 0.54 [223/466] test_html passed 653s 0:08:26 load avg: 0.54 [224/466] test_htmlparser passed 654s 0:08:26 load avg: 0.54 [225/466] test_http_cookiejar passed 655s 0:08:27 load avg: 0.58 [226/466] test_http_cookies passed 656s 0:08:28 load avg: 0.58 [227/466] test_httplib passed 658s 0:08:30 load avg: 0.58 [228/466] test_httpservers passed 658s 0:08:30 load avg: 0.58 [229/466] test_idle passed 658s Traceback (most recent call last): 658s File "/usr/lib/python3.13/idlelib/run.py", line 590, in runcode 658s exec(code, self.locals) 658s ~~~~^^^^^^^^^^^^^^^^^^^ 658s File "", line 1, in 658s ZeroDivisionError: division by zero 670s 0:08:42 load avg: 0.49 [230/466] test_imaplib passed 672s 0:08:44 load avg: 0.45 [231/466] test_import passed 674s 0:08:47 load avg: 0.45 [232/466] test_importlib passed 674s 0:08:47 load avg: 0.45 [233/466] test_index passed 676s 0:08:49 load avg: 0.49 [234/466] test_int passed 676s 0:08:49 load avg: 0.49 [235/466] test_int_literal passed 684s 0:08:56 load avg: 0.54 [236/466] test_interpreters passed 714s 0:09:26 load avg: 0.45 running (1): test_io (30.0 sec) 717s 0:09:30 load avg: 0.41 [237/466] test_io passed (33.2 sec) 717s 0:09:30 load avg: 0.41 [238/466] test_ioctl skipped 717s test_ioctl skipped -- Unable to open /dev/tty 718s 0:09:30 load avg: 0.41 [239/466] test_ipaddress passed 718s 0:09:30 load avg: 0.41 [240/466] test_isinstance passed 718s 0:09:30 load avg: 0.41 [241/466] test_iter passed 718s 0:09:30 load avg: 0.41 [242/466] test_iterlen passed 720s 0:09:32 load avg: 0.41 [243/466] test_itertools passed 722s 0:09:34 load avg: 0.46 [244/466] test_json passed 722s 0:09:34 load avg: 0.46 [245/466] test_keyword passed 722s 0:09:34 load avg: 0.46 [246/466] test_keywordonlyarg passed 722s 0:09:34 load avg: 0.46 [247/466] test_kqueue skipped 722s test_kqueue skipped -- test works only on BSD 726s 0:09:38 load avg: 0.67 [248/466] test_largefile passed 726s 0:09:38 load avg: 0.67 [249/466] test_launcher skipped 726s test_launcher skipped -- test only applies to Windows 726s 0:09:38 load avg: 0.67 [250/466] test_linecache passed 726s 0:09:38 load avg: 0.67 [251/466] test_list passed 726s 0:09:39 load avg: 0.67 [252/466] test_listcomps passed 726s 0:09:39 load avg: 0.67 [253/466] test_lltrace passed 727s 0:09:39 load avg: 0.67 [254/466] test_locale passed 749s 0:10:01 load avg: 0.48 [255/466] test_logging passed 750s 0:10:02 load avg: 0.48 [256/466] test_long passed 750s 0:10:02 load avg: 0.48 [257/466] test_longexp passed 751s 0:10:03 load avg: 0.52 [258/466] test_lzma passed 751s 0:10:03 load avg: 0.52 [259/466] test_mailbox passed 751s 0:10:03 load avg: 0.52 [260/466] test_marshal passed 774s 0:10:26 load avg: 0.72 [261/466] test_math passed 774s 0:10:26 load avg: 0.72 [262/466] test_math_property passed 774s 0:10:26 load avg: 0.72 [263/466] test_memoryio passed 774s 0:10:27 load avg: 0.72 [264/466] test_memoryview passed 774s 0:10:27 load avg: 0.72 [265/466] test_metaclass passed 775s 0:10:27 load avg: 0.72 [266/466] test_mimetypes passed 775s 0:10:27 load avg: 0.72 [267/466] test_minidom passed 775s 0:10:27 load avg: 0.72 [268/466] test_mmap passed 775s 0:10:27 load avg: 0.72 [269/466] test_module passed 775s 0:10:27 load avg: 0.72 [270/466] test_modulefinder passed 775s 0:10:27 load avg: 0.72 [271/466] test_monitoring passed 775s 0:10:28 load avg: 0.72 [272/466] test_msvcrt skipped 775s test_msvcrt skipped -- windows related tests 776s 0:10:28 load avg: 0.75 [273/466] test_multibytecodec passed 781s 0:10:33 load avg: 0.77 [274/466] test_multiprocessing_main_handling passed 781s 0:10:33 load avg: 0.77 [275/466] test_named_expressions passed 781s 0:10:33 load avg: 0.77 [276/466] test_netrc passed 781s 0:10:33 load avg: 0.77 [277/466] test_ntpath passed 781s 0:10:34 load avg: 0.77 [278/466] test_numeric_tower passed 782s 0:10:34 load avg: 0.77 [279/466] test_opcache passed 782s 0:10:34 load avg: 0.77 [280/466] test_opcodes passed 782s 0:10:34 load avg: 0.77 [281/466] test_openpty passed 782s 0:10:34 load avg: 0.77 [282/466] test_operator passed 782s 0:10:34 load avg: 0.77 [283/466] test_optimizer passed 782s 0:10:34 load avg: 0.77 [284/466] test_optparse passed 782s 0:10:35 load avg: 0.77 [285/466] test_ordered_dict passed 795s 0:10:47 load avg: 0.65 [286/466] test_os passed 795s 0:10:47 load avg: 0.65 [287/466] test_osx_env passed 797s 0:10:49 load avg: 0.68 [288/466] test_pathlib passed 797s 0:10:49 load avg: 0.68 [289/466] test_patma passed 801s 0:10:53 load avg: 0.70 [290/466] test_pdb passed 802s 0:10:54 load avg: 0.70 [291/466] test_peepholer passed 802s 0:10:54 load avg: 0.70 [292/466] test_peg_generator passed 802s 0:10:54 load avg: 0.70 [293/466] test_pep646_syntax passed 802s 0:10:54 load avg: 0.70 [294/466] test_perf_profiler skipped 802s test_perf_profiler skipped -- perf trampoline profiling not supported 802s 0:10:54 load avg: 0.70 [295/466] test_perfmaps passed 806s 0:10:58 load avg: 0.73 [296/466] test_pickle passed 806s 0:10:58 load avg: 0.73 [297/466] test_picklebuffer passed 807s 0:10:59 load avg: 0.73 [298/466] test_pickletools passed 807s 0:10:59 load avg: 0.73 [299/466] test_pkg passed 807s 0:10:59 load avg: 0.73 [300/466] test_pkgutil passed 807s 0:11:00 load avg: 0.73 [301/466] test_platform passed 808s 0:11:00 load avg: 0.73 [302/466] test_plistlib passed 819s 0:11:11 load avg: 0.61 [303/466] test_poll passed 819s 0:11:11 load avg: 0.61 [304/466] test_popen passed 825s 0:11:17 load avg: 0.56 [305/466] test_poplib passed 825s 0:11:18 load avg: 0.56 [306/466] test_positional_only_arg passed 826s 0:11:18 load avg: 0.60 [307/466] test_posix passed 826s 0:11:18 load avg: 0.60 [308/466] test_posixpath passed 827s 0:11:19 load avg: 0.60 [309/466] test_pow passed 827s 0:11:19 load avg: 0.60 [310/466] test_pprint passed 827s 0:11:19 load avg: 0.60 [311/466] test_print passed 827s 0:11:19 load avg: 0.60 [312/466] test_profile passed 827s 0:11:19 load avg: 0.60 [313/466] test_property passed 827s 0:11:19 load avg: 0.60 [314/466] test_pstats passed 827s 0:11:19 load avg: 0.60 [315/466] test_pty passed 827s 0:11:20 load avg: 0.60 [316/466] test_pulldom passed 828s 0:11:20 load avg: 0.60 [317/466] test_pwd passed 828s 0:11:20 load avg: 0.60 [318/466] test_py_compile passed 828s 0:11:20 load avg: 0.60 [319/466] test_pyclbr passed 828s 0:11:21 load avg: 0.60 [320/466] test_pyexpat passed 840s 0:11:32 load avg: 0.51 [321/466] test_pyrepl passed 848s 0:11:40 load avg: 0.43 [322/466] test_queue passed 848s 0:11:40 load avg: 0.43 [323/466] test_quopri passed 848s 0:11:40 load avg: 0.43 [324/466] test_raise passed 849s 0:11:41 load avg: 0.43 [325/466] test_random passed 849s 0:11:41 load avg: 0.43 [326/466] test_range passed 850s 0:11:42 load avg: 0.43 [327/466] test_re passed 850s 0:11:42 load avg: 0.43 [328/466] test_readline passed 861s 0:11:53 load avg: 0.88 [329/466] test_regrtest passed 861s 0:11:53 load avg: 0.88 [330/466] test_reprlib passed 861s 0:11:53 load avg: 0.88 [331/466] test_resource passed 861s 0:11:53 load avg: 0.88 [332/466] test_richcmp passed 861s 0:11:53 load avg: 0.88 [333/466] test_rlcompleter passed 861s 0:11:54 load avg: 0.88 [334/466] test_robotparser passed 862s 0:11:54 load avg: 0.88 [335/466] test_runpy passed 862s 0:11:54 load avg: 0.88 [336/466] test_sax passed 862s 0:11:55 load avg: 0.88 [337/466] test_sched passed 863s 0:11:55 load avg: 0.88 [338/466] test_scope passed 863s 0:11:55 load avg: 0.88 [339/466] test_script_helper passed 863s 0:11:55 load avg: 0.88 [340/466] test_secrets passed 864s 0:11:57 load avg: 0.88 [341/466] test_select passed 880s 0:12:12 load avg: 0.68 [342/466] test_selectors passed 882s 0:12:14 load avg: 0.71 [343/466] test_set passed 882s 0:12:14 load avg: 0.71 [344/466] test_setcomps passed 883s 0:12:15 load avg: 0.71 [345/466] test_shelve passed 883s 0:12:15 load avg: 0.71 [346/466] test_shlex passed 883s 0:12:15 load avg: 0.71 [347/466] test_shutil passed 913s 0:12:45 load avg: 0.43 running (1): test_signal (30.0 sec) 930s 0:13:02 load avg: 0.33 [348/466] test_signal passed (47.3 sec) 931s 0:13:03 load avg: 0.33 [349/466] test_site passed 931s 0:13:03 load avg: 0.33 [350/466] test_slice passed 932s 0:13:04 load avg: 0.39 [351/466] test_smtplib passed 932s 0:13:04 load avg: 0.39 [352/466] test_smtpnet skipped (resource denied) 932s test_smtpnet skipped -- Use of the 'network' resource not enabled 932s 0:13:04 load avg: 0.39 [353/466] test_socketserver skipped (resource denied) 932s test_socketserver skipped -- Use of the 'network' resource not enabled 932s 0:13:05 load avg: 0.39 [354/466] test_sort passed 941s 0:13:13 load avg: 0.48 [355/466] test_source_encoding passed 941s 0:13:14 load avg: 0.48 [356/466] test_sqlite3 passed 967s 0:13:39 load avg: 0.31 [357/466] test_ssl passed 967s 0:13:39 load avg: 0.31 [358/466] test_stable_abi_ctypes passed 967s 0:13:39 load avg: 0.31 [359/466] test_startfile skipped 967s test_startfile skipped -- object has no attribute 'startfile' 967s 0:13:39 load avg: 0.31 [360/466] test_stat passed 986s 0:13:58 load avg: 0.51 [361/466] test_statistics passed 987s 0:14:00 load avg: 0.51 [362/466] test_str passed 988s 0:14:00 load avg: 0.51 [363/466] test_strftime passed 988s 0:14:00 load avg: 0.51 [364/466] test_string passed 988s 0:14:00 load avg: 0.51 [365/466] test_string_literals passed 988s 0:14:00 load avg: 0.51 [366/466] test_stringprep passed 988s 0:14:00 load avg: 0.51 [367/466] test_strptime passed 988s 0:14:01 load avg: 0.51 [368/466] test_strtod passed 989s 0:14:01 load avg: 0.51 [369/466] test_struct passed 989s 0:14:01 load avg: 0.51 [370/466] test_structseq passed 989s 0:14:01 load avg: 0.51 [371/466] test_subclassinit passed 1011s 0:14:24 load avg: 0.40 [372/466] test_subprocess passed 1011s 0:14:24 load avg: 0.40 [373/466] test_sundry passed 1012s 0:14:24 load avg: 0.40 [374/466] test_super passed 1014s 0:14:26 load avg: 0.40 [375/466] test_support passed 1014s 0:14:26 load avg: 0.40 [376/466] test_symtable passed 1014s 0:14:26 load avg: 0.40 [377/466] test_syntax passed 1015s 0:14:27 load avg: 0.40 [378/466] test_sys passed 1015s 0:14:27 load avg: 0.40 [379/466] test_sys_setprofile passed 1017s 0:14:29 load avg: 0.45 [380/466] test_sys_settrace passed 1017s 0:14:29 load avg: 0.45 [381/466] test_sysconfig passed 1017s 0:14:29 load avg: 0.45 [382/466] test_syslog passed 1017s 0:14:30 load avg: 0.45 [383/466] test_tabnanny passed 1023s 0:14:35 load avg: 0.50 [384/466] test_tarfile passed 1024s 0:14:36 load avg: 0.50 [385/466] test_tempfile passed 1024s 0:14:36 load avg: 0.50 [386/466] test_termios passed 1024s 0:14:36 load avg: 0.50 [387/466] test_textwrap passed 1025s 0:14:37 load avg: 0.50 [388/466] test_thread passed 1025s 0:14:37 load avg: 0.50 [389/466] test_threadedtempfile passed 1041s 0:14:53 load avg: 0.43 [390/466] test_threading passed 1041s 0:14:54 load avg: 0.43 [391/466] test_threading_local passed 1046s 0:14:59 load avg: 0.40 [392/466] test_threadsignals passed 1048s 0:15:01 load avg: 0.40 [393/466] test_time passed 1048s 0:15:01 load avg: 0.40 [394/466] test_timeit passed 1049s 0:15:01 load avg: 0.40 [395/466] test_timeout passed 1049s 0:15:01 load avg: 0.40 [396/466] test_tkinter skipped (resource denied) 1049s test_tkinter skipped -- Use of the 'gui' resource not enabled 1059s 0:15:11 load avg: 0.49 [397/466] test_tokenize passed 1059s 0:15:11 load avg: 0.49 [398/466] test_tomllib passed 1059s 0:15:11 load avg: 0.49 [399/466] test_tools passed 1061s 0:15:13 load avg: 0.49 [400/466] test_trace passed 1062s 0:15:14 load avg: 0.53 [401/466] test_traceback passed 1063s 0:15:15 load avg: 0.53 [402/466] test_tracemalloc passed 1063s 0:15:16 load avg: 0.53 [403/466] test_ttk skipped (resource denied) 1063s test_ttk skipped -- Use of the 'gui' resource not enabled 1063s 0:15:16 load avg: 0.53 [404/466] test_tty passed 1064s 0:15:16 load avg: 0.53 [405/466] test_tuple passed 1064s 0:15:16 load avg: 0.53 [406/466] test_turtle passed 1064s 0:15:16 load avg: 0.53 [407/466] test_type_aliases passed 1064s 0:15:16 load avg: 0.53 [408/466] test_type_annotations passed 1064s 0:15:16 load avg: 0.53 [409/466] test_type_cache passed 1064s 0:15:16 load avg: 0.53 [410/466] test_type_comments passed 1064s 0:15:17 load avg: 0.53 [411/466] test_type_params passed 1064s 0:15:17 load avg: 0.53 [412/466] test_typechecks passed 1065s 0:15:17 load avg: 0.53 [413/466] test_types passed 1065s 0:15:17 load avg: 0.53 [414/466] test_typing passed 1065s 0:15:18 load avg: 0.53 [415/466] test_ucn passed 1065s 0:15:18 load avg: 0.53 [416/466] test_unary passed 1066s 0:15:18 load avg: 0.53 [417/466] test_unicode_file passed 1066s 0:15:18 load avg: 0.53 [418/466] test_unicode_file_functions passed 1066s 0:15:18 load avg: 0.53 [419/466] test_unicode_identifiers passed 1072s 0:15:24 load avg: 0.61 [420/466] test_unicodedata passed 1075s 0:15:27 load avg: 0.61 [421/466] test_unittest passed 1075s 0:15:27 load avg: 0.61 [422/466] test_univnewlines passed 1075s 0:15:27 load avg: 0.61 [423/466] test_unpack passed 1075s 0:15:27 load avg: 0.61 [424/466] test_unpack_ex passed 1087s 0:15:39 load avg: 0.69 [425/466] test_unparse passed 1087s 0:15:39 load avg: 0.69 [426/466] test_urllib passed 1088s 0:15:40 load avg: 0.69 [427/466] test_urllib2 passed 1089s 0:15:41 load avg: 0.69 [428/466] test_urllib2_localnet passed 1089s 0:15:42 load avg: 0.69 [429/466] test_urllib2net skipped (resource denied) 1089s test_urllib2net skipped -- Use of the 'network' resource not enabled 1089s 0:15:42 load avg: 0.69 [430/466] test_urllib_response passed 1090s 0:15:42 load avg: 0.69 [431/466] test_urllibnet skipped (resource denied) 1090s test_urllibnet skipped -- Use of the 'network' resource not enabled 1090s 0:15:42 load avg: 0.69 [432/466] test_urlparse passed 1090s 0:15:42 load avg: 0.69 [433/466] test_userdict passed 1090s 0:15:42 load avg: 0.69 [434/466] test_userlist passed 1091s 0:15:43 load avg: 0.69 [435/466] test_userstring passed 1091s 0:15:43 load avg: 0.72 [436/466] test_utf8_mode passed 1091s 0:15:43 load avg: 0.72 [437/466] test_utf8source passed 1092s 0:15:44 load avg: 0.72 [438/466] test_uuid passed 1097s 0:15:49 load avg: 0.66 [439/466] test_wait3 passed 1102s 0:15:54 load avg: 0.61 [440/466] test_wait4 passed 1102s 0:15:54 load avg: 0.61 [441/466] test_warnings passed 1102s 0:15:54 load avg: 0.61 [442/466] test_wave passed 1109s 0:15:58 load avg: 0.61 [443/466] test_weakref passed 1109s 0:15:58 load avg: 0.61 [444/466] test_weakset passed 1109s 0:15:58 load avg: 0.61 [445/466] test_webbrowser passed 1109s 0:15:58 load avg: 0.61 [446/466] test_winapi skipped 1109s test_winapi skipped -- No module named '_winapi' 1109s 0:15:58 load avg: 0.64 [447/466] test_winconsoleio skipped 1109s test_winconsoleio skipped -- test only relevant on win32 1109s 0:15:58 load avg: 0.64 [448/466] test_winreg skipped 1109s test_winreg skipped -- No module named 'winreg' 1109s 0:15:58 load avg: 0.64 [449/466] test_winsound skipped 1109s test_winsound skipped -- No module named 'winsound' 1109s 0:15:58 load avg: 0.64 [450/466] test_with passed 1109s 0:15:59 load avg: 0.64 [451/466] test_wmi skipped 1109s test_wmi skipped -- No module named '_wmi' 1109s 0:15:59 load avg: 0.64 [452/466] test_wsgiref passed 1109s 0:15:59 load avg: 0.64 [453/466] test_xml_dom_minicompat passed 1109s 0:15:59 load avg: 0.64 [454/466] test_xml_etree passed 1109s 0:15:59 load avg: 0.64 [455/466] test_xml_etree_c passed 1134s 0:16:27 load avg: 0.42 [456/466] test_xmlrpc passed 1134s 0:16:27 load avg: 0.42 [457/466] test_xxlimited passed 1135s 0:16:27 load avg: 0.42 [458/466] test_xxtestfuzz passed 1135s 0:16:27 load avg: 0.42 [459/466] test_yield_from passed 1135s 0:16:27 load avg: 0.42 [460/466] test_zipapp passed 1139s 0:16:31 load avg: 0.47 [461/466] test_zipfile passed 1139s 0:16:31 load avg: 0.47 [462/466] test_zipfile64 skipped (resource denied) 1139s test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 1169s 0:17:01 load avg: 0.68 running (1): test_zipimport (30.0 sec) 1179s 0:17:11 load avg: 0.73 [463/466] test_zipimport passed (40.0 sec) 1180s 0:17:12 load avg: 0.73 [464/466] test_zipimport_support passed 1180s 0:17:12 load avg: 0.73 [465/466] test_zlib passed 1181s 0:17:13 load avg: 0.73 [466/466] test_zoneinfo passed 1181s 1181s == Tests result: SUCCESS == 1181s 1181s 25 tests skipped: 1181s test.test_asyncio.test_windows_events 1181s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 1181s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 1181s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 1181s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 1181s test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace 1181s test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full 1181s test.test_gdb.test_misc test.test_gdb.test_pretty_print 1181s test_android test_apple test_asdl_parser test_clinic test_devpoll 1181s test_free_threading test_generated_cases test_ioctl test_kqueue 1181s test_launcher test_msvcrt test_perf_profiler test_startfile 1181s test_winapi test_winconsoleio test_winreg test_winsound test_wmi 1181s 1181s 7 tests skipped (resource denied): 1181s test_smtpnet test_socketserver test_tkinter test_ttk 1181s test_urllib2net test_urllibnet test_zipfile64 1181s 1181s 434 tests OK. 1181s 1181s Total duration: 17 min 13 sec 1181s Total tests: run=42,891 skipped=1,671 1181s Total test files: run=459/466 skipped=25 resource_denied=7 1181s Result: SUCCESS 1181s autopkgtest: DBG: testbed command exited with code 0 1181s autopkgtest [21:32:38]: test testsuite: -----------------------] 1181s autopkgtest: DBG: testbed executing test finished with exit status 0 1181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-stdout /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-stdout 1181s autopkgtest: DBG: got reply from testbed: ok 1181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-stderr /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-stderr 1181s autopkgtest: DBG: got reply from testbed: ok 1181s testsuite PASS 1181s autopkgtest [21:32:38]: test testsuite: - - - - - - - - - - results - - - - - - - - - - 1181s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 1182s autopkgtest: DBG: got reply from testbed: ok 1182s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/testsuite-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1182s autopkgtest: DBG: testbed command exited with code 0 1182s autopkgtest [21:32:39]: test testsuite-dbg: preparing testbed 1182s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'], deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 1182s autopkgtest: DBG: testbed reset 1182s autopkgtest: DBG: sending command to testbed: revert 1253s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 1253s autopkgtest: DBG: sending command to testbed: print-execute-command 1253s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 1253s autopkgtest: DBG: sending command to testbed: capabilities 1253s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 1253s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 1253s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 1253s autopkgtest: DBG: testbed command exited with code 0 1253s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 1253s autopkgtest: DBG: got reply from testbed: ok 1253s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1253s autopkgtest: DBG: testbed command exited with code 0 1253s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest [21:33:51]: testbed dpkg architecture: s390x 1254s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest [21:33:51]: testbed apt version: 2.9.18 1254s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest: DBG: testbed has eatmydata 1254s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest [21:33:51]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1254s 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 [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest [21:33:51]: testbed release detected to be: plucky 1254s 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 [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s 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 [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: adding APT source: Types: deb deb-src 1255s URIs: http://ftpmaster.internal/ubuntu/ 1255s Suites: plucky-proposed 1255s Components: main restricted universe multiverse 1255s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1255s 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 [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1255s Package: * 1255s Pin: release plucky-proposed 1255s Pin-Priority: 500 1255s 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 [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest [21:33:52]: updating testbed package index (apt update) 1255s 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'] 1255s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1256s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1256s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1256s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1256s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [73.0 kB] 1256s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 1256s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [931 kB] 1256s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 1256s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [130 kB] 1256s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [828 kB] 1256s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 1256s Fetched 2094 kB in 1s (2121 kB/s) 1257s Reading package lists... 1257s autopkgtest: DBG: testbed command exited with code 0 1257s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1257s Package: * 1257s Pin: release plucky-proposed 1257s Pin-Priority: 100 1257s 1257s Package: src:media-types:any 1257s Pin: release plucky-proposed 1257s Pin-Priority: 995 1257s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1257s autopkgtest: DBG: testbed command exited with code 0 1257s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1257s autopkgtest: DBG: testbed command exited with code 0 1257s 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'] 1257s + lsb_release --codename --short 1257s + RELEASE=plucky 1257s + cat 1257s + [ plucky != trusty ] 1257s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1257s Reading package lists... 1257s Building dependency tree... 1257s Reading state information... 1257s Calculating upgrade... 1258s The following packages were automatically installed and are no longer required: 1258s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1258s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1258s linux-tools-6.11.0-8-generic 1258s Use 'sudo apt autoremove' to remove them. 1258s The following packages will be upgraded: 1258s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 1258s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libsframe1 1258s 10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1258s Need to get 4558 kB of archives. 1258s After this operation, 6300 kB disk space will be freed. 1258s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 1258s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 1258s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 1258s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 1258s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 1258s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 1258s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 1258s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 1258s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 1258s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 1259s Fetched 4558 kB in 1s (5921 kB/s) 1259s (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 ... 80969 files and directories currently installed.) 1259s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 1259s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 1259s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 1259s (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 ... 80969 files and directories currently installed.) 1259s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 1259s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 1259s Setting up apt (2.9.27ubuntu1) ... 1259s (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 ... 80971 files and directories currently installed.) 1259s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 1259s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 1259s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 1259s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1259s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 1259s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1259s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 1259s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1260s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 1260s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1260s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 1260s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1260s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 1260s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1260s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 1260s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 1260s Setting up apt-utils (2.9.27ubuntu1) ... 1260s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 1260s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 1260s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 1260s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 1260s Setting up libctf0:s390x (2.44-1ubuntu1) ... 1260s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 1260s Setting up binutils (2.44-1ubuntu1) ... 1260s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1260s Processing triggers for man-db (2.13.0-1) ... 1261s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1261s + /usr/lib/apt/apt-helper analyze-pattern ?true 1261s + uname -r 1261s + sed s/\./\\./g 1261s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 1261s + apt list ?obsolete 1261s + tail -n+2 1261s + cut -d/ -f1 1261s + grep -v ^linux-.*6\.12\.0-12-generic.* 1262s + true 1262s + obsolete_pkgs= 1262s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1262s Reading package lists... 1262s Building dependency tree... 1262s Reading state information... 1262s The following packages will be REMOVED: 1262s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1262s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1262s linux-tools-6.11.0-8-generic* 1262s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 1262s After this operation, 143 MB disk space will be freed. 1262s (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 ... 80957 files and directories currently installed.) 1262s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1262s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1263s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1263s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1263s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1263s (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 ... 56550 files and directories currently installed.) 1263s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1263s + grep -q trusty /etc/lsb-release 1263s + [ ! -d /usr/share/doc/unattended-upgrades ] 1263s + [ ! -d /usr/share/doc/lxd ] 1263s + [ ! -d /usr/share/doc/lxd-client ] 1263s + [ ! -d /usr/share/doc/snapd ] 1263s + type iptables 1263s + cat 1263s + chmod 755 /etc/rc.local 1263s + . /etc/rc.local 1263s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1263s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1263s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1263s + uname -m 1263s + [ s390x = ppc64le ] 1263s + [ -d /run/systemd/system ] 1263s + systemd-detect-virt --quiet --vm 1263s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1263s + cat 1263s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1263s + echo COMPRESS=lz4 1263s autopkgtest: DBG: testbed command exited with code 0 1263s autopkgtest [21:34:00]: upgrading testbed (apt dist-upgrade and autopurge) 1263s 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'] 1263s Reading package lists... 1263s Building dependency tree... 1263s Reading state information... 1264s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1264s Starting 2 pkgProblemResolver with broken count: 0 1264s Done 1264s Entering ResolveByKeep 1264s 1264s The following packages will be upgraded: 1264s media-types 1264s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1264s Need to get 28.2 kB of archives. 1264s After this operation, 2048 B of additional disk space will be used. 1264s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 1264s Fetched 28.2 kB in 0s (137 kB/s) 1264s (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 ... 56550 files and directories currently installed.) 1264s Preparing to unpack .../media-types_11.0.0_all.deb ... 1264s Unpacking media-types (11.0.0) over (10.1.0) ... 1265s Setting up media-types (11.0.0) ... 1265s Installing new version of config file /etc/mime.types ... 1265s autopkgtest: DBG: testbed command exited with code 0 1265s 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'] 1265s Reading package lists... 1265s Building dependency tree... 1265s Reading state information... 1265s Starting pkgProblemResolver with broken count: 0 1265s Starting 2 pkgProblemResolver with broken count: 0 1265s Done 1265s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1265s autopkgtest: DBG: testbed command exited with code 0 1265s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1266s autopkgtest: DBG: testbed command exited with code 1 1266s autopkgtest [21:34:03]: rebooting testbed after setup commands that affected boot 1266s autopkgtest: DBG: sending command to testbed: reboot 1282s autopkgtest: DBG: got reply from testbed: ok 1282s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1282s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 1282s autopkgtest: DBG: testbed command exited with code 0 1282s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 1283s autopkgtest: DBG: got reply from testbed: ok 1283s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 1284s autopkgtest: DBG: got reply from testbed: ok 1284s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 1285s autopkgtest: DBG: got reply from testbed: ok 1285s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1285s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 1285s autopkgtest: DBG: testbed command exited with code 0 1285s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 1285s autopkgtest: DBG: got reply from testbed: ok 1285s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1285s autopkgtest: DBG: testbed command exited with code 0 1285s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 1286s autopkgtest: DBG: got reply from testbed: ok 1286s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1287s autopkgtest: DBG: testbed command exited with code 0 1287s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1287s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'] 1287s autopkgtest: DBG: install-deps: satisfying build-essential, ca-certificates, locales-all, python3.13-dev, python3.13-dbg, libpython3.13-testsuite:native, gdb, idle-python3.13, systemtap-sdt-dev, python3.13-venv, python3-wheel-whl 1287s autopkgtest: DBG: can use apt-get on testbed: True 1287s 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', 'build-essential, ca-certificates, locales-all, python3.13-dev, python3.13-dbg, libpython3.13-testsuite:native, gdb, idle-python3.13, systemtap-sdt-dev, python3.13-venv, python3-wheel-whl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1287s Reading package lists... 1287s Building dependency tree... 1287s Reading state information... 1287s Starting pkgProblemResolver with broken count: 0 1287s Starting 2 pkgProblemResolver with broken count: 0 1287s Done 1287s The following NEW packages will be installed: 1287s blt build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 1287s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-mathjax g++ 1287s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 1287s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gdb idle-python3.13 libasan8 1287s libbabeltrace1 libcc1-0 libdebuginfod-common libdebuginfod1t64 libexpat1-dev 1287s libfontconfig1 libfreetype6 libgcc-14-dev libgomp1 libisl23 libitm1 1287s libjs-mathjax libmpc3 libpython3.13 libpython3.13-dbg libpython3.13-dev 1287s libpython3.13-testsuite libsource-highlight-common libsource-highlight4t64 1287s libstdc++-14-dev libtcl8.6 libtk8.6 libubsan1 libxft2 libxrender1 libxss1 1287s locales-all net-tools python3-pip-whl python3-setuptools-whl python3-tk 1287s python3-wheel-whl python3.12-tk python3.13-dbg python3.13-dev python3.13-tk 1287s python3.13-venv systemtap-sdt-dev tk8.6-blt2.5 x11-common zlib1g-dev 1288s 0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded. 1288s Need to get 176 MB of archives. 1288s After this operation, 773 MB of additional disk space will be used. 1288s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod-common all 0.192-4 [15.4 kB] 1288s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 1288s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 1288s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 1288s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 1288s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 1288s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 1288s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 1288s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 1288s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 1288s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 1288s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 1288s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x tk8.6-blt2.5 s390x 2.5.3+dfsg-7build1 [662 kB] 1288s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x blt s390x 2.5.3+dfsg-7build1 [4840 B] 1288s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 1288s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 1288s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 1288s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 1288s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 1288s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 1288s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 1288s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 1288s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 1288s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 1289s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 1289s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 1289s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 1289s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 1289s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 1289s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 1289s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 1289s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 1289s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 1289s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 1289s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 1289s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 1289s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 1289s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libbabeltrace1 s390x 1.5.11-4build1 [170 kB] 1289s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod1t64 s390x 0.192-4 [22.6 kB] 1289s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 1290s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight-common all 3.1.9-4.3build1 [64.2 kB] 1290s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight4t64 s390x 3.1.9-4.3build1 [268 kB] 1290s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gdb s390x 16.0.90.20241230-0ubuntu2 [4472 kB] 1290s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-tk s390x 3.12.8-5 [117 kB] 1290s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.1-3 [108 kB] 1290s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tk s390x 3.13.1-1 [9770 B] 1290s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 1290s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x idle-python3.13 all 3.13.1-3 [424 kB] 1290s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 1290s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dbg s390x 3.13.1-3 [25.2 MB] 1290s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 1290s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 1291s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x net-tools s390x 2.10-1.1ubuntu1 [207 kB] 1291s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x libpython3.13-testsuite all 3.13.1-3 [4695 kB] 1291s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 1291s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 1291s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 1291s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dbg s390x 3.13.1-3 [54.8 MB] 1292s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 1292s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x python3.13-venv s390x 3.13.1-3 [5350 B] 1292s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x systemtap-sdt-dev s390x 5.1-4 [19.5 kB] 1292s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x locales-all s390x 2.40-4ubuntu1 [11.5 MB] 1293s Preconfiguring packages ... 1293s Fetched 176 MB in 5s (34.9 MB/s) 1293s Selecting previously unselected package libdebuginfod-common. 1293s (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 ... 56550 files and directories currently installed.) 1293s Preparing to unpack .../00-libdebuginfod-common_0.192-4_all.deb ... 1293s Unpacking libdebuginfod-common (0.192-4) ... 1293s Selecting previously unselected package libtcl8.6:s390x. 1293s Preparing to unpack .../01-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 1293s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 1293s Selecting previously unselected package libfreetype6:s390x. 1293s Preparing to unpack .../02-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 1293s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 1293s Selecting previously unselected package fonts-dejavu-mono. 1293s Preparing to unpack .../03-fonts-dejavu-mono_2.37-8_all.deb ... 1293s Unpacking fonts-dejavu-mono (2.37-8) ... 1293s Selecting previously unselected package fonts-dejavu-core. 1293s Preparing to unpack .../04-fonts-dejavu-core_2.37-8_all.deb ... 1293s Unpacking fonts-dejavu-core (2.37-8) ... 1293s Selecting previously unselected package fontconfig-config. 1293s Preparing to unpack .../05-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 1293s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 1293s Selecting previously unselected package libfontconfig1:s390x. 1293s Preparing to unpack .../06-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 1293s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 1293s Selecting previously unselected package libxrender1:s390x. 1293s Preparing to unpack .../07-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 1293s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 1293s Selecting previously unselected package libxft2:s390x. 1293s Preparing to unpack .../08-libxft2_2.3.6-1build1_s390x.deb ... 1293s Unpacking libxft2:s390x (2.3.6-1build1) ... 1293s Selecting previously unselected package x11-common. 1293s Preparing to unpack .../09-x11-common_1%3a7.7+23ubuntu3_all.deb ... 1293s Unpacking x11-common (1:7.7+23ubuntu3) ... 1293s Selecting previously unselected package libxss1:s390x. 1293s Preparing to unpack .../10-libxss1_1%3a1.2.3-1build3_s390x.deb ... 1293s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 1293s Selecting previously unselected package libtk8.6:s390x. 1293s Preparing to unpack .../11-libtk8.6_8.6.16-1_s390x.deb ... 1293s Unpacking libtk8.6:s390x (8.6.16-1) ... 1293s Selecting previously unselected package tk8.6-blt2.5. 1293s Preparing to unpack .../12-tk8.6-blt2.5_2.5.3+dfsg-7build1_s390x.deb ... 1293s Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 1293s Selecting previously unselected package blt. 1293s Preparing to unpack .../13-blt_2.5.3+dfsg-7build1_s390x.deb ... 1293s Unpacking blt (2.5.3+dfsg-7build1) ... 1293s Selecting previously unselected package libisl23:s390x. 1293s Preparing to unpack .../14-libisl23_0.27-1_s390x.deb ... 1293s Unpacking libisl23:s390x (0.27-1) ... 1293s Selecting previously unselected package libmpc3:s390x. 1293s Preparing to unpack .../15-libmpc3_1.3.1-1build2_s390x.deb ... 1293s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1293s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1293s Preparing to unpack .../16-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1293s Selecting previously unselected package cpp-14. 1293s Preparing to unpack .../17-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 1293s Selecting previously unselected package cpp-s390x-linux-gnu. 1293s Preparing to unpack .../18-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1293s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1293s Selecting previously unselected package cpp. 1293s Preparing to unpack .../19-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 1293s Unpacking cpp (4:14.1.0-2ubuntu1) ... 1293s Selecting previously unselected package libcc1-0:s390x. 1293s Preparing to unpack .../20-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 1293s Selecting previously unselected package libgomp1:s390x. 1293s Preparing to unpack .../21-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 1293s Selecting previously unselected package libitm1:s390x. 1293s Preparing to unpack .../22-libitm1_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 1293s Selecting previously unselected package libasan8:s390x. 1293s Preparing to unpack .../23-libasan8_14.2.0-16ubuntu1_s390x.deb ... 1293s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package libubsan1:s390x. 1294s Preparing to unpack .../24-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package libgcc-14-dev:s390x. 1294s Preparing to unpack .../25-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1294s Preparing to unpack .../26-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package gcc-14. 1294s Preparing to unpack .../27-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package gcc-s390x-linux-gnu. 1294s Preparing to unpack .../28-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1294s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1294s Selecting previously unselected package gcc. 1294s Preparing to unpack .../29-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 1294s Unpacking gcc (4:14.1.0-2ubuntu1) ... 1294s Selecting previously unselected package libstdc++-14-dev:s390x. 1294s Preparing to unpack .../30-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package g++-14-s390x-linux-gnu. 1294s Preparing to unpack .../31-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package g++-14. 1294s Preparing to unpack .../32-g++-14_14.2.0-16ubuntu1_s390x.deb ... 1294s Unpacking g++-14 (14.2.0-16ubuntu1) ... 1294s Selecting previously unselected package g++-s390x-linux-gnu. 1294s Preparing to unpack .../33-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1294s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1294s Selecting previously unselected package g++. 1294s Preparing to unpack .../34-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 1294s Unpacking g++ (4:14.1.0-2ubuntu1) ... 1294s Selecting previously unselected package build-essential. 1294s Preparing to unpack .../35-build-essential_12.10ubuntu1_s390x.deb ... 1294s Unpacking build-essential (12.10ubuntu1) ... 1294s Selecting previously unselected package fonts-mathjax. 1294s Preparing to unpack .../36-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 1294s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 1294s Selecting previously unselected package libbabeltrace1:s390x. 1294s Preparing to unpack .../37-libbabeltrace1_1.5.11-4build1_s390x.deb ... 1294s Unpacking libbabeltrace1:s390x (1.5.11-4build1) ... 1294s Selecting previously unselected package libdebuginfod1t64:s390x. 1294s Preparing to unpack .../38-libdebuginfod1t64_0.192-4_s390x.deb ... 1294s Unpacking libdebuginfod1t64:s390x (0.192-4) ... 1294s Selecting previously unselected package libpython3.13:s390x. 1294s Preparing to unpack .../39-libpython3.13_3.13.1-3_s390x.deb ... 1294s Unpacking libpython3.13:s390x (3.13.1-3) ... 1294s Selecting previously unselected package libsource-highlight-common. 1294s Preparing to unpack .../40-libsource-highlight-common_3.1.9-4.3build1_all.deb ... 1294s Unpacking libsource-highlight-common (3.1.9-4.3build1) ... 1294s Selecting previously unselected package libsource-highlight4t64:s390x. 1294s Preparing to unpack .../41-libsource-highlight4t64_3.1.9-4.3build1_s390x.deb ... 1294s Unpacking libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 1294s Selecting previously unselected package gdb. 1294s Preparing to unpack .../42-gdb_16.0.90.20241230-0ubuntu2_s390x.deb ... 1294s Unpacking gdb (16.0.90.20241230-0ubuntu2) ... 1294s Selecting previously unselected package python3.12-tk. 1294s Preparing to unpack .../43-python3.12-tk_3.12.8-5_s390x.deb ... 1294s Unpacking python3.12-tk (3.12.8-5) ... 1294s Selecting previously unselected package python3.13-tk. 1294s Preparing to unpack .../44-python3.13-tk_3.13.1-3_s390x.deb ... 1294s Unpacking python3.13-tk (3.13.1-3) ... 1294s Selecting previously unselected package python3-tk:s390x. 1294s Preparing to unpack .../45-python3-tk_3.13.1-1_s390x.deb ... 1294s Unpacking python3-tk:s390x (3.13.1-1) ... 1294s Selecting previously unselected package libjs-mathjax. 1294s Preparing to unpack .../46-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 1294s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 1295s Selecting previously unselected package idle-python3.13. 1295s Preparing to unpack .../47-idle-python3.13_3.13.1-3_all.deb ... 1295s Unpacking idle-python3.13 (3.13.1-3) ... 1295s Selecting previously unselected package libexpat1-dev:s390x. 1295s Preparing to unpack .../48-libexpat1-dev_2.6.4-1_s390x.deb ... 1295s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 1295s Selecting previously unselected package libpython3.13-dbg:s390x. 1295s Preparing to unpack .../49-libpython3.13-dbg_3.13.1-3_s390x.deb ... 1295s Unpacking libpython3.13-dbg:s390x (3.13.1-3) ... 1295s Selecting previously unselected package zlib1g-dev:s390x. 1295s Preparing to unpack .../50-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 1295s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1295s Selecting previously unselected package libpython3.13-dev:s390x. 1295s Preparing to unpack .../51-libpython3.13-dev_3.13.1-3_s390x.deb ... 1295s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 1296s Selecting previously unselected package net-tools. 1296s Preparing to unpack .../52-net-tools_2.10-1.1ubuntu1_s390x.deb ... 1296s Unpacking net-tools (2.10-1.1ubuntu1) ... 1296s Selecting previously unselected package libpython3.13-testsuite. 1296s Preparing to unpack .../53-libpython3.13-testsuite_3.13.1-3_all.deb ... 1296s Unpacking libpython3.13-testsuite (3.13.1-3) ... 1296s Selecting previously unselected package python3-pip-whl. 1296s Preparing to unpack .../54-python3-pip-whl_25.0+dfsg-1_all.deb ... 1296s Unpacking python3-pip-whl (25.0+dfsg-1) ... 1296s Selecting previously unselected package python3-setuptools-whl. 1296s Preparing to unpack .../55-python3-setuptools-whl_75.6.0-1_all.deb ... 1296s Unpacking python3-setuptools-whl (75.6.0-1) ... 1296s Selecting previously unselected package python3-wheel-whl. 1296s Preparing to unpack .../56-python3-wheel-whl_0.45.1-1_all.deb ... 1296s Unpacking python3-wheel-whl (0.45.1-1) ... 1296s Selecting previously unselected package python3.13-dbg. 1296s Preparing to unpack .../57-python3.13-dbg_3.13.1-3_s390x.deb ... 1296s Unpacking python3.13-dbg (3.13.1-3) ... 1296s Selecting previously unselected package python3.13-dev. 1296s Preparing to unpack .../58-python3.13-dev_3.13.1-3_s390x.deb ... 1296s Unpacking python3.13-dev (3.13.1-3) ... 1296s Selecting previously unselected package python3.13-venv. 1296s Preparing to unpack .../59-python3.13-venv_3.13.1-3_s390x.deb ... 1296s Unpacking python3.13-venv (3.13.1-3) ... 1296s Selecting previously unselected package systemtap-sdt-dev:s390x. 1296s Preparing to unpack .../60-systemtap-sdt-dev_5.1-4_s390x.deb ... 1296s Unpacking systemtap-sdt-dev:s390x (5.1-4) ... 1296s Selecting previously unselected package locales-all. 1296s Preparing to unpack .../61-locales-all_2.40-4ubuntu1_s390x.deb ... 1296s Unpacking locales-all (2.40-4ubuntu1) ... 1298s Setting up libpython3.13:s390x (3.13.1-3) ... 1298s Setting up net-tools (2.10-1.1ubuntu1) ... 1298s Setting up python3-setuptools-whl (75.6.0-1) ... 1298s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 1298s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 1298s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 1298s Setting up libdebuginfod-common (0.192-4) ... 1298s Setting up python3-pip-whl (25.0+dfsg-1) ... 1298s Setting up x11-common (1:7.7+23ubuntu3) ... 1298s Setting up libpython3.13-testsuite (3.13.1-3) ... 1302s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 1302s Setting up python3.13-venv (3.13.1-3) ... 1302s Setting up locales-all (2.40-4ubuntu1) ... 1302s Setting up libsource-highlight-common (3.1.9-4.3build1) ... 1302s Setting up libexpat1-dev:s390x (2.6.4-1) ... 1302s Setting up systemtap-sdt-dev:s390x (5.1-4) ... 1302s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 1302s Setting up fonts-dejavu-mono (2.37-8) ... 1302s Setting up libmpc3:s390x (1.3.1-1build2) ... 1302s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 1302s Setting up fonts-dejavu-core (2.37-8) ... 1302s Setting up libbabeltrace1:s390x (1.5.11-4build1) ... 1302s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 1302s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1302s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 1302s Setting up libxss1:s390x (1:1.2.3-1build3) ... 1302s Setting up libisl23:s390x (0.27-1) ... 1302s Setting up python3-wheel-whl (0.45.1-1) ... 1302s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 1302s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 1302s Setting up libdebuginfod1t64:s390x (0.192-4) ... 1302s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 1302s Setting up libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 1302s Setting up gdb (16.0.90.20241230-0ubuntu2) ... 1302s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 1302s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1302s Setting up cpp-14 (14.2.0-16ubuntu1) ... 1302s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 1302s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 1302s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 1302s Setting up libxft2:s390x (2.3.6-1build1) ... 1302s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1302s Setting up python3.13-dev (3.13.1-3) ... 1302s Setting up libtk8.6:s390x (8.6.16-1) ... 1302s Setting up python3.12-tk (3.12.8-5) ... 1302s Setting up python3.13-tk (3.13.1-3) ... 1302s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1302s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1302s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 1302s Setting up cpp (4:14.1.0-2ubuntu1) ... 1302s Setting up libpython3.13-dbg:s390x (3.13.1-3) ... 1302s Setting up python3.13-dbg (3.13.1-3) ... 1302s python3.13-dbg: can't get files for byte-compilation 1302s Setting up tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 1302s Setting up blt (2.5.3+dfsg-7build1) ... 1302s Setting up python3-tk:s390x (3.13.1-1) ... 1302s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1302s Setting up gcc-14 (14.2.0-16ubuntu1) ... 1302s Setting up g++-14 (14.2.0-16ubuntu1) ... 1302s Setting up idle-python3.13 (3.13.1-3) ... 1302s Setting up gcc (4:14.1.0-2ubuntu1) ... 1302s Setting up g++ (4:14.1.0-2ubuntu1) ... 1302s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1302s Setting up build-essential (12.10ubuntu1) ... 1302s Processing triggers for man-db (2.13.0-1) ... 1303s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1303s autopkgtest: DBG: testbed command exited with code 0 1303s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dbg'], kind short, sout pipe, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libpython3.13-testsuite'], kind short, sout pipe, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'idle-python3.13'], kind short, sout pipe, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-venv'], kind short, sout pipe, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testsuite-dbg-packages.all"], kind short, sout raw, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-dbg-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-dbg-packages.all 1305s autopkgtest: DBG: got reply from testbed: ok 1305s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 1305s autopkgtest: DBG: testbed command exited with code 1 1305s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 1305s autopkgtest: DBG: testbed command exited with code 0 1305s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 1320s autopkgtest: DBG: got reply from testbed: ok 1320s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 1320s autopkgtest: DBG: testbed command exited with code 0 1320s autopkgtest [21:34:57]: test testsuite-dbg: [----------------------- 1320s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/testsuite-dbg-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/testsuite-dbg-stderr --stdout=/tmp/autopkgtest.G7m1mb/testsuite-dbg-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite-dbg -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite-dbg'], kind test, sout raw, serr raw, env [] 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/testsuite-dbg-artifacts 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/testsuite-dbg-stderr 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/testsuite-dbg-stdout 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite-dbg 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/testsuite-dbg 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.yKsdsWl0ft/out to stdout and file: /tmp/autopkgtest.G7m1mb/testsuite-dbg-stdout 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.yKsdsWl0ft/err to standard error and file: /tmp/autopkgtest.G7m1mb/testsuite-dbg-stdout 1320s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 2230 to /tmp/autopkgtest_script_pid 1321s total 12 1321s drwxr-xr-x 3 root root 4096 Feb 6 21:34 . 1321s drwxrwxrwt 5 root root 4096 Feb 6 21:34 .. 1321s drwxr-xr-x 3 ubuntu nogroup 4096 Feb 6 21:34 home 1321s Running the python testsuite with the debug enabled interpreter: 1321s su -s /bin/sh -c env -u https_proxy -u http_proxy -u no_proxy HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui -x test_ensurepip test_venv test_cppext test_lib2to3 test_tcl test_socket test_code_module test_ttk_guionly test_ttk_textonly test_multiprocessing_fork test_exceptions test_repl" ubuntu 1321s == CPython 3.13.1 (main, Jan 3 2025, 10:26:34) [GCC 14.2.0] 1321s == Linux-6.12.0-12-generic-s390x-with-glibc2.40 big-endian 1321s == Python build: debug shared valgrind dtrace 1321s == cwd: /tmp/test_python_worker_2281æ 1321s == CPU count: 2 1321s == encodings: locale=UTF-8 FS=utf-8 1321s == resources: all,-gui,-network,-urlfetch 1321s 1321s Using random seed: 3754742205 1321s 0:00:00 load avg: 0.24 Run 466 tests in parallel using 1 worker process 1323s 0:00:02 load avg: 0.24 [ 1/466] test.test_asyncio.test_base_events passed 1323s 0:00:02 load avg: 0.24 [ 2/466] test.test_asyncio.test_buffered_proto passed 1323s 0:00:02 load avg: 0.24 [ 3/466] test.test_asyncio.test_context passed 1329s 0:00:08 load avg: 0.22 [ 4/466] test.test_asyncio.test_eager_task_factory passed 1337s 0:00:16 load avg: 0.35 [ 5/466] test.test_asyncio.test_events passed 1339s 0:00:18 load avg: 0.35 [ 6/466] test.test_asyncio.test_futures passed 1340s 0:00:18 load avg: 0.35 [ 7/466] test.test_asyncio.test_futures2 passed 1341s 0:00:20 load avg: 0.32 [ 8/466] test.test_asyncio.test_locks passed 1341s 0:00:20 load avg: 0.32 [ 9/466] test.test_asyncio.test_pep492 passed 1342s 0:00:21 load avg: 0.32 [ 10/466] test.test_asyncio.test_proactor_events passed 1342s 0:00:21 load avg: 0.32 [ 11/466] test.test_asyncio.test_protocols passed 1343s 0:00:22 load avg: 0.32 [ 12/466] test.test_asyncio.test_queues passed 1343s 0:00:22 load avg: 0.32 [ 13/466] test.test_asyncio.test_runners passed 1344s 0:00:23 load avg: 0.32 [ 14/466] test.test_asyncio.test_selector_events passed 1346s 0:00:25 load avg: 0.38 [ 15/466] test.test_asyncio.test_sendfile passed 1347s 0:00:26 load avg: 0.38 [ 16/466] test.test_asyncio.test_server passed 1349s 0:00:28 load avg: 0.38 [ 17/466] test.test_asyncio.test_sock_lowlevel passed 1359s 0:00:38 load avg: 0.39 [ 18/466] test.test_asyncio.test_ssl passed 1364s 0:00:43 load avg: 0.36 [ 19/466] test.test_asyncio.test_sslproto passed 1365s 0:00:43 load avg: 0.36 [ 20/466] test.test_asyncio.test_staggered passed 1366s 0:00:44 load avg: 0.33 [ 21/466] test.test_asyncio.test_streams passed 1386s 0:01:05 load avg: 0.24 [ 22/466] test.test_asyncio.test_subprocess passed 1393s 0:01:12 load avg: 0.22 [ 23/466] test.test_asyncio.test_taskgroups passed 1410s 0:01:29 load avg: 0.24 [ 24/466] test.test_asyncio.test_tasks passed 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1410s Task was destroyed but it is pending! 1410s task: > 1410s /usr/lib/python3.13/asyncio/base_events.py:759: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> 1410s _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) 1410s ResourceWarning: Enable tracemalloc to get the object allocation traceback 1411s 0:01:29 load avg: 0.30 [ 25/466] test.test_asyncio.test_threads passed 1411s 0:01:30 load avg: 0.30 [ 26/466] test.test_asyncio.test_timeouts passed 1412s 0:01:30 load avg: 0.30 [ 27/466] test.test_asyncio.test_transports passed 1413s 0:01:31 load avg: 0.30 [ 28/466] test.test_asyncio.test_unix_events passed 1414s 0:01:33 load avg: 0.30 [ 29/466] test.test_asyncio.test_waitfor passed 1414s 0:01:33 load avg: 0.30 [ 30/466] test.test_asyncio.test_windows_events skipped 1414s test.test_asyncio.test_windows_events skipped -- Windows only 1414s 0:01:33 load avg: 0.30 [ 31/466] test.test_asyncio.test_windows_utils skipped 1414s test.test_asyncio.test_windows_utils skipped -- Windows only 1428s 0:01:47 load avg: 0.24 [ 32/466] test.test_concurrent_futures.test_as_completed passed 1444s 0:02:02 load avg: 0.18 [ 33/466] test.test_concurrent_futures.test_deadlock passed 1444s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3103) is multi-threaded, use of fork() may lead to deadlocks in the child. 1444s self.pid = os.fork() 1447s 0:02:06 load avg: 0.17 [ 34/466] test.test_concurrent_futures.test_future passed 1449s 0:02:07 load avg: 0.17 [ 35/466] test.test_concurrent_futures.test_init passed 1477s 0:02:36 load avg: 0.80 [ 36/466] test.test_concurrent_futures.test_process_pool passed 1477s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3318) is multi-threaded, use of fork() may lead to deadlocks in the child. 1477s self.pid = os.fork() 1494s 0:02:52 load avg: 1.40 [ 37/466] test.test_concurrent_futures.test_shutdown passed 1494s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3632) is multi-threaded, use of fork() may lead to deadlocks in the child. 1494s self.pid = os.fork() 1502s 0:03:01 load avg: 1.26 [ 38/466] test.test_concurrent_futures.test_thread_pool passed 1502s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3847) is multi-threaded, use of fork() may lead to deadlocks in the child. 1502s self.pid = os.fork() 1532s 0:03:31 load avg: 0.76 running (1): test.test_concurrent_futures.test_wait (30.0 sec) 1551s 0:03:50 load avg: 0.59 [ 39/466] test.test_concurrent_futures.test_wait passed (49.0 sec) 1551s 0:03:50 load avg: 0.62 [ 40/466] test.test_future_stmt.test_future passed 1551s 0:03:50 load avg: 0.62 [ 41/466] test.test_future_stmt.test_future_flags passed 1552s 0:03:50 load avg: 0.62 [ 42/466] test.test_future_stmt.test_future_multiple_features passed 1552s 0:03:51 load avg: 0.62 [ 43/466] test.test_future_stmt.test_future_multiple_imports passed 1552s 0:03:51 load avg: 0.62 [ 44/466] test.test_future_stmt.test_future_single_import passed 1552s 0:03:51 load avg: 0.62 [ 45/466] test.test_gdb.test_backtrace skipped 1552s test.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment. 1552s 0:03:51 load avg: 0.62 [ 46/466] test.test_gdb.test_cfunction skipped 1552s test.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment. 1552s 0:03:51 load avg: 0.62 [ 47/466] test.test_gdb.test_cfunction_full skipped 1552s test.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment. 1553s 0:03:51 load avg: 0.62 [ 48/466] test.test_gdb.test_misc skipped 1553s test.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment. 1553s 0:03:52 load avg: 0.62 [ 49/466] test.test_gdb.test_pretty_print skipped 1553s test.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment. 1555s 0:03:54 load avg: 0.62 [ 50/466] test.test_inspect.test_inspect passed 1585s 0:04:23 load avg: 0.94 [ 51/466] test.test_multiprocessing_forkserver.test_manager passed 1612s 0:04:51 load avg: 0.69 [ 52/466] test.test_multiprocessing_forkserver.test_misc passed 1642s 0:05:21 load avg: 0.82 running (1): test.test_multiprocessing_forkserver.test_processes (30.0 sec) 1673s 0:05:51 load avg: 5.86 running (1): test.test_multiprocessing_forkserver.test_processes (1 min) 1687s 0:06:05 load avg: 10.00 [ 53/466] test.test_multiprocessing_forkserver.test_processes passed (1 min 14 sec) 1702s 0:06:21 load avg: 7.78 [ 54/466] test.test_multiprocessing_forkserver.test_threads passed 1726s 0:06:45 load avg: 5.33 [ 55/466] test.test_multiprocessing_spawn.test_manager passed 1756s 0:07:15 load avg: 4.08 running (1): test.test_multiprocessing_spawn.test_misc (30.0 sec) 1763s 0:07:22 load avg: 3.75 [ 56/466] test.test_multiprocessing_spawn.test_misc passed (36.5 sec) 1793s 0:07:52 load avg: 3.00 running (1): test.test_multiprocessing_spawn.test_processes (30.0 sec) 1823s 0:08:22 load avg: 2.09 running (1): test.test_multiprocessing_spawn.test_processes (1 min) 1825s 0:08:24 load avg: 2.09 [ 57/466] test.test_multiprocessing_spawn.test_processes passed (1 min 2 sec) 1840s 0:08:39 load avg: 1.62 [ 58/466] test.test_multiprocessing_spawn.test_threads passed 1844s 0:08:43 load avg: 1.57 [ 59/466] test.test_pydoc.test_pydoc passed 1846s 0:08:44 load avg: 1.57 [ 60/466] test___all__ passed 1846s 0:08:45 load avg: 1.57 [ 61/466] test__colorize passed 1847s 0:08:46 load avg: 1.53 [ 62/466] test__interpchannels passed 1850s 0:08:49 load avg: 1.53 [ 63/466] test__interpreters passed 1850s 0:08:49 load avg: 1.53 [ 64/466] test__locale passed 1850s 0:08:49 load avg: 1.53 [ 65/466] test__opcode passed 1850s 0:08:49 load avg: 1.53 [ 66/466] test__osx_support passed 1851s 0:08:49 load avg: 1.53 [ 67/466] test_abc passed 1851s 0:08:50 load avg: 1.53 [ 68/466] test_abstract_numbers passed 1851s 0:08:50 load avg: 1.53 [ 69/466] test_android skipped 1851s test_android skipped -- Android-specific 1851s 0:08:50 load avg: 1.53 [ 70/466] test_apple skipped 1851s test_apple skipped -- Apple-specific 1854s 0:08:53 load avg: 1.48 [ 71/466] test_argparse passed 1856s 0:08:54 load avg: 1.48 [ 72/466] test_array passed 1856s 0:08:54 load avg: 1.48 [ 73/466] test_asdl_parser skipped 1856s test_asdl_parser skipped -- test irrelevant for an installed Python 1861s 0:08:59 load avg: 1.45 [ 74/466] test_ast passed 1862s 0:09:01 load avg: 1.33 [ 75/466] test_asyncgen passed 1862s 0:09:01 load avg: 1.33 [ 76/466] test_atexit passed 1865s 0:09:04 load avg: 1.33 [ 77/466] test_audit passed 1865s 0:09:04 load avg: 1.33 [ 78/466] test_augassign passed 1866s 0:09:05 load avg: 1.33 [ 79/466] test_base64 passed 1866s 0:09:05 load avg: 1.33 [ 80/466] test_baseexception passed 1866s 0:09:05 load avg: 1.30 [ 81/466] test_bdb passed 1867s 0:09:05 load avg: 1.30 [ 82/466] test_bigaddrspace passed 1867s 0:09:06 load avg: 1.30 [ 83/466] test_bigmem passed 1867s 0:09:06 load avg: 1.30 [ 84/466] test_binascii passed 1867s 0:09:06 load avg: 1.30 [ 85/466] test_binop passed 1868s 0:09:06 load avg: 1.30 [ 86/466] test_bisect passed 1868s 0:09:07 load avg: 1.30 [ 87/466] test_bool passed 1880s 0:09:18 load avg: 1.26 [ 88/466] test_buffer passed 1880s 0:09:19 load avg: 1.26 [ 89/466] test_bufio passed 1882s 0:09:20 load avg: 1.24 [ 90/466] test_builtin passed 1887s 0:09:26 load avg: 1.22 [ 91/466] test_bytes passed 1888s 0:09:27 load avg: 1.22 [ 92/466] test_bz2 passed 1891s 0:09:29 load avg: 1.22 [ 93/466] test_c_locale_coercion passed 1893s 0:09:32 load avg: 1.20 [ 94/466] test_calendar passed 1894s 0:09:32 load avg: 1.20 [ 95/466] test_call passed 1924s 0:10:02 load avg: 1.12 running (1): test_capi (30.0 sec) 1932s 0:10:11 load avg: 1.02 [ 96/466] test_capi passed (38.3 sec) 1962s 0:10:41 load avg: 1.01 running (1): test_cext (30.0 sec) 1982s 0:11:01 load avg: 1.01 [ 97/466] test_cext passed (50.1 sec) 1982s 0:11:01 load avg: 1.01 [ 98/466] test_charmapcodec passed 1983s 0:11:02 load avg: 1.01 [ 99/466] test_class passed 1983s 0:11:02 load avg: 1.01 [100/466] test_clinic skipped 1983s test_clinic skipped -- clinic directory could not be found 1983s 0:11:02 load avg: 1.01 [101/466] test_cmath passed 1984s 0:11:02 load avg: 1.01 [102/466] test_cmd passed 1993s 0:11:12 load avg: 1.09 [103/466] test_cmd_line passed 1998s 0:11:17 load avg: 1.08 [104/466] test_cmd_line_script passed 1998s 0:11:17 load avg: 1.08 [105/466] test_code passed 1998s 0:11:17 load avg: 1.08 [106/466] test_codeccallbacks passed 1999s 0:11:18 load avg: 1.08 [107/466] test_codecencodings_cn passed 1999s 0:11:18 load avg: 1.08 [108/466] test_codecencodings_hk passed 2000s 0:11:19 load avg: 1.08 [109/466] test_codecencodings_iso2022 passed 2001s 0:11:20 load avg: 1.08 [110/466] test_codecencodings_jp passed 2001s 0:11:20 load avg: 1.08 [111/466] test_codecencodings_kr passed 2001s 0:11:20 load avg: 1.08 [112/466] test_codecencodings_tw passed 2002s 0:11:20 load avg: 1.08 [113/466] test_codecmaps_cn passed 2002s 0:11:21 load avg: 1.07 [114/466] test_codecmaps_hk passed 2002s 0:11:21 load avg: 1.07 [115/466] test_codecmaps_jp passed 2002s 0:11:21 load avg: 1.07 [116/466] test_codecmaps_kr passed 2003s 0:11:21 load avg: 1.07 [117/466] test_codecmaps_tw passed 2005s 0:11:23 load avg: 1.07 [118/466] test_codecs passed 2005s 0:11:24 load avg: 1.07 [119/466] test_codeop passed 2006s 0:11:25 load avg: 1.07 [120/466] test_collections passed 2006s 0:11:25 load avg: 1.07 [121/466] test_colorsys passed 2007s 0:11:25 load avg: 1.07 [122/466] test_compare passed 2013s 0:11:32 load avg: 1.06 [123/466] test_compile passed 2042s 0:12:01 load avg: 1.04 [124/466] test_compileall passed 2043s 0:12:01 load avg: 1.04 [125/466] test_compiler_assemble passed 2043s 0:12:02 load avg: 1.04 [126/466] test_compiler_codegen passed 2043s 0:12:02 load avg: 1.04 [127/466] test_complex passed 2045s 0:12:03 load avg: 1.04 [128/466] test_configparser passed 2045s 0:12:03 load avg: 1.04 [129/466] test_contains passed 2047s 0:12:06 load avg: 1.04 [130/466] test_context passed 2047s 0:12:06 load avg: 1.03 [131/466] test_contextlib passed 2048s 0:12:06 load avg: 1.03 [132/466] test_contextlib_async passed 2048s 0:12:07 load avg: 1.03 [133/466] test_copy passed 2048s 0:12:07 load avg: 1.03 [134/466] test_copyreg passed 2049s 0:12:07 load avg: 1.03 [135/466] test_coroutines passed 2050s 0:12:08 load avg: 1.03 [136/466] test_cprofile passed 2050s 0:12:09 load avg: 1.03 [137/466] test_csv passed 2052s 0:12:11 load avg: 1.03 [138/466] test_ctypes passed 2053s 0:12:11 load avg: 1.03 [139/466] test_curses passed 2053s 0:12:12 load avg: 1.03 [140/466] test_dataclasses passed 2059s 0:12:18 load avg: 1.03 [141/466] test_datetime passed 2060s 0:12:18 load avg: 1.03 [142/466] test_dbm passed 2060s BDB0004 fop_read_meta: @test_10297_tmpæ/@test_10297_tmpæ.db: unexpected file type or format 2060s BDB0004 fop_read_meta: @test_10297_tmpæ/@test_10297_tmpæ.db: unexpected file type or format 2060s BDB0004 fop_read_meta: @test_10297_tmpæ/@test_10297_tmpæ.db: unexpected file type or format 2060s BDB0004 fop_read_meta: @test_10297_tmpæ/@test_10297_tmpæ.db: unexpected file type or format 2060s 0:12:19 load avg: 1.03 [143/466] test_dbm_dumb passed 2060s 0:12:19 load avg: 1.03 [144/466] test_dbm_gnu passed 2060s 0:12:19 load avg: 1.03 [145/466] test_dbm_ndbm passed 2060s BDB0111 DB->del: attempt to modify a read-only database 2060s BDB0111 DB->del: attempt to modify a read-only database 2060s BDB0111 DB->put: attempt to modify a read-only database 2061s 0:12:19 load avg: 1.03 [146/466] test_dbm_sqlite3 passed 2076s 0:12:34 load avg: 1.02 [147/466] test_decimal passed 2076s 0:12:35 load avg: 1.02 [148/466] test_decorators passed 2076s 0:12:35 load avg: 1.02 [149/466] test_defaultdict passed 2078s 0:12:37 load avg: 1.02 [150/466] test_deque passed 2080s 0:12:39 load avg: 1.02 [151/466] test_descr passed 2080s 0:12:39 load avg: 1.02 [152/466] test_descrtut passed 2080s 0:12:39 load avg: 1.02 [153/466] test_devpoll skipped 2080s test_devpoll skipped -- test works only on Solaris OS family 2081s 0:12:40 load avg: 1.02 [154/466] test_dict passed 2081s 0:12:40 load avg: 1.02 [155/466] test_dict_version passed 2082s 0:12:40 load avg: 1.02 [156/466] test_dictcomps passed 2082s 0:12:40 load avg: 1.02 [157/466] test_dictviews passed 2083s 0:12:42 load avg: 1.02 [158/466] test_difflib passed 2084s 0:12:43 load avg: 1.02 [159/466] test_dis passed 2086s 0:12:45 load avg: 1.02 [160/466] test_doctest passed 2091s 0:12:49 load avg: 0.94 [161/466] test_docxmlrpc passed 2091s 0:12:50 load avg: 0.94 [162/466] test_dtrace passed 2091s 0:12:50 load avg: 0.94 [163/466] test_dynamic passed 2091s 0:12:50 load avg: 0.94 [164/466] test_dynamicclassattribute passed 2099s 0:12:57 load avg: 0.79 [165/466] test_eintr passed 2106s 0:13:04 load avg: 0.81 [166/466] test_email passed 2106s 0:13:05 load avg: 0.81 [167/466] test_embed passed 2108s 0:13:07 load avg: 0.82 [168/466] test_enum passed 2109s 0:13:07 load avg: 0.82 [169/466] test_enumerate passed 2109s 0:13:08 load avg: 0.82 [170/466] test_eof passed 2110s 0:13:08 load avg: 0.82 [171/466] test_epoll passed 2110s 0:13:08 load avg: 0.82 [172/466] test_errno passed 2110s 0:13:09 load avg: 0.82 [173/466] test_except_star passed 2110s 0:13:09 load avg: 0.82 [174/466] test_exception_group passed 2110s 0:13:09 load avg: 0.82 [175/466] test_exception_hierarchy passed 2111s 0:13:09 load avg: 0.82 [176/466] test_exception_variations passed 2111s 0:13:10 load avg: 0.82 [177/466] test_extcall passed 2111s 0:13:10 load avg: 0.82 [178/466] test_external_inspection passed 2130s 0:13:29 load avg: 0.59 [179/466] test_faulthandler passed 2130s 0:13:29 load avg: 0.59 [180/466] test_fcntl passed 2131s 0:13:30 load avg: 0.59 [181/466] test_file passed 2133s 0:13:32 load avg: 0.62 [182/466] test_file_eintr passed 2133s 0:13:32 load avg: 0.62 [183/466] test_filecmp passed 2133s 0:13:32 load avg: 0.62 [184/466] test_fileinput passed 2134s 0:13:32 load avg: 0.62 [185/466] test_fileio passed 2134s 0:13:33 load avg: 0.62 [186/466] test_fileutils passed 2134s 0:13:33 load avg: 0.62 [187/466] test_finalization passed 2135s 0:13:33 load avg: 0.62 [188/466] test_float passed 2135s 0:13:34 load avg: 0.62 [189/466] test_flufl passed 2135s 0:13:34 load avg: 0.62 [190/466] test_fnmatch passed 2140s 0:13:39 load avg: 0.57 [191/466] test_fork1 passed 2141s 0:13:39 load avg: 0.57 [192/466] test_format passed 2141s 0:13:40 load avg: 0.57 [193/466] test_fractions passed 2141s 0:13:40 load avg: 0.57 [194/466] test_frame passed 2141s 0:13:40 load avg: 0.57 [195/466] test_free_threading skipped 2141s test_free_threading skipped -- GIL enabled 2141s 0:13:40 load avg: 0.57 [196/466] test_frozen passed 2146s 0:13:44 load avg: 0.61 [197/466] test_fstring passed 2154s 0:13:53 load avg: 0.59 [198/466] test_ftplib passed 2154s 0:13:53 load avg: 0.59 [199/466] test_funcattrs passed 2155s 0:13:53 load avg: 0.59 [200/466] test_functools passed 2157s 0:13:56 load avg: 0.63 [201/466] test_gc passed 2157s 0:13:56 load avg: 0.63 [202/466] test_generated_cases skipped 2157s test_generated_cases skipped -- cases_generator directory could not be found 2157s 0:13:56 load avg: 0.63 [203/466] test_generator_stop passed 2158s 0:13:57 load avg: 0.63 [204/466] test_generators passed 2158s 0:13:57 load avg: 0.63 [205/466] test_genericalias passed 2158s 0:13:57 load avg: 0.63 [206/466] test_genericclass passed 2159s 0:13:57 load avg: 0.63 [207/466] test_genericpath passed 2159s 0:13:58 load avg: 0.63 [208/466] test_genexps passed 2159s 0:13:58 load avg: 0.63 [209/466] test_getopt passed 2159s 0:13:58 load avg: 0.63 [210/466] test_getpass passed 2160s 0:13:58 load avg: 0.63 [211/466] test_getpath passed 2160s 0:13:59 load avg: 0.63 [212/466] test_gettext passed 2160s 0:13:59 load avg: 0.63 [213/466] test_glob passed 2161s 0:13:59 load avg: 0.63 [214/466] test_global passed 2161s 0:14:00 load avg: 0.63 [215/466] test_grammar passed 2162s 0:14:00 load avg: 0.63 [216/466] test_graphlib passed 2162s 0:14:00 load avg: 0.63 [217/466] test_grp passed 2162s 0:14:01 load avg: 0.66 [218/466] test_gzip passed 2163s 0:14:02 load avg: 0.66 [219/466] test_hash passed 2167s 0:14:05 load avg: 0.66 [220/466] test_hashlib passed 2168s 0:14:06 load avg: 0.68 [221/466] test_heapq passed 2168s 0:14:07 load avg: 0.68 [222/466] test_hmac passed 2168s 0:14:07 load avg: 0.68 [223/466] test_html passed 2168s 0:14:07 load avg: 0.68 [224/466] test_htmlparser passed 2169s 0:14:08 load avg: 0.68 [225/466] test_http_cookiejar passed 2173s 0:14:12 load avg: 0.71 [226/466] test_http_cookies passed 2174s 0:14:12 load avg: 0.71 [227/466] test_httplib passed 2176s 0:14:15 load avg: 0.71 [228/466] test_httpservers passed 2177s 0:14:16 load avg: 0.73 [229/466] test_idle passed 2177s Traceback (most recent call last): 2177s File "/usr/lib/python3.13/idlelib/run.py", line 590, in runcode 2177s exec(code, self.locals) 2177s ~~~~^^^^^^^^^^^^^^^^^^^ 2178s File "", line 1, in 2178s ZeroDivisionError: division by zero 2189s 0:14:28 load avg: 0.62 [230/466] test_imaplib passed 2195s 0:14:33 load avg: 0.65 [231/466] test_import passed 2199s 0:14:38 load avg: 0.60 [232/466] test_importlib passed 2199s 0:14:38 load avg: 0.60 [233/466] test_index passed 2203s 0:14:42 load avg: 0.63 [234/466] test_int passed 2203s 0:14:42 load avg: 0.63 [235/466] test_int_literal passed 2222s 0:15:01 load avg: 1.82 [236/466] test_interpreters passed 2252s 0:15:31 load avg: 1.34 running (1): test_io (30.0 sec) 2260s 0:15:38 load avg: 1.23 [237/466] test_io passed (37.4 sec) 2260s 0:15:39 load avg: 1.23 [238/466] test_ioctl skipped 2260s test_ioctl skipped -- Unable to open /dev/tty 2260s 0:15:39 load avg: 1.23 [239/466] test_ipaddress passed 2261s 0:15:39 load avg: 1.23 [240/466] test_isinstance passed 2261s 0:15:40 load avg: 1.23 [241/466] test_iter passed 2261s 0:15:40 load avg: 1.23 [242/466] test_iterlen passed 2271s 0:15:50 load avg: 1.20 [243/466] test_itertools passed 2277s 0:15:56 load avg: 1.17 [244/466] test_json passed 2278s 0:15:56 load avg: 1.17 [245/466] test_keyword passed 2278s 0:15:56 load avg: 1.17 [246/466] test_keywordonlyarg passed 2278s 0:15:57 load avg: 1.17 [247/466] test_kqueue skipped 2278s test_kqueue skipped -- test works only on BSD 2283s 0:16:01 load avg: 1.15 [248/466] test_largefile passed 2283s 0:16:02 load avg: 1.15 [249/466] test_launcher skipped 2283s test_launcher skipped -- test only applies to Windows 2283s 0:16:02 load avg: 1.15 [250/466] test_linecache passed 2284s 0:16:03 load avg: 1.15 [251/466] test_list passed 2284s 0:16:03 load avg: 1.15 [252/466] test_listcomps passed 2285s 0:16:03 load avg: 1.15 [253/466] test_lltrace passed 2285s 0:16:04 load avg: 1.15 [254/466] test_locale passed 2309s 0:16:28 load avg: 0.88 [255/466] test_logging passed 2313s 0:16:32 load avg: 0.89 [256/466] test_long passed 2314s 0:16:33 load avg: 0.89 [257/466] test_longexp passed 2317s 0:16:35 load avg: 0.89 [258/466] test_lzma passed 2318s 0:16:37 load avg: 0.98 [259/466] test_mailbox passed 2318s 0:16:37 load avg: 0.98 [260/466] test_marshal passed 2348s 0:17:07 load avg: 0.99 running (1): test_math (30.0 sec) 2378s 0:17:37 load avg: 1.00 running (1): test_math (1 min) 2408s 0:18:07 load avg: 1.00 running (1): test_math (1 min 30 sec) 2429s 0:18:28 load avg: 1.00 [261/466] test_math passed (1 min 50 sec) 2429s 0:18:28 load avg: 1.00 [262/466] test_math_property passed 2430s 0:18:29 load avg: 1.00 [263/466] test_memoryio passed 2430s 0:18:29 load avg: 1.00 [264/466] test_memoryview passed 2430s 0:18:29 load avg: 1.00 [265/466] test_metaclass passed 2431s 0:18:29 load avg: 1.00 [266/466] test_mimetypes passed 2431s 0:18:30 load avg: 1.00 [267/466] test_minidom passed 2431s 0:18:30 load avg: 1.00 [268/466] test_mmap passed 2432s 0:18:30 load avg: 1.00 [269/466] test_module passed 2432s 0:18:31 load avg: 1.00 [270/466] test_modulefinder passed 2432s 0:18:31 load avg: 1.00 [271/466] test_monitoring passed 2433s 0:18:31 load avg: 1.00 [272/466] test_msvcrt skipped 2433s test_msvcrt skipped -- windows related tests 2436s 0:18:35 load avg: 1.00 [273/466] test_multibytecodec passed 2450s 0:18:49 load avg: 1.70 [274/466] test_multiprocessing_main_handling passed 2451s 0:18:49 load avg: 1.70 [275/466] test_named_expressions passed 2451s 0:18:50 load avg: 1.70 [276/466] test_netrc passed 2451s 0:18:50 load avg: 1.70 [277/466] test_ntpath passed 2452s 0:18:50 load avg: 1.70 [278/466] test_numeric_tower passed 2453s 0:18:52 load avg: 1.65 [279/466] test_opcache passed 2454s 0:18:52 load avg: 1.65 [280/466] test_opcodes passed 2454s 0:18:53 load avg: 1.65 [281/466] test_openpty passed 2454s 0:18:53 load avg: 1.65 [282/466] test_operator passed 2454s 0:18:53 load avg: 1.65 [283/466] test_optimizer passed 2454s 0:18:53 load avg: 1.65 [284/466] test_optparse passed 2455s 0:18:54 load avg: 1.65 [285/466] test_ordered_dict passed 2469s 0:19:08 load avg: 1.28 [286/466] test_os passed 2469s 0:19:08 load avg: 1.28 [287/466] test_osx_env passed 2475s 0:19:14 load avg: 1.26 [288/466] test_pathlib passed 2476s 0:19:14 load avg: 1.26 [289/466] test_patma passed 2484s 0:19:23 load avg: 1.22 [290/466] test_pdb passed 2487s 0:19:25 load avg: 1.22 [291/466] test_peepholer passed 2487s 0:19:26 load avg: 1.22 [292/466] test_peg_generator passed 2487s 0:19:26 load avg: 1.22 [293/466] test_pep646_syntax passed 2487s 0:19:26 load avg: 1.22 [294/466] test_perf_profiler skipped 2487s test_perf_profiler skipped -- perf trampoline profiling not supported 2487s 0:19:26 load avg: 1.22 [295/466] test_perfmaps passed 2510s 0:19:49 load avg: 1.14 [296/466] test_pickle passed 2510s 0:19:49 load avg: 1.14 [297/466] test_picklebuffer passed 2514s 0:19:53 load avg: 1.13 [298/466] test_pickletools passed 2514s 0:19:53 load avg: 1.13 [299/466] test_pkg passed 2514s 0:19:53 load avg: 1.13 [300/466] test_pkgutil passed 2515s 0:19:54 load avg: 1.13 [301/466] test_platform passed 2516s 0:19:54 load avg: 1.13 [302/466] test_plistlib passed 2527s 0:20:06 load avg: 0.96 [303/466] test_poll passed 2528s 0:20:06 load avg: 0.96 [304/466] test_popen passed 2534s 0:20:13 load avg: 0.81 [305/466] test_poplib passed 2534s 0:20:13 load avg: 0.81 [306/466] test_positional_only_arg passed 2536s 0:20:15 load avg: 0.81 [307/466] test_posix passed 2536s 0:20:15 load avg: 0.81 [308/466] test_posixpath passed 2539s 0:20:18 load avg: 0.82 [309/466] test_pow passed 2539s 0:20:18 load avg: 0.82 [310/466] test_pprint passed 2539s 0:20:18 load avg: 0.82 [311/466] test_print passed 2540s 0:20:19 load avg: 0.82 [312/466] test_profile passed 2540s 0:20:19 load avg: 0.82 [313/466] test_property passed 2541s 0:20:19 load avg: 0.82 [314/466] test_pstats passed 2541s 0:20:20 load avg: 0.82 [315/466] test_pty passed 2541s 0:20:20 load avg: 0.82 [316/466] test_pulldom passed 2541s 0:20:20 load avg: 0.82 [317/466] test_pwd passed 2542s 0:20:21 load avg: 0.82 [318/466] test_py_compile passed 2544s 0:20:23 load avg: 0.84 [319/466] test_pyclbr passed 2544s 0:20:23 load avg: 0.84 [320/466] test_pyexpat passed 2558s 0:20:37 load avg: 0.65 [321/466] test_pyrepl passed 2568s 0:20:47 load avg: 1.01 [322/466] test_queue passed 2569s 0:20:47 load avg: 1.01 [323/466] test_quopri passed 2569s 0:20:48 load avg: 1.01 [324/466] test_raise passed 2571s 0:20:50 load avg: 1.01 [325/466] test_random passed 2573s 0:20:51 load avg: 1.01 [326/466] test_range passed 2574s 0:20:53 load avg: 1.01 [327/466] test_re passed 2574s 0:20:53 load avg: 1.01 [328/466] test_readline passed 2603s 0:21:21 load avg: 1.21 [329/466] test_regrtest passed 2603s 0:21:22 load avg: 1.21 [330/466] test_reprlib passed 2603s 0:21:22 load avg: 1.19 [331/466] test_resource passed 2604s 0:21:22 load avg: 1.19 [332/466] test_richcmp passed 2604s 0:21:23 load avg: 1.19 [333/466] test_rlcompleter passed 2604s 0:21:23 load avg: 1.19 [334/466] test_robotparser passed 2605s 0:21:24 load avg: 1.19 [335/466] test_runpy passed 2605s 0:21:24 load avg: 1.19 [336/466] test_sax passed 2606s 0:21:25 load avg: 1.19 [337/466] test_sched passed 2606s 0:21:25 load avg: 1.19 [338/466] test_scope passed 2607s 0:21:26 load avg: 1.19 [339/466] test_script_helper passed 2607s 0:21:26 load avg: 1.19 [340/466] test_secrets passed 2609s 0:21:28 load avg: 1.09 [341/466] test_select passed 2627s 0:21:45 load avg: 0.99 [342/466] test_selectors passed 2634s 0:21:52 load avg: 0.99 [343/466] test_set passed 2635s 0:21:52 load avg: 0.99 [344/466] test_setcomps passed 2635s 0:21:54 load avg: 0.99 [345/466] test_shelve passed 2635s 0:21:54 load avg: 0.99 [346/466] test_shlex passed 2636s 0:21:55 load avg: 0.99 [347/466] test_shutil passed 2666s 0:22:25 load avg: 0.65 running (1): test_signal (30.0 sec) 2677s 0:22:36 load avg: 0.55 [348/466] test_signal passed (40.4 sec) 2677s 0:22:36 load avg: 0.55 [349/466] test_site passed 2678s 0:22:37 load avg: 0.55 [350/466] test_slice passed 2679s 0:22:38 load avg: 0.59 [351/466] test_smtplib passed 2680s 0:22:38 load avg: 0.59 [352/466] test_smtpnet skipped (resource denied) 2680s test_smtpnet skipped -- Use of the 'network' resource not enabled 2680s 0:22:39 load avg: 0.59 [353/466] test_socketserver skipped (resource denied) 2680s test_socketserver skipped -- Use of the 'network' resource not enabled 2680s 0:22:39 load avg: 0.59 [354/466] test_sort passed 2705s 0:23:03 load avg: 0.73 [355/466] test_source_encoding passed 2705s 0:23:04 load avg: 0.73 [356/466] test_sqlite3 passed 2735s 0:23:34 load avg: 0.44 running (1): test_ssl (30.0 sec) 2747s 0:23:46 load avg: 0.37 [357/466] test_ssl passed (41.8 sec) 2747s 0:23:46 load avg: 0.37 [358/466] test_stable_abi_ctypes passed 2747s 0:23:46 load avg: 0.37 [359/466] test_startfile skipped 2747s test_startfile skipped -- object has no attribute 'startfile' 2748s 0:23:46 load avg: 0.37 [360/466] test_stat passed 2778s 0:24:16 load avg: 0.62 running (1): test_statistics (30.0 sec) 2808s 0:24:46 load avg: 0.77 running (1): test_statistics (1 min) 2826s 0:25:05 load avg: 0.84 [361/466] test_statistics passed (1 min 18 sec) 2832s 0:25:11 load avg: 0.85 [362/466] test_str passed 2832s 0:25:11 load avg: 0.85 [363/466] test_strftime passed 2832s 0:25:11 load avg: 0.85 [364/466] test_string passed 2833s 0:25:11 load avg: 0.85 [365/466] test_string_literals passed 2833s 0:25:12 load avg: 0.85 [366/466] test_stringprep passed 2833s 0:25:12 load avg: 0.85 [367/466] test_strptime passed 2835s 0:25:13 load avg: 0.86 [368/466] test_strtod passed 2836s 0:25:14 load avg: 0.86 [369/466] test_struct passed 2836s 0:25:15 load avg: 0.86 [370/466] test_structseq passed 2836s 0:25:15 load avg: 0.86 [371/466] test_subclassinit passed 2865s 0:25:43 load avg: 0.65 [372/466] test_subprocess passed 2865s 0:25:44 load avg: 0.65 [373/466] test_sundry passed 2865s 0:25:44 load avg: 0.65 [374/466] test_super passed 2872s 0:25:51 load avg: 0.68 [375/466] test_support passed 2872s 0:25:51 load avg: 0.68 [376/466] test_symtable passed 2872s 0:25:51 load avg: 0.68 [377/466] test_syntax passed 2875s 0:25:53 load avg: 0.71 [378/466] test_sys passed 2875s 0:25:54 load avg: 0.71 [379/466] test_sys_setprofile passed 2880s 0:25:59 load avg: 0.73 [380/466] test_sys_settrace passed 2881s 0:26:00 load avg: 0.73 [381/466] test_sysconfig passed 2882s 0:26:00 load avg: 0.73 [382/466] test_syslog passed 2882s 0:26:01 load avg: 0.73 [383/466] test_tabnanny passed 2906s 0:26:25 load avg: 0.89 [384/466] test_tarfile passed 2907s 0:26:26 load avg: 0.89 [385/466] test_tempfile passed 2908s 0:26:26 load avg: 0.89 [386/466] test_termios passed 2908s 0:26:27 load avg: 0.89 [387/466] test_textwrap passed 2910s 0:26:28 load avg: 0.81 [388/466] test_thread passed 2910s 0:26:28 load avg: 0.81 [389/466] test_threadedtempfile passed 2929s 0:26:48 load avg: 0.74 [390/466] test_threading passed 2930s 0:26:49 load avg: 0.74 [391/466] test_threading_local passed 2935s 0:26:54 load avg: 0.68 [392/466] test_threadsignals passed 2937s 0:26:56 load avg: 0.68 [393/466] test_time passed 2937s 0:26:56 load avg: 0.68 [394/466] test_timeit passed 2938s 0:26:56 load avg: 0.68 [395/466] test_timeout passed 2938s 0:26:57 load avg: 0.68 [396/466] test_tkinter skipped (resource denied) 2938s test_tkinter skipped -- Use of the 'gui' resource not enabled 2968s 0:27:27 load avg: 0.81 running (1): test_tokenize (30.0 sec) 2976s 0:27:35 load avg: 0.84 [397/466] test_tokenize passed (38.5 sec) 2976s 0:27:35 load avg: 0.84 [398/466] test_tomllib passed 2977s 0:27:36 load avg: 0.84 [399/466] test_tools passed 2982s 0:27:41 load avg: 0.85 [400/466] test_trace passed 2987s 0:27:46 load avg: 0.86 [401/466] test_traceback passed 2990s 0:27:49 load avg: 0.87 [402/466] test_tracemalloc passed 2990s 0:27:49 load avg: 0.87 [403/466] test_ttk skipped (resource denied) 2990s test_ttk skipped -- Use of the 'gui' resource not enabled 2990s 0:27:49 load avg: 0.87 [404/466] test_tty passed 2992s 0:27:50 load avg: 0.87 [405/466] test_tuple passed 2992s 0:27:51 load avg: 0.87 [406/466] test_turtle passed 2992s 0:27:51 load avg: 0.87 [407/466] test_type_aliases passed 2992s 0:27:51 load avg: 0.87 [408/466] test_type_annotations passed 2992s 0:27:51 load avg: 0.87 [409/466] test_type_cache passed 2993s 0:27:52 load avg: 0.87 [410/466] test_type_comments passed 2993s 0:27:52 load avg: 0.87 [411/466] test_type_params passed 2993s 0:27:52 load avg: 0.87 [412/466] test_typechecks passed 2994s 0:27:53 load avg: 0.88 [413/466] test_types passed 2995s 0:27:54 load avg: 0.88 [414/466] test_typing passed 2995s 0:27:54 load avg: 0.88 [415/466] test_ucn passed 2996s 0:27:54 load avg: 0.88 [416/466] test_unary passed 2996s 0:27:55 load avg: 0.88 [417/466] test_unicode_file passed 2996s 0:27:55 load avg: 0.88 [418/466] test_unicode_file_functions passed 2996s 0:27:55 load avg: 0.88 [419/466] test_unicode_identifiers passed 3026s 0:28:25 load avg: 0.93 running (1): test_unicodedata (30.0 sec) 3026s 0:28:25 load avg: 0.93 [420/466] test_unicodedata passed (30.1 sec) 3033s 0:28:32 load avg: 0.94 [421/466] test_unittest passed 3033s 0:28:32 load avg: 0.94 [422/466] test_univnewlines passed 3033s 0:28:32 load avg: 0.94 [423/466] test_unpack passed 3034s 0:28:33 load avg: 0.94 [424/466] test_unpack_ex passed 3064s 0:29:03 load avg: 0.96 running (1): test_unparse (30.0 sec) 3076s 0:29:15 load avg: 0.97 [425/466] test_unparse passed (42.2 sec) 3076s 0:29:15 load avg: 0.97 [426/466] test_urllib passed 3077s 0:29:16 load avg: 0.97 [427/466] test_urllib2 passed 3079s 0:29:18 load avg: 0.97 [428/466] test_urllib2_localnet passed 3079s 0:29:18 load avg: 0.97 [429/466] test_urllib2net skipped (resource denied) 3079s test_urllib2net skipped -- Use of the 'network' resource not enabled 3080s 0:29:18 load avg: 0.97 [430/466] test_urllib_response passed 3080s 0:29:18 load avg: 0.97 [431/466] test_urllibnet skipped (resource denied) 3080s test_urllibnet skipped -- Use of the 'network' resource not enabled 3081s 0:29:20 load avg: 0.97 [432/466] test_urlparse passed 3081s 0:29:20 load avg: 0.97 [433/466] test_userdict passed 3081s 0:29:20 load avg: 0.97 [434/466] test_userlist passed 3084s 0:29:23 load avg: 0.98 [435/466] test_userstring passed 3085s 0:29:24 load avg: 0.98 [436/466] test_utf8_mode passed 3085s 0:29:24 load avg: 0.98 [437/466] test_utf8source passed 3086s 0:29:25 load avg: 0.98 [438/466] test_uuid passed 3091s 0:29:30 load avg: 0.90 [439/466] test_wait3 passed 3096s 0:29:35 load avg: 0.83 [440/466] test_wait4 passed 3098s 0:29:36 load avg: 0.83 [441/466] test_warnings passed 3098s 0:29:37 load avg: 0.83 [442/466] test_wave passed 3107s 0:29:46 load avg: 0.85 [443/466] test_weakref passed 3107s 0:29:46 load avg: 0.85 [444/466] test_weakset passed 3107s 0:29:46 load avg: 0.85 [445/466] test_webbrowser passed 3108s 0:29:46 load avg: 0.85 [446/466] test_winapi skipped 3108s test_winapi skipped -- No module named '_winapi' 3108s 0:29:47 load avg: 0.85 [447/466] test_winconsoleio skipped 3108s test_winconsoleio skipped -- test only relevant on win32 3108s 0:29:47 load avg: 0.85 [448/466] test_winreg skipped 3108s test_winreg skipped -- No module named 'winreg' 3108s 0:29:47 load avg: 0.85 [449/466] test_winsound skipped 3108s test_winsound skipped -- No module named 'winsound' 3108s 0:29:47 load avg: 0.85 [450/466] test_with passed 3108s 0:29:47 load avg: 0.85 [451/466] test_wmi skipped 3108s test_wmi skipped -- No module named '_wmi' 3109s 0:29:48 load avg: 0.85 [452/466] test_wsgiref passed 3109s 0:29:48 load avg: 0.87 [453/466] test_xml_dom_minicompat passed 3109s 0:29:48 load avg: 0.87 [454/466] test_xml_etree passed 3110s 0:29:49 load avg: 0.87 [455/466] test_xml_etree_c passed 3138s 0:30:17 load avg: 0.57 [456/466] test_xmlrpc passed 3138s 0:30:17 load avg: 0.57 [457/466] test_xxlimited passed 3138s 0:30:17 load avg: 0.57 [458/466] test_xxtestfuzz passed 3138s 0:30:17 load avg: 0.57 [459/466] test_yield_from passed 3139s 0:30:18 load avg: 0.57 [460/466] test_zipapp passed 3151s 0:30:30 load avg: 0.67 [461/466] test_zipfile passed 3152s 0:30:30 load avg: 0.67 [462/466] test_zipfile64 skipped (resource denied) 3152s test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 3182s 0:31:00 load avg: 0.80 running (1): test_zipimport (30.0 sec) 3212s 0:31:30 load avg: 1.04 running (1): test_zipimport (1 min) 3217s 0:31:36 load avg: 1.04 [463/466] test_zipimport passed (1 min 5 sec) 3218s 0:31:37 load avg: 1.04 [464/466] test_zipimport_support passed 3219s 0:31:38 load avg: 1.03 [465/466] test_zlib passed 3220s 0:31:39 load avg: 1.03 [466/466] test_zoneinfo passed 3220s 3220s == Tests result: SUCCESS == 3220s 3220s 25 tests skipped: 3220s test.test_asyncio.test_windows_events 3220s test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace 3220s test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full 3220s test.test_gdb.test_misc test.test_gdb.test_pretty_print 3221s test_android test_apple test_asdl_parser test_clinic test_devpoll 3221s test_free_threading test_generated_cases test_ioctl test_kqueue 3221s test_launcher test_msvcrt test_perf_profiler test_startfile 3221s test_winapi test_winconsoleio test_winreg test_winsound test_wmi 3221s 3221s 7 tests skipped (resource denied): 3221s test_smtpnet test_socketserver test_tkinter test_ttk 3221s test_urllib2net test_urllibnet test_zipfile64 3221s 3221s 434 tests OK. 3221s 3221s Total duration: 31 min 39 sec 3221s Total tests: run=42,891 skipped=1,635 3221s Total test files: run=459/466 skipped=25 resource_denied=7 3221s Result: SUCCESS 3221s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 3221s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 3221s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 3221s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 3221s autopkgtest: DBG: testbed command exited with code 0 3221s autopkgtest [22:06:38]: test testsuite-dbg: -----------------------] 3221s autopkgtest: DBG: testbed executing test finished with exit status 0 3221s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-dbg-stdout /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-dbg-stdout 3221s autopkgtest: DBG: got reply from testbed: ok 3221s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-dbg-stderr /tmp/autopkgtest-work.zl_sb3g9/out/testsuite-dbg-stderr 3221s autopkgtest: DBG: got reply from testbed: ok 3221s autopkgtest [22:06:38]: test testsuite-dbg: - - - - - - - - - - results - - - - - - - - - - 3221s testsuite-dbg PASS 3221s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testsuite-dbg-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 3221s autopkgtest: DBG: got reply from testbed: ok 3221s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/testsuite-dbg-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3222s autopkgtest: DBG: testbed command exited with code 0 3222s autopkgtest [22:06:39]: test failing-tests: preparing testbed 3222s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'idle-python3.13', 'systemtap-sdt-dev', 'python3.13-venv', 'python3-wheel-whl'], deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'python3.13-venv'] 3222s autopkgtest: DBG: testbed reset 3222s autopkgtest: DBG: sending command to testbed: revert 3302s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 3302s autopkgtest: DBG: sending command to testbed: print-execute-command 3302s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 3302s autopkgtest: DBG: sending command to testbed: capabilities 3302s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 3302s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 3302s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3302s autopkgtest: DBG: testbed command exited with code 0 3302s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 3302s autopkgtest: DBG: got reply from testbed: ok 3302s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 3302s autopkgtest: DBG: testbed command exited with code 0 3302s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 3302s autopkgtest: DBG: testbed command exited with code 0 3302s autopkgtest [22:07:59]: testbed dpkg architecture: s390x 3302s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s autopkgtest [22:08:00]: testbed apt version: 2.9.18 3303s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s autopkgtest: DBG: testbed has eatmydata 3303s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s autopkgtest [22:08:00]: @@@@@@@@@@@@@@@@@@@@ test bed setup 3303s 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 [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s autopkgtest [22:08:00]: testbed release detected to be: plucky 3303s 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 [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s 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 [] 3303s autopkgtest: DBG: testbed command exited with code 0 3303s autopkgtest: DBG: adding APT source: Types: deb deb-src 3303s URIs: http://ftpmaster.internal/ubuntu/ 3303s Suites: plucky-proposed 3303s Components: main restricted universe multiverse 3303s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 3303s 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 [] 3304s autopkgtest: DBG: testbed command exited with code 0 3304s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 3304s Package: * 3304s Pin: release plucky-proposed 3304s Pin-Priority: 500 3304s 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 [] 3304s autopkgtest: DBG: testbed command exited with code 0 3304s autopkgtest [22:08:01]: updating testbed package index (apt update) 3304s 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'] 3304s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 3304s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 3305s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 3305s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 3305s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 3305s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 3305s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 3305s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 3305s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 3305s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 3305s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 3305s Fetched 2058 kB in 1s (1878 kB/s) 3306s Reading package lists... 3306s autopkgtest: DBG: testbed command exited with code 0 3306s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 3306s Package: * 3306s Pin: release plucky-proposed 3306s Pin-Priority: 100 3306s 3306s Package: src:media-types:any 3306s Pin: release plucky-proposed 3306s Pin-Priority: 995 3306s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 3306s autopkgtest: DBG: testbed command exited with code 0 3306s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 3306s autopkgtest: DBG: testbed command exited with code 0 3306s 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'] 3306s + lsb_release --codename --short 3306s + RELEASE=plucky 3306s + cat 3306s + [ plucky != trusty ] 3306s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 3306s Reading package lists... 3306s Building dependency tree... 3306s Reading state information... 3306s Calculating upgrade... 3307s The following packages were automatically installed and are no longer required: 3307s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 3307s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 3307s linux-tools-6.11.0-8-generic 3307s Use 'sudo apt autoremove' to remove them. 3307s The following packages will be upgraded: 3307s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 3307s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 3307s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 3307s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 3307s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3307s Need to get 13.0 MB of archives. 3307s After this operation, 9501 kB disk space will be freed. 3307s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 3307s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 3307s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 3307s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 3307s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 3307s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 3307s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 3308s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 3308s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 3308s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 3308s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 3308s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 3308s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 3308s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 3308s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 3308s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 3308s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 3308s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 3308s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 3308s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 3308s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 3308s Fetched 13.0 MB in 1s (12.0 MB/s) 3308s (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 ... 80969 files and directories currently installed.) 3308s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 3308s (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 ... 80969 files and directories currently installed.) 3308s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3308s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 3308s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3309s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 3309s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3309s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 3309s Setting up systemd (257.2-3ubuntu1) ... 3309s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3309s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 3309s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3309s (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 ... 80969 files and directories currently installed.) 3309s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 3309s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3309s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 3309s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3309s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 3309s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3309s Setting up libudev1:s390x (257.2-3ubuntu1) ... 3309s (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 ... 80969 files and directories currently installed.) 3309s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 3309s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 3310s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 3310s (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 ... 80969 files and directories currently installed.) 3310s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 3310s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 3310s Setting up apt (2.9.27ubuntu1) ... 3310s (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 ... 80971 files and directories currently installed.) 3310s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 3310s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 3310s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 3310s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3310s Setting up systemd-sysv (257.2-3ubuntu1) ... 3310s Setting up apt-utils (2.9.27ubuntu1) ... 3310s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 3310s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 3310s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 3310s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 3310s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 3310s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 3311s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 3311s Setting up udev (257.2-3ubuntu1) ... 3312s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 3312s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 3312s Setting up systemd-resolved (257.2-3ubuntu1) ... 3312s Setting up libctf0:s390x (2.44-1ubuntu1) ... 3312s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 3312s Setting up binutils (2.44-1ubuntu1) ... 3312s Processing triggers for dbus (1.14.10-4ubuntu5) ... 3312s Processing triggers for shared-mime-info (2.4-5) ... 3312s Warning: program compiled against libxml 212 using older 209 3312s Processing triggers for initramfs-tools (0.145ubuntu1) ... 3312s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 3312s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 3315s Using config file '/etc/zipl.conf' 3315s Building bootmap in '/boot' 3315s Adding IPL section 'ubuntu' (default) 3315s Preparing boot device for LD-IPL: vda (0000). 3315s Done. 3315s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3315s Processing triggers for man-db (2.13.0-1) ... 3316s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 3316s + /usr/lib/apt/apt-helper analyze-pattern ?true 3316s + uname -r 3316s + sed s/\./\\./g 3316s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 3316s + apt list ?obsolete 3316s + tail -n+2 3316s + cut -d/ -f1 3316s + grep -v ^linux-.*6\.12\.0-12-generic.* 3317s + true 3317s + obsolete_pkgs= 3317s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 3317s Reading package lists... 3317s Building dependency tree... 3317s Reading state information... 3317s The following packages will be REMOVED: 3317s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 3317s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 3317s linux-tools-6.11.0-8-generic* 3317s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 3317s After this operation, 143 MB disk space will be freed. 3318s (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 ... 80957 files and directories currently installed.) 3318s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 3318s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 3318s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3319s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 3319s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 3319s (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 ... 56550 files and directories currently installed.) 3319s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3319s + grep -q trusty /etc/lsb-release 3319s + [ ! -d /usr/share/doc/unattended-upgrades ] 3319s + [ ! -d /usr/share/doc/lxd ] 3319s + [ ! -d /usr/share/doc/lxd-client ] 3319s + [ ! -d /usr/share/doc/snapd ] 3319s + type iptables 3319s + cat 3319s + chmod 755 /etc/rc.local 3319s + . /etc/rc.local 3319s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 3319s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 3319s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 3319s + uname -m 3319s + [ s390x = ppc64le ] 3319s + [ -d /run/systemd/system ] 3319s + systemd-detect-virt --quiet --vm 3319s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 3319s + cat 3319s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 3319s + echo COMPRESS=lz4 3319s autopkgtest: DBG: testbed command exited with code 0 3319s autopkgtest [22:08:16]: upgrading testbed (apt dist-upgrade and autopurge) 3319s 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'] 3319s Reading package lists... 3319s Building dependency tree... 3319s Reading state information... 3319s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 3319s Starting 2 pkgProblemResolver with broken count: 0 3319s Done 3319s Entering ResolveByKeep 3320s 3320s The following packages will be upgraded: 3320s media-types 3320s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3320s Need to get 28.2 kB of archives. 3320s After this operation, 2048 B of additional disk space will be used. 3320s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 3320s Fetched 28.2 kB in 0s (138 kB/s) 3320s (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 ... 56550 files and directories currently installed.) 3320s Preparing to unpack .../media-types_11.0.0_all.deb ... 3320s Unpacking media-types (11.0.0) over (10.1.0) ... 3320s Setting up media-types (11.0.0) ... 3320s Installing new version of config file /etc/mime.types ... 3320s autopkgtest: DBG: testbed command exited with code 0 3320s 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'] 3321s Reading package lists... 3321s Building dependency tree... 3321s Reading state information... 3321s Starting pkgProblemResolver with broken count: 0 3321s Starting 2 pkgProblemResolver with broken count: 0 3321s Done 3321s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3321s autopkgtest: DBG: testbed command exited with code 0 3321s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 3321s autopkgtest: DBG: testbed command exited with code 1 3321s autopkgtest [22:08:18]: rebooting testbed after setup commands that affected boot 3321s autopkgtest: DBG: sending command to testbed: reboot 3338s autopkgtest: DBG: got reply from testbed: ok 3338s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3338s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3338s autopkgtest: DBG: testbed command exited with code 0 3338s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3338s autopkgtest: DBG: got reply from testbed: ok 3338s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3339s autopkgtest: DBG: testbed command exited with code 0 3339s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3339s autopkgtest: DBG: testbed command exited with code 0 3339s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3339s autopkgtest: DBG: testbed command exited with code 0 3339s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3339s autopkgtest: DBG: testbed command exited with code 0 3339s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3339s autopkgtest: DBG: got reply from testbed: ok 3339s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3339s autopkgtest: DBG: testbed command exited with code 0 3339s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3340s autopkgtest: DBG: testbed command exited with code 0 3340s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3340s autopkgtest: DBG: testbed command exited with code 0 3340s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 3340s autopkgtest: DBG: testbed command exited with code 0 3340s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 3340s autopkgtest: DBG: got reply from testbed: ok 3340s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3340s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3340s autopkgtest: DBG: testbed command exited with code 0 3340s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3340s autopkgtest: DBG: got reply from testbed: ok 3340s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3341s autopkgtest: DBG: testbed command exited with code 0 3341s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3341s autopkgtest: DBG: testbed command exited with code 0 3341s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3341s autopkgtest: DBG: testbed command exited with code 0 3341s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3341s autopkgtest: DBG: testbed command exited with code 0 3341s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3341s autopkgtest: DBG: got reply from testbed: ok 3341s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3342s autopkgtest: DBG: testbed command exited with code 0 3342s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3342s autopkgtest: DBG: testbed command exited with code 0 3342s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3342s autopkgtest: DBG: testbed command exited with code 0 3342s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3342s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'python3.13-venv'] 3342s autopkgtest: DBG: install-deps: satisfying build-essential, ca-certificates, locales-all, python3.13-dev, libpython3.13-testsuite:native, python3.13-gdbm, python3.13-tk, python3.13-venv 3342s autopkgtest: DBG: can use apt-get on testbed: True 3342s 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', 'build-essential, ca-certificates, locales-all, python3.13-dev, libpython3.13-testsuite:native, python3.13-gdbm, python3.13-tk, python3.13-venv'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3342s Reading package lists... 3342s Building dependency tree... 3342s Reading state information... 3342s Starting pkgProblemResolver with broken count: 0 3342s Starting 2 pkgProblemResolver with broken count: 0 3342s Done 3343s The following NEW packages will be installed: 3343s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 3343s fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-14 3343s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 3343s gcc-s390x-linux-gnu libasan8 libcc1-0 libexpat1-dev libfontconfig1 3343s libfreetype6 libgcc-14-dev libgomp1 libisl23 libitm1 libmpc3 libpython3.13 3343s libpython3.13-dev libpython3.13-testsuite libstdc++-14-dev libtcl8.6 3343s libtk8.6 libubsan1 libxft2 libxrender1 libxss1 locales-all net-tools 3343s python3-pip-whl python3-setuptools-whl python3.13-dev python3.13-tk 3343s python3.13-venv x11-common zlib1g-dev 3343s 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded. 3343s Need to get 81.4 MB of archives. 3343s After this operation, 479 MB of additional disk space will be used. 3343s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 3343s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 3343s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 3345s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 3345s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 3345s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 3345s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 3345s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 3345s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 3345s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 3346s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 3346s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 3346s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 3347s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 3347s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 3347s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 3347s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 3347s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 3347s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 3347s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 3347s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 3347s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 3347s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 3347s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 3347s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 3347s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 3347s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 3347s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 3347s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 3347s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 3348s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 3348s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x net-tools s390x 2.10-1.1ubuntu1 [207 kB] 3348s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x libpython3.13-testsuite all 3.13.1-3 [4695 kB] 3348s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 3348s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 3348s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 3348s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 3348s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 3348s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 3348s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 3348s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 3348s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 3348s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.1-3 [108 kB] 3348s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x python3.13-venv s390x 3.13.1-3 [5350 B] 3348s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x locales-all s390x 2.40-4ubuntu1 [11.5 MB] 3349s Fetched 81.4 MB in 6s (13.4 MB/s) 3349s Selecting previously unselected package libisl23:s390x. 3349s (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 ... 56550 files and directories currently installed.) 3349s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 3349s Unpacking libisl23:s390x (0.27-1) ... 3349s Selecting previously unselected package libmpc3:s390x. 3349s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 3349s Unpacking libmpc3:s390x (1.3.1-1build2) ... 3349s Selecting previously unselected package cpp-14-s390x-linux-gnu. 3349s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3349s Selecting previously unselected package cpp-14. 3349s Preparing to unpack .../03-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 3349s Selecting previously unselected package cpp-s390x-linux-gnu. 3349s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3349s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3349s Selecting previously unselected package cpp. 3349s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 3349s Unpacking cpp (4:14.1.0-2ubuntu1) ... 3349s Selecting previously unselected package libcc1-0:s390x. 3349s Preparing to unpack .../06-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 3349s Selecting previously unselected package libgomp1:s390x. 3349s Preparing to unpack .../07-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 3349s Selecting previously unselected package libitm1:s390x. 3349s Preparing to unpack .../08-libitm1_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 3349s Selecting previously unselected package libasan8:s390x. 3349s Preparing to unpack .../09-libasan8_14.2.0-16ubuntu1_s390x.deb ... 3349s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package libubsan1:s390x. 3350s Preparing to unpack .../10-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package libgcc-14-dev:s390x. 3350s Preparing to unpack .../11-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package gcc-14-s390x-linux-gnu. 3350s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package gcc-14. 3350s Preparing to unpack .../13-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package gcc-s390x-linux-gnu. 3350s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3350s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3350s Selecting previously unselected package gcc. 3350s Preparing to unpack .../15-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 3350s Unpacking gcc (4:14.1.0-2ubuntu1) ... 3350s Selecting previously unselected package libstdc++-14-dev:s390x. 3350s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package g++-14-s390x-linux-gnu. 3350s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package g++-14. 3350s Preparing to unpack .../18-g++-14_14.2.0-16ubuntu1_s390x.deb ... 3350s Unpacking g++-14 (14.2.0-16ubuntu1) ... 3350s Selecting previously unselected package g++-s390x-linux-gnu. 3350s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3350s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3350s Selecting previously unselected package g++. 3350s Preparing to unpack .../20-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 3350s Unpacking g++ (4:14.1.0-2ubuntu1) ... 3350s Selecting previously unselected package build-essential. 3350s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 3350s Unpacking build-essential (12.10ubuntu1) ... 3350s Selecting previously unselected package fonts-dejavu-mono. 3350s Preparing to unpack .../22-fonts-dejavu-mono_2.37-8_all.deb ... 3350s Unpacking fonts-dejavu-mono (2.37-8) ... 3350s Selecting previously unselected package fonts-dejavu-core. 3350s Preparing to unpack .../23-fonts-dejavu-core_2.37-8_all.deb ... 3350s Unpacking fonts-dejavu-core (2.37-8) ... 3350s Selecting previously unselected package fontconfig-config. 3350s Preparing to unpack .../24-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 3350s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 3350s Selecting previously unselected package libexpat1-dev:s390x. 3350s Preparing to unpack .../25-libexpat1-dev_2.6.4-1_s390x.deb ... 3350s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 3350s Selecting previously unselected package libfreetype6:s390x. 3350s Preparing to unpack .../26-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 3350s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 3350s Selecting previously unselected package libfontconfig1:s390x. 3350s Preparing to unpack .../27-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 3350s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3350s Selecting previously unselected package libpython3.13:s390x. 3350s Preparing to unpack .../28-libpython3.13_3.13.1-3_s390x.deb ... 3350s Unpacking libpython3.13:s390x (3.13.1-3) ... 3350s Selecting previously unselected package zlib1g-dev:s390x. 3350s Preparing to unpack .../29-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 3350s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3350s Selecting previously unselected package libpython3.13-dev:s390x. 3350s Preparing to unpack .../30-libpython3.13-dev_3.13.1-3_s390x.deb ... 3350s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 3351s Selecting previously unselected package net-tools. 3351s Preparing to unpack .../31-net-tools_2.10-1.1ubuntu1_s390x.deb ... 3351s Unpacking net-tools (2.10-1.1ubuntu1) ... 3351s Selecting previously unselected package libpython3.13-testsuite. 3351s Preparing to unpack .../32-libpython3.13-testsuite_3.13.1-3_all.deb ... 3351s Unpacking libpython3.13-testsuite (3.13.1-3) ... 3351s Selecting previously unselected package libtcl8.6:s390x. 3351s Preparing to unpack .../33-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 3351s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 3351s Selecting previously unselected package libxrender1:s390x. 3351s Preparing to unpack .../34-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 3351s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 3351s Selecting previously unselected package libxft2:s390x. 3351s Preparing to unpack .../35-libxft2_2.3.6-1build1_s390x.deb ... 3351s Unpacking libxft2:s390x (2.3.6-1build1) ... 3351s Selecting previously unselected package x11-common. 3351s Preparing to unpack .../36-x11-common_1%3a7.7+23ubuntu3_all.deb ... 3351s Unpacking x11-common (1:7.7+23ubuntu3) ... 3351s Selecting previously unselected package libxss1:s390x. 3351s Preparing to unpack .../37-libxss1_1%3a1.2.3-1build3_s390x.deb ... 3351s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 3351s Selecting previously unselected package libtk8.6:s390x. 3351s Preparing to unpack .../38-libtk8.6_8.6.16-1_s390x.deb ... 3351s Unpacking libtk8.6:s390x (8.6.16-1) ... 3351s Selecting previously unselected package python3-pip-whl. 3351s Preparing to unpack .../39-python3-pip-whl_25.0+dfsg-1_all.deb ... 3351s Unpacking python3-pip-whl (25.0+dfsg-1) ... 3351s Selecting previously unselected package python3-setuptools-whl. 3351s Preparing to unpack .../40-python3-setuptools-whl_75.6.0-1_all.deb ... 3351s Unpacking python3-setuptools-whl (75.6.0-1) ... 3351s Selecting previously unselected package python3.13-dev. 3351s Preparing to unpack .../41-python3.13-dev_3.13.1-3_s390x.deb ... 3351s Unpacking python3.13-dev (3.13.1-3) ... 3351s Selecting previously unselected package python3.13-tk. 3351s Preparing to unpack .../42-python3.13-tk_3.13.1-3_s390x.deb ... 3351s Unpacking python3.13-tk (3.13.1-3) ... 3351s Selecting previously unselected package python3.13-venv. 3351s Preparing to unpack .../43-python3.13-venv_3.13.1-3_s390x.deb ... 3351s Unpacking python3.13-venv (3.13.1-3) ... 3351s Selecting previously unselected package locales-all. 3351s Preparing to unpack .../44-locales-all_2.40-4ubuntu1_s390x.deb ... 3351s Unpacking locales-all (2.40-4ubuntu1) ... 3352s Setting up libpython3.13:s390x (3.13.1-3) ... 3352s Setting up net-tools (2.10-1.1ubuntu1) ... 3352s Setting up python3-setuptools-whl (75.6.0-1) ... 3352s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 3352s Setting up python3-pip-whl (25.0+dfsg-1) ... 3353s Setting up x11-common (1:7.7+23ubuntu3) ... 3353s Setting up libpython3.13-testsuite (3.13.1-3) ... 3357s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 3357s Setting up python3.13-venv (3.13.1-3) ... 3357s Setting up locales-all (2.40-4ubuntu1) ... 3357s Setting up libexpat1-dev:s390x (2.6.4-1) ... 3357s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 3357s Setting up fonts-dejavu-mono (2.37-8) ... 3357s Setting up libmpc3:s390x (1.3.1-1build2) ... 3357s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 3357s Setting up fonts-dejavu-core (2.37-8) ... 3357s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 3357s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3357s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 3357s Setting up libxss1:s390x (1:1.2.3-1build3) ... 3357s Setting up libisl23:s390x (0.27-1) ... 3357s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 3357s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 3357s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 3357s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 3357s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3357s Setting up cpp-14 (14.2.0-16ubuntu1) ... 3357s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3357s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3357s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3357s Setting up libxft2:s390x (2.3.6-1build1) ... 3357s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3357s Setting up python3.13-dev (3.13.1-3) ... 3357s Setting up libtk8.6:s390x (8.6.16-1) ... 3357s Setting up python3.13-tk (3.13.1-3) ... 3357s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3357s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3357s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3357s Setting up cpp (4:14.1.0-2ubuntu1) ... 3357s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3357s Setting up gcc-14 (14.2.0-16ubuntu1) ... 3357s Setting up g++-14 (14.2.0-16ubuntu1) ... 3357s Setting up gcc (4:14.1.0-2ubuntu1) ... 3357s Setting up g++ (4:14.1.0-2ubuntu1) ... 3357s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 3357s Setting up build-essential (12.10ubuntu1) ... 3357s Processing triggers for man-db (2.13.0-1) ... 3358s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3358s autopkgtest: DBG: testbed command exited with code 0 3358s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libpython3.13-testsuite'], kind short, sout pipe, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-gdbm'], kind short, sout pipe, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-tk'], kind short, sout pipe, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-venv'], kind short, sout pipe, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/failing-tests-packages.all"], kind short, sout raw, serr pipe, env [] 3359s autopkgtest: DBG: testbed command exited with code 0 3359s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-packages.all 3360s autopkgtest: DBG: got reply from testbed: ok 3360s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 3360s autopkgtest: DBG: testbed command exited with code 1 3360s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 3360s autopkgtest: DBG: testbed command exited with code 0 3360s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 3370s autopkgtest: DBG: got reply from testbed: ok 3370s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 3370s autopkgtest: DBG: testbed command exited with code 0 3370s autopkgtest [22:09:07]: test failing-tests: [----------------------- 3370s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/failing-tests-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/failing-tests-stderr --stdout=/tmp/autopkgtest.G7m1mb/failing-tests-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests'], kind test, sout raw, serr raw, env [] 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/failing-tests-artifacts 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/failing-tests-stderr 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/failing-tests-stdout 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.7dLYh5SS2l/out to stdout and file: /tmp/autopkgtest.G7m1mb/failing-tests-stdout 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.7dLYh5SS2l/err to standard error and file: /tmp/autopkgtest.G7m1mb/failing-tests-stdout 3371s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 2068 to /tmp/autopkgtest_script_pid 3371s total 12 3371s drwxr-xr-x 3 root root 4096 Feb 6 22:09 . 3371s drwxrwxrwt 5 root root 4096 Feb 6 22:09 .. 3371s drwxr-xr-x 3 ubuntu nogroup 4096 Feb 6 22:09 home 3371s Running the failing tests with the standard interpreter: 3371s Running test_ensurepip ... 3371s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_ensurepip" ubuntu 3371s Using random seed: 2201976482 3371s 0:00:00 load avg: 0.31 Run 1 test in parallel using 1 worker process 3371s 0:00:00 load avg: 0.31 [1/1/1] test_ensurepip failed (15 errors) 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s ensurepip is disabled in Debian/Ubuntu for the system python. 3371s 3371s Python modules for the system python are usually handled by dpkg and apt-get. 3371s 3371s apt install python3- 3371s 3371s Install the python3-pip package to use pip itself. Using pip together 3371s with the system python might have unexpected results for any system installed 3371s module, so use it on your own risk, or make sure to only use it in virtual 3371s environments. 3371s 3371s test test_ensurepip failed -- multiple errors occurred; run in verbose mode for details 3371s 3371s == Tests result: FAILURE == 3371s 3371s 1 test failed: 3371s test_ensurepip 3371s 3371s 0:00:00 load avg: 0.31 Re-running 1 failed tests in verbose mode in subprocesses 3371s 0:00:00 load avg: 0.31 Run 1 test in parallel using 1 worker process 3372s 0:00:00 load avg: 0.31 [1/1/1] test_ensurepip failed (15 errors) 3372s Re-running test_ensurepip in verbose mode (matching: test_altinstall_default_pip_conflict, test_basic_bootstrapping, test_bootstrapping_with_alt_install, test_bootstrapping_with_default_pip, test_bootstrapping_with_regular_install, test_bootstrapping_with_root, test_bootstrapping_with_upgrade, test_bootstrapping_with_user, test_bootstrapping_with_verbosity_1, test_bootstrapping_with_verbosity_2, test_bootstrapping_with_verbosity_3, test_pip_config_file_disabled, test_pip_environment_variables_removed, test_basic_bootstrapping, test_bootstrapping_error_code) 3372s test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3372s 3372s Python modules for the system python are usually handled by dpkg and apt-get. 3372s 3372s apt install python3- 3372s 3372s Install the python3-pip package to use pip itself. Using pip together 3372s with the system python might have unexpected results for any system installed 3372s module, so use it on your own risk, or make sure to only use it in virtual 3372s environments. 3372s 3372s ERROR 3372s test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled) ... ok 3372s test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed) ... ok 3372s 3372s ====================================================================== 3372s ERROR: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 173, in test_altinstall_default_pip_conflict 3372s ensurepip.bootstrap(altinstall=True, default_pip=True) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 79, in test_basic_bootstrapping 3372s ensurepip.bootstrap() 3372s ~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 164, in test_bootstrapping_with_alt_install 3372s ensurepip.bootstrap(altinstall=True) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 168, in test_bootstrapping_with_default_pip 3372s ensurepip.bootstrap(default_pip=True) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 160, in test_bootstrapping_with_regular_install 3372s ensurepip.bootstrap() 3372s ~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 93, in test_bootstrapping_with_root 3372s ensurepip.bootstrap(root="/foo/bar/") 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 116, in test_bootstrapping_with_upgrade 3372s ensurepip.bootstrap(upgrade=True) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 105, in test_bootstrapping_with_user 3372s ensurepip.bootstrap(user=True) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 127, in test_bootstrapping_with_verbosity_1 3372s ensurepip.bootstrap(verbosity=1) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 138, in test_bootstrapping_with_verbosity_2 3372s ensurepip.bootstrap(verbosity=2) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 149, in test_bootstrapping_with_verbosity_3 3372s ensurepip.bootstrap(verbosity=3) 3372s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 186, in test_pip_config_file_disabled 3372s ensurepip.bootstrap() 3372s ~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 180, in test_pip_environment_variables_removed 3372s ensurepip.bootstrap() 3372s ~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3372s _bootstrap(root=root, upgrade=upgrade, user=user, 3372s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s altinstall=altinstall, default_pip=default_pip, 3372s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3372s verbosity=verbosity) 3372s ^^^^^^^^^^^^^^^^^^^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 296, in test_basic_bootstrapping 3372s exit_code = ensurepip._main([]) 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 290, in _main 3372s return _bootstrap( 3372s root=args.root, 3372s ...<4 lines>... 3372s default_pip=args.default_pip, 3372s ) 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ====================================================================== 3372s ERROR: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code) 3372s ---------------------------------------------------------------------- 3372s Traceback (most recent call last): 3372s File "/usr/lib/python3.13/test/test_ensurepip.py", line 312, in test_bootstrapping_error_code 3372s exit_code = ensurepip._main([]) 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 290, in _main 3372s return _bootstrap( 3372s root=args.root, 3372s ...<4 lines>... 3372s default_pip=args.default_pip, 3372s ) 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3372s _ensurepip_is_disabled_in_debian_for_system() 3372s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3372s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3372s sys.exit(1) 3372s ~~~~~~~~^^^ 3372s SystemExit: 1 3372s 3372s ---------------------------------------------------------------------- 3372s Ran 17 tests in 0.020s 3372s 3372s FAILED (errors=15) 3372s test test_ensurepip failed 3372s 1 test failed again: 3372s test_ensurepip 3372s 3372s == Tests result: FAILURE then FAILURE == 3372s 3372s 1 re-run test: 3372s test_ensurepip 3372s 3372s 1 test failed: 3372s test_ensurepip 3372s 3372s Total duration: 268 ms 3372s Total tests: run=48 3372s Total test files: run=2/1 failed=1 rerun=1 3372s Result: FAILURE then FAILURE 3372s Running test_venv ... 3372s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_venv" ubuntu 3372s Using random seed: 1791125397 3372s 0:00:00 load avg: 0.31 Run 1 test in parallel using 1 worker process 3378s 0:00:06 load avg: 0.37 [1/1] test_venv passed 3378s 3378s == Tests result: SUCCESS == 3378s 3378s 1 test OK. 3378s 3378s Total duration: 6.0 sec 3378s Total tests: run=38 skipped=6 3378s Total test files: run=1/1 3378s Result: SUCCESS 3378s Running test_cppext ... 3378s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_cppext" ubuntu 3378s Using random seed: 4062461647 3378s 0:00:00 load avg: 0.37 Run 1 test in parallel using 1 worker process 3386s 0:00:07 load avg: 0.50 [1/1/1] test_cppext failed (4 errors) 3386s test test_cppext failed -- multiple errors occurred; run in verbose mode for details 3386s 3386s == Tests result: FAILURE == 3386s 3386s 1 test failed: 3386s test_cppext 3386s 3386s 0:00:07 load avg: 0.50 Re-running 1 failed tests in verbose mode in subprocesses 3386s 0:00:07 load avg: 0.50 Run 1 test in parallel using 1 worker process 3393s 0:00:15 load avg: 0.58 [1/1/1] test_cppext failed (4 errors) 3393s Re-running test_cppext in verbose mode (matching: test_build, test_build_cpp03, test_build_cpp11, test_build_limited) 3393s test_build (test.test_cppext.TestCPPExt.test_build) ... 3393s Run: /usr/bin/python3.13 -X dev -m venv env 3393s ERROR 3393s test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ... 3393s Run: /usr/bin/python3.13 -X dev -m venv env 3393s ERROR 3393s test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) ... 3393s Run: /usr/bin/python3.13 -X dev -m venv env 3393s ERROR 3393s test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) ... 3393s Run: /usr/bin/python3.13 -X dev -m venv env 3393s ERROR 3393s 3393s ====================================================================== 3393s ERROR: test_build (test.test_cppext.TestCPPExt.test_build) 3393s ---------------------------------------------------------------------- 3393s Traceback (most recent call last): 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 29, in test_build 3393s self.check_build('_testcppext') 3393s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3393s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3393s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3393s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3393s return next(self.gen) 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3393s _findwheel('wheel')] 3393s ~~~~~~~~~~^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3393s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3393s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3393s 3393s ====================================================================== 3393s ERROR: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) 3393s ---------------------------------------------------------------------- 3393s Traceback (most recent call last): 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 32, in test_build_cpp03 3393s self.check_build('_testcpp03ext', std='c++03') 3393s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3393s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3393s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3393s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3393s return next(self.gen) 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3393s _findwheel('wheel')] 3393s ~~~~~~~~~~^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3393s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3393s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3393s 3393s ====================================================================== 3393s ERROR: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) 3393s ---------------------------------------------------------------------- 3393s Traceback (most recent call last): 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 36, in test_build_cpp11 3393s self.check_build('_testcpp11ext', std='c++11') 3393s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3393s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3393s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3393s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3393s return next(self.gen) 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3393s _findwheel('wheel')] 3393s ~~~~~~~~~~^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3393s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3393s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3393s 3393s ====================================================================== 3393s ERROR: test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) 3393s ---------------------------------------------------------------------- 3393s Traceback (most recent call last): 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 46, in test_build_limited 3393s self.check_build('_testcppext_limited', limited=True) 3393s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3393s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3393s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3393s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3393s return next(self.gen) 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3393s _findwheel('wheel')] 3393s ~~~~~~~~~~^^^^^^^^^ 3393s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3393s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3393s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3393s 3393s ---------------------------------------------------------------------- 3393s Ran 4 tests in 7.715s 3393s 3393s FAILED (errors=4) 3393s test test_cppext failed 3393s 1 test failed again: 3393s test_cppext 3393s 3393s == Tests result: FAILURE then FAILURE == 3393s 3393s 1 re-run test: 3393s test_cppext 3393s 3393s 1 test failed: 3393s test_cppext 3393s 3393s Total duration: 15.7 sec 3393s Total tests: run=9 skipped=1 3393s Total test files: run=2/1 failed=1 rerun=1 3393s Result: FAILURE then FAILURE 3393s Running test_lib2to3 ... 3393s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_lib2to3" ubuntu 3394s Using random seed: 2195396180 3394s 0:00:00 load avg: 0.58 Run 1 test in parallel using 1 worker process 3394s 0:00:00 load avg: 0.58 [1/1/1] test_lib2to3 failed (uncaught exception) 3394s test test_lib2to3 crashed -- Traceback (most recent call last): 3394s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3394s _load_run_test(result, runtests) 3394s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3394s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3394s test_mod = importlib.import_module(module_name) 3394s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3394s return _bootstrap._gcd_import(name[level:], package, level) 3394s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3394s File "", line 1387, in _gcd_import 3394s File "", line 1360, in _find_and_load 3394s File "", line 1324, in _find_and_load_unlocked 3394s ModuleNotFoundError: No module named 'test.test_lib2to3' 3394s 3394s == Tests result: FAILURE == 3394s 3394s 1 test failed: 3394s test_lib2to3 3394s 3394s 0:00:00 load avg: 0.58 Re-running 1 failed tests in verbose mode in subprocesses 3394s 0:00:00 load avg: 0.58 Run 1 test in parallel using 1 worker process 3394s 0:00:00 load avg: 0.58 [1/1/1] test_lib2to3 failed (uncaught exception) 3394s Re-running test_lib2to3 in verbose mode 3394s test test_lib2to3 crashed -- Traceback (most recent call last): 3394s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3394s _load_run_test(result, runtests) 3394s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3394s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3394s test_mod = importlib.import_module(module_name) 3394s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3394s return _bootstrap._gcd_import(name[level:], package, level) 3394s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3394s File "", line 1387, in _gcd_import 3394s File "", line 1360, in _find_and_load 3394s File "", line 1324, in _find_and_load_unlocked 3394s ModuleNotFoundError: No module named 'test.test_lib2to3' 3394s 1 test failed again: 3394s test_lib2to3 3394s 3394s == Tests result: FAILURE then FAILURE == 3394s 3394s 1 re-run test: 3394s test_lib2to3 3394s 3394s 1 test failed: 3394s test_lib2to3 3394s 3394s Total duration: 139 ms 3394s Total tests: run=0 3394s Total test files: run=2/1 failed=1 rerun=1 3394s Result: FAILURE then FAILURE 3394s Running test_tcl ... 3394s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_tcl" ubuntu 3394s Using random seed: 1833292209 3394s 0:00:00 load avg: 0.58 Run 1 test in parallel using 1 worker process 3394s 0:00:00 load avg: 0.58 [1/1] test_tcl passed 3394s 3394s == Tests result: SUCCESS == 3394s 3394s 1 test OK. 3394s 3394s Total duration: 160 ms 3394s Total tests: run=48 skipped=4 3394s Total test files: run=1/1 3394s Result: SUCCESS 3394s Running test_socket ... 3394s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_socket" ubuntu 3394s Using random seed: 742875205 3394s 0:00:00 load avg: 0.58 Run 1 test in parallel using 1 worker process 3423s 0:00:29 load avg: 0.35 [1/1] test_socket passed 3423s 3423s == Tests result: SUCCESS == 3423s 3423s 1 test OK. 3423s 3423s Total duration: 29.5 sec 3423s Total tests: run=732 skipped=63 3423s Total test files: run=1/1 3423s Result: SUCCESS 3424s Running test_code_module ... 3424s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_code_module" ubuntu 3424s Using random seed: 3013201910 3424s 0:00:00 load avg: 0.35 Run 1 test in parallel using 1 worker process 3424s 0:00:00 load avg: 0.35 [1/1] test_code_module passed 3424s 3424s == Tests result: SUCCESS == 3424s 3424s 1 test OK. 3424s 3424s Total duration: 162 ms 3424s Total tests: run=17 3424s Total test files: run=1/1 3424s Result: SUCCESS 3424s Running test_ttk_guionly ... 3424s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_ttk_guionly" ubuntu 3424s Using random seed: 2330674919 3424s 0:00:00 load avg: 0.35 Run 1 test in parallel using 1 worker process 3424s 0:00:00 load avg: 0.35 [1/1/1] test_ttk_guionly failed (uncaught exception) 3424s test test_ttk_guionly crashed -- Traceback (most recent call last): 3424s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3424s _load_run_test(result, runtests) 3424s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3424s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3424s test_mod = importlib.import_module(module_name) 3424s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3424s return _bootstrap._gcd_import(name[level:], package, level) 3424s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3424s File "", line 1387, in _gcd_import 3424s File "", line 1360, in _find_and_load 3424s File "", line 1324, in _find_and_load_unlocked 3424s ModuleNotFoundError: No module named 'test.test_ttk_guionly' 3424s 3424s == Tests result: FAILURE == 3424s 3424s 1 test failed: 3424s test_ttk_guionly 3424s 3424s 0:00:00 load avg: 0.35 Re-running 1 failed tests in verbose mode in subprocesses 3424s 0:00:00 load avg: 0.35 Run 1 test in parallel using 1 worker process 3424s 0:00:00 load avg: 0.35 [1/1/1] test_ttk_guionly failed (uncaught exception) 3424s Re-running test_ttk_guionly in verbose mode 3424s test test_ttk_guionly crashed -- Traceback (most recent call last): 3424s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3424s _load_run_test(result, runtests) 3424s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3424s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3424s test_mod = importlib.import_module(module_name) 3424s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3424s return _bootstrap._gcd_import(name[level:], package, level) 3424s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3424s File "", line 1387, in _gcd_import 3424s File "", line 1360, in _find_and_load 3424s File "", line 1324, in _find_and_load_unlocked 3424s ModuleNotFoundError: No module named 'test.test_ttk_guionly' 3424s 1 test failed again: 3424s test_ttk_guionly 3424s 3424s == Tests result: FAILURE then FAILURE == 3424s 3424s 1 re-run test: 3424s test_ttk_guionly 3424s 3424s 1 test failed: 3424s test_ttk_guionly 3424s 3424s Total duration: 139 ms 3424s Total tests: run=0 3424s Total test files: run=2/1 failed=1 rerun=1 3424s Result: FAILURE then FAILURE 3424s Running test_ttk_textonly ... 3424s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_ttk_textonly" ubuntu 3424s Using random seed: 584178518 3424s 0:00:00 load avg: 0.35 Run 1 test in parallel using 1 worker process 3424s 0:00:00 load avg: 0.35 [1/1] test_ttk_textonly passed 3424s 3424s == Tests result: SUCCESS == 3424s 3424s 1 test OK. 3424s 3424s Total duration: 82 ms 3424s Total tests: run=13 3424s Total test files: run=1/1 3424s Result: SUCCESS 3424s Running test_multiprocessing_fork ... 3424s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite.log" "python3.13 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui test_multiprocessing_fork" ubuntu 3424s Using random seed: 2798880260 3424s 0:00:00 load avg: 0.35 Run 4 tests in parallel using 1 worker process 3434s 0:00:09 load avg: 0.29 [1/4] test_multiprocessing_fork.test_manager passed 3434s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3054) is multi-threaded, use of fork() may lead to deadlocks in the child. 3434s self.pid = os.fork() 3434s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4300) is multi-threaded, use of fork() may lead to deadlocks in the child. 3434s self.pid = os.fork() 3450s 0:00:25 load avg: 0.23 [2/4] test_multiprocessing_fork.test_misc passed 3450s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4811) is multi-threaded, use of fork() may lead to deadlocks in the child. 3450s self.pid = os.fork() 3450s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4945) is multi-threaded, use of fork() may lead to deadlocks in the child. 3450s self.pid = os.fork() 3476s 0:00:52 load avg: 0.50 [3/4] test_multiprocessing_fork.test_processes passed 3476s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5029) is multi-threaded, use of fork() may lead to deadlocks in the child. 3476s self.pid = os.fork() 3476s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5029) is multi-threaded, use of fork() may lead to deadlocks in the child. 3476s self.pid = os.fork() 3491s 0:01:06 load avg: 0.46 [4/4] test_multiprocessing_fork.test_threads passed 3491s 3491s == Tests result: SUCCESS == 3491s 3491s All 4 tests OK. 3491s 3491s Total duration: 1 min 6 sec 3491s Total tests: run=402 skipped=45 3491s Total test files: run=4/4 3491s Result: SUCCESS 3491s Tests run: test_ensurepip test_venv test_cppext test_lib2to3 test_tcl test_socket test_code_module test_ttk_guionly test_ttk_textonly test_multiprocessing_fork 3491s Progressions: test_venv test_tcl test_socket test_code_module test_ttk_textonly test_multiprocessing_fork 3491s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 3491s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 3491s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 3491s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 3491s autopkgtest: DBG: testbed command exited with code 0 3491s autopkgtest [22:11:08]: test failing-tests: -----------------------] 3491s autopkgtest: DBG: testbed executing test finished with exit status 0 3491s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-stdout /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-stdout 3491s autopkgtest: DBG: got reply from testbed: ok 3491s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-stderr /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-stderr 3491s autopkgtest: DBG: got reply from testbed: ok 3492s autopkgtest [22:11:09]: test failing-tests: - - - - - - - - - - results - - - - - - - - - - 3492s failing-tests PASS 3492s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 3492s autopkgtest: DBG: got reply from testbed: ok 3492s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/failing-tests-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3492s autopkgtest: DBG: testbed command exited with code 0 3492s autopkgtest [22:11:09]: test failing-tests-dbg: preparing testbed 3492s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'libpython3.13-testsuite:native', 'python3.13-gdbm', 'python3.13-tk', 'python3.13-venv'], deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'python3.13-venv'] 3492s autopkgtest: DBG: testbed reset 3492s autopkgtest: DBG: sending command to testbed: revert 3556s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 3556s autopkgtest: DBG: sending command to testbed: print-execute-command 3556s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 3556s autopkgtest: DBG: sending command to testbed: capabilities 3556s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 3556s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 3556s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3556s autopkgtest: DBG: testbed command exited with code 0 3556s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 3556s autopkgtest: DBG: got reply from testbed: ok 3556s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 3556s autopkgtest: DBG: testbed command exited with code 0 3556s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s autopkgtest [22:12:14]: testbed dpkg architecture: s390x 3557s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s autopkgtest [22:12:14]: testbed apt version: 2.9.18 3557s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s autopkgtest: DBG: testbed has eatmydata 3557s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s autopkgtest [22:12:14]: @@@@@@@@@@@@@@@@@@@@ test bed setup 3557s 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 [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s autopkgtest [22:12:14]: testbed release detected to be: plucky 3557s 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 [] 3557s autopkgtest: DBG: testbed command exited with code 0 3557s 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 [] 3558s autopkgtest: DBG: testbed command exited with code 0 3558s autopkgtest: DBG: adding APT source: Types: deb deb-src 3558s URIs: http://ftpmaster.internal/ubuntu/ 3558s Suites: plucky-proposed 3558s Components: main restricted universe multiverse 3558s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 3558s 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 [] 3558s autopkgtest: DBG: testbed command exited with code 0 3558s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 3558s Package: * 3558s Pin: release plucky-proposed 3558s Pin-Priority: 500 3558s 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 [] 3558s autopkgtest: DBG: testbed command exited with code 0 3558s autopkgtest [22:12:15]: updating testbed package index (apt update) 3558s 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'] 3558s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 3558s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 3559s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 3559s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 3559s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 3559s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 3559s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 3559s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 3559s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 3559s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 3559s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 3559s Fetched 2058 kB in 1s (2150 kB/s) 3560s Reading package lists... 3560s autopkgtest: DBG: testbed command exited with code 0 3560s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 3560s Package: * 3560s Pin: release plucky-proposed 3560s Pin-Priority: 100 3560s 3560s Package: src:media-types:any 3560s Pin: release plucky-proposed 3560s Pin-Priority: 995 3560s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 3560s autopkgtest: DBG: testbed command exited with code 0 3560s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 3560s autopkgtest: DBG: testbed command exited with code 0 3560s 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'] 3560s + lsb_release --codename --short 3560s + RELEASE=plucky 3560s + cat 3560s + [ plucky != trusty ] 3560s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 3560s Reading package lists... 3560s Building dependency tree... 3560s Reading state information... 3560s Calculating upgrade... 3561s The following packages were automatically installed and are no longer required: 3561s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 3561s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 3561s linux-tools-6.11.0-8-generic 3561s Use 'sudo apt autoremove' to remove them. 3561s The following packages will be upgraded: 3561s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 3561s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 3561s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 3561s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 3561s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3561s Need to get 13.0 MB of archives. 3561s After this operation, 9501 kB disk space will be freed. 3561s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 3561s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 3561s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 3561s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 3561s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 3561s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 3561s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 3561s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 3561s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 3561s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 3561s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 3561s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 3561s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 3561s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 3561s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 3561s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 3562s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 3562s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 3562s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 3562s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 3562s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 3562s Fetched 13.0 MB in 1s (9575 kB/s) 3562s (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 ... 80969 files and directories currently installed.) 3562s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3562s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3562s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3562s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3562s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3562s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 3562s (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 ... 80969 files and directories currently installed.) 3562s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 3562s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 3563s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 3563s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 3563s Setting up systemd (257.2-3ubuntu1) ... 3563s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3563s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 3563s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3563s (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 ... 80969 files and directories currently installed.) 3563s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 3563s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 3563s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 3563s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3563s Setting up libudev1:s390x (257.2-3ubuntu1) ... 3563s (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 ... 80969 files and directories currently installed.) 3563s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 3563s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 3563s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 3564s (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 ... 80969 files and directories currently installed.) 3564s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 3564s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 3564s Setting up apt (2.9.27ubuntu1) ... 3564s (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 ... 80971 files and directories currently installed.) 3564s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 3564s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 3564s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 3564s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3564s Setting up systemd-sysv (257.2-3ubuntu1) ... 3564s Setting up apt-utils (2.9.27ubuntu1) ... 3564s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 3564s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 3564s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 3564s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 3564s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 3564s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 3565s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 3565s Setting up udev (257.2-3ubuntu1) ... 3565s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 3565s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 3565s Setting up systemd-resolved (257.2-3ubuntu1) ... 3566s Setting up libctf0:s390x (2.44-1ubuntu1) ... 3566s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 3566s Setting up binutils (2.44-1ubuntu1) ... 3566s Processing triggers for dbus (1.14.10-4ubuntu5) ... 3566s Processing triggers for shared-mime-info (2.4-5) ... 3566s Warning: program compiled against libxml 212 using older 209 3566s Processing triggers for initramfs-tools (0.145ubuntu1) ... 3566s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 3566s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 3568s Using config file '/etc/zipl.conf' 3568s Building bootmap in '/boot' 3568s Adding IPL section 'ubuntu' (default) 3569s Preparing boot device for LD-IPL: vda (0000). 3569s Done. 3569s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3569s Processing triggers for man-db (2.13.0-1) ... 3570s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 3570s + /usr/lib/apt/apt-helper analyze-pattern ?true 3570s + uname -r+ 3570s sed s/\./\\./g 3570s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 3570s + apt list ?obsolete 3570s + tail -n+2 3570s + cut -d/ -f1 3570s + grep -v ^linux-.*6\.12\.0-12-generic.* 3571s + true 3571s + obsolete_pkgs= 3571s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremoveReading package lists... 3571s Building dependency tree... 3571s 3571s Reading state information... 3571s The following packages will be REMOVED: 3571s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 3571s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 3571s linux-tools-6.11.0-8-generic* 3571s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 3571s After this operation, 143 MB disk space will be freed. 3571s (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 ... 80957 files and directories currently installed.) 3571s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 3571s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 3572s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3572s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 3572s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 3572s (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 ... 56550 files and directories currently installed.) 3572s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3572s + grep -q trusty /etc/lsb-release 3572s + [ ! -d /usr/share/doc/unattended-upgrades ] 3572s + [ ! -d /usr/share/doc/lxd ] 3572s + [ ! -d /usr/share/doc/lxd-client ] 3572s + [ ! -d /usr/share/doc/snapd ] 3572s + type iptables 3572s + cat 3572s + chmod 755 /etc/rc.local 3572s + . /etc/rc.local 3572s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 3572s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 3572s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 3572s + uname -m 3572s + [ s390x = ppc64le ] 3572s + [ -d /run/systemd/system ] 3572s + systemd-detect-virt --quiet --vm 3572s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 3572s + cat 3572s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 3572s + echo COMPRESS=lz4 3572s autopkgtest: DBG: testbed command exited with code 0 3572s autopkgtest [22:12:29]: upgrading testbed (apt dist-upgrade and autopurge) 3572s 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'] 3572s Reading package lists... 3573s Building dependency tree... 3573s Reading state information... 3573s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 3573s Starting 2 pkgProblemResolver with broken count: 0 3573s Done 3573s Entering ResolveByKeep 3573s 3573s The following packages will be upgraded: 3573s media-types 3573s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3573s Need to get 28.2 kB of archives. 3573s After this operation, 2048 B of additional disk space will be used. 3573s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 3574s Fetched 28.2 kB in 0s (140 kB/s) 3574s (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 ... 56550 files and directories currently installed.) 3574s Preparing to unpack .../media-types_11.0.0_all.deb ... 3574s Unpacking media-types (11.0.0) over (10.1.0) ... 3574s Setting up media-types (11.0.0) ... 3574s Installing new version of config file /etc/mime.types ... 3574s autopkgtest: DBG: testbed command exited with code 0 3574s 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'] 3574s Reading package lists... 3574s Building dependency tree... 3574s Reading state information... 3574s Starting pkgProblemResolver with broken count: 0 3574s Starting 2 pkgProblemResolver with broken count: 0 3574s Done 3574s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3574s autopkgtest: DBG: testbed command exited with code 0 3574s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 3575s autopkgtest: DBG: testbed command exited with code 1 3575s autopkgtest [22:12:32]: rebooting testbed after setup commands that affected boot 3575s autopkgtest: DBG: sending command to testbed: reboot 3591s autopkgtest: DBG: got reply from testbed: ok 3591s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3591s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3591s autopkgtest: DBG: testbed command exited with code 0 3591s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3591s autopkgtest: DBG: got reply from testbed: ok 3591s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3591s autopkgtest: DBG: testbed command exited with code 0 3591s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3591s autopkgtest: DBG: testbed command exited with code 0 3591s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3591s autopkgtest: DBG: testbed command exited with code 0 3591s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3592s autopkgtest: DBG: testbed command exited with code 0 3592s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3592s autopkgtest: DBG: got reply from testbed: ok 3592s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3592s autopkgtest: DBG: testbed command exited with code 0 3592s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3592s autopkgtest: DBG: testbed command exited with code 0 3592s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3592s autopkgtest: DBG: testbed command exited with code 0 3592s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 3593s autopkgtest: DBG: testbed command exited with code 0 3593s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 3593s autopkgtest: DBG: got reply from testbed: ok 3593s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3593s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3593s autopkgtest: DBG: testbed command exited with code 0 3593s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3593s autopkgtest: DBG: got reply from testbed: ok 3593s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3593s autopkgtest: DBG: testbed command exited with code 0 3593s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3593s autopkgtest: DBG: testbed command exited with code 0 3593s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3594s autopkgtest: DBG: testbed command exited with code 0 3594s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3594s autopkgtest: DBG: testbed command exited with code 0 3594s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3594s autopkgtest: DBG: got reply from testbed: ok 3594s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3594s autopkgtest: DBG: testbed command exited with code 0 3594s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3594s autopkgtest: DBG: testbed command exited with code 0 3594s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3594s autopkgtest: DBG: testbed command exited with code 0 3594s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3594s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'python3.13-venv'] 3594s autopkgtest: DBG: install-deps: satisfying build-essential, ca-certificates, locales-all, python3.13-dev, python3.13-dbg, libpython3.13-testsuite:native, gdb, python3.13-venv 3594s autopkgtest: DBG: can use apt-get on testbed: True 3594s 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', 'build-essential, ca-certificates, locales-all, python3.13-dev, python3.13-dbg, libpython3.13-testsuite:native, gdb, python3.13-venv'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3595s Reading package lists... 3595s Building dependency tree... 3595s Reading state information... 3595s Starting pkgProblemResolver with broken count: 0 3595s Starting 2 pkgProblemResolver with broken count: 0 3595s Done 3595s The following NEW packages will be installed: 3595s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 3595s fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-14 3595s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 3595s gcc-s390x-linux-gnu gdb libasan8 libbabeltrace1 libcc1-0 3595s libdebuginfod-common libdebuginfod1t64 libexpat1-dev libfontconfig1 3595s libfreetype6 libgcc-14-dev libgomp1 libisl23 libitm1 libmpc3 libpython3.13 3595s libpython3.13-dbg libpython3.13-dev libpython3.13-testsuite 3595s libsource-highlight-common libsource-highlight4t64 libstdc++-14-dev 3595s libtcl8.6 libtk8.6 libubsan1 libxft2 libxrender1 libxss1 locales-all 3595s net-tools python3-pip-whl python3-setuptools-whl python3.13-dbg 3595s python3.13-dev python3.13-venv x11-common zlib1g-dev 3595s 0 upgraded, 52 newly installed, 0 to remove and 0 not upgraded. 3595s Need to get 166 MB of archives. 3595s After this operation, 721 MB of additional disk space will be used. 3595s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod-common all 0.192-4 [15.4 kB] 3596s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 3596s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 3596s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 3597s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 3597s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 3597s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 3597s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 3597s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 3597s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 3597s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 3597s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 3598s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 3598s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 3599s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 3599s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 3599s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 3599s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 3599s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 3599s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 3599s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 3599s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 3599s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 3599s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 3599s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 3599s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 3599s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libbabeltrace1 s390x 1.5.11-4build1 [170 kB] 3599s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod1t64 s390x 0.192-4 [22.6 kB] 3599s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 3599s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight-common all 3.1.9-4.3build1 [64.2 kB] 3599s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight4t64 s390x 3.1.9-4.3build1 [268 kB] 3599s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x gdb s390x 16.0.90.20241230-0ubuntu2 [4472 kB] 3599s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 3599s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 3599s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 3599s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 3599s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 3599s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 3599s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 3599s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 3599s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 3599s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dbg s390x 3.13.1-3 [25.2 MB] 3600s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 3600s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 3600s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x net-tools s390x 2.10-1.1ubuntu1 [207 kB] 3600s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x libpython3.13-testsuite all 3.13.1-3 [4695 kB] 3600s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 3600s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 3600s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dbg s390x 3.13.1-3 [54.8 MB] 3602s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 3602s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x python3.13-venv s390x 3.13.1-3 [5350 B] 3602s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x locales-all s390x 2.40-4ubuntu1 [11.5 MB] 3602s Preconfiguring packages ... 3602s Fetched 166 MB in 7s (25.3 MB/s) 3602s Selecting previously unselected package libdebuginfod-common. 3602s (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 ... 56550 files and directories currently installed.) 3602s Preparing to unpack .../00-libdebuginfod-common_0.192-4_all.deb ... 3602s Unpacking libdebuginfod-common (0.192-4) ... 3602s Selecting previously unselected package libisl23:s390x. 3602s Preparing to unpack .../01-libisl23_0.27-1_s390x.deb ... 3602s Unpacking libisl23:s390x (0.27-1) ... 3602s Selecting previously unselected package libmpc3:s390x. 3602s Preparing to unpack .../02-libmpc3_1.3.1-1build2_s390x.deb ... 3602s Unpacking libmpc3:s390x (1.3.1-1build2) ... 3602s Selecting previously unselected package cpp-14-s390x-linux-gnu. 3602s Preparing to unpack .../03-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3602s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package cpp-14. 3603s Preparing to unpack .../04-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package cpp-s390x-linux-gnu. 3603s Preparing to unpack .../05-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package cpp. 3603s Preparing to unpack .../06-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking cpp (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package libcc1-0:s390x. 3603s Preparing to unpack .../07-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package libgomp1:s390x. 3603s Preparing to unpack .../08-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package libitm1:s390x. 3603s Preparing to unpack .../09-libitm1_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package libasan8:s390x. 3603s Preparing to unpack .../10-libasan8_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package libubsan1:s390x. 3603s Preparing to unpack .../11-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package libgcc-14-dev:s390x. 3603s Preparing to unpack .../12-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package gcc-14-s390x-linux-gnu. 3603s Preparing to unpack .../13-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package gcc-14. 3603s Preparing to unpack .../14-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package gcc-s390x-linux-gnu. 3603s Preparing to unpack .../15-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package gcc. 3603s Preparing to unpack .../16-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking gcc (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package libstdc++-14-dev:s390x. 3603s Preparing to unpack .../17-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package g++-14-s390x-linux-gnu. 3603s Preparing to unpack .../18-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package g++-14. 3603s Preparing to unpack .../19-g++-14_14.2.0-16ubuntu1_s390x.deb ... 3603s Unpacking g++-14 (14.2.0-16ubuntu1) ... 3603s Selecting previously unselected package g++-s390x-linux-gnu. 3603s Preparing to unpack .../20-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package g++. 3603s Preparing to unpack .../21-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 3603s Unpacking g++ (4:14.1.0-2ubuntu1) ... 3603s Selecting previously unselected package build-essential. 3603s Preparing to unpack .../22-build-essential_12.10ubuntu1_s390x.deb ... 3603s Unpacking build-essential (12.10ubuntu1) ... 3603s Selecting previously unselected package fonts-dejavu-mono. 3603s Preparing to unpack .../23-fonts-dejavu-mono_2.37-8_all.deb ... 3603s Unpacking fonts-dejavu-mono (2.37-8) ... 3603s Selecting previously unselected package fonts-dejavu-core. 3603s Preparing to unpack .../24-fonts-dejavu-core_2.37-8_all.deb ... 3603s Unpacking fonts-dejavu-core (2.37-8) ... 3603s Selecting previously unselected package fontconfig-config. 3603s Preparing to unpack .../25-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 3603s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 3603s Selecting previously unselected package libbabeltrace1:s390x. 3604s Preparing to unpack .../26-libbabeltrace1_1.5.11-4build1_s390x.deb ... 3604s Unpacking libbabeltrace1:s390x (1.5.11-4build1) ... 3604s Selecting previously unselected package libdebuginfod1t64:s390x. 3604s Preparing to unpack .../27-libdebuginfod1t64_0.192-4_s390x.deb ... 3604s Unpacking libdebuginfod1t64:s390x (0.192-4) ... 3604s Selecting previously unselected package libpython3.13:s390x. 3604s Preparing to unpack .../28-libpython3.13_3.13.1-3_s390x.deb ... 3604s Unpacking libpython3.13:s390x (3.13.1-3) ... 3604s Selecting previously unselected package libsource-highlight-common. 3604s Preparing to unpack .../29-libsource-highlight-common_3.1.9-4.3build1_all.deb ... 3604s Unpacking libsource-highlight-common (3.1.9-4.3build1) ... 3604s Selecting previously unselected package libsource-highlight4t64:s390x. 3604s Preparing to unpack .../30-libsource-highlight4t64_3.1.9-4.3build1_s390x.deb ... 3604s Unpacking libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 3604s Selecting previously unselected package gdb. 3604s Preparing to unpack .../31-gdb_16.0.90.20241230-0ubuntu2_s390x.deb ... 3604s Unpacking gdb (16.0.90.20241230-0ubuntu2) ... 3604s Selecting previously unselected package libexpat1-dev:s390x. 3604s Preparing to unpack .../32-libexpat1-dev_2.6.4-1_s390x.deb ... 3604s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 3604s Selecting previously unselected package libfreetype6:s390x. 3604s Preparing to unpack .../33-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 3604s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 3604s Selecting previously unselected package libfontconfig1:s390x. 3604s Preparing to unpack .../34-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 3604s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3604s Selecting previously unselected package libtcl8.6:s390x. 3604s Preparing to unpack .../35-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 3604s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 3604s Selecting previously unselected package libxrender1:s390x. 3604s Preparing to unpack .../36-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 3604s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 3604s Selecting previously unselected package libxft2:s390x. 3604s Preparing to unpack .../37-libxft2_2.3.6-1build1_s390x.deb ... 3604s Unpacking libxft2:s390x (2.3.6-1build1) ... 3604s Selecting previously unselected package x11-common. 3604s Preparing to unpack .../38-x11-common_1%3a7.7+23ubuntu3_all.deb ... 3604s Unpacking x11-common (1:7.7+23ubuntu3) ... 3604s Selecting previously unselected package libxss1:s390x. 3604s Preparing to unpack .../39-libxss1_1%3a1.2.3-1build3_s390x.deb ... 3604s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 3604s Selecting previously unselected package libtk8.6:s390x. 3604s Preparing to unpack .../40-libtk8.6_8.6.16-1_s390x.deb ... 3604s Unpacking libtk8.6:s390x (8.6.16-1) ... 3604s Selecting previously unselected package libpython3.13-dbg:s390x. 3604s Preparing to unpack .../41-libpython3.13-dbg_3.13.1-3_s390x.deb ... 3604s Unpacking libpython3.13-dbg:s390x (3.13.1-3) ... 3604s Selecting previously unselected package zlib1g-dev:s390x. 3604s Preparing to unpack .../42-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 3604s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3604s Selecting previously unselected package libpython3.13-dev:s390x. 3604s Preparing to unpack .../43-libpython3.13-dev_3.13.1-3_s390x.deb ... 3604s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 3604s Selecting previously unselected package net-tools. 3604s Preparing to unpack .../44-net-tools_2.10-1.1ubuntu1_s390x.deb ... 3604s Unpacking net-tools (2.10-1.1ubuntu1) ... 3605s Selecting previously unselected package libpython3.13-testsuite. 3605s Preparing to unpack .../45-libpython3.13-testsuite_3.13.1-3_all.deb ... 3605s Unpacking libpython3.13-testsuite (3.13.1-3) ... 3605s Selecting previously unselected package python3-pip-whl. 3605s Preparing to unpack .../46-python3-pip-whl_25.0+dfsg-1_all.deb ... 3605s Unpacking python3-pip-whl (25.0+dfsg-1) ... 3605s Selecting previously unselected package python3-setuptools-whl. 3605s Preparing to unpack .../47-python3-setuptools-whl_75.6.0-1_all.deb ... 3605s Unpacking python3-setuptools-whl (75.6.0-1) ... 3605s Selecting previously unselected package python3.13-dbg. 3605s Preparing to unpack .../48-python3.13-dbg_3.13.1-3_s390x.deb ... 3605s Unpacking python3.13-dbg (3.13.1-3) ... 3605s Selecting previously unselected package python3.13-dev. 3605s Preparing to unpack .../49-python3.13-dev_3.13.1-3_s390x.deb ... 3605s Unpacking python3.13-dev (3.13.1-3) ... 3605s Selecting previously unselected package python3.13-venv. 3605s Preparing to unpack .../50-python3.13-venv_3.13.1-3_s390x.deb ... 3605s Unpacking python3.13-venv (3.13.1-3) ... 3605s Selecting previously unselected package locales-all. 3605s Preparing to unpack .../51-locales-all_2.40-4ubuntu1_s390x.deb ... 3605s Unpacking locales-all (2.40-4ubuntu1) ... 3607s Setting up libpython3.13:s390x (3.13.1-3) ... 3607s Setting up net-tools (2.10-1.1ubuntu1) ... 3607s Setting up python3-setuptools-whl (75.6.0-1) ... 3607s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 3607s Setting up libdebuginfod-common (0.192-4) ... 3607s Setting up python3-pip-whl (25.0+dfsg-1) ... 3607s Setting up x11-common (1:7.7+23ubuntu3) ... 3607s Setting up libpython3.13-testsuite (3.13.1-3) ... 3611s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 3611s Setting up python3.13-venv (3.13.1-3) ... 3611s Setting up locales-all (2.40-4ubuntu1) ... 3611s Setting up libsource-highlight-common (3.1.9-4.3build1) ... 3611s Setting up libexpat1-dev:s390x (2.6.4-1) ... 3611s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 3611s Setting up fonts-dejavu-mono (2.37-8) ... 3611s Setting up libmpc3:s390x (1.3.1-1build2) ... 3611s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 3611s Setting up fonts-dejavu-core (2.37-8) ... 3611s Setting up libbabeltrace1:s390x (1.5.11-4build1) ... 3611s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 3611s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3611s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 3611s Setting up libxss1:s390x (1:1.2.3-1build3) ... 3611s Setting up libisl23:s390x (0.27-1) ... 3611s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 3611s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 3611s Setting up libdebuginfod1t64:s390x (0.192-4) ... 3611s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 3611s Setting up libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 3611s Setting up gdb (16.0.90.20241230-0ubuntu2) ... 3611s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 3611s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3611s Setting up cpp-14 (14.2.0-16ubuntu1) ... 3611s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3611s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3611s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3611s Setting up libxft2:s390x (2.3.6-1build1) ... 3611s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3611s Setting up python3.13-dev (3.13.1-3) ... 3611s Setting up libtk8.6:s390x (8.6.16-1) ... 3611s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3611s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3611s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3611s Setting up cpp (4:14.1.0-2ubuntu1) ... 3611s Setting up libpython3.13-dbg:s390x (3.13.1-3) ... 3611s Setting up python3.13-dbg (3.13.1-3) ... 3611s python3.13-dbg: can't get files for byte-compilation 3611s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3611s Setting up gcc-14 (14.2.0-16ubuntu1) ... 3611s Setting up g++-14 (14.2.0-16ubuntu1) ... 3611s Setting up gcc (4:14.1.0-2ubuntu1) ... 3611s Setting up g++ (4:14.1.0-2ubuntu1) ... 3611s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 3611s Setting up build-essential (12.10ubuntu1) ... 3611s Processing triggers for man-db (2.13.0-1) ... 3612s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3612s autopkgtest: DBG: testbed command exited with code 0 3612s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 3613s autopkgtest: DBG: testbed command exited with code 0 3613s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dbg'], kind short, sout pipe, serr pipe, env [] 3613s autopkgtest: DBG: testbed command exited with code 0 3613s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libpython3.13-testsuite'], kind short, sout pipe, serr pipe, env [] 3613s autopkgtest: DBG: testbed command exited with code 0 3613s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-venv'], kind short, sout pipe, serr pipe, env [] 3613s autopkgtest: DBG: testbed command exited with code 0 3613s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/failing-tests-dbg-packages.all"], kind short, sout raw, serr pipe, env [] 3613s autopkgtest: DBG: testbed command exited with code 0 3613s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-dbg-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-dbg-packages.all 3614s autopkgtest: DBG: got reply from testbed: ok 3614s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 3614s autopkgtest: DBG: testbed command exited with code 1 3614s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 3614s autopkgtest: DBG: testbed command exited with code 0 3614s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 3628s autopkgtest: DBG: got reply from testbed: ok 3628s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 3629s autopkgtest: DBG: testbed command exited with code 0 3629s autopkgtest [22:13:26]: test failing-tests-dbg: [----------------------- 3629s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/failing-tests-dbg-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/failing-tests-dbg-stderr --stdout=/tmp/autopkgtest.G7m1mb/failing-tests-dbg-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests-dbg -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests-dbg'], kind test, sout raw, serr raw, env [] 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/failing-tests-dbg-artifacts 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stderr 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stdout 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests-dbg 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/failing-tests-dbg 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.8EJG5xseEY/out to stdout and file: /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stdout 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.8EJG5xseEY/err to standard error and file: /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stdout 3629s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 2100 to /tmp/autopkgtest_script_pid 3629s total 12 3629s drwxr-xr-x 3 root root 4096 Feb 6 22:13 . 3629s drwxrwxrwt 5 root root 4096 Feb 6 22:13 .. 3629s drwxr-xr-x 3 ubuntu nogroup 4096 Feb 6 22:13 home 3629s Running the failing tests with the debug enabled interpreter: 3629s Running test_ensurepip ... 3629s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_ensurepip" ubuntu 3630s Using random seed: 3028830876 3630s 0:00:00 load avg: 0.16 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3630s 0:00:00 load avg: 0.23 [1/1/1] test_ensurepip failed (15 errors) 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s test test_ensurepip failed -- multiple errors occurred; run in verbose mode for details 3630s 3630s == Tests result: FAILURE == 3630s 3630s 1 test failed: 3630s test_ensurepip 3630s 3630s 0:00:00 load avg: 0.23 Re-running 1 failed tests in verbose mode in subprocesses 3630s 0:00:00 load avg: 0.23 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3630s 0:00:00 load avg: 0.23 [1/1/1] test_ensurepip failed (15 errors) 3630s Re-running test_ensurepip in verbose mode (matching: test_altinstall_default_pip_conflict, test_basic_bootstrapping, test_bootstrapping_with_alt_install, test_bootstrapping_with_default_pip, test_bootstrapping_with_regular_install, test_bootstrapping_with_root, test_bootstrapping_with_upgrade, test_bootstrapping_with_user, test_bootstrapping_with_verbosity_1, test_bootstrapping_with_verbosity_2, test_bootstrapping_with_verbosity_3, test_pip_config_file_disabled, test_pip_environment_variables_removed, test_basic_bootstrapping, test_bootstrapping_error_code) 3630s test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code) ... ensurepip is disabled in Debian/Ubuntu for the system python. 3630s 3630s Python modules for the system python are usually handled by dpkg and apt-get. 3630s 3630s apt install python3- 3630s 3630s Install the python3-pip package to use pip itself. Using pip together 3630s with the system python might have unexpected results for any system installed 3630s module, so use it on your own risk, or make sure to only use it in virtual 3630s environments. 3630s 3630s ERROR 3630s test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled) ... ok 3630s test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed) ... ok 3630s 3630s ====================================================================== 3630s ERROR: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 173, in test_altinstall_default_pip_conflict 3630s ensurepip.bootstrap(altinstall=True, default_pip=True) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 79, in test_basic_bootstrapping 3630s ensurepip.bootstrap() 3630s ~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 164, in test_bootstrapping_with_alt_install 3630s ensurepip.bootstrap(altinstall=True) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 168, in test_bootstrapping_with_default_pip 3630s ensurepip.bootstrap(default_pip=True) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 160, in test_bootstrapping_with_regular_install 3630s ensurepip.bootstrap() 3630s ~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 93, in test_bootstrapping_with_root 3630s ensurepip.bootstrap(root="/foo/bar/") 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 116, in test_bootstrapping_with_upgrade 3630s ensurepip.bootstrap(upgrade=True) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 105, in test_bootstrapping_with_user 3630s ensurepip.bootstrap(user=True) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 127, in test_bootstrapping_with_verbosity_1 3630s ensurepip.bootstrap(verbosity=1) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 138, in test_bootstrapping_with_verbosity_2 3630s ensurepip.bootstrap(verbosity=2) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 149, in test_bootstrapping_with_verbosity_3 3630s ensurepip.bootstrap(verbosity=3) 3630s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 186, in test_pip_config_file_disabled 3630s ensurepip.bootstrap() 3630s ~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 180, in test_pip_environment_variables_removed 3630s ensurepip.bootstrap() 3630s ~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 147, in bootstrap 3630s _bootstrap(root=root, upgrade=upgrade, user=user, 3630s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s altinstall=altinstall, default_pip=default_pip, 3630s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3630s verbosity=verbosity) 3630s ^^^^^^^^^^^^^^^^^^^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 296, in test_basic_bootstrapping 3630s exit_code = ensurepip._main([]) 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 290, in _main 3630s return _bootstrap( 3630s root=args.root, 3630s ...<4 lines>... 3630s default_pip=args.default_pip, 3630s ) 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ====================================================================== 3630s ERROR: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code) 3630s ---------------------------------------------------------------------- 3630s Traceback (most recent call last): 3630s File "/usr/lib/python3.13/test/test_ensurepip.py", line 312, in test_bootstrapping_error_code 3630s exit_code = ensurepip._main([]) 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 290, in _main 3630s return _bootstrap( 3630s root=args.root, 3630s ...<4 lines>... 3630s default_pip=args.default_pip, 3630s ) 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 164, in _bootstrap 3630s _ensurepip_is_disabled_in_debian_for_system() 3630s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 3630s File "/usr/lib/python3.13/ensurepip/__init__.py", line 37, in _ensurepip_is_disabled_in_debian_for_system 3630s sys.exit(1) 3630s ~~~~~~~~^^^ 3630s SystemExit: 1 3630s 3630s ---------------------------------------------------------------------- 3630s Ran 17 tests in 0.066s 3630s 3630s FAILED (errors=15) 3630s test test_ensurepip failed 3630s 1 test failed again: 3630s test_ensurepip 3630s 3630s == Tests result: FAILURE then FAILURE == 3630s 3630s 1 re-run test: 3630s test_ensurepip 3630s 3630s 1 test failed: 3630s test_ensurepip 3630s 3630s Total duration: 797 ms 3630s Total tests: run=48 3630s Total test files: run=2/1 failed=1 rerun=1 3630s Result: FAILURE then FAILURE 3630s Running test_venv ... 3630s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_venv" ubuntu 3631s Using random seed: 2026035685 3631s 0:00:00 load avg: 0.23 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3650s 0:00:19 load avg: 0.45 [1/1] test_venv passed 3650s 3650s == Tests result: SUCCESS == 3650s 3650s 1 test OK. 3650s 3650s Total duration: 19.2 sec 3650s Total tests: run=38 skipped=6 3650s Total test files: run=1/1 3650s Result: SUCCESS 3650s Running test_cppext ... 3650s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_cppext" ubuntu 3650s Using random seed: 949673696 3650s 0:00:00 load avg: 0.45 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3674s 0:00:23 load avg: 0.61 [1/1/1] test_cppext failed (4 errors) 3674s test test_cppext failed -- multiple errors occurred; run in verbose mode for details 3674s 3674s == Tests result: FAILURE == 3674s 3674s 1 test failed: 3674s test_cppext 3674s 3674s 0:00:23 load avg: 0.61 Re-running 1 failed tests in verbose mode in subprocesses 3674s 0:00:23 load avg: 0.61 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3698s 0:00:47 load avg: 0.74 [1/1/1] test_cppext failed (4 errors) 3698s Re-running test_cppext in verbose mode (matching: test_build, test_build_cpp03, test_build_cpp11, test_build_limited) 3698s test_build (test.test_cppext.TestCPPExt.test_build) ... 3698s Run: /usr/bin/python3.13d -X dev -m venv env 3698s ERROR 3698s test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ... 3698s Run: /usr/bin/python3.13d -X dev -m venv env 3698s ERROR 3698s test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) ... 3698s Run: /usr/bin/python3.13d -X dev -m venv env 3698s ERROR 3698s test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) ... 3698s Run: /usr/bin/python3.13d -X dev -m venv env 3698s ERROR 3698s 3698s ====================================================================== 3698s ERROR: test_build (test.test_cppext.TestCPPExt.test_build) 3698s ---------------------------------------------------------------------- 3698s Traceback (most recent call last): 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 29, in test_build 3698s self.check_build('_testcppext') 3698s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3698s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3698s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3698s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3698s return next(self.gen) 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3698s _findwheel('wheel')] 3698s ~~~~~~~~~~^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3698s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3698s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3698s 3698s ====================================================================== 3698s ERROR: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) 3698s ---------------------------------------------------------------------- 3698s Traceback (most recent call last): 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 32, in test_build_cpp03 3698s self.check_build('_testcpp03ext', std='c++03') 3698s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3698s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3698s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3698s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3698s return next(self.gen) 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3698s _findwheel('wheel')] 3698s ~~~~~~~~~~^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3698s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3698s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3698s 3698s ====================================================================== 3698s ERROR: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) 3698s ---------------------------------------------------------------------- 3698s Traceback (most recent call last): 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 36, in test_build_cpp11 3698s self.check_build('_testcpp11ext', std='c++11') 3698s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3698s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3698s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3698s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3698s return next(self.gen) 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3698s _findwheel('wheel')] 3698s ~~~~~~~~~~^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3698s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3698s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3698s 3698s ====================================================================== 3698s ERROR: test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) 3698s ---------------------------------------------------------------------- 3698s Traceback (most recent call last): 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 46, in test_build_limited 3698s self.check_build('_testcppext_limited', limited=True) 3698s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/test_cppext/__init__.py", line 50, in check_build 3698s with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: 3698s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ 3698s File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ 3698s return next(self.gen) 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2403, in setup_venv_with_pip_setuptools_wheel 3698s _findwheel('wheel')] 3698s ~~~~~~~~~~^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/support/__init__.py", line 2364, in _findwheel 3698s raise FileNotFoundError(f"No wheel for {pkgname} found in {wheel_dir}") 3698s FileNotFoundError: No wheel for wheel found in /usr/share/python-wheels/ 3698s 3698s ---------------------------------------------------------------------- 3698s Ran 4 tests in 24.075s 3698s 3698s FAILED (errors=4) 3698s test test_cppext failed 3698s 1 test failed again: 3698s test_cppext 3698s 3698s == Tests result: FAILURE then FAILURE == 3698s 3698s 1 re-run test: 3698s test_cppext 3698s 3698s 1 test failed: 3698s test_cppext 3698s 3698s Total duration: 48.0 sec 3698s Total tests: run=9 skipped=1 3698s Total test files: run=2/1 failed=1 rerun=1 3698s Result: FAILURE then FAILURE 3698s Running test_lib2to3 ... 3698s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_lib2to3" ubuntu 3698s Using random seed: 3150850354 3698s 0:00:00 load avg: 0.74 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3698s 0:00:00 load avg: 0.74 [1/1/1] test_lib2to3 failed (uncaught exception) 3698s test test_lib2to3 crashed -- Traceback (most recent call last): 3698s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3698s _load_run_test(result, runtests) 3698s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3698s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3698s test_mod = importlib.import_module(module_name) 3698s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3698s return _bootstrap._gcd_import(name[level:], package, level) 3698s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3698s File "", line 1387, in _gcd_import 3698s File "", line 1360, in _find_and_load 3698s File "", line 1324, in _find_and_load_unlocked 3698s ModuleNotFoundError: No module named 'test.test_lib2to3' 3698s 3698s == Tests result: FAILURE == 3698s 3698s 1 test failed: 3698s test_lib2to3 3698s 3698s 0:00:00 load avg: 0.74 Re-running 1 failed tests in verbose mode in subprocesses 3698s 0:00:00 load avg: 0.74 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3699s 0:00:00 load avg: 0.74 [1/1/1] test_lib2to3 failed (uncaught exception) 3699s Re-running test_lib2to3 in verbose mode 3699s test test_lib2to3 crashed -- Traceback (most recent call last): 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3699s _load_run_test(result, runtests) 3699s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3699s test_mod = importlib.import_module(module_name) 3699s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3699s return _bootstrap._gcd_import(name[level:], package, level) 3699s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3699s File "", line 1387, in _gcd_import 3699s File "", line 1360, in _find_and_load 3699s File "", line 1324, in _find_and_load_unlocked 3699s ModuleNotFoundError: No module named 'test.test_lib2to3' 3699s 1 test failed again: 3699s test_lib2to3 3699s 3699s == Tests result: FAILURE then FAILURE == 3699s 3699s 1 re-run test: 3699s test_lib2to3 3699s 3699s 1 test failed: 3699s test_lib2to3 3699s 3699s Total duration: 444 ms 3699s Total tests: run=0 3699s Total test files: run=2/1 failed=1 rerun=1 3699s Result: FAILURE then FAILURE 3699s Running test_tcl ... 3699s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_tcl" ubuntu 3699s Using random seed: 3031946346 3699s 0:00:00 load avg: 0.74 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3699s 0:00:00 load avg: 0.74 [1/1/1] test_tcl failed (uncaught exception) 3699s test test_tcl crashed -- Traceback (most recent call last): 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3699s _load_run_test(result, runtests) 3699s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3699s test_mod = importlib.import_module(module_name) 3699s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3699s return _bootstrap._gcd_import(name[level:], package, level) 3699s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3699s File "", line 1387, in _gcd_import 3699s File "", line 1360, in _find_and_load 3699s File "", line 1331, in _find_and_load_unlocked 3699s File "", line 935, in _load_unlocked 3699s File "", line 1026, in exec_module 3699s File "", line 488, in _call_with_frames_removed 3699s File "/usr/lib/python3.13/test/test_tcl.py", line 12, in 3699s import tkinter 3699s ModuleNotFoundError: No module named 'tkinter' 3699s 3699s == Tests result: FAILURE == 3699s 3699s 1 test failed: 3699s test_tcl 3699s 3699s 0:00:00 load avg: 0.74 Re-running 1 failed tests in verbose mode in subprocesses 3699s 0:00:00 load avg: 0.74 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3699s 0:00:00 load avg: 0.74 [1/1/1] test_tcl failed (uncaught exception) 3699s Re-running test_tcl in verbose mode 3699s test test_tcl crashed -- Traceback (most recent call last): 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3699s _load_run_test(result, runtests) 3699s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3699s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3699s test_mod = importlib.import_module(module_name) 3699s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3699s return _bootstrap._gcd_import(name[level:], package, level) 3699s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3699s File "", line 1387, in _gcd_import 3699s File "", line 1360, in _find_and_load 3699s File "", line 1331, in _find_and_load_unlocked 3699s File "", line 935, in _load_unlocked 3699s File "", line 1026, in exec_module 3699s File "", line 488, in _call_with_frames_removed 3699s File "/usr/lib/python3.13/test/test_tcl.py", line 12, in 3699s import tkinter 3699s ModuleNotFoundError: No module named 'tkinter' 3699s 1 test failed again: 3699s test_tcl 3699s 3699s == Tests result: FAILURE then FAILURE == 3699s 3699s 1 re-run test: 3699s test_tcl 3699s 3699s 1 test failed: 3699s test_tcl 3699s 3699s Total duration: 444 ms 3699s Total tests: run=0 3699s Total test files: run=2/1 failed=1 rerun=1 3699s Result: FAILURE then FAILURE 3699s Running test_socket ... 3699s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_socket" ubuntu 3699s Using random seed: 233195198 3699s 0:00:00 load avg: 0.74 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3729s 0:00:30 load avg: 0.83 running (1): test_socket (30.0 sec) 3732s 0:00:32 load avg: 0.77 [1/1] test_socket passed (32.8 sec) 3732s 3732s == Tests result: SUCCESS == 3732s 3732s 1 test OK. 3732s 3732s Total duration: 32.9 sec 3732s Total tests: run=732 skipped=64 3732s Total test files: run=1/1 3732s Result: SUCCESS 3732s Running test_code_module ... 3732s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_code_module" ubuntu 3732s Using random seed: 699228939 3732s 0:00:00 load avg: 0.77 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3733s 0:00:00 load avg: 0.77 [1/1] test_code_module passed 3733s 3733s == Tests result: SUCCESS == 3733s 3733s 1 test OK. 3733s 3733s Total duration: 426 ms 3733s Total tests: run=17 3733s Total test files: run=1/1 3733s Result: SUCCESS 3733s Running test_ttk_guionly ... 3733s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_ttk_guionly" ubuntu 3733s Using random seed: 506548351 3733s 0:00:00 load avg: 0.77 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3733s 0:00:00 load avg: 0.77 [1/1/1] test_ttk_guionly failed (uncaught exception) 3733s test test_ttk_guionly crashed -- Traceback (most recent call last): 3733s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3733s _load_run_test(result, runtests) 3733s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3733s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3733s test_mod = importlib.import_module(module_name) 3733s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3733s return _bootstrap._gcd_import(name[level:], package, level) 3733s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3733s File "", line 1387, in _gcd_import 3733s File "", line 1360, in _find_and_load 3733s File "", line 1324, in _find_and_load_unlocked 3733s ModuleNotFoundError: No module named 'test.test_ttk_guionly' 3733s 3733s == Tests result: FAILURE == 3733s 3733s 1 test failed: 3733s test_ttk_guionly 3733s 3733s 0:00:00 load avg: 0.77 Re-running 1 failed tests in verbose mode in subprocesses 3733s 0:00:00 load avg: 0.77 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3733s 0:00:00 load avg: 0.77 [1/1/1] test_ttk_guionly failed (uncaught exception) 3733s Re-running test_ttk_guionly in verbose mode 3733s test test_ttk_guionly crashed -- Traceback (most recent call last): 3733s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3733s _load_run_test(result, runtests) 3733s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3733s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3733s test_mod = importlib.import_module(module_name) 3733s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3733s return _bootstrap._gcd_import(name[level:], package, level) 3733s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3733s File "", line 1387, in _gcd_import 3733s File "", line 1360, in _find_and_load 3733s File "", line 1324, in _find_and_load_unlocked 3733s ModuleNotFoundError: No module named 'test.test_ttk_guionly' 3733s 1 test failed again: 3733s test_ttk_guionly 3733s 3733s == Tests result: FAILURE then FAILURE == 3733s 3733s 1 re-run test: 3733s test_ttk_guionly 3733s 3733s 1 test failed: 3733s test_ttk_guionly 3733s 3733s Total duration: 443 ms 3733s Total tests: run=0 3733s Total test files: run=2/1 failed=1 rerun=1 3733s Result: FAILURE then FAILURE 3733s Running test_ttk_textonly ... 3733s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_ttk_textonly" ubuntu 3734s Using random seed: 1015188582 3734s 0:00:00 load avg: 0.77 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3734s 0:00:00 load avg: 0.77 [1/1/1] test_ttk_textonly failed (uncaught exception) 3734s test test_ttk_textonly crashed -- Traceback (most recent call last): 3734s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3734s _load_run_test(result, runtests) 3734s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3734s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3734s test_mod = importlib.import_module(module_name) 3734s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3734s return _bootstrap._gcd_import(name[level:], package, level) 3734s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3734s File "", line 1387, in _gcd_import 3734s File "", line 1360, in _find_and_load 3734s File "", line 1331, in _find_and_load_unlocked 3734s File "", line 935, in _load_unlocked 3734s File "", line 1026, in exec_module 3734s File "", line 488, in _call_with_frames_removed 3734s File "/usr/lib/python3.13/test/test_ttk_textonly.py", line 7, in 3734s from tkinter import ttk 3734s ModuleNotFoundError: No module named 'tkinter' 3734s 3734s == Tests result: FAILURE == 3734s 3734s 1 test failed: 3734s test_ttk_textonly 3734s 3734s 0:00:00 load avg: 0.77 Re-running 1 failed tests in verbose mode in subprocesses 3734s 0:00:00 load avg: 0.77 Run 1 test in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3734s 0:00:00 load avg: 0.77 [1/1/1] test_ttk_textonly failed (uncaught exception) 3734s Re-running test_ttk_textonly in verbose mode 3734s test test_ttk_textonly crashed -- Traceback (most recent call last): 3734s File "/usr/lib/python3.13/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc 3734s _load_run_test(result, runtests) 3734s ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ 3734s File "/usr/lib/python3.13/test/libregrtest/single.py", line 128, in _load_run_test 3734s test_mod = importlib.import_module(module_name) 3734s File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 3734s return _bootstrap._gcd_import(name[level:], package, level) 3734s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3734s File "", line 1387, in _gcd_import 3734s File "", line 1360, in _find_and_load 3734s File "", line 1331, in _find_and_load_unlocked 3734s File "", line 935, in _load_unlocked 3734s File "", line 1026, in exec_module 3734s File "", line 488, in _call_with_frames_removed 3734s File "/usr/lib/python3.13/test/test_ttk_textonly.py", line 7, in 3734s from tkinter import ttk 3734s ModuleNotFoundError: No module named 'tkinter' 3734s 1 test failed again: 3734s test_ttk_textonly 3734s 3734s == Tests result: FAILURE then FAILURE == 3734s 3734s 1 re-run test: 3734s test_ttk_textonly 3734s 3734s 1 test failed: 3734s test_ttk_textonly 3734s 3734s Total duration: 444 ms 3734s Total tests: run=0 3734s Total test files: run=2/1 failed=1 rerun=1 3734s Result: FAILURE then FAILURE 3734s Running test_multiprocessing_fork ... 3734s su -s /bin/sh -c HOME=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home python3.13 /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/script.py "testsuite-dbg.log" "python3.13d -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui --timeout=7200 test_multiprocessing_fork" ubuntu 3734s Using random seed: 3402420277 3734s 0:00:00 load avg: 0.77 Run 4 tests in parallel using 1 worker process (timeout: 2 hour, worker timeout: 2 hour 5 min) 3745s 0:00:10 load avg: 1.00 [1/4] test_multiprocessing_fork.test_manager passed 3745s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=3143) is multi-threaded, use of fork() may lead to deadlocks in the child. 3745s self.pid = os.fork() 3745s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4390) is multi-threaded, use of fork() may lead to deadlocks in the child. 3745s self.pid = os.fork() 3764s 0:00:29 load avg: 0.78 [2/4] test_multiprocessing_fork.test_misc passed 3764s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4625) is multi-threaded, use of fork() may lead to deadlocks in the child. 3764s self.pid = os.fork() 3764s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4625) is multi-threaded, use of fork() may lead to deadlocks in the child. 3764s self.pid = os.fork() 3764s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=4903) is multi-threaded, use of fork() may lead to deadlocks in the child. 3764s self.pid = os.fork() 3764s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5037) is multi-threaded, use of fork() may lead to deadlocks in the child. 3764s self.pid = os.fork() 3793s 0:00:58 load avg: 0.53 [3/4] test_multiprocessing_fork.test_processes passed 3793s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5122) is multi-threaded, use of fork() may lead to deadlocks in the child. 3793s self.pid = os.fork() 3793s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5122) is multi-threaded, use of fork() may lead to deadlocks in the child. 3793s self.pid = os.fork() 3793s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5122) is multi-threaded, use of fork() may lead to deadlocks in the child. 3793s self.pid = os.fork() 3807s 0:01:13 load avg: 0.42 [4/4] test_multiprocessing_fork.test_threads passed 3807s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=5698) is multi-threaded, use of fork() may lead to deadlocks in the child. 3807s self.pid = os.fork() 3807s 3807s == Tests result: SUCCESS == 3807s 3807s All 4 tests OK. 3807s 3807s Total duration: 1 min 13 sec 3807s Total tests: run=402 skipped=45 3807s Total test files: run=4/4 3807s Result: SUCCESS 3807s Tests run: test_ensurepip test_venv test_cppext test_lib2to3 test_tcl test_socket test_code_module test_ttk_guionly test_ttk_textonly test_multiprocessing_fork 3807s Progressions: test_venv test_socket test_code_module test_multiprocessing_fork 3807s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 3807s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 3807s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 3807s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 3807s autopkgtest: DBG: testbed command exited with code 0 3808s autopkgtest [22:16:25]: test failing-tests-dbg: -----------------------] 3808s autopkgtest: DBG: testbed executing test finished with exit status 0 3808s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stdout /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-dbg-stdout 3808s autopkgtest: DBG: got reply from testbed: ok 3808s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-dbg-stderr /tmp/autopkgtest-work.zl_sb3g9/out/failing-tests-dbg-stderr 3808s autopkgtest: DBG: got reply from testbed: ok 3808s failing-tests-dbg PASS 3808s autopkgtest [22:16:25]: test failing-tests-dbg: - - - - - - - - - - results - - - - - - - - - - 3808s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/failing-tests-dbg-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 3808s autopkgtest: DBG: got reply from testbed: ok 3808s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/failing-tests-dbg-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3809s autopkgtest: DBG: testbed command exited with code 0 3809s autopkgtest [22:16:26]: test module-install-local: preparing testbed 3809s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ca-certificates', 'locales-all', 'python3.13-dev', 'python3.13-dbg', 'libpython3.13-testsuite:native', 'gdb', 'python3.13-venv'], deps_new=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 3809s autopkgtest: DBG: testbed reset 3809s autopkgtest: DBG: sending command to testbed: revert 3880s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 3880s autopkgtest: DBG: sending command to testbed: print-execute-command 3880s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 3880s autopkgtest: DBG: sending command to testbed: capabilities 3880s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 3880s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 3880s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3881s autopkgtest: DBG: testbed command exited with code 0 3881s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 3881s autopkgtest: DBG: got reply from testbed: ok 3881s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 3881s autopkgtest: DBG: testbed command exited with code 0 3881s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 3881s autopkgtest: DBG: testbed command exited with code 0 3881s autopkgtest [22:17:38]: testbed dpkg architecture: s390x 3881s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 3881s autopkgtest: DBG: testbed command exited with code 0 3881s autopkgtest [22:17:38]: testbed apt version: 2.9.18 3881s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 3881s autopkgtest: DBG: testbed command exited with code 0 3881s autopkgtest: DBG: testbed has eatmydata 3881s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s autopkgtest [22:17:39]: @@@@@@@@@@@@@@@@@@@@ test bed setup 3882s 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 [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s autopkgtest [22:17:39]: testbed release detected to be: plucky 3882s 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 [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s 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 [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s autopkgtest: DBG: adding APT source: Types: deb deb-src 3882s URIs: http://ftpmaster.internal/ubuntu/ 3882s Suites: plucky-proposed 3882s Components: main restricted universe multiverse 3882s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 3882s 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 [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 3882s Package: * 3882s Pin: release plucky-proposed 3882s Pin-Priority: 500 3882s 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 [] 3882s autopkgtest: DBG: testbed command exited with code 0 3882s autopkgtest [22:17:39]: updating testbed package index (apt update) 3882s 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'] 3883s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 3883s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 3883s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 3883s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 3883s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 3883s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 3883s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 3883s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 3883s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 3883s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 3883s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 3884s Fetched 2058 kB in 1s (2088 kB/s) 3884s Reading package lists... 3884s autopkgtest: DBG: testbed command exited with code 0 3884s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 3884s Package: * 3884s Pin: release plucky-proposed 3884s Pin-Priority: 100 3884s 3884s Package: src:media-types:any 3884s Pin: release plucky-proposed 3884s Pin-Priority: 995 3884s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 3884s autopkgtest: DBG: testbed command exited with code 0 3884s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 3885s autopkgtest: DBG: testbed command exited with code 0 3885s 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'] 3885s + lsb_release --codename --short 3885s + RELEASE=plucky 3885s + cat 3885s + [ plucky != trusty ] 3885s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 3885s Reading package lists... 3885s Building dependency tree... 3885s Reading state information... 3885s Calculating upgrade... 3885s The following packages were automatically installed and are no longer required: 3885s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 3885s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 3885s linux-tools-6.11.0-8-generic 3885s Use 'sudo apt autoremove' to remove them. 3885s The following packages will be upgraded: 3885s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 3885s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 3885s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 3885s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 3885s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3885s Need to get 13.0 MB of archives. 3885s After this operation, 9501 kB disk space will be freed. 3885s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 3886s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 3886s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 3886s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 3886s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 3887s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 3887s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 3888s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 3888s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 3888s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 3888s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 3888s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 3888s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 3888s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 3888s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 3888s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 3888s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 3889s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 3889s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 3889s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 3889s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 3889s Fetched 13.0 MB in 4s (3545 kB/s) 3889s (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 ... 80969 files and directories currently installed.) 3889s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3889s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3889s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3889s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3889s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3889s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 3889s (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 ... 80969 files and directories currently installed.) 3889s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 3889s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 3890s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 3890s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 3890s Setting up systemd (257.2-3ubuntu1) ... 3890s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3890s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 3890s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 3890s (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 ... 80969 files and directories currently installed.) 3890s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 3890s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 3890s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 3890s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 3890s Setting up libudev1:s390x (257.2-3ubuntu1) ... 3890s (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 ... 80969 files and directories currently installed.) 3890s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 3890s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 3891s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 3891s (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 ... 80969 files and directories currently installed.) 3891s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 3891s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 3891s Setting up apt (2.9.27ubuntu1) ... 3891s (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 ... 80971 files and directories currently installed.) 3891s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 3891s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 3891s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 3891s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 3891s Setting up systemd-sysv (257.2-3ubuntu1) ... 3891s Setting up apt-utils (2.9.27ubuntu1) ... 3891s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 3891s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 3891s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 3891s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 3891s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 3891s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 3892s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 3892s Setting up udev (257.2-3ubuntu1) ... 3892s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 3892s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 3892s Setting up systemd-resolved (257.2-3ubuntu1) ... 3893s Setting up libctf0:s390x (2.44-1ubuntu1) ... 3893s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 3893s Setting up binutils (2.44-1ubuntu1) ... 3893s Processing triggers for dbus (1.14.10-4ubuntu5) ... 3893s Processing triggers for shared-mime-info (2.4-5) ... 3893s Warning: program compiled against libxml 212 using older 209 3893s Processing triggers for initramfs-tools (0.145ubuntu1) ... 3893s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 3893s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 3896s Using config file '/etc/zipl.conf' 3896s Building bootmap in '/boot' 3896s Adding IPL section 'ubuntu' (default) 3896s Preparing boot device for LD-IPL: vda (0000). 3896s Done. 3896s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3896s Processing triggers for man-db (2.13.0-1) ... 3897s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 3897s + /usr/lib/apt/apt-helper analyze-pattern ?true 3897s + + sed s/\./\\./g 3897s uname -r 3897s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 3897s + apt list ?obsolete 3897s + tail -n+2 3897s + cut -d/ -f1 3897s + grep -v ^linux-.*6\.12\.0-12-generic.* 3898s + true 3898s + obsolete_pkgs= 3898s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 3898s Reading package lists... 3898s Building dependency tree... 3898s Reading state information... 3898s The following packages will be REMOVED: 3898s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 3898s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 3898s linux-tools-6.11.0-8-generic* 3898s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 3898s After this operation, 143 MB disk space will be freed. 3898s (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 ... 80957 files and directories currently installed.) 3898s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 3898s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 3899s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3900s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 3900s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 3900s (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 ... 56550 files and directories currently installed.) 3900s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3900s + grep -q trusty /etc/lsb-release 3900s + [ ! -d /usr/share/doc/unattended-upgrades ] 3900s + [ ! -d /usr/share/doc/lxd ] 3900s + [ ! -d /usr/share/doc/lxd-client ] 3900s + [ ! -d /usr/share/doc/snapd ] 3900s + type iptables 3900s + cat 3900s + chmod 755 /etc/rc.local 3900s + . /etc/rc.local 3900s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 3900s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 3900s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 3900s + uname -m 3900s + [ s390x = ppc64le ] 3900s + [ -d /run/systemd/system ] 3900s + systemd-detect-virt --quiet --vm 3900s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 3900s + cat 3900s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 3900s + echo COMPRESS=lz4 3900s autopkgtest: DBG: testbed command exited with code 0 3900s autopkgtest [22:17:57]: upgrading testbed (apt dist-upgrade and autopurge) 3900s 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'] 3900s Reading package lists... 3900s Building dependency tree... 3900s Reading state information... 3900s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 3900s Starting 2 pkgProblemResolver with broken count: 0 3900s Done 3900s Entering ResolveByKeep 3901s 3901s The following packages will be upgraded: 3901s media-types 3901s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3901s Need to get 28.2 kB of archives. 3901s After this operation, 2048 B of additional disk space will be used. 3901s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 3901s Fetched 28.2 kB in 0s (139 kB/s) 3901s (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 ... 56550 files and directories currently installed.) 3901s Preparing to unpack .../media-types_11.0.0_all.deb ... 3901s Unpacking media-types (11.0.0) over (10.1.0) ... 3901s Setting up media-types (11.0.0) ... 3901s Installing new version of config file /etc/mime.types ... 3901s autopkgtest: DBG: testbed command exited with code 0 3901s 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'] 3902s Reading package lists... 3902s Building dependency tree... 3902s Reading state information... 3902s Starting pkgProblemResolver with broken count: 0 3902s Starting 2 pkgProblemResolver with broken count: 0 3902s Done 3902s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3902s autopkgtest: DBG: testbed command exited with code 0 3902s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 3902s autopkgtest: DBG: testbed command exited with code 1 3902s autopkgtest [22:17:59]: rebooting testbed after setup commands that affected boot 3902s autopkgtest: DBG: sending command to testbed: reboot 3919s autopkgtest: DBG: got reply from testbed: ok 3919s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3919s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3919s autopkgtest: DBG: testbed command exited with code 0 3919s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3919s autopkgtest: DBG: got reply from testbed: ok 3919s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3919s autopkgtest: DBG: testbed command exited with code 0 3919s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3920s autopkgtest: DBG: testbed command exited with code 0 3920s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3920s autopkgtest: DBG: testbed command exited with code 0 3920s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3920s autopkgtest: DBG: testbed command exited with code 0 3920s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3920s autopkgtest: DBG: got reply from testbed: ok 3920s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3920s autopkgtest: DBG: testbed command exited with code 0 3920s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3920s autopkgtest: DBG: testbed command exited with code 0 3920s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3921s autopkgtest: DBG: testbed command exited with code 0 3921s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 3921s autopkgtest: DBG: testbed command exited with code 0 3921s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 3922s autopkgtest: DBG: got reply from testbed: ok 3922s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3922s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3922s autopkgtest: DBG: testbed command exited with code 0 3922s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 3922s autopkgtest: DBG: got reply from testbed: ok 3922s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3922s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 3923s autopkgtest: DBG: got reply from testbed: ok 3923s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3923s autopkgtest: DBG: testbed command exited with code 0 3923s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3923s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 3923s autopkgtest: DBG: install-deps: satisfying build-essential, python3.13-dev, python3-pip, python3-setuptools, shunit2 3923s autopkgtest: DBG: can use apt-get on testbed: True 3923s 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', 'build-essential, python3.13-dev, python3-pip, python3-setuptools, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3924s Reading package lists... 3924s Building dependency tree... 3924s Reading state information... 3924s Starting pkgProblemResolver with broken count: 0 3924s Starting 2 pkgProblemResolver with broken count: 0 3924s Done 3924s The following NEW packages will be installed: 3924s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 3924s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 3924s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libexpat1-dev 3924s libgcc-14-dev libgomp1 libisl23 libitm1 libmpc3 libpython3.13 3924s libpython3.13-dev libstdc++-14-dev libubsan1 python3-pip python3-wheel 3924s python3.13-dev shunit2 zlib1g-dev 3924s 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. 3924s Need to get 59.9 MB of archives. 3924s After this operation, 203 MB of additional disk space will be used. 3924s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 3925s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 3925s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 3926s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 3926s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 3926s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 3926s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 3926s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 3926s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 3926s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 3926s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 3926s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 3926s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 3927s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 3927s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 3927s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 3927s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 3927s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 3928s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 3928s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 3928s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 3928s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 3928s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 3928s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 3928s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 3928s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 3928s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 3928s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 3928s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 3928s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 3928s Fetched 59.9 MB in 4s (16.3 MB/s) 3928s Selecting previously unselected package libisl23:s390x. 3928s (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 ... 56550 files and directories currently installed.) 3928s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 3928s Unpacking libisl23:s390x (0.27-1) ... 3928s Selecting previously unselected package libmpc3:s390x. 3928s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 3928s Unpacking libmpc3:s390x (1.3.1-1build2) ... 3928s Selecting previously unselected package cpp-14-s390x-linux-gnu. 3928s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3928s Selecting previously unselected package cpp-14. 3928s Preparing to unpack .../03-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 3928s Selecting previously unselected package cpp-s390x-linux-gnu. 3928s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3928s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3928s Selecting previously unselected package cpp. 3928s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 3928s Unpacking cpp (4:14.1.0-2ubuntu1) ... 3928s Selecting previously unselected package libcc1-0:s390x. 3928s Preparing to unpack .../06-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 3928s Selecting previously unselected package libgomp1:s390x. 3928s Preparing to unpack .../07-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 3928s Selecting previously unselected package libitm1:s390x. 3928s Preparing to unpack .../08-libitm1_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 3928s Selecting previously unselected package libasan8:s390x. 3928s Preparing to unpack .../09-libasan8_14.2.0-16ubuntu1_s390x.deb ... 3928s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package libubsan1:s390x. 3929s Preparing to unpack .../10-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package libgcc-14-dev:s390x. 3929s Preparing to unpack .../11-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package gcc-14-s390x-linux-gnu. 3929s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package gcc-14. 3929s Preparing to unpack .../13-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package gcc-s390x-linux-gnu. 3929s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3929s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3929s Selecting previously unselected package gcc. 3929s Preparing to unpack .../15-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 3929s Unpacking gcc (4:14.1.0-2ubuntu1) ... 3929s Selecting previously unselected package libstdc++-14-dev:s390x. 3929s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package g++-14-s390x-linux-gnu. 3929s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package g++-14. 3929s Preparing to unpack .../18-g++-14_14.2.0-16ubuntu1_s390x.deb ... 3929s Unpacking g++-14 (14.2.0-16ubuntu1) ... 3929s Selecting previously unselected package g++-s390x-linux-gnu. 3929s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3929s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3929s Selecting previously unselected package g++. 3929s Preparing to unpack .../20-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 3929s Unpacking g++ (4:14.1.0-2ubuntu1) ... 3929s Selecting previously unselected package build-essential. 3929s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 3929s Unpacking build-essential (12.10ubuntu1) ... 3929s Selecting previously unselected package libexpat1-dev:s390x. 3929s Preparing to unpack .../22-libexpat1-dev_2.6.4-1_s390x.deb ... 3929s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 3929s Selecting previously unselected package libpython3.13:s390x. 3929s Preparing to unpack .../23-libpython3.13_3.13.1-3_s390x.deb ... 3929s Unpacking libpython3.13:s390x (3.13.1-3) ... 3929s Selecting previously unselected package zlib1g-dev:s390x. 3929s Preparing to unpack .../24-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 3929s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3929s Selecting previously unselected package libpython3.13-dev:s390x. 3929s Preparing to unpack .../25-libpython3.13-dev_3.13.1-3_s390x.deb ... 3929s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 3929s Selecting previously unselected package python3-wheel. 3929s Preparing to unpack .../26-python3-wheel_0.45.1-1_all.deb ... 3929s Unpacking python3-wheel (0.45.1-1) ... 3929s Selecting previously unselected package python3-pip. 3929s Preparing to unpack .../27-python3-pip_25.0+dfsg-1_all.deb ... 3929s Unpacking python3-pip (25.0+dfsg-1) ... 3929s Selecting previously unselected package python3.13-dev. 3929s Preparing to unpack .../28-python3.13-dev_3.13.1-3_s390x.deb ... 3929s Unpacking python3.13-dev (3.13.1-3) ... 3929s Selecting previously unselected package shunit2. 3929s Preparing to unpack .../29-shunit2_2.1.8-4_all.deb ... 3929s Unpacking shunit2 (2.1.8-4) ... 3929s Setting up libpython3.13:s390x (3.13.1-3) ... 3929s Setting up shunit2 (2.1.8-4) ... 3929s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 3929s Setting up python3-wheel (0.45.1-1) ... 3930s Setting up libexpat1-dev:s390x (2.6.4-1) ... 3930s Setting up libmpc3:s390x (1.3.1-1build2) ... 3930s Setting up python3-pip (25.0+dfsg-1) ... 3930s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 3930s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3930s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 3930s Setting up libisl23:s390x (0.27-1) ... 3930s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 3930s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 3930s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 3930s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3930s Setting up cpp-14 (14.2.0-16ubuntu1) ... 3930s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 3930s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 3930s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3930s Setting up python3.13-dev (3.13.1-3) ... 3930s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3930s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3930s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 3930s Setting up cpp (4:14.1.0-2ubuntu1) ... 3930s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3930s Setting up gcc-14 (14.2.0-16ubuntu1) ... 3930s Setting up g++-14 (14.2.0-16ubuntu1) ... 3930s Setting up gcc (4:14.1.0-2ubuntu1) ... 3930s Setting up g++ (4:14.1.0-2ubuntu1) ... 3930s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 3930s Setting up build-essential (12.10ubuntu1) ... 3930s Processing triggers for man-db (2.13.0-1) ... 3931s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3931s autopkgtest: DBG: testbed command exited with code 0 3931s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 3931s autopkgtest: DBG: testbed command exited with code 0 3931s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/module-install-local-packages.all"], kind short, sout raw, serr pipe, env [] 3932s autopkgtest: DBG: testbed command exited with code 0 3932s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-local-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/module-install-local-packages.all 3932s autopkgtest: DBG: got reply from testbed: ok 3932s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 3932s autopkgtest: DBG: testbed command exited with code 1 3932s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 3934s autopkgtest: DBG: testbed command exited with code 0 3934s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 3941s autopkgtest: DBG: got reply from testbed: ok 3941s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 3941s autopkgtest: DBG: testbed command exited with code 0 3941s autopkgtest [22:18:38]: test module-install-local: [----------------------- 3941s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/module-install-local-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/module-install-local-stderr --stdout=/tmp/autopkgtest.G7m1mb/module-install-local-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-local -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-local'], kind test, sout raw, serr raw, env [] 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/module-install-local-artifacts 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/module-install-local-stderr 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/module-install-local-stdout 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-local 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-local 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.HSAf1kBqRI/out to stdout and file: /tmp/autopkgtest.G7m1mb/module-install-local-stdout 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.HSAf1kBqRI/err to standard error and file: /tmp/autopkgtest.G7m1mb/module-install-local-stdout 3941s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 1508 to /tmp/autopkgtest_script_pid 3941s testFibPy 3942s running install 3942s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3942s !! 3942s 3942s ******************************************************************************** 3942s Please avoid running ``setup.py`` directly. 3942s Instead, use pypa/build, pypa/installer or other 3942s standards-based tools. 3942s 3942s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3942s ******************************************************************************** 3942s 3942s !! 3942s self.initialize_options() 3942s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 3942s !! 3942s 3942s ******************************************************************************** 3942s Please avoid running ``setup.py`` and ``easy_install``. 3942s Instead, use pypa/build, pypa/installer or other 3942s standards-based tools. 3942s 3942s See https://github.com/pypa/setuptools/issues/917 for details. 3942s ******************************************************************************** 3942s 3942s !! 3942s self.initialize_options() 3942s running bdist_egg 3942s running egg_info 3942s creating fibpy.egg-info 3942s writing fibpy.egg-info/PKG-INFO 3942s writing dependency_links to fibpy.egg-info/dependency_links.txt 3942s writing top-level names to fibpy.egg-info/top_level.txt 3942s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3942s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3942s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3942s installing library code to build/bdist.linux-s390x/egg 3942s running install_lib 3942s running build_py 3942s creating build/lib 3942s copying fibpy.py -> build/lib 3942s creating build/bdist.linux-s390x/egg 3942s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 3942s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.cpython-313.pyc 3942s creating build/bdist.linux-s390x/egg/EGG-INFO 3942s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 3942s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3942s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3942s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3942s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 3942s creating dist 3942s creating 'dist/fibpy-42.0.0-py3.13.egg' and adding 'build/bdist.linux-s390x/egg' to it 3942s removing 'build/bdist.linux-s390x/egg' (and everything under it) 3942s Processing fibpy-42.0.0-py3.13.egg 3942s Copying fibpy-42.0.0-py3.13.egg to /usr/local/lib/python3.13/dist-packages 3942s Adding fibpy 42.0.0 to easy-install.pth file 3942s 3942s Installed /usr/local/lib/python3.13/dist-packages/fibpy-42.0.0-py3.13.egg 3942s Processing dependencies for fibpy==42.0.0 3942s Finished processing dependencies for fibpy==42.0.0 3942s testFibC 3942s running install 3942s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3942s !! 3942s 3942s ******************************************************************************** 3942s Please avoid running ``setup.py`` directly. 3942s Instead, use pypa/build, pypa/installer or other 3942s standards-based tools. 3942s 3942s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3942s ******************************************************************************** 3942s 3942s !! 3942s self.initialize_options() 3944s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 3944s !! 3944s 3944s ******************************************************************************** 3944s Please avoid running ``setup.py`` and ``easy_install``. 3944s Instead, use pypa/build, pypa/installer or other 3944s standards-based tools. 3944s 3944s See https://github.com/pypa/setuptools/issues/917 for details. 3944s ******************************************************************************** 3944s 3944s !! 3944s self.initialize_options() 3944s running bdist_egg 3944s running egg_info 3944s creating fibc.egg-info 3944s writing fibc.egg-info/PKG-INFO 3944s writing dependency_links to fibc.egg-info/dependency_links.txt 3944s writing top-level names to fibc.egg-info/top_level.txt 3944s writing manifest file 'fibc.egg-info/SOURCES.txt' 3944s reading manifest file 'fibc.egg-info/SOURCES.txt' 3944s writing manifest file 'fibc.egg-info/SOURCES.txt' 3944s installing library code to build/bdist.linux-s390x/egg 3944s running install_lib 3944s running build_ext 3944s building 'fibc' extension 3944s creating build/temp.linux-s390x-cpython-313 3944s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/usr/include/python3.13 -c fibc.c -o build/temp.linux-s390x-cpython-313/fibc.o 3944s creating build/lib.linux-s390x-cpython-313 3944s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-s390x-cpython-313/fibc.o -L/usr/lib/s390x-linux-gnu -o build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so 3944s creating build/bdist.linux-s390x/egg 3944s copying build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 3944s creating stub loader for fibc.cpython-313-s390x-linux-gnu.so 3944s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.cpython-313.pyc 3944s creating build/bdist.linux-s390x/egg/EGG-INFO 3944s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 3944s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3944s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3944s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 3944s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3944s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 3944s creating dist 3944s creating 'dist/fibc-42.0.0-py3.13-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 3944s removing 'build/bdist.linux-s390x/egg' (and everything under it) 3944s Processing fibc-42.0.0-py3.13-linux-s390x.egg 3944s creating /usr/local/lib/python3.13/dist-packages/fibc-42.0.0-py3.13-linux-s390x.egg 3944s Extracting fibc-42.0.0-py3.13-linux-s390x.egg to /usr/local/lib/python3.13/dist-packages 3944s Adding fibc 42.0.0 to easy-install.pth file 3944s 3944s Installed /usr/local/lib/python3.13/dist-packages/fibc-42.0.0-py3.13-linux-s390x.egg 3944s Processing dependencies for fibc==42.0.0 3944s Finished processing dependencies for fibc==42.0.0 3944s testFibPyDevelop 3944s running develop 3944s running egg_info 3944s writing fibpy.egg-info/PKG-INFO 3944s writing dependency_links to fibpy.egg-info/dependency_links.txt 3944s writing top-level names to fibpy.egg-info/top_level.txt 3944s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3944s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3944s running build_ext 3944s Creating /usr/local/lib/python3.13/dist-packages/fibpy.egg-link (link to .) 3944s Adding fibpy 42.0.0 to easy-install.pth file 3944s 3944s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 3944s Processing dependencies for fibpy==42.0.0 3944s Finished processing dependencies for fibpy==42.0.0 3944s testFibPyPip 3944s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.13) 3944s Processing ./packages/fibpy 3944s Preparing metadata (pyproject.toml): started 3944s Preparing metadata (pyproject.toml): finished with status 'done' 3944s Building wheels for collected packages: fibpy 3944s Building wheel for fibpy (pyproject.toml): started 3944s Building wheel for fibpy (pyproject.toml): finished with status 'done' 3944s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=2db5de3e0877a073736d98fe600ac57ff23b7f114e57f8338817b44f54440764 3944s Stored in directory: /tmp/pip-ephem-wheel-cache-dkbytjp_/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 3944s Successfully built fibpy 3944s Installing collected packages: fibpy 3944s Successfully installed fibpy-42.0.0 3944s testFibPyPipEditable 3944s /usr/lib/python3/dist-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 3944s !! 3944s 3944s ******************************************************************************** 3944s Please avoid running ``setup.py`` and ``easy_install``. 3944s Instead, use pypa/build, pypa/installer or other 3944s standards-based tools. 3944s 3944s See https://github.com/pypa/setuptools/issues/917 for details. 3944s ******************************************************************************** 3944s 3944s !! 3944s easy_install.initialize_options(self) 3944s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3944s !! 3944s 3944s ******************************************************************************** 3944s Please avoid running ``setup.py`` directly. 3944s Instead, use pypa/build, pypa/installer or other 3944s standards-based tools. 3944s 3944s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3944s ******************************************************************************** 3944s 3944s !! 3944s self.initialize_options() 3944s Running command Preparing metadata (pyproject.toml) 3944s running dist_info 3944s creating /tmp/pip-modern-metadata-h509litq/fibpy.egg-info 3944s writing /tmp/pip-modern-metadata-h509litq/fibpy.egg-info/PKG-INFO 3944s writing dependency_links to /tmp/pip-modern-metadata-h509litq/fibpy.egg-info/dependency_links.txt 3944s writing top-level names to /tmp/pip-modern-metadata-h509litq/fibpy.egg-info/top_level.txt 3944s writing manifest file '/tmp/pip-modern-metadata-h509litq/fibpy.egg-info/SOURCES.txt' 3944s reading manifest file '/tmp/pip-modern-metadata-h509litq/fibpy.egg-info/SOURCES.txt' 3944s writing manifest file '/tmp/pip-modern-metadata-h509litq/fibpy.egg-info/SOURCES.txt' 3944s creating '/tmp/pip-modern-metadata-h509litq/fibpy-42.0.0.dist-info' 3944s Running command Building wheel for fibpy (pyproject.toml) 3944s running bdist_wheel 3944s running build 3944s running build_py 3944s installing to build/bdist.linux-s390x/wheel 3944s running install 3944s running install_lib 3944s creating build/bdist.linux-s390x/wheel 3944s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 3944s running install_egg_info 3944s running egg_info 3944s writing fibpy.egg-info/PKG-INFO 3944s writing dependency_links to fibpy.egg-info/dependency_links.txt 3944s writing top-level names to fibpy.egg-info/top_level.txt 3944s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3944s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3944s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 3944s running install_scripts 3944s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 3944s creating '/tmp/pip-wheel-dzqw13rb/.tmp-4iypuvvp/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 3944s adding 'fibpy.py' 3944s adding 'fibpy-42.0.0.dist-info/METADATA' 3944s adding 'fibpy-42.0.0.dist-info/WHEEL' 3944s adding 'fibpy-42.0.0.dist-info/top_level.txt' 3944s adding 'fibpy-42.0.0.dist-info/zip-safe' 3944s adding 'fibpy-42.0.0.dist-info/RECORD' 3944s removing build/bdist.linux-s390x/wheel 3944s WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 3944s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.13) 3944s Obtaining file:///tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 3944s Checking if build backend supports build_editable: started 3944s Running command Checking if build backend supports build_editable 3944s Checking if build backend supports build_editable: finished with status 'done' 3944s Preparing editable metadata (pyproject.toml): started 3944s Running command Preparing editable metadata (pyproject.toml) 3944s running dist_info 3944s creating /tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info 3944s writing /tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/PKG-INFO 3944s writing dependency_links to /tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/dependency_links.txt 3944s writing top-level names to /tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/top_level.txt 3944s writing manifest file '/tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/SOURCES.txt' 3944s reading manifest file '/tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/SOURCES.txt' 3944s writing manifest file '/tmp/pip-modern-metadata-8by5dxmp/fibpy.egg-info/SOURCES.txt' 3944s creating '/tmp/pip-modern-metadata-8by5dxmp/fibpy-42.0.0.dist-info' 3944s Preparing editable metadata (pyproject.toml): finished with status 'done' 3944s Building wheels for collected packages: fibpy 3944s Building editable for fibpy (pyproject.toml): started 3944s Running command Building editable for fibpy (pyproject.toml) 3944s running editable_wheel 3944s creating /tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info 3944s writing /tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/PKG-INFO 3944s writing dependency_links to /tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/dependency_links.txt 3944s writing top-level names to /tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/top_level.txt 3944s writing manifest file '/tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/SOURCES.txt' 3944s reading manifest file '/tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/SOURCES.txt' 3944s writing manifest file '/tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy.egg-info/SOURCES.txt' 3944s creating '/tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy-42.0.0.dist-info' 3944s creating /tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy-42.0.0.dist-info/WHEEL 3944s running build_py 3944s Editable install will be performed using a meta path finder. 3944s 3944s Options like `package-data`, `include/exclude-package-data` or 3944s `packages.find.exclude/include` may have no effect. 3944s 3944s adding '__editable___fibpy_42_0_0_finder.py' 3944s adding '__editable__.fibpy-42.0.0.pth' 3944s creating '/tmp/pip-wheel-hmteuw87/.tmp-g9cpdjqb/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmp9odm1w4hfibpy-42.0.0-0.editable-py3-none-any.whl' to it 3944s adding 'fibpy-42.0.0.dist-info/METADATA' 3944s adding 'fibpy-42.0.0.dist-info/WHEEL' 3944s adding 'fibpy-42.0.0.dist-info/top_level.txt' 3944s adding 'fibpy-42.0.0.dist-info/zip-safe' 3944s adding 'fibpy-42.0.0.dist-info/RECORD' 3944s /usr/lib/python3/dist-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 3944s !! 3944s 3944s ******************************************************************************** 3944s Please be careful with folders in your working directory with the same 3944s name as your package as they may take precedence during imports. 3944s ******************************************************************************** 3944s 3944s !! 3944s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 3944s Building editable for fibpy (pyproject.toml): finished with status 'done' 3944s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2817 sha256=60d63f9f5577a5652c65d67e1b1da9231e218b825e7292ae08dc44dae4144662 3944s Stored in directory: /tmp/pip-ephem-wheel-cache-oda_8fc1/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 3944s Successfully built fibpy 3944s Installing collected packages: fibpy 3944s Successfully installed fibpy-42.0.0 3944s WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 3944s 3944s Ran 5 tests. 3944s 3944s OK 3944s umount: /usr/local/lib/python3.13/dist-packages: not mounted. 3944s shunit2:WARN tearDown() returned non-zero return code. 3944s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 3944s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 3944s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 3944s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 3944s autopkgtest: DBG: testbed command exited with code 0 3944s autopkgtest [22:18:41]: test module-install-local: -----------------------] 3944s autopkgtest: DBG: testbed executing test finished with exit status 0 3944s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-local-stdout /tmp/autopkgtest-work.zl_sb3g9/out/module-install-local-stdout 3945s autopkgtest: DBG: got reply from testbed: ok 3945s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-local-stderr /tmp/autopkgtest-work.zl_sb3g9/out/module-install-local-stderr 3945s autopkgtest: DBG: got reply from testbed: ok 3945s autopkgtest [22:18:42]: test module-install-local: - - - - - - - - - - results - - - - - - - - - - 3945s module-install-local PASS 3945s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-local-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 3945s autopkgtest: DBG: got reply from testbed: ok 3945s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/module-install-local-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3945s autopkgtest: DBG: testbed command exited with code 0 3945s autopkgtest [22:18:42]: test module-install-user: preparing testbed 3945s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'], deps_new=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 3945s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3945s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 3945s autopkgtest: DBG: install-deps: satisfying build-essential, python3.13-dev, python3-pip, python3-setuptools, shunit2 3945s autopkgtest: DBG: can use apt-get on testbed: True 3945s 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', 'build-essential, python3.13-dev, python3-pip, python3-setuptools, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3946s Reading package lists... 3946s Building dependency tree... 3946s Reading state information... 3946s Starting pkgProblemResolver with broken count: 0 3946s Starting 2 pkgProblemResolver with broken count: 0 3946s Done 3946s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3946s autopkgtest: DBG: testbed command exited with code 0 3946s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 3946s autopkgtest: DBG: testbed command exited with code 0 3946s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/module-install-user-packages.all"], kind short, sout raw, serr pipe, env [] 3946s autopkgtest: DBG: testbed command exited with code 0 3946s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-user-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/module-install-user-packages.all 3947s autopkgtest: DBG: got reply from testbed: ok 3947s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 3947s autopkgtest: DBG: testbed command exited with code 0 3947s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.G7m1mb/build.9K4/src already exists 3947s autopkgtest [22:18:44]: test module-install-user: [----------------------- 3947s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/module-install-user-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/module-install-user-stderr --stdout=/tmp/autopkgtest.G7m1mb/module-install-user-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-user -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-user'], kind test, sout raw, serr raw, env [] 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/module-install-user-artifacts 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/module-install-user-stderr 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/module-install-user-stdout 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-user 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-user 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.y3j3SkyKWN/out to stdout and file: /tmp/autopkgtest.G7m1mb/module-install-user-stdout 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.y3j3SkyKWN/err to standard error and file: /tmp/autopkgtest.G7m1mb/module-install-user-stdout 3947s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 1996 to /tmp/autopkgtest_script_pid 3947s testFibPy 3947s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3947s !! 3947s 3947s ******************************************************************************** 3947s Please avoid running ``setup.py`` directly. 3947s Instead, use pypa/build, pypa/installer or other 3947s standards-based tools. 3947s 3947s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3947s ******************************************************************************** 3947s 3947s !! 3947s self.initialize_options() 3947s running install 3947s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 3947s !! 3947s 3947s ******************************************************************************** 3947s Please avoid running ``setup.py`` and ``easy_install``. 3947s Instead, use pypa/build, pypa/installer or other 3947s standards-based tools. 3947s 3947s See https://github.com/pypa/setuptools/issues/917 for details. 3947s ******************************************************************************** 3947s 3947s !! 3947s self.initialize_options() 3947s running bdist_egg 3947s running egg_info 3947s creating fibpy.egg-info 3947s writing fibpy.egg-info/PKG-INFO 3947s writing dependency_links to fibpy.egg-info/dependency_links.txt 3947s writing top-level names to fibpy.egg-info/top_level.txt 3947s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3947s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3947s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3947s installing library code to build/bdist.linux-s390x/egg 3947s running install_lib 3947s running build_py 3947s creating build/lib 3947s copying fibpy.py -> build/lib 3947s creating build/bdist.linux-s390x/egg 3947s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 3947s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.cpython-313.pyc 3947s creating build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 3947s creating dist 3947s creating 'dist/fibpy-42.0.0-py3.13.egg' and adding 'build/bdist.linux-s390x/egg' to it 3947s removing 'build/bdist.linux-s390x/egg' (and everything under it) 3947s Processing fibpy-42.0.0-py3.13.egg 3947s Copying fibpy-42.0.0-py3.13.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages 3947s Adding fibpy 42.0.0 to easy-install.pth file 3947s 3947s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages/fibpy-42.0.0-py3.13.egg 3947s Processing dependencies for fibpy==42.0.0 3947s Finished processing dependencies for fibpy==42.0.0 3947s testFibC 3947s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3947s !! 3947s 3947s ******************************************************************************** 3947s Please avoid running ``setup.py`` directly. 3947s Instead, use pypa/build, pypa/installer or other 3947s standards-based tools. 3947s 3947s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3947s ******************************************************************************** 3947s 3947s !! 3947s self.initialize_options() 3947s running install 3947s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 3947s !! 3947s 3947s ******************************************************************************** 3947s Please avoid running ``setup.py`` and ``easy_install``. 3947s Instead, use pypa/build, pypa/installer or other 3947s standards-based tools. 3947s 3947s See https://github.com/pypa/setuptools/issues/917 for details. 3947s ******************************************************************************** 3947s 3947s !! 3947s self.initialize_options() 3947s running bdist_egg 3947s running egg_info 3947s creating fibc.egg-info 3947s writing fibc.egg-info/PKG-INFO 3947s writing dependency_links to fibc.egg-info/dependency_links.txt 3947s writing top-level names to fibc.egg-info/top_level.txt 3947s writing manifest file 'fibc.egg-info/SOURCES.txt' 3947s reading manifest file 'fibc.egg-info/SOURCES.txt' 3947s writing manifest file 'fibc.egg-info/SOURCES.txt' 3947s installing library code to build/bdist.linux-s390x/egg 3947s running install_lib 3947s running build_ext 3947s building 'fibc' extension 3947s creating build/temp.linux-s390x-cpython-313 3947s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/usr/include/python3.13 -c fibc.c -o build/temp.linux-s390x-cpython-313/fibc.o 3947s creating build/lib.linux-s390x-cpython-313 3947s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-s390x-cpython-313/fibc.o -L/usr/lib/s390x-linux-gnu -o build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so 3947s creating build/bdist.linux-s390x/egg 3947s copying build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 3947s creating stub loader for fibc.cpython-313-s390x-linux-gnu.so 3947s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.cpython-313.pyc 3947s creating build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 3947s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 3947s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 3947s creating dist 3947s creating 'dist/fibc-42.0.0-py3.13-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 3947s removing 'build/bdist.linux-s390x/egg' (and everything under it) 3947s Processing fibc-42.0.0-py3.13-linux-s390x.egg 3947s creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 3947s Extracting fibc-42.0.0-py3.13-linux-s390x.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages 3947s Adding fibc 42.0.0 to easy-install.pth file 3947s 3947s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 3947s Processing dependencies for fibc==42.0.0 3947s Finished processing dependencies for fibc==42.0.0 3948s testFibPyDevelop 3948s /usr/lib/python3/dist-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 3948s !! 3948s 3948s ******************************************************************************** 3948s Please avoid running ``setup.py`` and ``easy_install``. 3948s Instead, use pypa/build, pypa/installer or other 3948s standards-based tools. 3948s 3948s See https://github.com/pypa/setuptools/issues/917 for details. 3948s ******************************************************************************** 3948s 3948s !! 3948s easy_install.initialize_options(self) 3948s running develop 3948s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 3948s !! 3948s 3948s ******************************************************************************** 3948s Please avoid running ``setup.py`` directly. 3948s Instead, use pypa/build, pypa/installer or other 3948s standards-based tools. 3948s 3948s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 3948s ******************************************************************************** 3948s 3948s !! 3948s self.initialize_options() 3948s running egg_info 3948s writing fibpy.egg-info/PKG-INFO 3948s writing dependency_links to fibpy.egg-info/dependency_links.txt 3948s writing top-level names to fibpy.egg-info/top_level.txt 3948s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3948s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3948s running build_ext 3948s Creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/lib/python3.13/site-packages/fibpy.egg-link (link to .) 3948s Adding fibpy 42.0.0 to easy-install.pth file 3948s 3948s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 3948s Processing dependencies for fibpy==42.0.0 3948s Finished processing dependencies for fibpy==42.0.0 3948s testFibPyPip 3948s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.13) 3948s Processing ./packages/fibpy 3948s Preparing metadata (pyproject.toml): started 3948s Running command Preparing metadata (pyproject.toml) 3948s running dist_info 3948s creating /tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info 3948s writing /tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/PKG-INFO 3948s writing dependency_links to /tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/dependency_links.txt 3948s writing top-level names to /tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/top_level.txt 3948s writing manifest file '/tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/SOURCES.txt' 3948s reading manifest file '/tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/SOURCES.txt' 3948s writing manifest file '/tmp/pip-modern-metadata-n5dt4tby/fibpy.egg-info/SOURCES.txt' 3948s creating '/tmp/pip-modern-metadata-n5dt4tby/fibpy-42.0.0.dist-info' 3948s Preparing metadata (pyproject.toml): finished with status 'done' 3948s Building wheels for collected packages: fibpy 3948s Building wheel for fibpy (pyproject.toml): started 3948s Running command Building wheel for fibpy (pyproject.toml) 3948s running bdist_wheel 3948s running build 3948s running build_py 3948s installing to build/bdist.linux-s390x/wheel 3948s running install 3948s running install_lib 3948s creating build/bdist.linux-s390x/wheel 3948s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 3948s running install_egg_info 3948s running egg_info 3948s writing fibpy.egg-info/PKG-INFO 3948s writing dependency_links to fibpy.egg-info/dependency_links.txt 3948s writing top-level names to fibpy.egg-info/top_level.txt 3948s reading manifest file 'fibpy.egg-info/SOURCES.txt' 3948s writing manifest file 'fibpy.egg-info/SOURCES.txt' 3948s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 3948s running install_scripts 3948s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 3948s creating '/tmp/pip-wheel-48japo__/.tmp-n9m50cs5/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 3948s adding 'fibpy.py' 3948s adding 'fibpy-42.0.0.dist-info/METADATA' 3948s adding 'fibpy-42.0.0.dist-info/WHEEL' 3948s adding 'fibpy-42.0.0.dist-info/top_level.txt' 3948s adding 'fibpy-42.0.0.dist-info/zip-safe' 3948s adding 'fibpy-42.0.0.dist-info/RECORD' 3948s removing build/bdist.linux-s390x/wheel 3948s Building wheel for fibpy (pyproject.toml): finished with status 'done' 3948s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=c2ff2930dafb326110fffa2933d626975625b38360e0a502d2417c77c184d40d 3948s Stored in directory: /tmp/pip-ephem-wheel-cache-je9fxs1n/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 3948s Successfully built fibpy 3948s Installing collected packages: fibpy 3948s Successfully installed fibpy-42.0.0 3948s testFibPyPipEditable 3949s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.13) 3949s Obtaining file:///tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 3949s Checking if build backend supports build_editable: started 3949s Running command Checking if build backend supports build_editable 3949s Checking if build backend supports build_editable: finished with status 'done' 3949s Preparing editable metadata (pyproject.toml): started 3949s Running command Preparing editable metadata (pyproject.toml) 3949s running dist_info 3949s creating /tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info 3949s writing /tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/PKG-INFO 3949s writing dependency_links to /tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/dependency_links.txt 3949s writing top-level names to /tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/top_level.txt 3949s writing manifest file '/tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/SOURCES.txt' 3949s reading manifest file '/tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/SOURCES.txt' 3949s writing manifest file '/tmp/pip-modern-metadata-nvkhhqak/fibpy.egg-info/SOURCES.txt' 3949s creating '/tmp/pip-modern-metadata-nvkhhqak/fibpy-42.0.0.dist-info' 3949s Preparing editable metadata (pyproject.toml): finished with status 'done' 3949s Building wheels for collected packages: fibpy 3949s Building editable for fibpy (pyproject.toml): started 3949s Running command Building editable for fibpy (pyproject.toml) 3949s running editable_wheel 3949s creating /tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info 3949s writing /tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/PKG-INFO 3949s writing dependency_links to /tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/dependency_links.txt 3949s writing top-level names to /tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/top_level.txt 3949s writing manifest file '/tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/SOURCES.txt' 3949s reading manifest file '/tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/SOURCES.txt' 3949s writing manifest file '/tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy.egg-info/SOURCES.txt' 3949s creating '/tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy-42.0.0.dist-info' 3949s creating /tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy-42.0.0.dist-info/WHEEL 3949s running build_py 3949s Editable install will be performed using a meta path finder. 3949s 3949s Options like `package-data`, `include/exclude-package-data` or 3949s `packages.find.exclude/include` may have no effect. 3949s 3949s adding '__editable___fibpy_42_0_0_finder.py' 3949s adding '__editable__.fibpy-42.0.0.pth' 3949s creating '/tmp/pip-wheel-i8xbcdq6/.tmp-satf4hl0/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmp260x7u0lfibpy-42.0.0-0.editable-py3-none-any.whl' to it 3949s adding 'fibpy-42.0.0.dist-info/METADATA' 3949s adding 'fibpy-42.0.0.dist-info/WHEEL' 3949s adding 'fibpy-42.0.0.dist-info/top_level.txt' 3949s adding 'fibpy-42.0.0.dist-info/zip-safe' 3949s adding 'fibpy-42.0.0.dist-info/RECORD' 3949s /usr/lib/python3/dist-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 3949s !! 3949s 3949s ******************************************************************************** 3949s Please be careful with folders in your working directory with the same 3949s name as your package as they may take precedence during imports. 3949s ******************************************************************************** 3949s 3949s !! 3949s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 3949s Building editable for fibpy (pyproject.toml): finished with status 'done' 3949s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2817 sha256=fbaee47982c9e7ea32ff2f3d1a41c9370b8318b96d3fdfa82b3a5533db9a80aa 3949s Stored in directory: /tmp/pip-ephem-wheel-cache-zyn11ty7/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 3949s Successfully built fibpy 3949s Installing collected packages: fibpy 3949s Successfully installed fibpy-42.0.0 3949s 3949s Ran 5 tests. 3949s 3949s OK 3949s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 3949s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 3949s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 3949s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 3949s autopkgtest: DBG: testbed command exited with code 0 3950s autopkgtest [22:18:47]: test module-install-user: -----------------------] 3950s autopkgtest: DBG: testbed executing test finished with exit status 0 3950s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-user-stdout /tmp/autopkgtest-work.zl_sb3g9/out/module-install-user-stdout 3950s autopkgtest: DBG: got reply from testbed: ok 3950s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-user-stderr /tmp/autopkgtest-work.zl_sb3g9/out/module-install-user-stderr 3950s autopkgtest: DBG: got reply from testbed: ok 3950s module-install-user PASS 3950s autopkgtest [22:18:47]: test module-install-user: - - - - - - - - - - results - - - - - - - - - - 3950s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-user-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 3950s autopkgtest: DBG: got reply from testbed: ok 3950s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/module-install-user-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3950s autopkgtest: DBG: testbed command exited with code 0 3950s autopkgtest [22:18:47]: test module-install-venv: preparing testbed 3950s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'python3.13-dev', 'python3-pip', 'python3-setuptools', 'shunit2'], deps_new=['build-essential', 'python3.13-dev', 'python3.13-venv', 'python3-setuptools-whl', 'python3-wheel-whl', 'shunit2'] 3950s autopkgtest: DBG: testbed reset 3950s autopkgtest: DBG: sending command to testbed: revert 4013s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 4013s autopkgtest: DBG: sending command to testbed: print-execute-command 4013s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 4013s autopkgtest: DBG: sending command to testbed: capabilities 4013s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 4013s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 4013s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4014s autopkgtest: DBG: testbed command exited with code 0 4014s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 4014s autopkgtest: DBG: got reply from testbed: ok 4014s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 4014s autopkgtest: DBG: testbed command exited with code 0 4014s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 4014s autopkgtest: DBG: testbed command exited with code 0 4014s autopkgtest [22:19:51]: testbed dpkg architecture: s390x 4014s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 4014s autopkgtest: DBG: testbed command exited with code 0 4014s autopkgtest [22:19:51]: testbed apt version: 2.9.18 4014s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 4014s autopkgtest: DBG: testbed command exited with code 0 4014s autopkgtest: DBG: testbed has eatmydata 4014s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s autopkgtest [22:19:52]: @@@@@@@@@@@@@@@@@@@@ test bed setup 4015s 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 [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s autopkgtest [22:19:52]: testbed release detected to be: plucky 4015s 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 [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s 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 [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s autopkgtest: DBG: adding APT source: Types: deb deb-src 4015s URIs: http://ftpmaster.internal/ubuntu/ 4015s Suites: plucky-proposed 4015s Components: main restricted universe multiverse 4015s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 4015s 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 [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 4015s Package: * 4015s Pin: release plucky-proposed 4015s Pin-Priority: 500 4015s 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 [] 4015s autopkgtest: DBG: testbed command exited with code 0 4015s autopkgtest [22:19:52]: updating testbed package index (apt update) 4015s 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'] 4016s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 4016s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 4016s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 4016s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 4016s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 4016s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 4016s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 4016s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 4016s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 4016s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 4016s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 4017s Fetched 2058 kB in 1s (2133 kB/s) 4017s Reading package lists... 4017s autopkgtest: DBG: testbed command exited with code 0 4017s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 4017s Package: * 4017s Pin: release plucky-proposed 4017s Pin-Priority: 100 4017s 4017s Package: src:media-types:any 4017s Pin: release plucky-proposed 4017s Pin-Priority: 995 4017s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 4017s autopkgtest: DBG: testbed command exited with code 0 4017s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 4018s autopkgtest: DBG: testbed command exited with code 0 4018s 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'] 4018s + lsb_release --codename --short 4018s + RELEASE=plucky 4018s + cat 4018s + [ plucky != trusty ] 4018s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 4018s Reading package lists... 4018s Building dependency tree... 4018s Reading state information... 4018s Calculating upgrade... 4018s The following packages were automatically installed and are no longer required: 4018s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 4018s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 4018s linux-tools-6.11.0-8-generic 4018s Use 'sudo apt autoremove' to remove them. 4018s The following packages will be upgraded: 4018s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 4018s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 4018s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 4018s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 4018s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4018s Need to get 13.0 MB of archives. 4018s After this operation, 9501 kB disk space will be freed. 4018s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 4019s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 4019s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 4019s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 4019s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 4019s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 4019s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 4019s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 4019s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 4019s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 4019s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 4019s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 4019s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 4019s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 4019s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 4019s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 4019s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 4019s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 4019s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 4019s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 4019s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 4019s Fetched 13.0 MB in 1s (14.0 MB/s) 4020s (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 ... 80969 files and directories currently installed.) 4020s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 4020s (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 ... 80969 files and directories currently installed.) 4020s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 4020s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4020s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 4020s Setting up systemd (257.2-3ubuntu1) ... 4020s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 4020s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 4020s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 4021s (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 ... 80969 files and directories currently installed.) 4021s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 4021s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4021s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 4021s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4021s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 4021s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4021s Setting up libudev1:s390x (257.2-3ubuntu1) ... 4021s (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 ... 80969 files and directories currently installed.) 4021s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 4021s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 4021s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 4021s (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 ... 80969 files and directories currently installed.) 4021s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 4021s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 4021s Setting up apt (2.9.27ubuntu1) ... 4021s (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 ... 80971 files and directories currently installed.) 4021s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 4021s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 4021s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 4021s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4021s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 4021s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4021s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 4021s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4022s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 4022s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4022s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 4022s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4022s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 4022s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4022s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 4022s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4022s Setting up systemd-sysv (257.2-3ubuntu1) ... 4022s Setting up apt-utils (2.9.27ubuntu1) ... 4022s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 4022s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 4022s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 4022s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 4022s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 4022s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 4022s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 4022s Setting up udev (257.2-3ubuntu1) ... 4023s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 4023s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 4023s Setting up systemd-resolved (257.2-3ubuntu1) ... 4023s Setting up libctf0:s390x (2.44-1ubuntu1) ... 4023s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 4023s Setting up binutils (2.44-1ubuntu1) ... 4023s Processing triggers for dbus (1.14.10-4ubuntu5) ... 4023s Processing triggers for shared-mime-info (2.4-5) ... 4023s Warning: program compiled against libxml 212 using older 209 4024s Processing triggers for initramfs-tools (0.145ubuntu1) ... 4024s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 4024s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 4026s Using config file '/etc/zipl.conf' 4026s Building bootmap in '/boot' 4026s Adding IPL section 'ubuntu' (default) 4026s Preparing boot device for LD-IPL: vda (0000). 4026s Done. 4026s Processing triggers for libc-bin (2.40-4ubuntu1) ... 4026s Processing triggers for man-db (2.13.0-1) ... 4027s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 4027s + /usr/lib/apt/apt-helper analyze-pattern ?true 4027s + uname -r 4027s + sed s/\./\\./g 4027s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 4027s + apt list ?obsolete 4027s + tail -n+2 4027s + cut -d/ -f1 4027s + grep -v ^linux-.*6\.12\.0-12-generic.* 4028s + true 4028s + obsolete_pkgs= 4028s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 4028s Reading package lists... 4028s Building dependency tree... 4028s Reading state information... 4029s The following packages will be REMOVED: 4029s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 4029s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 4029s linux-tools-6.11.0-8-generic* 4029s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 4029s After this operation, 143 MB disk space will be freed. 4029s (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 ... 80957 files and directories currently installed.) 4029s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 4029s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 4030s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 4030s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 4030s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 4030s (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 ... 56550 files and directories currently installed.) 4030s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 4030s + grep -q trusty /etc/lsb-release 4030s + [ ! -d /usr/share/doc/unattended-upgrades ] 4030s + [ ! -d /usr/share/doc/lxd ] 4030s + [ ! -d /usr/share/doc/lxd-client ] 4030s + [ ! -d /usr/share/doc/snapd ] 4030s + type iptables 4030s + cat 4030s + chmod 755 /etc/rc.local 4030s + . /etc/rc.local 4030s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 4030s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 4030s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 4030s + uname -m 4030s + [ s390x = ppc64le ] 4030s + [ -d /run/systemd/system ] 4030s + systemd-detect-virt --quiet --vm 4030s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 4030s + cat 4030s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 4030s + echo COMPRESS=lz4 4030s autopkgtest: DBG: testbed command exited with code 0 4030s autopkgtest [22:20:07]: upgrading testbed (apt dist-upgrade and autopurge) 4030s 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'] 4030s Reading package lists... 4030s Building dependency tree... 4030s Reading state information... 4030s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 4030s Starting 2 pkgProblemResolver with broken count: 0 4030s Done 4031s Entering ResolveByKeep 4031s 4031s The following packages will be upgraded: 4031s media-types 4031s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4031s Need to get 28.2 kB of archives. 4031s After this operation, 2048 B of additional disk space will be used. 4031s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 4031s Fetched 28.2 kB in 0s (134 kB/s) 4031s (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 ... 56550 files and directories currently installed.) 4031s Preparing to unpack .../media-types_11.0.0_all.deb ... 4031s Unpacking media-types (11.0.0) over (10.1.0) ... 4031s Setting up media-types (11.0.0) ... 4031s Installing new version of config file /etc/mime.types ... 4032s autopkgtest: DBG: testbed command exited with code 0 4032s 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'] 4032s Reading package lists... 4032s Building dependency tree... 4032s Reading state information... 4032s Starting pkgProblemResolver with broken count: 0 4032s Starting 2 pkgProblemResolver with broken count: 0 4032s Done 4032s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4032s autopkgtest: DBG: testbed command exited with code 0 4032s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 4032s autopkgtest: DBG: testbed command exited with code 1 4032s autopkgtest [22:20:09]: rebooting testbed after setup commands that affected boot 4032s autopkgtest: DBG: sending command to testbed: reboot 4050s autopkgtest: DBG: got reply from testbed: ok 4050s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 4050s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4050s autopkgtest: DBG: testbed command exited with code 0 4050s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 4050s autopkgtest: DBG: got reply from testbed: ok 4050s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4050s autopkgtest: DBG: testbed command exited with code 0 4050s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4051s autopkgtest: DBG: testbed command exited with code 0 4051s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4051s autopkgtest: DBG: testbed command exited with code 0 4051s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4051s autopkgtest: DBG: testbed command exited with code 0 4051s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 4051s autopkgtest: DBG: got reply from testbed: ok 4051s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4051s autopkgtest: DBG: testbed command exited with code 0 4051s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4051s autopkgtest: DBG: testbed command exited with code 0 4051s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 4052s autopkgtest: DBG: testbed command exited with code 0 4052s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 4052s autopkgtest: DBG: testbed command exited with code 0 4052s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 4052s autopkgtest: DBG: got reply from testbed: ok 4052s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 4052s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4052s autopkgtest: DBG: testbed command exited with code 0 4052s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 4052s autopkgtest: DBG: got reply from testbed: ok 4052s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4052s autopkgtest: DBG: testbed command exited with code 0 4052s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4053s autopkgtest: DBG: testbed command exited with code 0 4053s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4053s autopkgtest: DBG: testbed command exited with code 0 4053s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4053s autopkgtest: DBG: testbed command exited with code 0 4053s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 4053s autopkgtest: DBG: got reply from testbed: ok 4053s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4053s autopkgtest: DBG: testbed command exited with code 0 4053s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4053s autopkgtest: DBG: testbed command exited with code 0 4053s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 4054s autopkgtest: DBG: testbed command exited with code 0 4054s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 4054s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'python3.13-dev', 'python3.13-venv', 'python3-setuptools-whl', 'python3-wheel-whl', 'shunit2'] 4054s autopkgtest: DBG: install-deps: satisfying build-essential, python3.13-dev, python3.13-venv, python3-setuptools-whl, python3-wheel-whl, shunit2 4054s autopkgtest: DBG: can use apt-get on testbed: True 4054s 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', 'build-essential, python3.13-dev, python3.13-venv, python3-setuptools-whl, python3-wheel-whl, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 4054s Reading package lists... 4054s Building dependency tree... 4054s Reading state information... 4054s Starting pkgProblemResolver with broken count: 0 4054s Starting 2 pkgProblemResolver with broken count: 0 4054s Done 4054s The following NEW packages will be installed: 4054s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 4054s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 4054s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libexpat1-dev 4054s libgcc-14-dev libgomp1 libisl23 libitm1 libmpc3 libpython3.13 4054s libpython3.13-dev libstdc++-14-dev libubsan1 python3-pip-whl 4054s python3-setuptools-whl python3-wheel-whl python3.13-dev python3.13-venv 4054s shunit2 zlib1g-dev 4055s 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. 4055s Need to get 61.1 MB of archives. 4055s After this operation, 195 MB of additional disk space will be used. 4055s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 4055s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 4055s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 4055s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 4055s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 4055s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 4055s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 4055s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 4055s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 4055s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 4055s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 4055s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 4055s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 4056s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 4056s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 4056s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 4056s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 4056s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 4056s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 4056s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 4056s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 4056s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 4056s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 4056s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 4056s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 4056s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 4056s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 4057s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 4057s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 4057s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 4057s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3.13-venv s390x 3.13.1-3 [5350 B] 4057s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 4057s Fetched 61.1 MB in 2s (30.0 MB/s) 4057s Selecting previously unselected package libisl23:s390x. 4057s (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 ... 56550 files and directories currently installed.) 4057s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 4057s Unpacking libisl23:s390x (0.27-1) ... 4057s Selecting previously unselected package libmpc3:s390x. 4057s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 4057s Unpacking libmpc3:s390x (1.3.1-1build2) ... 4057s Selecting previously unselected package cpp-14-s390x-linux-gnu. 4057s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package cpp-14. 4057s Preparing to unpack .../03-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package cpp-s390x-linux-gnu. 4057s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4057s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4057s Selecting previously unselected package cpp. 4057s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 4057s Unpacking cpp (4:14.1.0-2ubuntu1) ... 4057s Selecting previously unselected package libcc1-0:s390x. 4057s Preparing to unpack .../06-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package libgomp1:s390x. 4057s Preparing to unpack .../07-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package libitm1:s390x. 4057s Preparing to unpack .../08-libitm1_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package libasan8:s390x. 4057s Preparing to unpack .../09-libasan8_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package libubsan1:s390x. 4057s Preparing to unpack .../10-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package libgcc-14-dev:s390x. 4057s Preparing to unpack .../11-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 4057s Selecting previously unselected package gcc-14-s390x-linux-gnu. 4057s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4057s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4058s Selecting previously unselected package gcc-14. 4058s Preparing to unpack .../13-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 4058s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 4058s Selecting previously unselected package gcc-s390x-linux-gnu. 4058s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4058s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4058s Selecting previously unselected package gcc. 4058s Preparing to unpack .../15-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 4058s Unpacking gcc (4:14.1.0-2ubuntu1) ... 4058s Selecting previously unselected package libstdc++-14-dev:s390x. 4058s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 4058s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 4058s Selecting previously unselected package g++-14-s390x-linux-gnu. 4058s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4058s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4058s Selecting previously unselected package g++-14. 4058s Preparing to unpack .../18-g++-14_14.2.0-16ubuntu1_s390x.deb ... 4058s Unpacking g++-14 (14.2.0-16ubuntu1) ... 4058s Selecting previously unselected package g++-s390x-linux-gnu. 4058s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4058s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4058s Selecting previously unselected package g++. 4058s Preparing to unpack .../20-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 4058s Unpacking g++ (4:14.1.0-2ubuntu1) ... 4058s Selecting previously unselected package build-essential. 4058s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 4058s Unpacking build-essential (12.10ubuntu1) ... 4058s Selecting previously unselected package libexpat1-dev:s390x. 4058s Preparing to unpack .../22-libexpat1-dev_2.6.4-1_s390x.deb ... 4058s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 4058s Selecting previously unselected package libpython3.13:s390x. 4058s Preparing to unpack .../23-libpython3.13_3.13.1-3_s390x.deb ... 4058s Unpacking libpython3.13:s390x (3.13.1-3) ... 4058s Selecting previously unselected package zlib1g-dev:s390x. 4058s Preparing to unpack .../24-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 4058s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 4058s Selecting previously unselected package libpython3.13-dev:s390x. 4058s Preparing to unpack .../25-libpython3.13-dev_3.13.1-3_s390x.deb ... 4058s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 4058s Selecting previously unselected package python3-pip-whl. 4058s Preparing to unpack .../26-python3-pip-whl_25.0+dfsg-1_all.deb ... 4058s Unpacking python3-pip-whl (25.0+dfsg-1) ... 4058s Selecting previously unselected package python3-setuptools-whl. 4058s Preparing to unpack .../27-python3-setuptools-whl_75.6.0-1_all.deb ... 4058s Unpacking python3-setuptools-whl (75.6.0-1) ... 4058s Selecting previously unselected package python3-wheel-whl. 4058s Preparing to unpack .../28-python3-wheel-whl_0.45.1-1_all.deb ... 4058s Unpacking python3-wheel-whl (0.45.1-1) ... 4058s Selecting previously unselected package python3.13-dev. 4058s Preparing to unpack .../29-python3.13-dev_3.13.1-3_s390x.deb ... 4058s Unpacking python3.13-dev (3.13.1-3) ... 4058s Selecting previously unselected package python3.13-venv. 4058s Preparing to unpack .../30-python3.13-venv_3.13.1-3_s390x.deb ... 4058s Unpacking python3.13-venv (3.13.1-3) ... 4058s Selecting previously unselected package shunit2. 4058s Preparing to unpack .../31-shunit2_2.1.8-4_all.deb ... 4058s Unpacking shunit2 (2.1.8-4) ... 4058s Setting up libpython3.13:s390x (3.13.1-3) ... 4058s Setting up python3-setuptools-whl (75.6.0-1) ... 4058s Setting up shunit2 (2.1.8-4) ... 4058s Setting up python3-pip-whl (25.0+dfsg-1) ... 4058s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 4058s Setting up python3.13-venv (3.13.1-3) ... 4058s Setting up libexpat1-dev:s390x (2.6.4-1) ... 4058s Setting up libmpc3:s390x (1.3.1-1build2) ... 4058s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 4058s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 4058s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 4058s Setting up libisl23:s390x (0.27-1) ... 4058s Setting up python3-wheel-whl (0.45.1-1) ... 4058s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 4058s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 4058s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 4058s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4058s Setting up cpp-14 (14.2.0-16ubuntu1) ... 4058s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 4058s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 4058s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4058s Setting up python3.13-dev (3.13.1-3) ... 4058s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4058s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4058s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4058s Setting up cpp (4:14.1.0-2ubuntu1) ... 4058s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4058s Setting up gcc-14 (14.2.0-16ubuntu1) ... 4058s Setting up g++-14 (14.2.0-16ubuntu1) ... 4058s Setting up gcc (4:14.1.0-2ubuntu1) ... 4058s Setting up g++ (4:14.1.0-2ubuntu1) ... 4058s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 4058s Setting up build-essential (12.10ubuntu1) ... 4058s Processing triggers for man-db (2.13.0-1) ... 4059s Processing triggers for libc-bin (2.40-4ubuntu1) ... 4059s autopkgtest: DBG: testbed command exited with code 0 4059s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 4059s autopkgtest: DBG: testbed command exited with code 0 4059s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-venv'], kind short, sout pipe, serr pipe, env [] 4060s autopkgtest: DBG: testbed command exited with code 0 4060s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/module-install-venv-packages.all"], kind short, sout raw, serr pipe, env [] 4060s autopkgtest: DBG: testbed command exited with code 0 4060s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-venv-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/module-install-venv-packages.all 4060s autopkgtest: DBG: got reply from testbed: ok 4060s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 4060s autopkgtest: DBG: testbed command exited with code 1 4060s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 4060s autopkgtest: DBG: testbed command exited with code 0 4060s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 4069s autopkgtest: DBG: got reply from testbed: ok 4069s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 4070s autopkgtest: DBG: testbed command exited with code 0 4070s autopkgtest [22:20:47]: test module-install-venv: [----------------------- 4070s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/module-install-venv-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/module-install-venv-stderr --stdout=/tmp/autopkgtest.G7m1mb/module-install-venv-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-venv -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-venv'], kind test, sout raw, serr raw, env [] 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/module-install-venv-artifacts 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/module-install-venv-stderr 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/module-install-venv-stdout 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-venv 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-venv 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.TvIBiLWOEZ/out to stdout and file: /tmp/autopkgtest.G7m1mb/module-install-venv-stdout 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.TvIBiLWOEZ/err to standard error and file: /tmp/autopkgtest.G7m1mb/module-install-venv-stdout 4070s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 1535 to /tmp/autopkgtest_script_pid 4072s testVirtualenvLayout 4072s WARNING: Skipping fibpy as it is not installed. 4072s WARNING: Skipping fibc as it is not installed. 4072s WARNING: Skipping setuptools as it is not installed. 4072s testFibPy 4072s Looking in links: /usr/share/python-wheels/ 4072s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4072s Installing collected packages: setuptools 4073s Successfully installed setuptools-75.6.0 4073s running install 4073s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4073s !! 4073s 4073s ******************************************************************************** 4073s Please avoid running ``setup.py`` directly. 4073s Instead, use pypa/build, pypa/installer or other 4073s standards-based tools. 4073s 4073s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4073s ******************************************************************************** 4073s 4073s !! 4073s self.initialize_options() 4073s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 4073s !! 4073s 4073s ******************************************************************************** 4073s Please avoid running ``setup.py`` and ``easy_install``. 4073s Instead, use pypa/build, pypa/installer or other 4073s standards-based tools. 4073s 4073s See https://github.com/pypa/setuptools/issues/917 for details. 4073s ******************************************************************************** 4073s 4073s !! 4073s self.initialize_options() 4073s running bdist_egg 4073s running egg_info 4073s creating fibpy.egg-info 4073s writing fibpy.egg-info/PKG-INFO 4073s writing dependency_links to fibpy.egg-info/dependency_links.txt 4073s writing top-level names to fibpy.egg-info/top_level.txt 4073s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4073s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4073s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4073s installing library code to build/bdist.linux-s390x/egg 4073s running install_lib 4073s running build_py 4073s creating build/lib 4073s copying fibpy.py -> build/lib 4073s creating build/bdist.linux-s390x/egg 4073s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 4073s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.cpython-313.pyc 4073s creating build/bdist.linux-s390x/egg/EGG-INFO 4073s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 4073s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4073s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4073s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4073s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 4073s creating dist 4073s creating 'dist/fibpy-42.0.0-py3.13.egg' and adding 'build/bdist.linux-s390x/egg' to it 4073s removing 'build/bdist.linux-s390x/egg' (and everything under it) 4073s Processing fibpy-42.0.0-py3.13.egg 4073s Copying fibpy-42.0.0-py3.13.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages 4073s Adding fibpy 42.0.0 to easy-install.pth file 4073s 4073s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy-42.0.0-py3.13.egg 4073s Processing dependencies for fibpy==42.0.0 4073s Finished processing dependencies for fibpy==42.0.0 4073s DEPRECATION: Loading egg at /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy-42.0.0-py3.13.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 4073s Found existing installation: fibpy 42.0.0 4073s Uninstalling fibpy-42.0.0: 4073s Successfully uninstalled fibpy-42.0.0 4073s WARNING: Skipping fibc as it is not installed. 4073s Found existing installation: setuptools 75.6.0 4073s Uninstalling setuptools-75.6.0: 4073s Successfully uninstalled setuptools-75.6.0 4073s testFibC 4073s Looking in links: /usr/share/python-wheels/ 4073s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4073s Installing collected packages: setuptools 4074s Successfully installed setuptools-75.6.0 4074s running install 4074s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4074s !! 4074s 4074s ******************************************************************************** 4074s Please avoid running ``setup.py`` directly. 4074s Instead, use pypa/build, pypa/installer or other 4074s standards-based tools. 4074s 4074s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4074s ******************************************************************************** 4074s 4074s !! 4074s self.initialize_options() 4074s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 4074s !! 4074s 4074s ******************************************************************************** 4074s Please avoid running ``setup.py`` and ``easy_install``. 4074s Instead, use pypa/build, pypa/installer or other 4074s standards-based tools. 4074s 4074s See https://github.com/pypa/setuptools/issues/917 for details. 4074s ******************************************************************************** 4074s 4074s !! 4074s self.initialize_options() 4074s running bdist_egg 4074s running egg_info 4074s creating fibc.egg-info 4074s writing fibc.egg-info/PKG-INFO 4074s writing dependency_links to fibc.egg-info/dependency_links.txt 4074s writing top-level names to fibc.egg-info/top_level.txt 4074s writing manifest file 'fibc.egg-info/SOURCES.txt' 4074s reading manifest file 'fibc.egg-info/SOURCES.txt' 4074s writing manifest file 'fibc.egg-info/SOURCES.txt' 4074s installing library code to build/bdist.linux-s390x/egg 4074s running install_lib 4074s running build_ext 4074s building 'fibc' extension 4074s creating build/temp.linux-s390x-cpython-313 4074s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/include -I/usr/include/python3.13 -c fibc.c -o build/temp.linux-s390x-cpython-313/fibc.o 4074s creating build/lib.linux-s390x-cpython-313 4074s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-s390x-cpython-313/fibc.o -L/usr/lib/s390x-linux-gnu -o build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so 4074s creating build/bdist.linux-s390x/egg 4074s copying build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 4074s creating stub loader for fibc.cpython-313-s390x-linux-gnu.so 4074s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.cpython-313.pyc 4074s creating build/bdist.linux-s390x/egg/EGG-INFO 4074s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 4074s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4074s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4074s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 4074s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4074s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 4074s creating dist 4074s creating 'dist/fibc-42.0.0-py3.13-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 4074s removing 'build/bdist.linux-s390x/egg' (and everything under it) 4074s Processing fibc-42.0.0-py3.13-linux-s390x.egg 4074s creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 4074s Extracting fibc-42.0.0-py3.13-linux-s390x.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages 4074s Adding fibc 42.0.0 to easy-install.pth file 4074s 4074s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 4074s Processing dependencies for fibc==42.0.0 4074s Finished processing dependencies for fibc==42.0.0 4075s DEPRECATION: Loading egg at /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 4075s WARNING: Skipping fibpy as it is not installed. 4075s Found existing installation: fibc 42.0.0 4075s Uninstalling fibc-42.0.0: 4075s Successfully uninstalled fibc-42.0.0 4075s Found existing installation: setuptools 75.6.0 4075s Uninstalling setuptools-75.6.0: 4075s Successfully uninstalled setuptools-75.6.0 4075s testFibPyDevelop 4075s Looking in links: /usr/share/python-wheels/ 4075s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4075s Installing collected packages: setuptools 4076s Successfully installed setuptools-75.6.0 4076s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 4076s !! 4076s 4076s ******************************************************************************** 4076s Please avoid running ``setup.py`` and ``easy_install``. 4076s Instead, use pypa/build, pypa/installer or other 4076s standards-based tools. 4076s 4076s See https://github.com/pypa/setuptools/issues/917 for details. 4076s ******************************************************************************** 4076s 4076s !! 4076s easy_install.initialize_options(self) 4076s running develop 4076s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4076s !! 4076s 4076s ******************************************************************************** 4076s Please avoid running ``setup.py`` directly. 4076s Instead, use pypa/build, pypa/installer or other 4076s standards-based tools. 4076s 4076s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4076s ******************************************************************************** 4076s 4076s !! 4076s self.initialize_options() 4076s running egg_info 4076s writing fibpy.egg-info/PKG-INFO 4076s writing dependency_links to fibpy.egg-info/dependency_links.txt 4076s writing top-level names to fibpy.egg-info/top_level.txt 4076s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4076s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4076s running build_ext 4076s Creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy.egg-link (link to .) 4076s Adding fibpy 42.0.0 to easy-install.pth file 4076s 4076s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 4076s Processing dependencies for fibpy==42.0.0 4076s Finished processing dependencies for fibpy==42.0.0 4076s Found existing installation: fibpy 42.0.0 4076s Uninstalling fibpy-42.0.0: 4076s Successfully uninstalled fibpy-42.0.0 4076s WARNING: Skipping fibc as it is not installed. 4076s Found existing installation: setuptools 75.6.0 4076s Uninstalling setuptools-75.6.0: 4076s Successfully uninstalled setuptools-75.6.0 4076s testFibPyPip 4076s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4076s Looking in links: /usr/share/python-wheels/ 4076s Processing ./packages/fibpy 4076s Running command pip subprocess to install build dependencies 4076s Installing build dependencies: started 4076s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4076s Looking in links: /usr/share/python-wheels/ 4076s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4076s Processing /usr/share/python-wheels/wheel-0.45.1-py3-none-any.whl 4076s Installing collected packages: wheel, setuptools 4077s Creating /tmp/pip-build-env-ux_mn1kg/overlay/bin 4077s changing mode of /tmp/pip-build-env-ux_mn1kg/overlay/bin/wheel to 775 4077s Successfully installed setuptools-75.6.0 wheel-0.45.1 4077s Installing build dependencies: finished with status 'done' 4077s Getting requirements to build wheel: started 4077s Running command Getting requirements to build wheel 4077s running egg_info 4077s writing fibpy.egg-info/PKG-INFO 4077s writing dependency_links to fibpy.egg-info/dependency_links.txt 4077s writing top-level names to fibpy.egg-info/top_level.txt 4077s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4077s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4077s Getting requirements to build wheel: finished with status 'done' 4077s Preparing metadata (pyproject.toml): started 4077s Running command Preparing metadata (pyproject.toml) 4077s running dist_info 4077s creating /tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info 4077s writing /tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/PKG-INFO 4077s writing dependency_links to /tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/dependency_links.txt 4077s writing top-level names to /tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/top_level.txt 4077s writing manifest file '/tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/SOURCES.txt' 4077s reading manifest file '/tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/SOURCES.txt' 4077s writing manifest file '/tmp/pip-modern-metadata-rw3od1yj/fibpy.egg-info/SOURCES.txt' 4077s creating '/tmp/pip-modern-metadata-rw3od1yj/fibpy-42.0.0.dist-info' 4077s Preparing metadata (pyproject.toml): finished with status 'done' 4077s Building wheels for collected packages: fibpy 4077s Building wheel for fibpy (pyproject.toml): started 4077s Running command Building wheel for fibpy (pyproject.toml) 4077s running bdist_wheel 4078s running build 4078s running build_py 4078s installing to build/bdist.linux-s390x/wheel 4078s running install 4078s running install_lib 4078s creating build/bdist.linux-s390x/wheel 4078s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 4078s running install_egg_info 4078s running egg_info 4078s writing fibpy.egg-info/PKG-INFO 4078s writing dependency_links to fibpy.egg-info/dependency_links.txt 4078s writing top-level names to fibpy.egg-info/top_level.txt 4078s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4078s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4078s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 4078s running install_scripts 4078s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 4078s creating '/tmp/pip-wheel-jh23iymk/.tmp-2ntm4fer/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 4078s adding 'fibpy.py' 4078s adding 'fibpy-42.0.0.dist-info/METADATA' 4078s adding 'fibpy-42.0.0.dist-info/WHEEL' 4078s adding 'fibpy-42.0.0.dist-info/top_level.txt' 4078s adding 'fibpy-42.0.0.dist-info/zip-safe' 4078s adding 'fibpy-42.0.0.dist-info/RECORD' 4078s removing build/bdist.linux-s390x/wheel 4078s Building wheel for fibpy (pyproject.toml): finished with status 'done' 4078s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=2e89fba78827320046d449b6e9503e28b70182592c4174850e8e50b44a35b702 4078s Stored in directory: /tmp/pip-ephem-wheel-cache-p745u0ol/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 4078s Successfully built fibpy 4078s Installing collected packages: fibpy 4078s Successfully installed fibpy-42.0.0 4078s Found existing installation: fibpy 42.0.0 4078s Uninstalling fibpy-42.0.0: 4078s Successfully uninstalled fibpy-42.0.0 4078s WARNING: Skipping fibc as it is not installed. 4078s WARNING: Skipping setuptools as it is not installed. 4078s testFibPyPipEditable 4078s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4078s Looking in links: /usr/share/python-wheels/ 4078s Obtaining file:///tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 4078s Installing build dependencies: started 4078s Running command pip subprocess to install build dependencies 4078s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4078s Looking in links: /usr/share/python-wheels/ 4078s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4078s Processing /usr/share/python-wheels/wheel-0.45.1-py3-none-any.whl 4078s Installing collected packages: wheel, setuptools 4078s Creating /tmp/pip-build-env-ez3n8lst/overlay/bin 4078s changing mode of /tmp/pip-build-env-ez3n8lst/overlay/bin/wheel to 775 4079s Successfully installed setuptools-75.6.0 wheel-0.45.1 4079s Installing build dependencies: finished with status 'done' 4079s Checking if build backend supports build_editable: started 4079s Running command Checking if build backend supports build_editable 4079s Checking if build backend supports build_editable: finished with status 'done' 4079s Getting requirements to build editable: started 4079s Running command Getting requirements to build editable 4079s running egg_info 4079s writing fibpy.egg-info/PKG-INFO 4079s writing dependency_links to fibpy.egg-info/dependency_links.txt 4079s writing top-level names to fibpy.egg-info/top_level.txt 4079s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4079s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4079s Getting requirements to build editable: finished with status 'done' 4079s Preparing editable metadata (pyproject.toml): started 4079s Running command Preparing editable metadata (pyproject.toml) 4079s running dist_info 4079s creating /tmp/pip-modern-metadata-kbt48331/fibpy.egg-info 4079s writing /tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/PKG-INFO 4079s writing dependency_links to /tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/dependency_links.txt 4079s writing top-level names to /tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/top_level.txt 4079s writing manifest file '/tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/SOURCES.txt' 4079s reading manifest file '/tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/SOURCES.txt' 4079s writing manifest file '/tmp/pip-modern-metadata-kbt48331/fibpy.egg-info/SOURCES.txt' 4079s creating '/tmp/pip-modern-metadata-kbt48331/fibpy-42.0.0.dist-info' 4079s Preparing editable metadata (pyproject.toml): finished with status 'done' 4079s Building wheels for collected packages: fibpy 4079s Building editable for fibpy (pyproject.toml): started 4079s Running command Building editable for fibpy (pyproject.toml) 4079s running editable_wheel 4079s creating /tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info 4079s writing /tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/PKG-INFO 4079s writing dependency_links to /tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/dependency_links.txt 4079s writing top-level names to /tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/top_level.txt 4079s writing manifest file '/tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/SOURCES.txt' 4079s reading manifest file '/tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/SOURCES.txt' 4079s writing manifest file '/tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy.egg-info/SOURCES.txt' 4079s creating '/tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy-42.0.0.dist-info' 4079s creating /tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy-42.0.0.dist-info/WHEEL 4079s running build_py 4079s Editable install will be performed using a meta path finder. 4079s 4079s Options like `package-data`, `include/exclude-package-data` or 4079s `packages.find.exclude/include` may have no effect. 4079s 4079s adding '__editable___fibpy_42_0_0_finder.py' 4079s adding '__editable__.fibpy-42.0.0.pth' 4079s creating '/tmp/pip-wheel-_v_ghopt/.tmp-ca8c8aog/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmp32frf1t5fibpy-42.0.0-0.editable-py3-none-any.whl' to it 4079s adding 'fibpy-42.0.0.dist-info/METADATA' 4079s adding 'fibpy-42.0.0.dist-info/WHEEL' 4079s adding 'fibpy-42.0.0.dist-info/top_level.txt' 4079s adding 'fibpy-42.0.0.dist-info/zip-safe' 4079s adding 'fibpy-42.0.0.dist-info/RECORD' 4079s /tmp/pip-build-env-ez3n8lst/overlay/lib/python3.13/site-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 4079s !! 4079s 4080s Building editable for fibpy (pyproject.toml): finished with status 'done' 4080s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2817 sha256=df2f729b81b461464f41e54cc4c4f38640d303bbbcfa156776414b8ae8c99c2d 4080s Stored in directory: /tmp/pip-ephem-wheel-cache-apm79t89/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 4080s Successfully built fibpy 4080s Installing collected packages: fibpy 4080s Successfully installed fibpy-42.0.0 4080s ******************************************************************************** 4080s Please be careful with folders in your working directory with the same 4080s name as your package as they may take precedence during imports. 4080s ******************************************************************************** 4080s 4080s !! 4080s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 4080s Found existing installation: fibpy 42.0.0 4080s Uninstalling fibpy-42.0.0: 4080s Successfully uninstalled fibpy-42.0.0 4080s WARNING: Skipping fibc as it is not installed. 4080s WARNING: Skipping setuptools as it is not installed. 4080s 4080s Ran 6 tests. 4080s 4080s OK 4080s WARNING: Skipping fibpy as it is not installed. 4080s WARNING: Skipping fibc as it is not installed. 4080s WARNING: Skipping setuptools as it is not installed. 4080s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 4080s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 4080s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 4080s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 4080s autopkgtest: DBG: testbed command exited with code 0 4080s autopkgtest [22:20:57]: test module-install-venv: -----------------------] 4080s autopkgtest: DBG: testbed executing test finished with exit status 0 4080s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-venv-stdout /tmp/autopkgtest-work.zl_sb3g9/out/module-install-venv-stdout 4081s autopkgtest: DBG: got reply from testbed: ok 4081s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-venv-stderr /tmp/autopkgtest-work.zl_sb3g9/out/module-install-venv-stderr 4081s autopkgtest: DBG: got reply from testbed: ok 4081s autopkgtest [22:20:58]: test module-install-venv: - - - - - - - - - - results - - - - - - - - - - 4081s module-install-venv PASS 4081s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-venv-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 4081s autopkgtest: DBG: got reply from testbed: ok 4081s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/module-install-venv-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 4081s autopkgtest: DBG: testbed command exited with code 0 4081s autopkgtest [22:20:58]: test module-install-virtualenv: preparing testbed 4081s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'python3.13-dev', 'python3.13-venv', 'python3-setuptools-whl', 'python3-wheel-whl', 'shunit2'], deps_new=['build-essential', 'python3.13-dev', 'shunit2', 'virtualenv', 'python3-setuptools-whl', 'python3-wheel-whl'] 4081s autopkgtest: DBG: testbed reset 4081s autopkgtest: DBG: sending command to testbed: revert 4166s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.G7m1mb 4166s autopkgtest: DBG: sending command to testbed: print-execute-command 4166s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.a2k5k7iy/runcmd 4166s autopkgtest: DBG: sending command to testbed: capabilities 4166s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu reboot root-on-testbed revert revert-full-system ok isolation-machine 4166s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'reboot', 'root-on-testbed', 'revert', 'revert-full-system', 'ok', 'isolation-machine', 'has_internet'] 4166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.G7m1mb/wrapper.sh 4167s autopkgtest: DBG: got reply from testbed: ok 4167s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/wrapper.sh'], kind short, sout raw, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest [22:22:24]: testbed dpkg architecture: s390x 4167s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest [22:22:24]: testbed apt version: 2.9.18 4167s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest: DBG: testbed has eatmydata 4167s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 4167s autopkgtest: DBG: testbed command exited with code 0 4167s autopkgtest [22:22:24]: @@@@@@@@@@@@@@@@@@@@ test bed setup 4168s 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 [] 4168s autopkgtest: DBG: testbed command exited with code 0 4168s autopkgtest [22:22:25]: testbed release detected to be: plucky 4168s 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 [] 4168s autopkgtest: DBG: testbed command exited with code 0 4168s 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 [] 4168s autopkgtest: DBG: testbed command exited with code 0 4168s autopkgtest: DBG: adding APT source: Types: deb deb-src 4168s URIs: http://ftpmaster.internal/ubuntu/ 4168s Suites: plucky-proposed 4168s Components: main restricted universe multiverse 4168s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 4168s 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 [] 4168s autopkgtest: DBG: testbed command exited with code 0 4168s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 4168s Package: * 4168s Pin: release plucky-proposed 4168s Pin-Priority: 500 4168s 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 [] 4168s autopkgtest: DBG: testbed command exited with code 0 4168s autopkgtest [22:22:25]: updating testbed package index (apt update) 4168s 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'] 4169s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 4169s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 4169s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 4169s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 4169s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [918 kB] 4169s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.9 kB] 4169s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 4169s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 4169s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 4169s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [829 kB] 4169s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 4170s Fetched 2058 kB in 1s (2129 kB/s) 4170s Reading package lists... 4170s autopkgtest: DBG: testbed command exited with code 0 4170s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 4170s Package: * 4170s Pin: release plucky-proposed 4170s Pin-Priority: 100 4170s 4170s Package: src:media-types:any 4170s Pin: release plucky-proposed 4170s Pin-Priority: 995 4170s 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:media-types:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 4170s autopkgtest: DBG: testbed command exited with code 0 4170s 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.G7m1mb/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 4170s autopkgtest: DBG: testbed command exited with code 0 4170s 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'] 4171s + lsb_release --codename --short 4171s + RELEASE=plucky 4171s + cat 4171s + [ plucky != trusty ] 4171s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 4171s Reading package lists... 4171s Building dependency tree... 4171s Reading state information... 4171s Calculating upgrade... 4171s The following packages were automatically installed and are no longer required: 4171s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 4171s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 4171s linux-tools-6.11.0-8-generic 4171s Use 'sudo apt autoremove' to remove them. 4171s The following packages will be upgraded: 4171s apt apt-utils binutils binutils-common binutils-s390x-linux-gnu 4171s libapt-pkg6.0t64 libbinutils libctf-nobfd0 libctf0 libnss-systemd 4171s libpam-systemd libsframe1 libsystemd-shared libsystemd0 libudev1 systemd 4171s systemd-cryptsetup systemd-resolved systemd-sysv systemd-timesyncd udev 4171s 21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4171s Need to get 13.0 MB of archives. 4171s After this operation, 9501 kB disk space will be freed. 4171s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-timesyncd s390x 257.2-3ubuntu1 [41.3 kB] 4171s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-resolved s390x 257.2-3ubuntu1 [326 kB] 4172s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-cryptsetup s390x 257.2-3ubuntu1 [128 kB] 4172s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libnss-systemd s390x 257.2-3ubuntu1 [180 kB] 4172s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd-shared s390x 257.2-3ubuntu1 [2324 kB] 4172s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x systemd s390x 257.2-3ubuntu1 [3020 kB] 4172s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x udev s390x 257.2-3ubuntu1 [1400 kB] 4172s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x systemd-sysv s390x 257.2-3ubuntu1 [11.9 kB] 4172s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpam-systemd s390x 257.2-3ubuntu1 [263 kB] 4172s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libudev1 s390x 257.2-3ubuntu1 [204 kB] 4172s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libsystemd0 s390x 257.2-3ubuntu1 [534 kB] 4172s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 4172s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 4172s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 4172s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libctf0 s390x 2.44-1ubuntu1 [101 kB] 4172s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libctf-nobfd0 s390x 2.44-1ubuntu1 [102 kB] 4172s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-s390x-linux-gnu s390x 2.44-1ubuntu1 [907 kB] 4172s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libbinutils s390x 2.44-1ubuntu1 [482 kB] 4172s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x binutils s390x 2.44-1ubuntu1 [3208 B] 4172s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x binutils-common s390x 2.44-1ubuntu1 [216 kB] 4172s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libsframe1 s390x 2.44-1ubuntu1 [14.3 kB] 4173s Fetched 13.0 MB in 1s (9854 kB/s) 4173s (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 ... 80969 files and directories currently installed.) 4173s Preparing to unpack .../systemd-timesyncd_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking systemd-timesyncd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../systemd-resolved_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking systemd-resolved (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../systemd-cryptsetup_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking systemd-cryptsetup (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../libnss-systemd_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking libnss-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../libsystemd-shared_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking libsystemd-shared:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Setting up libsystemd-shared:s390x (257.2-3ubuntu1) ... 4173s (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 ... 80969 files and directories currently installed.) 4173s Preparing to unpack .../systemd_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking systemd (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../udev_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking udev (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Preparing to unpack .../libsystemd0_257.2-3ubuntu1_s390x.deb ... 4173s Unpacking libsystemd0:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4173s Setting up libsystemd0:s390x (257.2-3ubuntu1) ... 4173s Setting up systemd (257.2-3ubuntu1) ... 4173s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 4173s Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'. 4173s /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring. 4174s (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 ... 80969 files and directories currently installed.) 4174s Preparing to unpack .../systemd-sysv_257.2-3ubuntu1_s390x.deb ... 4174s Unpacking systemd-sysv (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4174s Preparing to unpack .../libpam-systemd_257.2-3ubuntu1_s390x.deb ... 4174s Unpacking libpam-systemd:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4174s Preparing to unpack .../libudev1_257.2-3ubuntu1_s390x.deb ... 4174s Unpacking libudev1:s390x (257.2-3ubuntu1) over (257.1-7ubuntu1) ... 4174s Setting up libudev1:s390x (257.2-3ubuntu1) ... 4174s (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 ... 80969 files and directories currently installed.) 4174s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 4174s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 4174s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 4174s (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 ... 80969 files and directories currently installed.) 4174s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 4174s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 4174s Setting up apt (2.9.27ubuntu1) ... 4175s (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 ... 80971 files and directories currently installed.) 4175s Preparing to unpack .../0-apt-utils_2.9.27ubuntu1_s390x.deb ... 4175s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 4175s Preparing to unpack .../1-libctf0_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking libctf0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../2-libctf-nobfd0_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking libctf-nobfd0:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../3-binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking binutils-s390x-linux-gnu (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../4-libbinutils_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking libbinutils:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../5-binutils_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking binutils (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../6-binutils-common_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking binutils-common:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Preparing to unpack .../7-libsframe1_2.44-1ubuntu1_s390x.deb ... 4175s Unpacking libsframe1:s390x (2.44-1ubuntu1) over (2.43.50.20250108-1ubuntu1) ... 4175s Setting up systemd-sysv (257.2-3ubuntu1) ... 4175s Setting up apt-utils (2.9.27ubuntu1) ... 4175s Setting up binutils-common:s390x (2.44-1ubuntu1) ... 4175s Setting up libctf-nobfd0:s390x (2.44-1ubuntu1) ... 4175s Setting up libnss-systemd:s390x (257.2-3ubuntu1) ... 4175s Setting up libsframe1:s390x (2.44-1ubuntu1) ... 4175s Setting up systemd-cryptsetup (257.2-3ubuntu1) ... 4175s Setting up systemd-timesyncd (257.2-3ubuntu1) ... 4175s systemd-time-wait-sync.service is a disabled or a static unit not running, not starting it. 4175s Setting up udev (257.2-3ubuntu1) ... 4176s Setting up libpam-systemd:s390x (257.2-3ubuntu1) ... 4176s Setting up libbinutils:s390x (2.44-1ubuntu1) ... 4176s Setting up systemd-resolved (257.2-3ubuntu1) ... 4176s Setting up libctf0:s390x (2.44-1ubuntu1) ... 4176s Setting up binutils-s390x-linux-gnu (2.44-1ubuntu1) ... 4176s Setting up binutils (2.44-1ubuntu1) ... 4176s Processing triggers for dbus (1.14.10-4ubuntu5) ... 4176s Processing triggers for shared-mime-info (2.4-5) ... 4176s Warning: program compiled against libxml 212 using older 209 4176s Processing triggers for initramfs-tools (0.145ubuntu1) ... 4176s update-initramfs: Generating /boot/initrd.img-6.12.0-12-generic 4176s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 4179s Using config file '/etc/zipl.conf' 4179s Building bootmap in '/boot' 4179s Adding IPL section 'ubuntu' (default) 4179s Preparing boot device for LD-IPL: vda (0000). 4179s Done. 4179s Processing triggers for libc-bin (2.40-4ubuntu1) ... 4179s Processing triggers for man-db (2.13.0-1) ... 4180s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 4180s + /usr/lib/apt/apt-helper analyze-pattern ?true 4180s + uname -r 4180s + sed s/\./\\./g 4180s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 4180s + apt list ?obsolete 4180s + tail -n+2 4180s + cut -d/ -f1 4180s + grep -v ^linux-.*6\.12\.0-12-generic.* 4181s + true 4181s + obsolete_pkgs= 4181s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 4181s Reading package lists... 4181s Building dependency tree... 4181s Reading state information... 4181s The following packages will be REMOVED: 4181s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 4181s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 4181s linux-tools-6.11.0-8-generic* 4181s 0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded. 4181s After this operation, 143 MB disk space will be freed. 4181s (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 ... 80957 files and directories currently installed.) 4181s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 4181s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 4182s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 4182s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 4182s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 4182s (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 ... 56550 files and directories currently installed.) 4182s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 4182s + grep -q trusty /etc/lsb-release 4182s + [ ! -d /usr/share/doc/unattended-upgrades ] 4182s + [ ! -d /usr/share/doc/lxd ] 4182s + [ ! -d /usr/share/doc/lxd-client ] 4182s + [ ! -d /usr/share/doc/snapd ] 4182s + type iptables 4182s + cat 4182s + chmod 755 /etc/rc.local 4182s + . /etc/rc.local 4182s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 4182s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 4182s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 4182s + uname -m 4182s + [ s390x = ppc64le ] 4182s + [ -d /run/systemd/system ] 4182s + systemd-detect-virt --quiet --vm 4182s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 4182s + cat 4182s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 4182s + echo COMPRESS=lz4 4182s autopkgtest: DBG: testbed command exited with code 0 4182s autopkgtest [22:22:39]: upgrading testbed (apt dist-upgrade and autopurge) 4182s 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'] 4183s Reading package lists... 4183s Building dependency tree... 4183s Reading state information... 4183s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 4183s Starting 2 pkgProblemResolver with broken count: 0 4183s Done 4183s Entering ResolveByKeep 4183s 4183s The following packages will be upgraded: 4183s media-types 4183s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4183s Need to get 28.2 kB of archives. 4183s After this operation, 2048 B of additional disk space will be used. 4183s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x media-types all 11.0.0 [28.2 kB] 4184s Fetched 28.2 kB in 0s (134 kB/s) 4184s (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 ... 56550 files and directories currently installed.) 4184s Preparing to unpack .../media-types_11.0.0_all.deb ... 4184s Unpacking media-types (11.0.0) over (10.1.0) ... 4184s Setting up media-types (11.0.0) ... 4184s Installing new version of config file /etc/mime.types ... 4184s autopkgtest: DBG: testbed command exited with code 0 4184s 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'] 4184s Reading package lists... 4184s Building dependency tree... 4184s Reading state information... 4184s Starting pkgProblemResolver with broken count: 0 4184s Starting 2 pkgProblemResolver with broken count: 0 4184s Done 4184s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4184s autopkgtest: DBG: testbed command exited with code 0 4184s 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.G7m1mb/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 4185s autopkgtest: DBG: testbed command exited with code 1 4185s autopkgtest [22:22:42]: rebooting testbed after setup commands that affected boot 4185s autopkgtest: DBG: sending command to testbed: reboot 4201s autopkgtest: DBG: got reply from testbed: ok 4201s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 4201s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4201s autopkgtest: DBG: testbed command exited with code 0 4201s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 4202s autopkgtest: DBG: got reply from testbed: ok 4202s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4202s autopkgtest: DBG: testbed command exited with code 0 4202s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4202s autopkgtest: DBG: testbed command exited with code 0 4202s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4202s autopkgtest: DBG: testbed command exited with code 0 4202s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4202s autopkgtest: DBG: testbed command exited with code 0 4202s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 4203s autopkgtest: DBG: got reply from testbed: ok 4203s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4203s autopkgtest: DBG: testbed command exited with code 0 4203s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4203s autopkgtest: DBG: testbed command exited with code 0 4203s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 4203s autopkgtest: DBG: testbed command exited with code 0 4203s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/testbed-packages"], kind short, sout raw, serr pipe, env [] 4203s autopkgtest: DBG: testbed command exited with code 0 4203s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/testbed-packages /tmp/autopkgtest-work.zl_sb3g9/out/testbed-packages 4203s autopkgtest: DBG: got reply from testbed: ok 4203s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 4203s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4204s autopkgtest: DBG: testbed command exited with code 0 4204s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot 4204s autopkgtest: DBG: got reply from testbed: ok 4204s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4204s autopkgtest: DBG: testbed command exited with code 0 4204s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4204s autopkgtest: DBG: testbed command exited with code 0 4204s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 4204s autopkgtest: DBG: testbed command exited with code 0 4204s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb'], kind short, sout raw, serr pipe, env [] 4205s autopkgtest: DBG: testbed command exited with code 0 4205s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare 4205s autopkgtest: DBG: got reply from testbed: ok 4205s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4205s autopkgtest: DBG: testbed command exited with code 0 4205s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.G7m1mb/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 4205s autopkgtest: DBG: testbed command exited with code 0 4205s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 4205s autopkgtest: DBG: testbed command exited with code 0 4205s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 4205s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'python3.13-dev', 'shunit2', 'virtualenv', 'python3-setuptools-whl', 'python3-wheel-whl'] 4205s autopkgtest: DBG: install-deps: satisfying build-essential, python3.13-dev, shunit2, virtualenv, python3-setuptools-whl, python3-wheel-whl 4205s autopkgtest: DBG: can use apt-get on testbed: True 4205s 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', 'build-essential, python3.13-dev, shunit2, virtualenv, python3-setuptools-whl, python3-wheel-whl'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 4205s Reading package lists... 4206s Building dependency tree... 4206s Reading state information... 4206s Starting pkgProblemResolver with broken count: 0 4206s Starting 2 pkgProblemResolver with broken count: 0 4206s Done 4206s The following NEW packages will be installed: 4206s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 4206s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 4206s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libexpat1-dev 4206s libgcc-14-dev libgomp1 libisl23 libitm1 libmpc3 libpython3.13 4206s libpython3.13-dev libstdc++-14-dev libubsan1 python3-distlib 4206s python3-filelock python3-pip-whl python3-platformdirs python3-setuptools-whl 4206s python3-virtualenv python3-wheel-whl python3.13-dev shunit2 virtualenv 4206s zlib1g-dev 4206s 0 upgraded, 36 newly installed, 0 to remove and 0 not upgraded. 4206s Need to get 61.4 MB of archives. 4206s After this operation, 197 MB of additional disk space will be used. 4206s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 4206s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 4206s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 4207s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 4207s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 4207s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 4207s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 4207s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 4207s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 4207s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 4207s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 4207s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 4207s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 4208s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 4208s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 4208s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 4208s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 4208s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 4208s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 4208s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 4208s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 4208s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 4208s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 4208s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.1-3 [2511 kB] 4208s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 4208s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.1-3 [5596 kB] 4208s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 4208s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-1 [12.8 kB] 4208s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 4208s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 4208s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 4208s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 4208s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 4208s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.1-3 [507 kB] 4208s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 4208s Get:36 http://ftpmaster.internal/ubuntu plucky/universe s390x virtualenv all 20.29.1+ds-1 [1978 B] 4209s Fetched 61.4 MB in 2s (25.7 MB/s) 4209s Selecting previously unselected package libisl23:s390x. 4209s (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 ... 56550 files and directories currently installed.) 4209s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 4209s Unpacking libisl23:s390x (0.27-1) ... 4209s Selecting previously unselected package libmpc3:s390x. 4209s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 4209s Unpacking libmpc3:s390x (1.3.1-1build2) ... 4209s Selecting previously unselected package cpp-14-s390x-linux-gnu. 4209s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package cpp-14. 4209s Preparing to unpack .../03-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package cpp-s390x-linux-gnu. 4209s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4209s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4209s Selecting previously unselected package cpp. 4209s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 4209s Unpacking cpp (4:14.1.0-2ubuntu1) ... 4209s Selecting previously unselected package libcc1-0:s390x. 4209s Preparing to unpack .../06-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package libgomp1:s390x. 4209s Preparing to unpack .../07-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package libitm1:s390x. 4209s Preparing to unpack .../08-libitm1_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package libasan8:s390x. 4209s Preparing to unpack .../09-libasan8_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package libubsan1:s390x. 4209s Preparing to unpack .../10-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package libgcc-14-dev:s390x. 4209s Preparing to unpack .../11-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package gcc-14-s390x-linux-gnu. 4209s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package gcc-14. 4209s Preparing to unpack .../13-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package gcc-s390x-linux-gnu. 4209s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4209s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4209s Selecting previously unselected package gcc. 4209s Preparing to unpack .../15-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 4209s Unpacking gcc (4:14.1.0-2ubuntu1) ... 4209s Selecting previously unselected package libstdc++-14-dev:s390x. 4209s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 4209s Selecting previously unselected package g++-14-s390x-linux-gnu. 4209s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 4209s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4210s Selecting previously unselected package g++-14. 4210s Preparing to unpack .../18-g++-14_14.2.0-16ubuntu1_s390x.deb ... 4210s Unpacking g++-14 (14.2.0-16ubuntu1) ... 4210s Selecting previously unselected package g++-s390x-linux-gnu. 4210s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 4210s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4210s Selecting previously unselected package g++. 4210s Preparing to unpack .../20-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 4210s Unpacking g++ (4:14.1.0-2ubuntu1) ... 4210s Selecting previously unselected package build-essential. 4210s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 4210s Unpacking build-essential (12.10ubuntu1) ... 4210s Selecting previously unselected package libexpat1-dev:s390x. 4210s Preparing to unpack .../22-libexpat1-dev_2.6.4-1_s390x.deb ... 4210s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 4210s Selecting previously unselected package libpython3.13:s390x. 4210s Preparing to unpack .../23-libpython3.13_3.13.1-3_s390x.deb ... 4210s Unpacking libpython3.13:s390x (3.13.1-3) ... 4210s Selecting previously unselected package zlib1g-dev:s390x. 4210s Preparing to unpack .../24-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 4210s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 4210s Selecting previously unselected package libpython3.13-dev:s390x. 4210s Preparing to unpack .../25-libpython3.13-dev_3.13.1-3_s390x.deb ... 4210s Unpacking libpython3.13-dev:s390x (3.13.1-3) ... 4210s Selecting previously unselected package python3-distlib. 4210s Preparing to unpack .../26-python3-distlib_0.3.9-1_all.deb ... 4210s Unpacking python3-distlib (0.3.9-1) ... 4210s Selecting previously unselected package python3-filelock. 4210s Preparing to unpack .../27-python3-filelock_3.16.1-1_all.deb ... 4210s Unpacking python3-filelock (3.16.1-1) ... 4210s Selecting previously unselected package python3-pip-whl. 4210s Preparing to unpack .../28-python3-pip-whl_25.0+dfsg-1_all.deb ... 4210s Unpacking python3-pip-whl (25.0+dfsg-1) ... 4210s Selecting previously unselected package python3-platformdirs. 4210s Preparing to unpack .../29-python3-platformdirs_4.3.6-1_all.deb ... 4210s Unpacking python3-platformdirs (4.3.6-1) ... 4210s Selecting previously unselected package python3-setuptools-whl. 4210s Preparing to unpack .../30-python3-setuptools-whl_75.6.0-1_all.deb ... 4210s Unpacking python3-setuptools-whl (75.6.0-1) ... 4210s Selecting previously unselected package python3-wheel-whl. 4210s Preparing to unpack .../31-python3-wheel-whl_0.45.1-1_all.deb ... 4210s Unpacking python3-wheel-whl (0.45.1-1) ... 4210s Selecting previously unselected package python3-virtualenv. 4210s Preparing to unpack .../32-python3-virtualenv_20.29.1+ds-1_all.deb ... 4210s Unpacking python3-virtualenv (20.29.1+ds-1) ... 4210s Selecting previously unselected package python3.13-dev. 4210s Preparing to unpack .../33-python3.13-dev_3.13.1-3_s390x.deb ... 4210s Unpacking python3.13-dev (3.13.1-3) ... 4210s Selecting previously unselected package shunit2. 4210s Preparing to unpack .../34-shunit2_2.1.8-4_all.deb ... 4210s Unpacking shunit2 (2.1.8-4) ... 4210s Selecting previously unselected package virtualenv. 4210s Preparing to unpack .../35-virtualenv_20.29.1+ds-1_all.deb ... 4210s Unpacking virtualenv (20.29.1+ds-1) ... 4210s Setting up libpython3.13:s390x (3.13.1-3) ... 4210s Setting up python3-setuptools-whl (75.6.0-1) ... 4210s Setting up python3-filelock (3.16.1-1) ... 4210s Setting up shunit2 (2.1.8-4) ... 4210s Setting up python3-pip-whl (25.0+dfsg-1) ... 4210s Setting up python3-distlib (0.3.9-1) ... 4210s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 4210s Setting up python3-platformdirs (4.3.6-1) ... 4210s Setting up libexpat1-dev:s390x (2.6.4-1) ... 4210s Setting up libmpc3:s390x (1.3.1-1build2) ... 4210s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 4210s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 4210s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 4210s Setting up libisl23:s390x (0.27-1) ... 4210s Setting up python3-wheel-whl (0.45.1-1) ... 4210s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 4210s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 4210s Setting up python3-virtualenv (20.29.1+ds-1) ... 4210s Setting up libpython3.13-dev:s390x (3.13.1-3) ... 4210s Setting up virtualenv (20.29.1+ds-1) ... 4210s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4210s Setting up cpp-14 (14.2.0-16ubuntu1) ... 4210s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 4210s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 4210s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4210s Setting up python3.13-dev (3.13.1-3) ... 4210s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4210s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4210s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 4210s Setting up cpp (4:14.1.0-2ubuntu1) ... 4210s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 4210s Setting up gcc-14 (14.2.0-16ubuntu1) ... 4210s Setting up g++-14 (14.2.0-16ubuntu1) ... 4210s Setting up gcc (4:14.1.0-2ubuntu1) ... 4210s Setting up g++ (4:14.1.0-2ubuntu1) ... 4210s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 4210s Setting up build-essential (12.10ubuntu1) ... 4210s Processing triggers for man-db (2.13.0-1) ... 4211s Processing triggers for libc-bin (2.40-4ubuntu1) ... 4211s autopkgtest: DBG: testbed command exited with code 0 4211s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3.13-dev'], kind short, sout pipe, serr pipe, env [] 4211s autopkgtest: DBG: testbed command exited with code 0 4211s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.G7m1mb/module-install-virtualenv-packages.all"], kind short, sout raw, serr pipe, env [] 4211s autopkgtest: DBG: testbed command exited with code 0 4211s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-virtualenv-packages.all /tmp/autopkgtest-work.zl_sb3g9/out/module-install-virtualenv-packages.all 4212s autopkgtest: DBG: got reply from testbed: ok 4212s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr raw, env [] 4212s autopkgtest: DBG: testbed command exited with code 1 4212s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.G7m1mb/build.9K4'], kind short, sout raw, serr pipe, env [] 4212s autopkgtest: DBG: testbed command exited with code 0 4212s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.zl_sb3g9/out/tests-tree/ /tmp/autopkgtest.G7m1mb/build.9K4/src/ 4222s autopkgtest: DBG: got reply from testbed: ok 4222s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.G7m1mb/build.9K4/src'], kind short, sout raw, serr pipe, env [] 4222s autopkgtest: DBG: testbed command exited with code 0 4222s autopkgtest [22:23:19]: test module-install-virtualenv: [----------------------- 4222s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.G7m1mb/wrapper.sh --debug --artifacts=/tmp/autopkgtest.G7m1mb/module-install-virtualenv-artifacts --chdir=/tmp/autopkgtest.G7m1mb/build.9K4/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.G7m1mb/module-install-virtualenv-stderr --stdout=/tmp/autopkgtest.G7m1mb/module-install-virtualenv-stdout --tmp=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=media-types/11.0.0 --make-executable=/tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-virtualenv -- /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-virtualenv'], kind test, sout raw, serr raw, env [] 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.G7m1mb/module-install-virtualenv-artifacts 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: changing to directory: /tmp/autopkgtest.G7m1mb/build.9K4/src 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: LANG=C.UTF-8 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LANGUAGE 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ADDRESS 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_ALL 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_COLLATE 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_CTYPE 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_IDENTIFICATION 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MEASUREMENT 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MESSAGES 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_MONETARY 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NAME 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_NUMERIC 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_PAPER 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TELEPHONE 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: unsetting environment: LC_TIME 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: pretending to be a login shell 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write standard error to /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stderr 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: will write stdout to /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stdout 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.G7m1mb/autopkgtest_tmp 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=media-types/11.0.0 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: marking as executable: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-virtualenv 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: command to run: /tmp/autopkgtest.G7m1mb/build.9K4/src/debian/tests/module-install-virtualenv 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.DSLBohXLan/out to stdout and file: /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stdout 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: copying /tmp/tmp.DSLBohXLan/err to standard error and file: /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stdout 4222s /tmp/autopkgtest.G7m1mb/wrapper.sh: writing script pid 1579 to /tmp/autopkgtest_script_pid 4222s created virtual environment CPython3.13.1.final.0-64 in 120ms 4222s creator CPython3Posix(dest=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve, clear=False, no_vcs_ignore=False, global=False) 4222s seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/home/.local/share/virtualenv) 4222s added seed packages: pip==25.0 4222s activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator 4222s testVirtualenvLayout 4223s WARNING: Skipping fibpy as it is not installed. 4223s WARNING: Skipping fibc as it is not installed. 4223s WARNING: Skipping setuptools as it is not installed. 4223s testFibPy 4223s Looking in links: /usr/share/python-wheels/ 4223s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4223s Installing collected packages: setuptools 4224s Successfully installed setuptools-75.6.0 4224s running install 4224s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4224s !! 4224s 4224s ******************************************************************************** 4224s Please avoid running ``setup.py`` directly. 4224s Instead, use pypa/build, pypa/installer or other 4224s standards-based tools. 4224s 4224s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4224s ******************************************************************************** 4224s 4224s !! 4224s self.initialize_options() 4224s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 4224s !! 4224s 4224s ******************************************************************************** 4224s Please avoid running ``setup.py`` and ``easy_install``. 4224s Instead, use pypa/build, pypa/installer or other 4224s standards-based tools. 4224s 4224s See https://github.com/pypa/setuptools/issues/917 for details. 4224s ******************************************************************************** 4224s 4224s !! 4224s self.initialize_options() 4224s running bdist_egg 4224s running egg_info 4224s creating fibpy.egg-info 4224s writing fibpy.egg-info/PKG-INFO 4224s writing dependency_links to fibpy.egg-info/dependency_links.txt 4224s writing top-level names to fibpy.egg-info/top_level.txt 4224s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4224s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4224s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4224s installing library code to build/bdist.linux-s390x/egg 4224s running install_lib 4224s running build_py 4224s creating build/lib 4224s copying fibpy.py -> build/lib 4224s creating build/bdist.linux-s390x/egg 4224s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 4224s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.cpython-313.pyc 4224s creating build/bdist.linux-s390x/egg/EGG-INFO 4224s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 4224s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4224s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4224s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4224s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 4224s creating dist 4224s creating 'dist/fibpy-42.0.0-py3.13.egg' and adding 'build/bdist.linux-s390x/egg' to it 4224s removing 'build/bdist.linux-s390x/egg' (and everything under it) 4224s Processing fibpy-42.0.0-py3.13.egg 4224s Copying fibpy-42.0.0-py3.13.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages 4224s Adding fibpy 42.0.0 to easy-install.pth file 4224s 4224s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy-42.0.0-py3.13.egg 4224s Processing dependencies for fibpy==42.0.0 4224s Finished processing dependencies for fibpy==42.0.0 4224s DEPRECATION: Loading egg at /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy-42.0.0-py3.13.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 4224s Found existing installation: fibpy 42.0.0 4224s Uninstalling fibpy-42.0.0: 4224s Successfully uninstalled fibpy-42.0.0 4224s WARNING: Skipping fibc as it is not installed. 4224s Found existing installation: setuptools 75.6.0 4224s Uninstalling setuptools-75.6.0: 4224s Successfully uninstalled setuptools-75.6.0 4224s testFibC 4225s Looking in links: /usr/share/python-wheels/ 4225s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4225s Installing collected packages: setuptools 4225s Successfully installed setuptools-75.6.0 4225s running install 4225s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4225s !! 4225s 4225s ******************************************************************************** 4225s Please avoid running ``setup.py`` directly. 4225s Instead, use pypa/build, pypa/installer or other 4225s standards-based tools. 4225s 4225s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4225s ******************************************************************************** 4225s 4225s !! 4225s self.initialize_options() 4225s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 4225s !! 4225s 4225s ******************************************************************************** 4225s Please avoid running ``setup.py`` and ``easy_install``. 4225s Instead, use pypa/build, pypa/installer or other 4225s standards-based tools. 4225s 4225s See https://github.com/pypa/setuptools/issues/917 for details. 4225s ******************************************************************************** 4225s 4225s !! 4225s self.initialize_options() 4225s running bdist_egg 4225s running egg_info 4225s creating fibc.egg-info 4225s writing fibc.egg-info/PKG-INFO 4225s writing dependency_links to fibc.egg-info/dependency_links.txt 4225s writing top-level names to fibc.egg-info/top_level.txt 4225s writing manifest file 'fibc.egg-info/SOURCES.txt' 4225s reading manifest file 'fibc.egg-info/SOURCES.txt' 4225s writing manifest file 'fibc.egg-info/SOURCES.txt' 4225s installing library code to build/bdist.linux-s390x/egg 4225s running install_lib 4225s running build_ext 4225s building 'fibc' extension 4225s creating build/temp.linux-s390x-cpython-313 4225s s390x-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/include -I/usr/include/python3.13 -c fibc.c -o build/temp.linux-s390x-cpython-313/fibc.o 4225s creating build/lib.linux-s390x-cpython-313 4225s s390x-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 build/temp.linux-s390x-cpython-313/fibc.o -L/usr/lib/s390x-linux-gnu -o build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so 4226s creating build/bdist.linux-s390x/egg 4226s copying build/lib.linux-s390x-cpython-313/fibc.cpython-313-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 4226s creating stub loader for fibc.cpython-313-s390x-linux-gnu.so 4226s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.cpython-313.pyc 4226s creating build/bdist.linux-s390x/egg/EGG-INFO 4226s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 4226s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4226s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4226s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 4226s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 4226s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 4226s creating dist 4226s creating 'dist/fibc-42.0.0-py3.13-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 4226s removing 'build/bdist.linux-s390x/egg' (and everything under it) 4226s Processing fibc-42.0.0-py3.13-linux-s390x.egg 4226s creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 4226s Extracting fibc-42.0.0-py3.13-linux-s390x.egg to /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages 4226s Adding fibc 42.0.0 to easy-install.pth file 4226s 4226s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg 4226s Processing dependencies for fibc==42.0.0 4226s Finished processing dependencies for fibc==42.0.0 4226s DEPRECATION: Loading egg at /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibc-42.0.0-py3.13-linux-s390x.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330 4226s WARNING: Skipping fibpy as it is not installed. 4226s Found existing installation: fibc 42.0.0 4226s Uninstalling fibc-42.0.0: 4226s Successfully uninstalled fibc-42.0.0 4226s Found existing installation: setuptools 75.6.0 4226s Uninstalling setuptools-75.6.0: 4226s Successfully uninstalled setuptools-75.6.0 4226s testFibPyDevelop 4226s Looking in links: /usr/share/python-wheels/ 4226s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4226s Installing collected packages: setuptools 4227s Successfully installed setuptools-75.6.0 4227s running develop 4227s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 4227s !! 4227s 4227s ******************************************************************************** 4227s Please avoid running ``setup.py`` and ``easy_install``. 4227s Instead, use pypa/build, pypa/installer or other 4227s standards-based tools. 4227s 4227s See https://github.com/pypa/setuptools/issues/917 for details. 4227s ******************************************************************************** 4227s 4227s !! 4227s easy_install.initialize_options(self) 4227s /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 4227s !! 4227s 4227s ******************************************************************************** 4227s Please avoid running ``setup.py`` directly. 4227s Instead, use pypa/build, pypa/installer or other 4227s standards-based tools. 4227s 4227s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 4227s ******************************************************************************** 4227s 4227s !! 4227s self.initialize_options() 4227s running egg_info 4227s writing fibpy.egg-info/PKG-INFO 4227s writing dependency_links to fibpy.egg-info/dependency_links.txt 4227s writing top-level names to fibpy.egg-info/top_level.txt 4227s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4227s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4227s running build_ext 4227s Creating /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/fibpy.egg-link (link to .) 4227s Adding fibpy 42.0.0 to easy-install.pth file 4227s 4227s Installed /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 4227s Processing dependencies for fibpy==42.0.0 4227s Finished processing dependencies for fibpy==42.0.0 4227s Found existing installation: fibpy 42.0.0 4227s Uninstalling fibpy-42.0.0: 4227s Successfully uninstalled fibpy-42.0.0 4227s WARNING: Skipping fibc as it is not installed. 4227s Found existing installation: setuptools 75.6.0 4227s Uninstalling setuptools-75.6.0: 4227s Successfully uninstalled setuptools-75.6.0 4227s testFibPyPip 4227s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4227s Looking in links: /usr/share/python-wheels/ 4227s Processing ./packages/fibpy 4227s Installing build dependencies: started 4227s Running command pip subprocess to install build dependencies 4228s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4228s Looking in links: /usr/share/python-wheels/ 4228s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4228s Processing /usr/share/python-wheels/wheel-0.45.1-py3-none-any.whl 4228s Installing collected packages: wheel, setuptools 4228s Creating /tmp/pip-build-env-kj_0ophm/overlay/bin 4228s changing mode of /tmp/pip-build-env-kj_0ophm/overlay/bin/wheel to 775 4228s Successfully installed setuptools-75.6.0 wheel-0.45.1 4228s Installing build dependencies: finished with status 'done' 4228s Getting requirements to build wheel: started 4228s Running command Getting requirements to build wheel 4228s running egg_info 4228s writing fibpy.egg-info/PKG-INFO 4228s writing dependency_links to fibpy.egg-info/dependency_links.txt 4228s writing top-level names to fibpy.egg-info/top_level.txt 4228s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4228s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4228s Getting requirements to build wheel: finished with status 'done' 4228s Preparing metadata (pyproject.toml): started 4228s Running command Preparing metadata (pyproject.toml) 4228s running dist_info 4228s creating /tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info 4228s writing /tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/PKG-INFO 4228s writing dependency_links to /tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/dependency_links.txt 4228s writing top-level names to /tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/top_level.txt 4228s writing manifest file '/tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/SOURCES.txt' 4228s reading manifest file '/tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/SOURCES.txt' 4228s writing manifest file '/tmp/pip-modern-metadata-k8sxclwd/fibpy.egg-info/SOURCES.txt' 4228s creating '/tmp/pip-modern-metadata-k8sxclwd/fibpy-42.0.0.dist-info' 4228s Preparing metadata (pyproject.toml): finished with status 'done' 4228s Building wheels for collected packages: fibpy 4228s Building wheel for fibpy (pyproject.toml): started 4228s Running command Building wheel for fibpy (pyproject.toml) 4229s running bdist_wheel 4229s running build 4229s running build_py 4229s installing to build/bdist.linux-s390x/wheel 4229s running install 4229s running install_lib 4229s creating build/bdist.linux-s390x/wheel 4229s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 4229s running install_egg_info 4229s running egg_info 4229s writing fibpy.egg-info/PKG-INFO 4229s writing dependency_links to fibpy.egg-info/dependency_links.txt 4229s writing top-level names to fibpy.egg-info/top_level.txt 4229s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4229s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4229s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 4229s running install_scripts 4229s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 4229s creating '/tmp/pip-wheel-4plgz97j/.tmp-f6oomn04/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 4229s adding 'fibpy.py' 4229s adding 'fibpy-42.0.0.dist-info/METADATA' 4229s adding 'fibpy-42.0.0.dist-info/WHEEL' 4229s adding 'fibpy-42.0.0.dist-info/top_level.txt' 4229s adding 'fibpy-42.0.0.dist-info/zip-safe' 4229s adding 'fibpy-42.0.0.dist-info/RECORD' 4229s removing build/bdist.linux-s390x/wheel 4229s Building wheel for fibpy (pyproject.toml): finished with status 'done' 4229s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=c397e97a10d7557019769403fa9602444f9cdd632eee6b89d0b3248e5f394db0 4229s Stored in directory: /tmp/pip-ephem-wheel-cache-bu9s32im/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 4229s Successfully built fibpy 4229s Installing collected packages: fibpy 4229s Successfully installed fibpy-42.0.0 4229s Found existing installation: fibpy 42.0.0 4229s Uninstalling fibpy-42.0.0: 4229s Successfully uninstalled fibpy-42.0.0 4229s WARNING: Skipping fibc as it is not installed. 4229s WARNING: Skipping setuptools as it is not installed. 4229s testFibPyPipEditable 4229s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4229s Looking in links: /usr/share/python-wheels/ 4229s Obtaining file:///tmp/autopkgtest.G7m1mb/autopkgtest_tmp/packages/fibpy 4229s Running command pip subprocess to install build dependencies 4229s Installing build dependencies: started 4229s Using pip 25.0 from /tmp/autopkgtest.G7m1mb/autopkgtest_tmp/ve/lib/python3.13/site-packages/pip (python 3.13) 4229s Looking in links: /usr/share/python-wheels/ 4229s Processing /usr/share/python-wheels/setuptools-75.6.0-py3-none-any.whl 4229s Processing /usr/share/python-wheels/wheel-0.45.1-py3-none-any.whl 4229s Installing collected packages: wheel, setuptools 4229s Creating /tmp/pip-build-env-pcyd435k/overlay/bin 4229s changing mode of /tmp/pip-build-env-pcyd435k/overlay/bin/wheel to 775 4230s Successfully installed setuptools-75.6.0 wheel-0.45.1 4230s Installing build dependencies: finished with status 'done' 4230s Checking if build backend supports build_editable: started 4230s Running command Checking if build backend supports build_editable 4230s Checking if build backend supports build_editable: finished with status 'done' 4230s Getting requirements to build editable: started 4230s Running command Getting requirements to build editable 4230s running egg_info 4230s writing fibpy.egg-info/PKG-INFO 4230s writing dependency_links to fibpy.egg-info/dependency_links.txt 4230s writing top-level names to fibpy.egg-info/top_level.txt 4230s reading manifest file 'fibpy.egg-info/SOURCES.txt' 4230s writing manifest file 'fibpy.egg-info/SOURCES.txt' 4230s Getting requirements to build editable: finished with status 'done' 4230s Preparing editable metadata (pyproject.toml): started 4230s Running command Preparing editable metadata (pyproject.toml) 4230s running dist_info 4230s creating /tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info 4230s writing /tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/PKG-INFO 4230s writing dependency_links to /tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/dependency_links.txt 4230s writing top-level names to /tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/top_level.txt 4230s writing manifest file '/tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/SOURCES.txt' 4230s reading manifest file '/tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/SOURCES.txt' 4230s writing manifest file '/tmp/pip-modern-metadata-8gxt8k6k/fibpy.egg-info/SOURCES.txt' 4230s creating '/tmp/pip-modern-metadata-8gxt8k6k/fibpy-42.0.0.dist-info' 4230s Preparing editable metadata (pyproject.toml): finished with status 'done' 4230s Building wheels for collected packages: fibpy 4230s Building editable for fibpy (pyproject.toml): started 4230s Running command Building editable for fibpy (pyproject.toml) 4230s running editable_wheel 4230s creating /tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info 4230s writing /tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/PKG-INFO 4230s writing dependency_links to /tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/dependency_links.txt 4230s writing top-level names to /tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/top_level.txt 4230s writing manifest file '/tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/SOURCES.txt' 4230s reading manifest file '/tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/SOURCES.txt' 4230s writing manifest file '/tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy.egg-info/SOURCES.txt' 4230s creating '/tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy-42.0.0.dist-info' 4230s creating /tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy-42.0.0.dist-info/WHEEL 4231s running build_py 4231s Editable install will be performed using a meta path finder. 4231s 4231s Options like `package-data`, `include/exclude-package-data` or 4231s `packages.find.exclude/include` may have no effect. 4231s 4231s adding '__editable___fibpy_42_0_0_finder.py' 4231s adding '__editable__.fibpy-42.0.0.pth' 4231s creating '/tmp/pip-wheel-qs_0_ja0/.tmp-id3s5458/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmpuby3qz8mfibpy-42.0.0-0.editable-py3-none-any.whl' to it 4231s adding 'fibpy-42.0.0.dist-info/METADATA' 4231s adding 'fibpy-42.0.0.dist-info/WHEEL' 4231s adding 'fibpy-42.0.0.dist-info/top_level.txt' 4231s adding 'fibpy-42.0.0.dist-info/zip-safe' 4231s adding 'fibpy-42.0.0.dist-info/RECORD' 4231s /tmp/pip-build-env-pcyd435k/overlay/lib/python3.13/site-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 4231s !! 4231s 4231s ******************************************************************************** 4231s Please be careful with folders in your working directory with the same 4231s name as your package as they may take precedence during imports. 4231s ******************************************************************************** 4231s 4231s !! 4231s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 4231s Building editable for fibpy (pyproject.toml): finished with status 'done' 4231s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2817 sha256=a4fdbe52375a95e631ba70275b8e3c0b249d0963973b43aa6601387148714d81 4231s Stored in directory: /tmp/pip-ephem-wheel-cache-z57khdiw/wheels/73/0a/e6/7e05778c0d03225b50692f127b890eb221be2035648b2f9b20 4231s Successfully built fibpy 4231s Installing collected packages: fibpy 4231s Successfully installed fibpy-42.0.0 4231s Found existing installation: fibpy 42.0.0 4231s Uninstalling fibpy-42.0.0: 4231s Successfully uninstalled fibpy-42.0.0 4231s WARNING: Skipping fibc as it is not installed. 4231s WARNING: Skipping setuptools as it is not installed. 4231s 4231s Ran 6 tests. 4231s 4231s OK 4231s WARNING: Skipping fibpy as it is not installed. 4231s WARNING: Skipping fibc as it is not installed. 4231s WARNING: Skipping setuptools as it is not installed. 4231s /tmp/autopkgtest.G7m1mb/wrapper.sh: checking for leaked background processes... 4231s /tmp/autopkgtest.G7m1mb/wrapper.sh: waiting for tee/cat subprocesses... 4231s /tmp/autopkgtest.G7m1mb/wrapper.sh: cleaning up... 4231s /tmp/autopkgtest.G7m1mb/wrapper.sh: Exit status: 0 4231s autopkgtest: DBG: testbed command exited with code 0 4231s autopkgtest [22:23:28]: test module-install-virtualenv: -----------------------] 4231s autopkgtest: DBG: testbed executing test finished with exit status 0 4231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stdout /tmp/autopkgtest-work.zl_sb3g9/out/module-install-virtualenv-stdout 4232s autopkgtest: DBG: got reply from testbed: ok 4232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-virtualenv-stderr /tmp/autopkgtest-work.zl_sb3g9/out/module-install-virtualenv-stderr 4232s autopkgtest: DBG: got reply from testbed: ok 4232s autopkgtest [22:23:29]: test module-install-virtualenv: - - - - - - - - - - results - - - - - - - - - - 4232s module-install-virtualenv PASS 4232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.G7m1mb/module-install-virtualenv-artifacts/ /tmp/autopkgtest-work.zl_sb3g9/out/artifacts/ 4232s autopkgtest: DBG: got reply from testbed: ok 4232s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.G7m1mb/module-install-virtualenv-artifacts', '/tmp/autopkgtest.G7m1mb/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 4232s autopkgtest: DBG: testbed command exited with code 0 4232s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 4232s autopkgtest [22:23:29]: @@@@@@@@@@@@@@@@@@@@ summary 4232s testsuite PASS 4232s testsuite-dbg PASS 4232s failing-tests PASS 4232s failing-tests-dbg PASS 4232s module-install-local PASS 4232s module-install-user PASS 4232s module-install-venv PASS 4232s module-install-virtualenv PASS 4232s autopkgtest: DBG: testbed stop 4232s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.G7m1mb 4232s autopkgtest: DBG: sending command to testbed: close 4253s autopkgtest: DBG: got reply from testbed: ok 4253s autopkgtest: DBG: sending command to testbed: quit 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for 21ca1bd3-0a4f-4853-b6d9-1da9f3db676e to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for 8e02ed32-314f-492d-97e3-5c67097bc6ad to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for 890935e2-22bf-43c7-9355-cc2ebadad961 to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for bfc111f1-41e3-4f54-a251-d068638b9c84 to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for 1cb3893d-b5a8-42cb-9865-ccca71282dfc to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for 75d5b02c-dfcb-4a36-ba97-024f88053483 to get deleted. 4253s nova [W] Using flock in prodstack6-s390x 4253s Creating nova instance adt-plucky-s390x-python3.13-20250206-211257-juju-7f2275-prod-proposed-migration-environment-15-45a197fb-bfb4-41b2-ab75-06190ed0ed33 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 4253s nova [W] Timed out waiting for d93bf49f-44ca-4fbb-ad43-c2ec1e482976 to get deleted.