0s autopkgtest: DBG: testbed init 0s autopkgtest [12:28:35]: starting date and time: 2025-02-19 12:28:35+0000 0s autopkgtest [12:28:35]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:28:35]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.cydq8gxh/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade pypy3 --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-27.secgroup --name adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c --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 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 126s autopkgtest: DBG: sending command to testbed: print-execute-command 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 126s autopkgtest: DBG: sending command to testbed: capabilities 126s autopkgtest: DBG: got reply from testbed: ok reboot isolation-machine suggested-normal-user=ubuntu revert-full-system revert root-on-testbed 126s autopkgtest: DBG: testbed capabilities: ['reboot', 'isolation-machine', 'suggested-normal-user=ubuntu', 'revert-full-system', 'revert', 'root-on-testbed', 'has_internet'] 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [12:30:41]: testbed dpkg architecture: s390x 126s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [12:30:41]: testbed apt version: 2.9.30 126s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed has eatmydata 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [12:30:42]: @@@@@@@@@@@@@@@@@@@@ test bed setup 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [12:30:42]: testbed release detected to be: None 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT source: Types: deb deb-src 127s URIs: http://ftpmaster.internal/ubuntu/ 127s Suites: plucky-proposed 127s Components: main restricted universe multiverse 127s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 127s Package: * 127s Pin: release plucky-proposed 127s Pin-Priority: 500 127s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [12:30:43]: updating testbed package index (apt update) 128s 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'] 128s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 128s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 128s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 128s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 128s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 128s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 128s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 128s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 129s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 129s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 129s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 129s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 129s Fetched 1700 kB in 2s (1123 kB/s) 130s Reading package lists... 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 130s Package: * 130s Pin: release plucky-proposed 130s Pin-Priority: 100 130s 130s Package: src:sphinx:any 130s Pin: release plucky-proposed 130s Pin-Priority: 995 130s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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'] 131s + lsb_release --codename --short 131s + RELEASE=plucky 131s + cat 131s + [ plucky != trusty ] 131s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 131s Reading package lists... 131s Building dependency tree... 131s Reading state information... 131s Calculating upgrade... 131s The following packages were automatically installed and are no longer required: 131s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 131s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 131s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 131s linux-tools-6.11.0-8-generic 131s Use 'sudo apt autoremove' to remove them. 131s The following packages will be upgraded: 131s iproute2 liblsof0 libp11-kit0 lsof 131s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 131s Need to get 1791 kB of archives. 131s After this operation, 17.4 kB of additional disk space will be used. 131s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 132s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 132s Preconfiguring packages ... 132s Fetched 1791 kB in 1s (1633 kB/s) 133s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 133s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 133s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 133s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 133s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 133s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 133s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 133s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 133s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 133s Setting up liblsof0 (4.99.4+dfsg-1) ... 133s Setting up iproute2 (6.13.0-1ubuntu1) ... 133s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 133s Setting up lsof (4.99.4+dfsg-1) ... 133s Processing triggers for man-db (2.13.0-1) ... 133s Processing triggers for libc-bin (2.40-4ubuntu1) ... 134s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 134s + /usr/lib/apt/apt-helper analyze-pattern ?true 134s + uname -r 134s + sed s/\./\\./g 134s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 134s + apt list ?obsolete 134s + tail -n+2 134s + grep -v ^linux-.*6\.12\.0-15-generic.* 134s + cut -d/ -f1 134s + true 134s + obsolete_pkgs= 134s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 134s Reading package lists... 134s Building dependency tree... 134s Reading state information... 134s The following packages will be REMOVED: 134s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 134s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 134s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 134s linux-tools-6.11.0-8-generic* 134s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 134s After this operation, 167 MB disk space will be freed. 134s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 134s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 134s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 134s Removing libpython3.12t64:s390x (3.12.9-1) ... 134s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 134s Removing libnsl2:s390x (1.3.0-3build3) ... 134s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 134s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 135s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 136s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 136s Processing triggers for libc-bin (2.40-4ubuntu1) ... 136s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 136s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 136s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 136s + grep -q trusty /etc/lsb-release 136s + [ ! -d /usr/share/doc/unattended-upgrades ] 136s + [ ! -d /usr/share/doc/lxd ] 136s + [ ! -d /usr/share/doc/lxd-client ] 136s + [ ! -d /usr/share/doc/snapd ] 136s + type iptables 136s + cat 136s + chmod 755 /etc/rc.local 136s + . /etc/rc.local 136s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 136s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 136s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 136s + uname -m 136s + [ s390x = ppc64le ] 136s + [ -d /run/systemd/system ] 136s + systemd-detect-virt --quiet --vm 136s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 136s + cat 136s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 136s + echo COMPRESS=lz4 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [12:30:51]: upgrading testbed (apt dist-upgrade and autopurge) 136s 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'] 136s Reading package lists... 136s Building dependency tree... 136s Reading state information... 137s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 137s Starting 2 pkgProblemResolver with broken count: 0 137s Done 137s Entering ResolveByKeep 137s 137s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 137s autopkgtest: DBG: testbed command exited with code 0 137s 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'] 137s Reading package lists... 137s Building dependency tree... 137s Reading state information... 138s Starting pkgProblemResolver with broken count: 0 138s Starting 2 pkgProblemResolver with broken count: 0 138s Done 138s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 138s autopkgtest: DBG: testbed command exited with code 0 138s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 1 138s autopkgtest [12:30:53]: rebooting testbed after setup commands that affected boot 138s autopkgtest: DBG: sending command to testbed: reboot 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 159s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 160s autopkgtest: DBG: got reply from testbed: ok 160s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest [12:31:16]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 161s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 161s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 162s autopkgtest: DBG: got reply from testbed: ok 162s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: Binaries: initialising 163s autopkgtest [12:31:18]: @@@@@@@@@@@@@@@@@@@@ apt-source pypy3 163s autopkgtest: DBG: blame += pypy3 163s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 163s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'pypy3'], kind short, sout pipe, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-tk$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-tk=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-venv$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-venv=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-dev$'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-dev=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-lib$'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-lib=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-doc$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-doc=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^pypy3-lib-testsuite$'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'pypy3-lib-testsuite=7.3.18+dfsg-2'], kind short, sout pipe, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: install_deps: deps_new=[] 166s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s 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.jc2gTI/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source pypy3=7.3.18+dfsg-2 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x pypy3_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=sphinx/8.1.3-5'] 167s + cd / 167s + mktemp -d /tmp/autopkgtest.jc2gTI/build.XXX 167s + builddir=/tmp/autopkgtest.jc2gTI/build.Nhm 167s + cd /tmp/autopkgtest.jc2gTI/build.Nhm 167s + apt-get source -d -q --only-source pypy3=7.3.18+dfsg-2 172s + OUT=Reading package lists... 172s NOTICE: 'pypy3' packaging is maintained in the 'Git' version control system at: 172s https://salsa.debian.org/debian/pypy3.git 172s Please use: 172s git clone https://salsa.debian.org/debian/pypy3.git 172s to retrieve the latest (possibly unreleased) updates to the package. 172s Need to get 29.6 MB of source archives. 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (dsc) [2423 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [12.9 MB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [16.7 MB] 172s Get:4 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (diff) [60.1 kB] 172s Fetched 29.6 MB in 5s (5767 kB/s) 172s Download complete and in download only mode 172s + [ -n ] 172s + grep ^Get: 172s + echo Reading package lists... 172s NOTICE: 'pypy3' packaging is maintained in the 'Git' version control system at: 172s https://salsa.debian.org/debian/pypy3.git 172s Please use: 172s git clone https://salsa.debian.org/debian/pypy3.git 172s to retrieve the latest (possibly unreleased) updates to the package. 172s Need to get 29.6 MB of source archives. 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (dsc) [2423 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [12.9 MB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [16.7 MB] 172s Get:4 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (diff) [60.1 kB] 172s Fetched 29.6 MB in 5s (5767 kB/s) 172s Download complete and in download only mode 172s Get:1 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (dsc) [2423 B] 172s Get:2 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [12.9 MB] 172s Get:3 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (tar) [16.7 MB] 172s Get:4 http://ftpmaster.internal/ubuntu plucky/universe pypy3 7.3.18+dfsg-2 (diff) [60.1 kB] 172s + dpkg-source -x pypy3_7.3.18+dfsg-2.dsc src 172s gpgv: Signature made Mon Feb 10 13:09:01 2025 UTC 172s gpgv: using EDDSA key EE9AD6F90520FA11F69F4824477B0DB0263A54D8 172s gpgv: issuer "stefanor@debian.org" 172s gpgv: Can't check signature: No public key 172s dpkg-source: warning: cannot verify inline signature for ./pypy3_7.3.18+dfsg-2.dsc: no acceptable signature found 174s + chmod -R a+rX . 174s + cd src/. 174s + pwd 174s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 174s autopkgtest: DBG: testbed command exited with code 0 174s autopkgtest [12:31:29]: testing package pypy3 version 7.3.18+dfsg-2 174s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/ /tmp/autopkgtest-work.cydq8gxh/out/pkg/debian/ 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: processing dependency pypy3 175s autopkgtest: DBG: marked alternatives ['pypy3'] as a synthesised dependency 175s autopkgtest: DBG: processing dependency shunit2 175s autopkgtest: DBG: Test defined: name byte-compilation path debian/tests/byte-compilation command "None" restrictions ['allow-stderr'] features [] depends ['pypy3', 'shunit2'] 175s autopkgtest: DBG: processing dependency pypy3 175s autopkgtest: DBG: marked alternatives ['pypy3'] as a synthesised dependency 175s autopkgtest: DBG: processing dependency shunit2 175s autopkgtest: DBG: Test defined: name command-line path debian/tests/command-line command "None" restrictions ['allow-stderr', 'superficial'] features [] depends ['pypy3', 'shunit2'] 175s autopkgtest: DBG: processing dependency pypy3-venv 175s autopkgtest: DBG: marked alternatives ['pypy3-venv'] as a synthesised dependency 175s autopkgtest: DBG: processing dependency python3-six 175s autopkgtest: DBG: processing dependency shunit2 175s autopkgtest: DBG: Test defined: name import-paths path debian/tests/import-paths command "None" restrictions ['allow-stderr'] features [] depends ['pypy3-venv', 'python3-six', 'shunit2'] 176s autopkgtest: DBG: processing dependency pypy3-tk 176s autopkgtest: DBG: marked alternatives ['pypy3-tk'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency shunit2 176s autopkgtest: DBG: Test defined: name pypy3-tk path debian/tests/pypy3-tk command "None" restrictions ['allow-stderr', 'superficial'] features [] depends ['pypy3-tk', 'shunit2'] 176s autopkgtest: DBG: processing dependency build-essential 176s autopkgtest: DBG: processing dependency pypy3-dev 176s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency python3-pip 176s autopkgtest: DBG: processing dependency python3-setuptools 176s autopkgtest: DBG: processing dependency shunit2 176s 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', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 176s autopkgtest: DBG: processing dependency build-essential 176s autopkgtest: DBG: processing dependency pypy3-dev 176s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency python3-pip 176s autopkgtest: DBG: processing dependency python3-setuptools 176s autopkgtest: DBG: processing dependency shunit2 176s autopkgtest: DBG: Test defined: name module-install-user path debian/tests/module-install-user command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 176s autopkgtest: DBG: processing dependency build-essential 176s autopkgtest: DBG: processing dependency pypy3-dev 176s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency pypy3-venv 176s autopkgtest: DBG: marked alternatives ['pypy3-venv'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency python3-wheel-whl 176s autopkgtest: DBG: processing dependency shunit2 176s autopkgtest: DBG: Test defined: name module-install-venv path debian/tests/module-install-venv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'pypy3-venv', 'python3-wheel-whl', 'shunit2'] 176s autopkgtest: DBG: processing dependency build-essential 176s autopkgtest: DBG: processing dependency pypy3-dev 176s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 176s autopkgtest: DBG: processing dependency shunit2 176s autopkgtest: DBG: processing dependency virtualenv 176s autopkgtest: DBG: Test defined: name module-install-virtualenv path debian/tests/module-install-virtualenv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'shunit2', 'virtualenv'] 176s autopkgtest [12:31:31]: build not needed 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/build.Nhm/src/ /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ 187s autopkgtest: DBG: got reply from testbed: ok 187s autopkgtest: DBG: processing dependency pypy3 187s autopkgtest: DBG: marked alternatives ['pypy3'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency shunit2 187s autopkgtest: DBG: Test defined: name byte-compilation path debian/tests/byte-compilation command "None" restrictions ['allow-stderr'] features [] depends ['pypy3', 'shunit2'] 187s autopkgtest: DBG: processing dependency pypy3 187s autopkgtest: DBG: marked alternatives ['pypy3'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency shunit2 187s autopkgtest: DBG: Test defined: name command-line path debian/tests/command-line command "None" restrictions ['allow-stderr', 'superficial'] features [] depends ['pypy3', 'shunit2'] 187s autopkgtest: DBG: processing dependency pypy3-venv 187s autopkgtest: DBG: marked alternatives ['pypy3-venv'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency python3-six 187s autopkgtest: DBG: processing dependency shunit2 187s autopkgtest: DBG: Test defined: name import-paths path debian/tests/import-paths command "None" restrictions ['allow-stderr'] features [] depends ['pypy3-venv', 'python3-six', 'shunit2'] 187s autopkgtest: DBG: processing dependency pypy3-tk 187s autopkgtest: DBG: marked alternatives ['pypy3-tk'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency shunit2 187s autopkgtest: DBG: Test defined: name pypy3-tk path debian/tests/pypy3-tk command "None" restrictions ['allow-stderr', 'superficial'] features [] depends ['pypy3-tk', 'shunit2'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency pypy3-dev 187s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency python3-pip 187s autopkgtest: DBG: processing dependency python3-setuptools 187s autopkgtest: DBG: processing dependency shunit2 187s 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', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency pypy3-dev 188s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency python3-pip 188s autopkgtest: DBG: processing dependency python3-setuptools 188s autopkgtest: DBG: processing dependency shunit2 188s autopkgtest: DBG: Test defined: name module-install-user path debian/tests/module-install-user command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency pypy3-dev 188s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency pypy3-venv 188s autopkgtest: DBG: marked alternatives ['pypy3-venv'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency python3-wheel-whl 188s autopkgtest: DBG: processing dependency shunit2 188s autopkgtest: DBG: Test defined: name module-install-venv path debian/tests/module-install-venv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'pypy3-venv', 'python3-wheel-whl', 'shunit2'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency pypy3-dev 188s autopkgtest: DBG: marked alternatives ['pypy3-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency shunit2 188s autopkgtest: DBG: processing dependency virtualenv 188s autopkgtest: DBG: Test defined: name module-install-virtualenv path debian/tests/module-install-virtualenv command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'pypy3-dev', 'shunit2', 'virtualenv'] 188s autopkgtest [12:31:43]: test byte-compilation: preparing testbed 188s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['pypy3', 'shunit2'] 188s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 188s autopkgtest: DBG: install_deps: deps_new=['pypy3', 'shunit2'] 188s autopkgtest: DBG: install-deps: satisfying pypy3, shunit2 188s autopkgtest: DBG: can use apt-get on testbed: True 188s 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', 'pypy3, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 188s Reading package lists... 188s Building dependency tree... 188s Reading state information... 189s Starting pkgProblemResolver with broken count: 0 189s Starting 2 pkgProblemResolver with broken count: 0 189s Done 189s The following NEW packages will be installed: 189s pypy3 pypy3-lib shunit2 189s 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 189s Need to get 17.8 MB of archives. 189s After this operation, 84.2 MB of additional disk space will be used. 189s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 190s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 191s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 192s Fetched 17.8 MB in 2s (7696 kB/s) 192s Selecting previously unselected package pypy3-lib:s390x. 192s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 192s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 192s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 192s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 192s Selecting previously unselected package pypy3. 192s (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 ... 57180 files and directories currently installed.) 192s Preparing to unpack .../pypy3_7.3.18+dfsg-2_s390x.deb ... 192s Unpacking pypy3 (7.3.18+dfsg-2) ... 192s Selecting previously unselected package shunit2. 192s Preparing to unpack .../shunit2_2.1.8-4_all.deb ... 192s Unpacking shunit2 (2.1.8-4) ... 192s Setting up shunit2 (2.1.8-4) ... 192s Setting up pypy3 (7.3.18+dfsg-2) ... 196s running pypy3 rtupdate hooks for 7.3 201s running pypy3 post-rtupdate hooks for 7.3 201s Processing triggers for man-db (2.13.0-1) ... 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3'], kind short, sout pipe, serr pipe, env [] 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/byte-compilation-packages.all"], kind short, sout raw, serr pipe, env [] 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/byte-compilation-packages.all /tmp/autopkgtest-work.cydq8gxh/out/byte-compilation-packages.all 202s autopkgtest: DBG: got reply from testbed: ok 203s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 203s autopkgtest: DBG: testbed command exited with code 0 203s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.jc2gTI/build.Nhm/src already exists 203s autopkgtest [12:31:58]: test byte-compilation: [----------------------- 203s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/byte-compilation-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/byte-compilation-stderr --stdout=/tmp/autopkgtest.jc2gTI/byte-compilation-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/byte-compilation -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/byte-compilation'], kind test, sout raw, serr raw, env [] 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/byte-compilation-artifacts 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/byte-compilation-stderr 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/byte-compilation-stdout 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/byte-compilation 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/byte-compilation 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.pvt7hY92YH/out to stdout and file: /tmp/autopkgtest.jc2gTI/byte-compilation-stdout 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.pvt7hY92YH/err to standard error and file: /tmp/autopkgtest.jc2gTI/byte-compilation-stdout 203s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1507 to /tmp/autopkgtest_script_pid 203s testDirectory 203s testDirectoryExclude 203s testDirBCEPComment 203s testDirBCEPVrange 203s testDirBCEPExclude 203s testDirTrailingSlashBCEPExclude 204s testFileBCEPExclude 204s testRegexBCEPExclude 204s testVInclude 204s testVExclude 204s 204s Ran 10 tests. 204s 204s OK 204s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 204s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 204s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 204s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 204s autopkgtest: DBG: testbed command exited with code 0 204s autopkgtest [12:31:59]: test byte-compilation: -----------------------] 204s autopkgtest: DBG: testbed executing test finished with exit status 0 204s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/byte-compilation-stdout /tmp/autopkgtest-work.cydq8gxh/out/byte-compilation-stdout 204s autopkgtest: DBG: got reply from testbed: ok 204s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/byte-compilation-stderr /tmp/autopkgtest-work.cydq8gxh/out/byte-compilation-stderr 205s autopkgtest: DBG: got reply from testbed: ok 205s autopkgtest [12:32:00]: test byte-compilation: - - - - - - - - - - results - - - - - - - - - - 205s byte-compilation PASS 205s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/byte-compilation-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 207s autopkgtest: DBG: got reply from testbed: ok 207s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/byte-compilation-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 207s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest [12:32:02]: test command-line: preparing testbed 207s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['pypy3', 'shunit2'], deps_new=['pypy3', 'shunit2'] 207s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 207s autopkgtest: DBG: install_deps: deps_new=['pypy3', 'shunit2'] 207s autopkgtest: DBG: install-deps: satisfying pypy3, shunit2 207s autopkgtest: DBG: can use apt-get on testbed: True 207s 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', 'pypy3, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 207s Reading package lists... 207s Building dependency tree... 207s Reading state information... 207s Starting pkgProblemResolver with broken count: 0 207s Starting 2 pkgProblemResolver with broken count: 0 207s Done 207s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 207s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3'], kind short, sout pipe, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/command-line-packages.all"], kind short, sout raw, serr pipe, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/command-line-packages.all /tmp/autopkgtest-work.cydq8gxh/out/command-line-packages.all 208s autopkgtest: DBG: got reply from testbed: ok 208s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 208s autopkgtest: DBG: testbed command exited with code 0 208s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.jc2gTI/build.Nhm/src already exists 208s autopkgtest [12:32:03]: test command-line: [----------------------- 208s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/command-line-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/command-line-stderr --stdout=/tmp/autopkgtest.jc2gTI/command-line-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/command-line -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/command-line'], kind test, sout raw, serr raw, env [] 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/command-line-artifacts 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/command-line-stderr 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/command-line-stdout 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/command-line 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/command-line 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.FI2xuImcg5/out to stdout and file: /tmp/autopkgtest.jc2gTI/command-line-stdout 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.FI2xuImcg5/err to standard error and file: /tmp/autopkgtest.jc2gTI/command-line-stdout 208s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 2535 to /tmp/autopkgtest_script_pid 208s testPrintFromStdin 208s testPrintFromMinusC 208s testImportStdLib 208s testImportTk 209s testImportCFFI 209s 209s Ran 5 tests. 209s 209s OK 209s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 209s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 209s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 209s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 209s autopkgtest: DBG: testbed command exited with code 0 209s autopkgtest [12:32:04]: test command-line: -----------------------] 209s autopkgtest: DBG: testbed executing test finished with exit status 0 209s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/command-line-stdout /tmp/autopkgtest-work.cydq8gxh/out/command-line-stdout 209s autopkgtest: DBG: got reply from testbed: ok 209s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/command-line-stderr /tmp/autopkgtest-work.cydq8gxh/out/command-line-stderr 210s autopkgtest: DBG: got reply from testbed: ok 210s command-line PASS (superficial) 210s autopkgtest [12:32:05]: test command-line: - - - - - - - - - - results - - - - - - - - - - 210s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/command-line-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 210s autopkgtest: DBG: got reply from testbed: ok 210s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/command-line-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 210s autopkgtest: DBG: testbed command exited with code 0 210s autopkgtest [12:32:05]: test import-paths: preparing testbed 210s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['pypy3', 'shunit2'], deps_new=['pypy3-venv', 'python3-six', 'shunit2'] 210s autopkgtest: DBG: testbed reset 210s autopkgtest: DBG: sending command to testbed: revert 339s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 339s autopkgtest: DBG: sending command to testbed: print-execute-command 339s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 339s autopkgtest: DBG: sending command to testbed: capabilities 339s autopkgtest: DBG: got reply from testbed: ok reboot ok isolation-machine suggested-normal-user=ubuntu root-on-testbed revert-full-system revert 339s autopkgtest: DBG: testbed capabilities: ['reboot', 'ok', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'revert', 'has_internet'] 339s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 339s autopkgtest: DBG: testbed command exited with code 0 339s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 339s autopkgtest: DBG: got reply from testbed: ok 339s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest [12:34:15]: testbed dpkg architecture: s390x 340s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest [12:34:15]: testbed apt version: 2.9.30 340s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest: DBG: testbed has eatmydata 340s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest [12:34:15]: @@@@@@@@@@@@@@@@@@@@ test bed setup 340s 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 [] 340s autopkgtest: DBG: testbed command exited with code 0 340s autopkgtest [12:34:15]: testbed release detected to be: plucky 340s 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 [] 341s autopkgtest: DBG: testbed command exited with code 0 341s 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 [] 341s autopkgtest: DBG: testbed command exited with code 0 341s autopkgtest: DBG: adding APT source: Types: deb deb-src 341s URIs: http://ftpmaster.internal/ubuntu/ 341s Suites: plucky-proposed 341s Components: main restricted universe multiverse 341s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 341s 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 [] 341s autopkgtest: DBG: testbed command exited with code 0 341s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 341s Package: * 341s Pin: release plucky-proposed 341s Pin-Priority: 500 341s 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 [] 341s autopkgtest: DBG: testbed command exited with code 0 341s autopkgtest [12:34:16]: updating testbed package index (apt update) 341s 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'] 341s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 342s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 342s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 342s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 342s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 342s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 342s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 342s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 342s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 342s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 342s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 342s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 342s Fetched 1700 kB in 1s (1863 kB/s) 343s Reading package lists... 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 343s Package: * 343s Pin: release plucky-proposed 343s Pin-Priority: 100 343s 343s Package: src:sphinx:any 343s Pin: release plucky-proposed 343s Pin-Priority: 995 343s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s 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'] 343s + lsb_release --codename --short 343s + RELEASE=plucky 343s + cat 343s + [ plucky != trusty ] 343s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 343s Reading package lists... 344s Building dependency tree... 344s Reading state information... 344s Calculating upgrade... 344s The following packages were automatically installed and are no longer required: 344s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 344s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 344s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 344s linux-tools-6.11.0-8-generic 344s Use 'sudo apt autoremove' to remove them. 344s The following packages will be upgraded: 344s iproute2 liblsof0 libp11-kit0 lsof 344s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 344s Need to get 1791 kB of archives. 344s After this operation, 17.4 kB of additional disk space will be used. 344s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 344s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 344s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 344s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 345s Preconfiguring packages ... 345s Fetched 1791 kB in 1s (2891 kB/s) 345s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 345s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 345s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 345s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 345s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 345s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 345s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 345s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 345s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 345s Setting up liblsof0 (4.99.4+dfsg-1) ... 345s Setting up iproute2 (6.13.0-1ubuntu1) ... 345s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 345s Setting up lsof (4.99.4+dfsg-1) ... 345s Processing triggers for man-db (2.13.0-1) ... 345s Processing triggers for libc-bin (2.40-4ubuntu1) ... 346s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 346s + /usr/lib/apt/apt-helper analyze-pattern ?true 346s + uname -r 346s + sed s/\./\\./g 346s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 346s + apt list ?obsolete 346s + + cut -d/ -f1 346s tail -n+2 346s + grep -v ^linux-.*6\.12\.0-15-generic.* 346s + true 346s + obsolete_pkgs= 346s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 346s Reading package lists... 346s Building dependency tree... 346s Reading state information... 346s The following packages will be REMOVED: 346s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 346s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 346s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 346s linux-tools-6.11.0-8-generic* 346s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 346s After this operation, 167 MB disk space will be freed. 346s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 346s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 346s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 346s Removing libpython3.12t64:s390x (3.12.9-1) ... 346s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 346s Removing libnsl2:s390x (1.3.0-3build3) ... 346s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 346s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 346s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 347s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 347s Processing triggers for libc-bin (2.40-4ubuntu1) ... 347s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 347s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 347s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 348s + grep -q trusty /etc/lsb-release 348s + [ ! -d /usr/share/doc/unattended-upgrades ] 348s + [ ! -d /usr/share/doc/lxd ] 348s + [ ! -d /usr/share/doc/lxd-client ] 348s + [ ! -d /usr/share/doc/snapd ] 348s + type iptables 348s + cat 348s + chmod 755 /etc/rc.local 348s + . /etc/rc.local 348s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 348s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 348s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 348s + uname -m 348s + [ s390x = ppc64le ] 348s + [ -d /run/systemd/system ] 348s + systemd-detect-virt --quiet --vm 348s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 348s + cat 348s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 348s + echo COMPRESS=lz4 348s autopkgtest: DBG: testbed command exited with code 0 348s autopkgtest [12:34:23]: upgrading testbed (apt dist-upgrade and autopurge) 348s 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'] 348s Reading package lists... 348s Building dependency tree... 348s Reading state information... 348s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 348s Starting 2 pkgProblemResolver with broken count: 0 348s Done 348s Entering ResolveByKeep 348s 348s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 348s autopkgtest: DBG: testbed command exited with code 0 348s 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'] 349s Reading package lists... 349s Building dependency tree... 349s Reading state information... 349s Starting pkgProblemResolver with broken count: 0 349s Starting 2 pkgProblemResolver with broken count: 0 349s Done 349s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 349s autopkgtest: DBG: testbed command exited with code 0 349s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 349s autopkgtest: DBG: testbed command exited with code 1 349s autopkgtest [12:34:24]: rebooting testbed after setup commands that affected boot 349s autopkgtest: DBG: sending command to testbed: reboot 366s autopkgtest: DBG: got reply from testbed: ok 366s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 366s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 366s autopkgtest: DBG: testbed command exited with code 0 366s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 366s autopkgtest: DBG: got reply from testbed: ok 366s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 366s autopkgtest: DBG: testbed command exited with code 0 366s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 366s autopkgtest: DBG: testbed command exited with code 0 366s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 367s autopkgtest: DBG: testbed command exited with code 0 367s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 367s autopkgtest: DBG: testbed command exited with code 0 367s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 367s autopkgtest: DBG: got reply from testbed: ok 367s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 367s autopkgtest: DBG: testbed command exited with code 0 367s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 367s autopkgtest: DBG: testbed command exited with code 0 367s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 367s autopkgtest: DBG: testbed command exited with code 0 367s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 368s autopkgtest: DBG: testbed command exited with code 0 368s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 368s autopkgtest: DBG: got reply from testbed: ok 368s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 368s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 368s autopkgtest: DBG: testbed command exited with code 0 368s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 368s autopkgtest: DBG: got reply from testbed: ok 368s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 368s autopkgtest: DBG: testbed command exited with code 0 368s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 369s autopkgtest: DBG: testbed command exited with code 0 369s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 369s autopkgtest: DBG: testbed command exited with code 0 369s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 369s autopkgtest: DBG: testbed command exited with code 0 369s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 369s autopkgtest: DBG: got reply from testbed: ok 369s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 369s autopkgtest: DBG: testbed command exited with code 0 369s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 369s autopkgtest: DBG: testbed command exited with code 0 369s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 370s autopkgtest: DBG: testbed command exited with code 0 370s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 370s autopkgtest: DBG: install_deps: deps_new=['pypy3-venv', 'python3-six', 'shunit2'] 370s autopkgtest: DBG: install-deps: satisfying pypy3-venv, python3-six, shunit2 370s autopkgtest: DBG: can use apt-get on testbed: True 370s 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', 'pypy3-venv, python3-six, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 370s Reading package lists... 370s Building dependency tree... 370s Reading state information... 370s Starting pkgProblemResolver with broken count: 0 370s Starting 2 pkgProblemResolver with broken count: 0 370s Done 370s The following NEW packages will be installed: 370s pypy3 pypy3-lib pypy3-venv python3-pip-whl python3-setuptools-whl 370s python3-six shunit2 370s 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. 370s Need to get 20.5 MB of archives. 370s After this operation, 87.2 MB of additional disk space will be used. 370s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 371s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 372s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 372s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 372s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-venv all 7.3.18+dfsg-2 [32.2 kB] 372s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 372s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 372s Fetched 20.5 MB in 1s (15.4 MB/s) 372s Selecting previously unselected package pypy3-lib:s390x. 372s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 372s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 372s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 372s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 372s Selecting previously unselected package pypy3. 372s (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 ... 57180 files and directories currently installed.) 372s Preparing to unpack .../0-pypy3_7.3.18+dfsg-2_s390x.deb ... 372s Unpacking pypy3 (7.3.18+dfsg-2) ... 372s Selecting previously unselected package python3-pip-whl. 372s Preparing to unpack .../1-python3-pip-whl_25.0+dfsg-1_all.deb ... 372s Unpacking python3-pip-whl (25.0+dfsg-1) ... 372s Selecting previously unselected package python3-setuptools-whl. 372s Preparing to unpack .../2-python3-setuptools-whl_75.6.0-1_all.deb ... 372s Unpacking python3-setuptools-whl (75.6.0-1) ... 372s Selecting previously unselected package pypy3-venv. 372s Preparing to unpack .../3-pypy3-venv_7.3.18+dfsg-2_all.deb ... 372s Unpacking pypy3-venv (7.3.18+dfsg-2) ... 372s Selecting previously unselected package python3-six. 372s Preparing to unpack .../4-python3-six_1.17.0-1_all.deb ... 372s Unpacking python3-six (1.17.0-1) ... 372s Selecting previously unselected package shunit2. 372s Preparing to unpack .../5-shunit2_2.1.8-4_all.deb ... 372s Unpacking shunit2 (2.1.8-4) ... 372s Setting up python3-setuptools-whl (75.6.0-1) ... 372s Setting up shunit2 (2.1.8-4) ... 372s Setting up python3-pip-whl (25.0+dfsg-1) ... 372s Setting up pypy3 (7.3.18+dfsg-2) ... 376s running pypy3 rtupdate hooks for 7.3 379s running pypy3 post-rtupdate hooks for 7.3 379s Setting up python3-six (1.17.0-1) ... 380s Setting up pypy3-venv (7.3.18+dfsg-2) ... 380s Processing triggers for man-db (2.13.0-1) ... 380s autopkgtest: DBG: testbed command exited with code 0 380s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-venv'], kind short, sout pipe, serr pipe, env [] 380s autopkgtest: DBG: testbed command exited with code 0 380s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/import-paths-packages.all"], kind short, sout raw, serr pipe, env [] 380s autopkgtest: DBG: testbed command exited with code 0 380s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/import-paths-packages.all /tmp/autopkgtest-work.cydq8gxh/out/import-paths-packages.all 381s autopkgtest: DBG: got reply from testbed: ok 381s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 381s autopkgtest: DBG: testbed command exited with code 1 381s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI/build.Nhm'], kind short, sout raw, serr pipe, env [] 381s autopkgtest: DBG: testbed command exited with code 0 381s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ /tmp/autopkgtest.jc2gTI/build.Nhm/src/ 433s autopkgtest: DBG: got reply from testbed: ok 433s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr pipe, env [] 433s autopkgtest: DBG: testbed command exited with code 0 433s autopkgtest [12:35:48]: test import-paths: [----------------------- 433s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/import-paths-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/import-paths-stderr --stdout=/tmp/autopkgtest.jc2gTI/import-paths-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/import-paths -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/import-paths'], kind test, sout raw, serr raw, env [] 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/import-paths-artifacts 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/import-paths-stderr 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/import-paths-stdout 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/import-paths 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/import-paths 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.nPw75FLsjd/out to stdout and file: /tmp/autopkgtest.jc2gTI/import-paths-stdout 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.nPw75FLsjd/err to standard error and file: /tmp/autopkgtest.jc2gTI/import-paths-stdout 433s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1299 to /tmp/autopkgtest_script_pid 442s testNoSitePath 442s testBasicPath 442s testUserPath 442s testVenvPath 442s testSysVenvPath 442s 442s Ran 5 tests. 442s 442s OK 442s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 442s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 442s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 442s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 442s autopkgtest: DBG: testbed command exited with code 0 442s autopkgtest [12:35:57]: test import-paths: -----------------------] 442s autopkgtest: DBG: testbed executing test finished with exit status 0 442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/import-paths-stdout /tmp/autopkgtest-work.cydq8gxh/out/import-paths-stdout 442s autopkgtest: DBG: got reply from testbed: ok 442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/import-paths-stderr /tmp/autopkgtest-work.cydq8gxh/out/import-paths-stderr 442s autopkgtest: DBG: got reply from testbed: ok 442s import-paths PASS 442s autopkgtest [12:35:57]: test import-paths: - - - - - - - - - - results - - - - - - - - - - 442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/import-paths-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 443s autopkgtest: DBG: got reply from testbed: ok 443s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/import-paths-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 443s autopkgtest: DBG: testbed command exited with code 0 443s autopkgtest [12:35:58]: test pypy3-tk: preparing testbed 443s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['pypy3-venv', 'python3-six', 'shunit2'], deps_new=['pypy3-tk', 'shunit2'] 443s autopkgtest: DBG: testbed reset 443s autopkgtest: DBG: sending command to testbed: revert 591s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 591s autopkgtest: DBG: sending command to testbed: print-execute-command 591s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 591s autopkgtest: DBG: sending command to testbed: capabilities 591s autopkgtest: DBG: got reply from testbed: ok reboot ok isolation-machine suggested-normal-user=ubuntu root-on-testbed revert-full-system revert 591s autopkgtest: DBG: testbed capabilities: ['reboot', 'ok', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'revert', 'has_internet'] 591s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 592s autopkgtest: DBG: testbed command exited with code 0 592s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 592s autopkgtest: DBG: got reply from testbed: ok 592s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 592s autopkgtest: DBG: testbed command exited with code 0 592s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 592s autopkgtest: DBG: testbed command exited with code 0 592s autopkgtest [12:38:27]: testbed dpkg architecture: s390x 592s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 592s autopkgtest: DBG: testbed command exited with code 0 592s autopkgtest [12:38:27]: testbed apt version: 2.9.30 592s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 592s autopkgtest: DBG: testbed command exited with code 0 592s autopkgtest: DBG: testbed has eatmydata 592s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 593s autopkgtest: DBG: testbed command exited with code 0 593s autopkgtest [12:38:28]: @@@@@@@@@@@@@@@@@@@@ test bed setup 593s 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 [] 593s autopkgtest: DBG: testbed command exited with code 0 593s autopkgtest [12:38:28]: testbed release detected to be: plucky 593s 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 [] 593s autopkgtest: DBG: testbed command exited with code 0 593s 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 [] 593s autopkgtest: DBG: testbed command exited with code 0 593s autopkgtest: DBG: adding APT source: Types: deb deb-src 593s URIs: http://ftpmaster.internal/ubuntu/ 593s Suites: plucky-proposed 593s Components: main restricted universe multiverse 593s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 593s 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 [] 593s autopkgtest: DBG: testbed command exited with code 0 593s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 593s Package: * 593s Pin: release plucky-proposed 593s Pin-Priority: 500 593s 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 [] 593s autopkgtest: DBG: testbed command exited with code 0 593s autopkgtest [12:38:28]: updating testbed package index (apt update) 593s 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'] 594s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 594s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 594s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 594s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 594s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 594s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 594s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 594s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 594s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 594s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 594s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 594s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 595s Fetched 1700 kB in 1s (1885 kB/s) 596s Reading package lists... 596s autopkgtest: DBG: testbed command exited with code 0 596s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 596s Package: * 596s Pin: release plucky-proposed 596s Pin-Priority: 100 596s 596s Package: src:sphinx:any 596s Pin: release plucky-proposed 596s Pin-Priority: 995 596s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 596s autopkgtest: DBG: testbed command exited with code 0 596s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 596s autopkgtest: DBG: testbed command exited with code 0 596s 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'] 596s + lsb_release --codename --short 596s + RELEASE=plucky 596s + cat 596s + [ plucky != trusty ] 596s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 596s Reading package lists... 596s Building dependency tree... 596s Reading state information... 596s Calculating upgrade... 596s The following packages were automatically installed and are no longer required: 596s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 596s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 596s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 596s linux-tools-6.11.0-8-generic 596s Use 'sudo apt autoremove' to remove them. 596s The following packages will be upgraded: 596s iproute2 liblsof0 libp11-kit0 lsof 596s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 596s Need to get 1791 kB of archives. 596s After this operation, 17.4 kB of additional disk space will be used. 596s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 597s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 597s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 597s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 597s Preconfiguring packages ... 597s Fetched 1791 kB in 1s (2524 kB/s) 597s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 597s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 597s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 597s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 597s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 597s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 597s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 597s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 597s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 597s Setting up liblsof0 (4.99.4+dfsg-1) ... 597s Setting up iproute2 (6.13.0-1ubuntu1) ... 598s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 598s Setting up lsof (4.99.4+dfsg-1) ... 598s Processing triggers for man-db (2.13.0-1) ... 598s Processing triggers for libc-bin (2.40-4ubuntu1) ... 598s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 598s + /usr/lib/apt/apt-helper analyze-pattern ?true 598s + uname -r 598s + sed s/\./\\./g 598s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 598s + apt list ?obsolete 598s + tail -n+2 598s + grep -v ^linux-.*6\.12\.0-15-generic.* 598s + cut -d/ -f1 598s + true 598s + obsolete_pkgs= 598s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 598s Reading package lists... 598s Building dependency tree... 598s Reading state information... 599s The following packages will be REMOVED: 599s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 599s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 599s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 599s linux-tools-6.11.0-8-generic* 599s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 599s After this operation, 167 MB disk space will be freed. 599s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 599s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 599s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 599s Removing libpython3.12t64:s390x (3.12.9-1) ... 599s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 599s Removing libnsl2:s390x (1.3.0-3build3) ... 599s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 599s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 599s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 600s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 600s Processing triggers for libc-bin (2.40-4ubuntu1) ... 600s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 600s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 600s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 600s + grep -q trusty /etc/lsb-release 600s + [ ! -d /usr/share/doc/unattended-upgrades ] 600s + [ ! -d /usr/share/doc/lxd ] 600s + [ ! -d /usr/share/doc/lxd-client ] 600s + [ ! -d /usr/share/doc/snapd ] 600s + type iptables 600s + cat 600s + chmod 755 /etc/rc.local 600s + . /etc/rc.local 600s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 600s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 600s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 600s + uname -m 600s + [ s390x = ppc64le ] 600s + [ -d /run/systemd/system ] 600s + systemd-detect-virt --quiet --vm 600s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 600s + cat 600s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 600s + echo COMPRESS=lz4 600s autopkgtest: DBG: testbed command exited with code 0 600s autopkgtest [12:38:35]: upgrading testbed (apt dist-upgrade and autopurge) 600s 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'] 600s Reading package lists... 600s Building dependency tree... 600s Reading state information... 601s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 601s Starting 2 pkgProblemResolver with broken count: 0 601s Done 601s Entering ResolveByKeep 601s 601s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 601s autopkgtest: DBG: testbed command exited with code 0 601s 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'] 601s Reading package lists... 601s Building dependency tree... 601s Reading state information... 601s Starting pkgProblemResolver with broken count: 0 601s Starting 2 pkgProblemResolver with broken count: 0 601s Done 602s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 602s autopkgtest: DBG: testbed command exited with code 0 602s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 602s autopkgtest: DBG: testbed command exited with code 1 602s autopkgtest [12:38:37]: rebooting testbed after setup commands that affected boot 602s autopkgtest: DBG: sending command to testbed: reboot 619s autopkgtest: DBG: got reply from testbed: ok 619s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 619s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 619s autopkgtest: DBG: testbed command exited with code 0 619s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 620s autopkgtest: DBG: got reply from testbed: ok 620s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 620s autopkgtest: DBG: testbed command exited with code 0 620s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 620s autopkgtest: DBG: got reply from testbed: ok 620s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 621s autopkgtest: DBG: testbed command exited with code 0 621s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 622s autopkgtest: DBG: got reply from testbed: ok 622s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 622s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 622s autopkgtest: DBG: got reply from testbed: ok 622s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 622s autopkgtest: DBG: testbed command exited with code 0 622s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 623s autopkgtest: DBG: testbed command exited with code 0 623s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 623s autopkgtest: DBG: got reply from testbed: ok 623s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 623s autopkgtest: DBG: testbed command exited with code 0 623s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 623s autopkgtest: DBG: testbed command exited with code 0 623s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 623s autopkgtest: DBG: testbed command exited with code 0 623s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 623s autopkgtest: DBG: install_deps: deps_new=['pypy3-tk', 'shunit2'] 623s autopkgtest: DBG: install-deps: satisfying pypy3-tk, shunit2 623s autopkgtest: DBG: can use apt-get on testbed: True 623s 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', 'pypy3-tk, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 624s Reading package lists... 624s Building dependency tree... 624s Reading state information... 624s Starting pkgProblemResolver with broken count: 0 624s Starting 2 pkgProblemResolver with broken count: 0 624s Done 624s The following NEW packages will be installed: 624s fontconfig-config fonts-dejavu-core fonts-dejavu-mono libfontconfig1 624s libfreetype6 libtcl8.6 libtk8.6 libxft2 libxrender1 libxss1 pypy3 pypy3-lib 624s pypy3-tk shunit2 x11-common 624s 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 624s Need to get 21.8 MB of archives. 624s After this operation, 97.0 MB of additional disk space will be used. 624s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 625s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 626s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 626s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 626s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 626s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 626s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 626s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 626s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 626s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 626s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 626s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 626s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 626s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-tk s390x 7.3.18+dfsg-2 [39.1 kB] 626s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 626s Fetched 21.8 MB in 2s (12.0 MB/s) 626s Selecting previously unselected package pypy3-lib:s390x. 626s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 626s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 626s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 626s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 626s Selecting previously unselected package pypy3. 626s (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 ... 57180 files and directories currently installed.) 626s Preparing to unpack .../00-pypy3_7.3.18+dfsg-2_s390x.deb ... 626s Unpacking pypy3 (7.3.18+dfsg-2) ... 627s Selecting previously unselected package fonts-dejavu-mono. 627s Preparing to unpack .../01-fonts-dejavu-mono_2.37-8_all.deb ... 627s Unpacking fonts-dejavu-mono (2.37-8) ... 627s Selecting previously unselected package fonts-dejavu-core. 627s Preparing to unpack .../02-fonts-dejavu-core_2.37-8_all.deb ... 627s Unpacking fonts-dejavu-core (2.37-8) ... 627s Selecting previously unselected package fontconfig-config. 627s Preparing to unpack .../03-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 627s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 627s Selecting previously unselected package libfreetype6:s390x. 627s Preparing to unpack .../04-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 627s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 627s Selecting previously unselected package libfontconfig1:s390x. 627s Preparing to unpack .../05-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 627s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 627s Selecting previously unselected package libtcl8.6:s390x. 627s Preparing to unpack .../06-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 627s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 627s Selecting previously unselected package libxrender1:s390x. 627s Preparing to unpack .../07-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 627s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 627s Selecting previously unselected package libxft2:s390x. 627s Preparing to unpack .../08-libxft2_2.3.6-1build1_s390x.deb ... 627s Unpacking libxft2:s390x (2.3.6-1build1) ... 627s Selecting previously unselected package x11-common. 627s Preparing to unpack .../09-x11-common_1%3a7.7+23ubuntu3_all.deb ... 627s Unpacking x11-common (1:7.7+23ubuntu3) ... 627s Selecting previously unselected package libxss1:s390x. 627s Preparing to unpack .../10-libxss1_1%3a1.2.3-1build3_s390x.deb ... 627s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 627s Selecting previously unselected package libtk8.6:s390x. 627s Preparing to unpack .../11-libtk8.6_8.6.16-1_s390x.deb ... 627s Unpacking libtk8.6:s390x (8.6.16-1) ... 627s Selecting previously unselected package pypy3-tk. 627s Preparing to unpack .../12-pypy3-tk_7.3.18+dfsg-2_s390x.deb ... 627s Unpacking pypy3-tk (7.3.18+dfsg-2) ... 627s Selecting previously unselected package shunit2. 627s Preparing to unpack .../13-shunit2_2.1.8-4_all.deb ... 627s Unpacking shunit2 (2.1.8-4) ... 627s Setting up shunit2 (2.1.8-4) ... 627s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 627s Setting up x11-common (1:7.7+23ubuntu3) ... 627s Setting up pypy3 (7.3.18+dfsg-2) ... 630s running pypy3 rtupdate hooks for 7.3 634s running pypy3 post-rtupdate hooks for 7.3 634s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 634s Setting up fonts-dejavu-mono (2.37-8) ... 634s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 634s Setting up fonts-dejavu-core (2.37-8) ... 634s Setting up libxss1:s390x (1:1.2.3-1build3) ... 634s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 634s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 634s Setting up libxft2:s390x (2.3.6-1build1) ... 634s Setting up libtk8.6:s390x (8.6.16-1) ... 634s Setting up pypy3-tk (7.3.18+dfsg-2) ... 634s Processing triggers for libc-bin (2.40-4ubuntu1) ... 634s Processing triggers for man-db (2.13.0-1) ... 635s autopkgtest: DBG: testbed command exited with code 0 635s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-tk'], kind short, sout pipe, serr pipe, env [] 635s autopkgtest: DBG: testbed command exited with code 0 635s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/pypy3-tk-packages.all"], kind short, sout raw, serr pipe, env [] 635s autopkgtest: DBG: testbed command exited with code 0 635s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/pypy3-tk-packages.all /tmp/autopkgtest-work.cydq8gxh/out/pypy3-tk-packages.all 636s autopkgtest: DBG: got reply from testbed: ok 636s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 636s autopkgtest: DBG: testbed command exited with code 1 636s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI/build.Nhm'], kind short, sout raw, serr pipe, env [] 636s autopkgtest: DBG: testbed command exited with code 0 636s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ /tmp/autopkgtest.jc2gTI/build.Nhm/src/ 687s autopkgtest: DBG: got reply from testbed: ok 687s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr pipe, env [] 687s autopkgtest: DBG: testbed command exited with code 0 687s autopkgtest [12:40:02]: test pypy3-tk: [----------------------- 687s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/pypy3-tk-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/pypy3-tk-stderr --stdout=/tmp/autopkgtest.jc2gTI/pypy3-tk-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/pypy3-tk -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/pypy3-tk'], kind test, sout raw, serr raw, env [] 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/pypy3-tk-artifacts 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/pypy3-tk-stderr 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/pypy3-tk-stdout 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/pypy3-tk 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/pypy3-tk 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.XLufL3hMx1/out to stdout and file: /tmp/autopkgtest.jc2gTI/pypy3-tk-stdout 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.XLufL3hMx1/err to standard error and file: /tmp/autopkgtest.jc2gTI/pypy3-tk-stdout 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1705 to /tmp/autopkgtest_script_pid 688s testImportTk 688s 688s Ran 1 test. 688s 688s OK 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 688s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 688s autopkgtest: DBG: testbed command exited with code 0 688s autopkgtest [12:40:03]: test pypy3-tk: -----------------------] 688s autopkgtest: DBG: testbed executing test finished with exit status 0 688s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/pypy3-tk-stdout /tmp/autopkgtest-work.cydq8gxh/out/pypy3-tk-stdout 688s autopkgtest: DBG: got reply from testbed: ok 688s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/pypy3-tk-stderr /tmp/autopkgtest-work.cydq8gxh/out/pypy3-tk-stderr 688s autopkgtest: DBG: got reply from testbed: ok 688s pypy3-tk PASS (superficial) 688s autopkgtest [12:40:03]: test pypy3-tk: - - - - - - - - - - results - - - - - - - - - - 688s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/pypy3-tk-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 689s autopkgtest: DBG: got reply from testbed: ok 689s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/pypy3-tk-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 689s autopkgtest: DBG: testbed command exited with code 0 689s autopkgtest [12:40:04]: test module-install-local: preparing testbed 689s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['pypy3-tk', 'shunit2'], deps_new=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 689s autopkgtest: DBG: testbed reset 689s autopkgtest: DBG: sending command to testbed: revert 846s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 846s autopkgtest: DBG: sending command to testbed: print-execute-command 846s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 846s autopkgtest: DBG: sending command to testbed: capabilities 846s autopkgtest: DBG: got reply from testbed: ok reboot ok isolation-machine suggested-normal-user=ubuntu root-on-testbed revert-full-system revert 846s autopkgtest: DBG: testbed capabilities: ['reboot', 'ok', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'revert', 'has_internet'] 846s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 846s autopkgtest: DBG: testbed command exited with code 0 846s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 846s autopkgtest: DBG: got reply from testbed: ok 846s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 846s autopkgtest: DBG: testbed command exited with code 0 846s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 846s autopkgtest: DBG: testbed command exited with code 0 846s autopkgtest [12:42:41]: testbed dpkg architecture: s390x 846s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 846s autopkgtest: DBG: testbed command exited with code 0 846s autopkgtest [12:42:41]: testbed apt version: 2.9.30 846s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 847s autopkgtest: DBG: testbed command exited with code 0 847s autopkgtest: DBG: testbed has eatmydata 847s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 847s autopkgtest: DBG: testbed command exited with code 0 847s autopkgtest [12:42:42]: @@@@@@@@@@@@@@@@@@@@ test bed setup 847s 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 [] 847s autopkgtest: DBG: testbed command exited with code 0 847s autopkgtest [12:42:42]: testbed release detected to be: plucky 847s 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 [] 847s autopkgtest: DBG: testbed command exited with code 0 847s 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 [] 847s autopkgtest: DBG: testbed command exited with code 0 847s autopkgtest: DBG: adding APT source: Types: deb deb-src 847s URIs: http://ftpmaster.internal/ubuntu/ 847s Suites: plucky-proposed 847s Components: main restricted universe multiverse 847s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 847s 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 [] 847s autopkgtest: DBG: testbed command exited with code 0 847s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 847s Package: * 847s Pin: release plucky-proposed 847s Pin-Priority: 500 847s 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 [] 848s autopkgtest: DBG: testbed command exited with code 0 848s autopkgtest [12:42:43]: updating testbed package index (apt update) 848s 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'] 848s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 848s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 848s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 848s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 848s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 849s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 849s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 849s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 849s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 849s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 849s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 849s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 849s Fetched 1700 kB in 1s (1633 kB/s) 850s Reading package lists... 850s autopkgtest: DBG: testbed command exited with code 0 850s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 850s Package: * 850s Pin: release plucky-proposed 850s Pin-Priority: 100 850s 850s Package: src:sphinx:any 850s Pin: release plucky-proposed 850s Pin-Priority: 995 850s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 850s autopkgtest: DBG: testbed command exited with code 0 850s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 850s autopkgtest: DBG: testbed command exited with code 0 850s 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'] 850s + lsb_release --codename --short 850s + RELEASE=plucky 850s + cat 850s + [ plucky != trusty ] 850s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 850s Reading package lists... 850s Building dependency tree... 850s Reading state information... 850s Calculating upgrade... 850s The following packages were automatically installed and are no longer required: 850s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 850s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 850s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 850s linux-tools-6.11.0-8-generic 850s Use 'sudo apt autoremove' to remove them. 850s The following packages will be upgraded: 850s iproute2 liblsof0 libp11-kit0 lsof 851s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 851s Need to get 1791 kB of archives. 851s After this operation, 17.4 kB of additional disk space will be used. 851s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 851s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 851s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 851s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 851s Preconfiguring packages ... 851s Fetched 1791 kB in 1s (2540 kB/s) 851s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 851s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 852s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 852s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 852s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 852s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 852s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 852s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 852s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 852s Setting up liblsof0 (4.99.4+dfsg-1) ... 852s Setting up iproute2 (6.13.0-1ubuntu1) ... 852s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 852s Setting up lsof (4.99.4+dfsg-1) ... 852s Processing triggers for man-db (2.13.0-1) ... 852s Processing triggers for libc-bin (2.40-4ubuntu1) ... 852s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 852s + /usr/lib/apt/apt-helper analyze-pattern ?true 852s + + uname -r 852s sed s/\./\\./g 852s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 852s + apt list ?obsolete 852s + tail -n+2 852s + cut -d/ -f1 852s + grep -v ^linux-.*6\.12\.0-15-generic.* 853s + true 853s + obsolete_pkgs= 853s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 853s Reading package lists... 853s Building dependency tree... 853s Reading state information... 853s The following packages will be REMOVED: 853s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 853s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 853s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 853s linux-tools-6.11.0-8-generic* 853s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 853s After this operation, 167 MB disk space will be freed. 853s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 853s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 853s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 853s Removing libpython3.12t64:s390x (3.12.9-1) ... 853s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 853s Removing libnsl2:s390x (1.3.0-3build3) ... 853s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 853s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 853s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 854s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 854s Processing triggers for libc-bin (2.40-4ubuntu1) ... 854s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 854s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 854s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 854s + grep -q trusty /etc/lsb-release 854s + [ ! -d /usr/share/doc/unattended-upgrades ] 854s + [ ! -d /usr/share/doc/lxd ] 854s + [ ! -d /usr/share/doc/lxd-client ] 854s + [ ! -d /usr/share/doc/snapd ] 854s + type iptables 854s + cat 854s + chmod 755 /etc/rc.local 854s + . /etc/rc.local 854s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 854s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 854s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 854s + uname -m 854s + [ s390x = ppc64le ] 854s + [ -d /run/systemd/system ] 854s + systemd-detect-virt --quiet --vm 854s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 854s + cat 854s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 854s + echo COMPRESS=lz4 854s autopkgtest: DBG: testbed command exited with code 0 854s autopkgtest [12:42:49]: upgrading testbed (apt dist-upgrade and autopurge) 854s 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'] 854s Reading package lists... 855s Building dependency tree... 855s Reading state information... 855s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 855s Starting 2 pkgProblemResolver with broken count: 0 855s Done 855s Entering ResolveByKeep 855s 855s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 855s autopkgtest: DBG: testbed command exited with code 0 855s 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'] 855s Reading package lists... 855s Building dependency tree... 855s Reading state information... 856s Starting pkgProblemResolver with broken count: 0 856s Starting 2 pkgProblemResolver with broken count: 0 856s Done 856s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 856s autopkgtest: DBG: testbed command exited with code 0 856s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 856s autopkgtest: DBG: testbed command exited with code 1 856s autopkgtest [12:42:51]: rebooting testbed after setup commands that affected boot 856s autopkgtest: DBG: sending command to testbed: reboot 875s autopkgtest: DBG: got reply from testbed: ok 875s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 875s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 876s autopkgtest: DBG: testbed command exited with code 0 876s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 876s autopkgtest: DBG: got reply from testbed: ok 876s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 876s autopkgtest: DBG: testbed command exited with code 0 876s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 876s autopkgtest: DBG: testbed command exited with code 0 876s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 876s autopkgtest: DBG: testbed command exited with code 0 876s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 876s autopkgtest: DBG: testbed command exited with code 0 876s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 877s autopkgtest: DBG: got reply from testbed: ok 877s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 877s autopkgtest: DBG: testbed command exited with code 0 877s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 877s autopkgtest: DBG: testbed command exited with code 0 877s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 877s autopkgtest: DBG: testbed command exited with code 0 877s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 877s autopkgtest: DBG: testbed command exited with code 0 877s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 878s autopkgtest: DBG: got reply from testbed: ok 878s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 878s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 878s autopkgtest: DBG: testbed command exited with code 0 878s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 878s autopkgtest: DBG: got reply from testbed: ok 878s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 878s autopkgtest: DBG: testbed command exited with code 0 878s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 878s autopkgtest: DBG: testbed command exited with code 0 878s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 878s autopkgtest: DBG: testbed command exited with code 0 878s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 879s autopkgtest: DBG: testbed command exited with code 0 879s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 879s autopkgtest: DBG: got reply from testbed: ok 879s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 879s autopkgtest: DBG: testbed command exited with code 0 879s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 879s autopkgtest: DBG: testbed command exited with code 0 879s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 879s autopkgtest: DBG: testbed command exited with code 0 879s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 879s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 879s autopkgtest: DBG: install-deps: satisfying build-essential, pypy3-dev, python3-pip, python3-setuptools, shunit2 879s autopkgtest: DBG: can use apt-get on testbed: True 879s 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, pypy3-dev, python3-pip, python3-setuptools, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 880s Reading package lists... 880s Building dependency tree... 880s Reading state information... 880s Starting pkgProblemResolver with broken count: 0 880s Starting 2 pkgProblemResolver with broken count: 0 880s Done 880s The following NEW packages will be installed: 880s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 880s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 880s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libgcc-14-dev 880s libgomp1 libisl23 libitm1 libmpc3 libstdc++-14-dev libubsan1 pypy3 pypy3-dev 880s pypy3-lib python3-pip python3-wheel shunit2 880s 0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded. 880s Need to get 68.1 MB of archives. 880s After this operation, 250 MB of additional disk space will be used. 880s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 881s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 883s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 883s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 883s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 883s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 883s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 883s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 883s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 883s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 883s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 883s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 884s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 884s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 884s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 884s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 884s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 884s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 884s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 885s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 885s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 885s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 885s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 885s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 885s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-dev all 7.3.18+dfsg-2 [79.9 kB] 885s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 885s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 885s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 885s Fetched 68.1 MB in 5s (13.5 MB/s) 885s Selecting previously unselected package pypy3-lib:s390x. 885s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 885s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 885s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 886s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 886s Selecting previously unselected package pypy3. 886s (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 ... 57180 files and directories currently installed.) 886s Preparing to unpack .../00-pypy3_7.3.18+dfsg-2_s390x.deb ... 886s Unpacking pypy3 (7.3.18+dfsg-2) ... 886s Selecting previously unselected package libisl23:s390x. 886s Preparing to unpack .../01-libisl23_0.27-1_s390x.deb ... 886s Unpacking libisl23:s390x (0.27-1) ... 886s Selecting previously unselected package libmpc3:s390x. 886s Preparing to unpack .../02-libmpc3_1.3.1-1build2_s390x.deb ... 886s Unpacking libmpc3:s390x (1.3.1-1build2) ... 886s Selecting previously unselected package cpp-14-s390x-linux-gnu. 886s Preparing to unpack .../03-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 886s Selecting previously unselected package cpp-14. 886s Preparing to unpack .../04-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 886s Selecting previously unselected package cpp-s390x-linux-gnu. 886s Preparing to unpack .../05-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 886s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 886s Selecting previously unselected package cpp. 886s Preparing to unpack .../06-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 886s Unpacking cpp (4:14.2.0-1ubuntu1) ... 886s Selecting previously unselected package libcc1-0:s390x. 886s Preparing to unpack .../07-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 886s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 886s Selecting previously unselected package libgomp1:s390x. 886s Preparing to unpack .../08-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 886s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 886s Selecting previously unselected package libitm1:s390x. 886s Preparing to unpack .../09-libitm1_15-20250213-1ubuntu1_s390x.deb ... 886s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 886s Selecting previously unselected package libasan8:s390x. 886s Preparing to unpack .../10-libasan8_15-20250213-1ubuntu1_s390x.deb ... 886s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 886s Selecting previously unselected package libubsan1:s390x. 886s Preparing to unpack .../11-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 886s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 886s Selecting previously unselected package libgcc-14-dev:s390x. 886s Preparing to unpack .../12-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 886s Selecting previously unselected package gcc-14-s390x-linux-gnu. 886s Preparing to unpack .../13-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 886s Selecting previously unselected package gcc-14. 886s Preparing to unpack .../14-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 886s Selecting previously unselected package gcc-s390x-linux-gnu. 886s Preparing to unpack .../15-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 886s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 886s Selecting previously unselected package gcc. 886s Preparing to unpack .../16-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 886s Unpacking gcc (4:14.2.0-1ubuntu1) ... 886s Selecting previously unselected package libstdc++-14-dev:s390x. 886s Preparing to unpack .../17-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 886s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 887s Selecting previously unselected package g++-14-s390x-linux-gnu. 887s Preparing to unpack .../18-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 887s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 887s Selecting previously unselected package g++-14. 887s Preparing to unpack .../19-g++-14_14.2.0-17ubuntu1_s390x.deb ... 887s Unpacking g++-14 (14.2.0-17ubuntu1) ... 887s Selecting previously unselected package g++-s390x-linux-gnu. 887s Preparing to unpack .../20-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 887s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 887s Selecting previously unselected package g++. 887s Preparing to unpack .../21-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 887s Unpacking g++ (4:14.2.0-1ubuntu1) ... 887s Selecting previously unselected package build-essential. 887s Preparing to unpack .../22-build-essential_12.10ubuntu1_s390x.deb ... 887s Unpacking build-essential (12.10ubuntu1) ... 887s Selecting previously unselected package pypy3-dev. 887s Preparing to unpack .../23-pypy3-dev_7.3.18+dfsg-2_all.deb ... 887s Unpacking pypy3-dev (7.3.18+dfsg-2) ... 887s Selecting previously unselected package python3-wheel. 887s Preparing to unpack .../24-python3-wheel_0.45.1-1_all.deb ... 887s Unpacking python3-wheel (0.45.1-1) ... 887s Selecting previously unselected package python3-pip. 887s Preparing to unpack .../25-python3-pip_25.0+dfsg-1_all.deb ... 887s Unpacking python3-pip (25.0+dfsg-1) ... 887s Selecting previously unselected package shunit2. 887s Preparing to unpack .../26-shunit2_2.1.8-4_all.deb ... 887s Unpacking shunit2 (2.1.8-4) ... 887s Setting up shunit2 (2.1.8-4) ... 887s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 887s Setting up pypy3 (7.3.18+dfsg-2) ... 890s running pypy3 rtupdate hooks for 7.3 895s running pypy3 post-rtupdate hooks for 7.3 895s Setting up python3-wheel (0.45.1-1) ... 895s Setting up libmpc3:s390x (1.3.1-1build2) ... 895s Setting up pypy3-dev (7.3.18+dfsg-2) ... 895s Setting up python3-pip (25.0+dfsg-1) ... 896s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 896s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 897s Setting up libisl23:s390x (0.27-1) ... 897s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 897s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 897s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 897s Setting up cpp-14 (14.2.0-17ubuntu1) ... 897s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 897s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 897s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 897s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 897s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 897s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 897s Setting up cpp (4:14.2.0-1ubuntu1) ... 897s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 897s Setting up gcc-14 (14.2.0-17ubuntu1) ... 897s Setting up g++-14 (14.2.0-17ubuntu1) ... 897s Setting up gcc (4:14.2.0-1ubuntu1) ... 897s Setting up g++ (4:14.2.0-1ubuntu1) ... 897s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 897s Setting up build-essential (12.10ubuntu1) ... 897s Processing triggers for man-db (2.13.0-1) ... 897s Processing triggers for libc-bin (2.40-4ubuntu1) ... 897s autopkgtest: DBG: testbed command exited with code 0 897s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-dev'], kind short, sout pipe, serr pipe, env [] 897s autopkgtest: DBG: testbed command exited with code 0 897s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/module-install-local-packages.all"], kind short, sout raw, serr pipe, env [] 898s autopkgtest: DBG: testbed command exited with code 0 898s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-local-packages.all /tmp/autopkgtest-work.cydq8gxh/out/module-install-local-packages.all 898s autopkgtest: DBG: got reply from testbed: ok 898s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 898s autopkgtest: DBG: testbed command exited with code 1 898s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI/build.Nhm'], kind short, sout raw, serr pipe, env [] 898s autopkgtest: DBG: testbed command exited with code 0 898s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ /tmp/autopkgtest.jc2gTI/build.Nhm/src/ 967s autopkgtest: DBG: got reply from testbed: ok 967s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr pipe, env [] 967s autopkgtest: DBG: testbed command exited with code 0 967s autopkgtest [12:44:42]: test module-install-local: [----------------------- 967s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/module-install-local-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/module-install-local-stderr --stdout=/tmp/autopkgtest.jc2gTI/module-install-local-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-local -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-local'], kind test, sout raw, serr raw, env [] 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/module-install-local-artifacts 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/module-install-local-stderr 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/module-install-local-stdout 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-local 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-local 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.e8M8ynD6lB/out to stdout and file: /tmp/autopkgtest.jc2gTI/module-install-local-stdout 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.e8M8ynD6lB/err to standard error and file: /tmp/autopkgtest.jc2gTI/module-install-local-stdout 967s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1527 to /tmp/autopkgtest_script_pid 967s testFibPy 967s running install 967s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 967s !! 967s 967s ******************************************************************************** 967s Please avoid running ``setup.py`` directly. 967s Instead, use pypa/build, pypa/installer or other 967s standards-based tools. 967s 967s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 967s ******************************************************************************** 967s 967s !! 967s self.initialize_options() 968s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 968s !! 968s 968s ******************************************************************************** 968s Please avoid running ``setup.py`` and ``easy_install``. 968s Instead, use pypa/build, pypa/installer or other 968s standards-based tools. 968s 968s See https://github.com/pypa/setuptools/issues/917 for details. 968s ******************************************************************************** 968s 968s !! 968s self.initialize_options() 968s running bdist_egg 968s running egg_info 968s creating fibpy.egg-info 968s writing fibpy.egg-info/PKG-INFO 968s writing dependency_links to fibpy.egg-info/dependency_links.txt 968s writing top-level names to fibpy.egg-info/top_level.txt 968s writing manifest file 'fibpy.egg-info/SOURCES.txt' 968s reading manifest file 'fibpy.egg-info/SOURCES.txt' 968s writing manifest file 'fibpy.egg-info/SOURCES.txt' 968s installing library code to build/bdist.linux-s390x/egg 968s running install_lib 968s running build_py 968s creating build/lib 968s copying fibpy.py -> build/lib 968s creating build/bdist.linux-s390x/egg 968s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 968s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 968s creating build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 968s creating dist 968s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 968s removing 'build/bdist.linux-s390x/egg' (and everything under it) 968s Processing fibpy-42.0.0-py3.11.egg 968s Copying fibpy-42.0.0-py3.11.egg to /usr/local/lib/pypy3.11/dist-packages 968s Adding fibpy 42.0.0 to easy-install.pth file 968s 968s Installed /usr/local/lib/pypy3.11/dist-packages/fibpy-42.0.0-py3.11.egg 968s Processing dependencies for fibpy==42.0.0 968s Finished processing dependencies for fibpy==42.0.0 968s testFibC 968s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 968s !! 968s 968s ******************************************************************************** 968s Please avoid running ``setup.py`` directly. 968s Instead, use pypa/build, pypa/installer or other 968s standards-based tools. 968s 968s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 968s ******************************************************************************** 968s 968s !! 968s self.initialize_options() 968s running install 968s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 968s !! 968s 968s ******************************************************************************** 968s Please avoid running ``setup.py`` and ``easy_install``. 968s Instead, use pypa/build, pypa/installer or other 968s standards-based tools. 968s 968s See https://github.com/pypa/setuptools/issues/917 for details. 968s ******************************************************************************** 968s 968s !! 968s self.initialize_options() 968s running bdist_egg 968s running egg_info 968s creating fibc.egg-info 968s writing fibc.egg-info/PKG-INFO 968s writing dependency_links to fibc.egg-info/dependency_links.txt 968s writing top-level names to fibc.egg-info/top_level.txt 968s writing manifest file 'fibc.egg-info/SOURCES.txt' 968s reading manifest file 'fibc.egg-info/SOURCES.txt' 968s writing manifest file 'fibc.egg-info/SOURCES.txt' 968s installing library code to build/bdist.linux-s390x/egg 968s running install_lib 968s running build_ext 968s building 'fibc' extension 968s creating build/temp.linux-s390x-pypy311 968s gcc -pthread -DNDEBUG -O2 -fPIC -I/usr/include/pypy3.11 -c fibc.c -o build/temp.linux-s390x-pypy311/fibc.o 968s creating build/lib.linux-s390x-pypy311 968s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/fibc.o -o build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so 968s creating build/bdist.linux-s390x/egg 968s copying build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 968s creating stub loader for fibc.pypy311-pp73-s390x-linux-gnu.so 968s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.pypy311.pyc 968s creating build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 968s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 968s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 968s creating dist 968s creating 'dist/fibc-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 968s removing 'build/bdist.linux-s390x/egg' (and everything under it) 968s Processing fibc-42.0.0-py3.11-linux-s390x.egg 968s creating /usr/local/lib/pypy3.11/dist-packages/fibc-42.0.0-py3.11-linux-s390x.egg 968s Extracting fibc-42.0.0-py3.11-linux-s390x.egg to /usr/local/lib/pypy3.11/dist-packages 968s Adding fibc 42.0.0 to easy-install.pth file 968s 968s Installed /usr/local/lib/pypy3.11/dist-packages/fibc-42.0.0-py3.11-linux-s390x.egg 968s Processing dependencies for fibc==42.0.0 968s Finished processing dependencies for fibc==42.0.0 968s testFibCFFI 969s running install 969s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 969s !! 969s 969s ******************************************************************************** 969s Please avoid running ``setup.py`` directly. 969s Instead, use pypa/build, pypa/installer or other 969s standards-based tools. 969s 969s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 969s ******************************************************************************** 969s 969s !! 969s self.initialize_options() 969s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 969s !! 969s 969s ******************************************************************************** 969s Please avoid running ``setup.py`` and ``easy_install``. 969s Instead, use pypa/build, pypa/installer or other 969s standards-based tools. 969s 969s See https://github.com/pypa/setuptools/issues/917 for details. 969s ******************************************************************************** 969s 969s !! 969s self.initialize_options() 969s running bdist_egg 969s running egg_info 969s creating fibcffi.egg-info 969s writing fibcffi.egg-info/PKG-INFO 969s writing dependency_links to fibcffi.egg-info/dependency_links.txt 969s writing top-level names to fibcffi.egg-info/top_level.txt 969s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 969s reading manifest file 'fibcffi.egg-info/SOURCES.txt' 969s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 969s installing library code to build/bdist.linux-s390x/egg 969s running install_lib 969s running build_py 969s creating build/lib.linux-s390x-pypy311 969s copying fibcffi.py -> build/lib.linux-s390x-pypy311 969s running build_ext 969s generating cffi module 'build/temp.linux-s390x-pypy311/_fib.c' 969s creating build/temp.linux-s390x-pypy311 969s building '_fib' extension 969s creating build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311 969s gcc -pthread -DNDEBUG -O2 -fPIC -I/usr/include/pypy3.11 -c build/temp.linux-s390x-pypy311/_fib.c -o build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o 969s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o -o build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so 969s creating build/bdist.linux-s390x/egg 969s copying build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 969s copying build/lib.linux-s390x-pypy311/fibcffi.py -> build/bdist.linux-s390x/egg 969s byte-compiling build/bdist.linux-s390x/egg/fibcffi.py to fibcffi.pypy311.pyc 969s creating stub loader for _fib.pypy311-pp73-s390x-linux-gnu.so 969s byte-compiling build/bdist.linux-s390x/egg/_fib.py to _fib.pypy311.pyc 969s creating build/bdist.linux-s390x/egg/EGG-INFO 969s copying fibcffi.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 969s copying fibcffi.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 969s copying fibcffi.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 969s copying fibcffi.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 969s copying fibcffi.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 969s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 969s creating dist 969s creating 'dist/fibcffi-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 969s removing 'build/bdist.linux-s390x/egg' (and everything under it) 969s Processing fibcffi-42.0.0-py3.11-linux-s390x.egg 969s creating /usr/local/lib/pypy3.11/dist-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 969s Extracting fibcffi-42.0.0-py3.11-linux-s390x.egg to /usr/local/lib/pypy3.11/dist-packages 969s Adding fibcffi 42.0.0 to easy-install.pth file 969s 969s Installed /usr/local/lib/pypy3.11/dist-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 969s Processing dependencies for fibcffi==42.0.0 969s Finished processing dependencies for fibcffi==42.0.0 969s testFibPyDevelop 969s running develop 969s /usr/lib/python3/dist-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 969s !! 969s 969s ******************************************************************************** 969s Please avoid running ``setup.py`` and ``easy_install``. 969s Instead, use pypa/build, pypa/installer or other 969s standards-based tools. 969s 969s See https://github.com/pypa/setuptools/issues/917 for details. 969s ******************************************************************************** 969s 969s !! 969s easy_install.initialize_options(self) 969s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 969s !! 969s 969s ******************************************************************************** 969s Please avoid running ``setup.py`` directly. 969s Instead, use pypa/build, pypa/installer or other 969s standards-based tools. 969s 969s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 969s ******************************************************************************** 969s 969s !! 969s self.initialize_options() 970s running egg_info 970s writing fibpy.egg-info/PKG-INFO 970s writing dependency_links to fibpy.egg-info/dependency_links.txt 970s writing top-level names to fibpy.egg-info/top_level.txt 970s reading manifest file 'fibpy.egg-info/SOURCES.txt' 970s writing manifest file 'fibpy.egg-info/SOURCES.txt' 970s running build_ext 970s Creating /usr/local/lib/pypy3.11/dist-packages/fibpy.egg-link (link to .) 970s Adding fibpy 42.0.0 to easy-install.pth file 970s 970s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 970s Processing dependencies for fibpy==42.0.0 970s Finished processing dependencies for fibpy==42.0.0 970s testFibPyPip 970s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.11) 970s Processing ./packages/fibpy 970s Preparing metadata (pyproject.toml): started 970s Running command Preparing metadata (pyproject.toml) 970s running dist_info 971s creating /tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info 971s writing /tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/PKG-INFO 971s writing dependency_links to /tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/dependency_links.txt 971s writing top-level names to /tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/top_level.txt 971s writing manifest file '/tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/SOURCES.txt' 971s reading manifest file '/tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/SOURCES.txt' 971s writing manifest file '/tmp/pip-modern-metadata-f8m1weq9/fibpy.egg-info/SOURCES.txt' 971s creating '/tmp/pip-modern-metadata-f8m1weq9/fibpy-42.0.0.dist-info' 971s Preparing metadata (pyproject.toml): finished with status 'done' 971s Building wheels for collected packages: fibpy 971s Building wheel for fibpy (pyproject.toml): started 971s Running command Building wheel for fibpy (pyproject.toml) 971s running bdist_wheel 971s running build 971s running build_py 971s installing to build/bdist.linux-s390x/wheel 971s running install 971s running install_lib 971s creating build/bdist.linux-s390x/wheel 971s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 971s running install_egg_info 971s running egg_info 971s writing fibpy.egg-info/PKG-INFO 971s writing dependency_links to fibpy.egg-info/dependency_links.txt 971s writing top-level names to fibpy.egg-info/top_level.txt 971s reading manifest file 'fibpy.egg-info/SOURCES.txt' 971s writing manifest file 'fibpy.egg-info/SOURCES.txt' 971s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 971s running install_scripts 971s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 971s creating '/tmp/pip-wheel-k98rd2zi/.tmp-dfp25_wf/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 971s adding 'fibpy.py' 971s adding 'fibpy-42.0.0.dist-info/METADATA' 971s adding 'fibpy-42.0.0.dist-info/WHEEL' 971s adding 'fibpy-42.0.0.dist-info/top_level.txt' 971s adding 'fibpy-42.0.0.dist-info/zip-safe' 971s adding 'fibpy-42.0.0.dist-info/RECORD' 971s removing build/bdist.linux-s390x/wheel 971s Building wheel for fibpy (pyproject.toml): finished with status 'done' 971s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=6e2ec2e2abd08c491e5ab5eb4270714116133cb98c790d2dc7bf4f0d9ff5447a 971s Stored in directory: /tmp/pip-ephem-wheel-cache-chr65gya/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 971s Successfully built fibpy 971s Installing collected packages: fibpy 971s Successfully installed fibpy-42.0.0 971s 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. 971s testFibPyPipEditable 972s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.11) 972s Obtaining file:///tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 972s Checking if build backend supports build_editable: started 972s Running command Checking if build backend supports build_editable 972s Checking if build backend supports build_editable: finished with status 'done' 972s Preparing editable metadata (pyproject.toml): started 972s Running command Preparing editable metadata (pyproject.toml) 972s running dist_info 972s creating /tmp/pip-modern-metadata-smar7aje/fibpy.egg-info 972s writing /tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/PKG-INFO 972s writing dependency_links to /tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/dependency_links.txt 972s writing top-level names to /tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/top_level.txt 972s writing manifest file '/tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/SOURCES.txt' 972s reading manifest file '/tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/SOURCES.txt' 972s writing manifest file '/tmp/pip-modern-metadata-smar7aje/fibpy.egg-info/SOURCES.txt' 972s creating '/tmp/pip-modern-metadata-smar7aje/fibpy-42.0.0.dist-info' 972s Preparing editable metadata (pyproject.toml): finished with status 'done' 972s Building wheels for collected packages: fibpy 972s Building editable for fibpy (pyproject.toml): started 972s Running command Building editable for fibpy (pyproject.toml) 973s running editable_wheel 973s creating /tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info 973s writing /tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/PKG-INFO 973s writing dependency_links to /tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/dependency_links.txt 973s writing top-level names to /tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/top_level.txt 973s writing manifest file '/tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/SOURCES.txt' 973s reading manifest file '/tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/SOURCES.txt' 973s writing manifest file '/tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy.egg-info/SOURCES.txt' 973s creating '/tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy-42.0.0.dist-info' 973s creating /tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy-42.0.0.dist-info/WHEEL 973s running build_py 973s Editable install will be performed using a meta path finder. 973s 973s Options like `package-data`, `include/exclude-package-data` or 973s `packages.find.exclude/include` may have no effect. 973s 973s adding '__editable___fibpy_42_0_0_finder.py' 973s adding '__editable__.fibpy-42.0.0.pth' 973s creating '/tmp/pip-wheel-knd2gdjd/.tmp-sp2mk5g2/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmpvleoefvjfibpy-42.0.0-0.editable-py3-none-any.whl' to it 973s adding 'fibpy-42.0.0.dist-info/METADATA' 973s adding 'fibpy-42.0.0.dist-info/WHEEL' 973s adding 'fibpy-42.0.0.dist-info/top_level.txt' 973s adding 'fibpy-42.0.0.dist-info/zip-safe' 973s adding 'fibpy-42.0.0.dist-info/RECORD' 973s /usr/lib/python3/dist-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 973s !! 973s 973s ******************************************************************************** 973s Building editable for fibpy (pyproject.toml): finished with status 'done' 973s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2816 sha256=661df4b33983fb4113cee56bb1f7c49df6c5996cfe0172df9d1c9e00efe75fdd 973s Stored in directory: /tmp/pip-ephem-wheel-cache-jkqbt_gk/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 973s Successfully built fibpy 973s Please be careful with folders in your working directory with the same 973s name as your package as they may take precedence during imports. 973s ******************************************************************************** 973s 973s !! 973s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 973s Installing collected packages: fibpy 973s Successfully installed fibpy-42.0.0 973s 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. 973s testFibPyDistutilsLocal 973s running install 973s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 973s !! 973s 973s ******************************************************************************** 973s Please avoid running ``setup.py`` directly. 973s Instead, use pypa/build, pypa/installer or other 973s standards-based tools. 973s 973s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 973s ******************************************************************************** 973s 973s !! 973s self.initialize_options() 973s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 973s !! 973s 973s ******************************************************************************** 973s Please avoid running ``setup.py`` and ``easy_install``. 973s Instead, use pypa/build, pypa/installer or other 973s standards-based tools. 973s 973s See https://github.com/pypa/setuptools/issues/917 for details. 973s ******************************************************************************** 973s 973s !! 973s self.initialize_options() 973s running bdist_egg 973s running egg_info 973s writing fibpy.egg-info/PKG-INFO 973s writing dependency_links to fibpy.egg-info/dependency_links.txt 973s writing top-level names to fibpy.egg-info/top_level.txt 973s reading manifest file 'fibpy.egg-info/SOURCES.txt' 973s writing manifest file 'fibpy.egg-info/SOURCES.txt' 973s installing library code to build/bdist.linux-s390x/egg 973s running install_lib 973s running build_py 973s creating build/bdist.linux-s390x/egg 973s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 973s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 973s creating build/bdist.linux-s390x/egg/EGG-INFO 973s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 973s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 973s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 973s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 973s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 973s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 973s removing 'build/bdist.linux-s390x/egg' (and everything under it) 973s Processing fibpy-42.0.0-py3.11.egg 973s Copying fibpy-42.0.0-py3.11.egg to /usr/local/lib/pypy3.11/dist-packages 973s Adding fibpy 42.0.0 to easy-install.pth file 973s 973s Installed /usr/local/lib/pypy3.11/dist-packages/fibpy-42.0.0-py3.11.egg 973s Processing dependencies for fibpy==42.0.0 973s Finished processing dependencies for fibpy==42.0.0 973s 973s Ran 7 tests. 973s 973s OK 973s umount: /usr/local/lib/pypy3.11/dist-packages: not mounted. 973s shunit2:WARN tearDown() returned non-zero return code. 973s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 973s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 973s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 973s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 973s autopkgtest: DBG: testbed command exited with code 0 974s autopkgtest [12:44:49]: test module-install-local: -----------------------] 974s autopkgtest: DBG: testbed executing test finished with exit status 0 974s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-local-stdout /tmp/autopkgtest-work.cydq8gxh/out/module-install-local-stdout 974s autopkgtest: DBG: got reply from testbed: ok 974s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-local-stderr /tmp/autopkgtest-work.cydq8gxh/out/module-install-local-stderr 974s autopkgtest: DBG: got reply from testbed: ok 974s autopkgtest [12:44:49]: test module-install-local: - - - - - - - - - - results - - - - - - - - - - 974s module-install-local PASS 974s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-local-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 974s autopkgtest: DBG: got reply from testbed: ok 974s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/module-install-local-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 975s autopkgtest: DBG: testbed command exited with code 0 975s autopkgtest [12:44:50]: test module-install-user: preparing testbed 975s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'], deps_new=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 975s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 975s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'] 975s autopkgtest: DBG: install-deps: satisfying build-essential, pypy3-dev, python3-pip, python3-setuptools, shunit2 975s autopkgtest: DBG: can use apt-get on testbed: True 975s 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, pypy3-dev, python3-pip, python3-setuptools, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 975s Reading package lists... 975s Building dependency tree... 975s Reading state information... 975s Starting pkgProblemResolver with broken count: 0 975s Starting 2 pkgProblemResolver with broken count: 0 975s Done 975s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 975s autopkgtest: DBG: testbed command exited with code 0 975s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-dev'], kind short, sout pipe, serr pipe, env [] 975s autopkgtest: DBG: testbed command exited with code 0 975s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/module-install-user-packages.all"], kind short, sout raw, serr pipe, env [] 976s autopkgtest: DBG: testbed command exited with code 0 976s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-user-packages.all /tmp/autopkgtest-work.cydq8gxh/out/module-install-user-packages.all 976s autopkgtest: DBG: got reply from testbed: ok 976s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 976s autopkgtest: DBG: testbed command exited with code 0 976s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.jc2gTI/build.Nhm/src already exists 976s autopkgtest [12:44:51]: test module-install-user: [----------------------- 976s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/module-install-user-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/module-install-user-stderr --stdout=/tmp/autopkgtest.jc2gTI/module-install-user-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-user -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-user'], kind test, sout raw, serr raw, env [] 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/module-install-user-artifacts 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/module-install-user-stderr 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/module-install-user-stdout 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-user 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-user 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.cPXgPdQ2sB/out to stdout and file: /tmp/autopkgtest.jc2gTI/module-install-user-stdout 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.cPXgPdQ2sB/err to standard error and file: /tmp/autopkgtest.jc2gTI/module-install-user-stdout 976s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 2115 to /tmp/autopkgtest_script_pid 976s testFibPy 976s running install 976s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 976s !! 976s 976s ******************************************************************************** 976s Please avoid running ``setup.py`` directly. 976s Instead, use pypa/build, pypa/installer or other 976s standards-based tools. 976s 976s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 976s ******************************************************************************** 976s 976s !! 976s self.initialize_options() 976s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 976s !! 976s 976s ******************************************************************************** 976s Please avoid running ``setup.py`` and ``easy_install``. 976s Instead, use pypa/build, pypa/installer or other 976s standards-based tools. 976s 976s See https://github.com/pypa/setuptools/issues/917 for details. 976s ******************************************************************************** 976s 976s !! 976s self.initialize_options() 977s running bdist_egg 977s running egg_info 977s creating fibpy.egg-info 977s writing fibpy.egg-info/PKG-INFO 977s writing dependency_links to fibpy.egg-info/dependency_links.txt 977s writing top-level names to fibpy.egg-info/top_level.txt 977s writing manifest file 'fibpy.egg-info/SOURCES.txt' 977s reading manifest file 'fibpy.egg-info/SOURCES.txt' 977s writing manifest file 'fibpy.egg-info/SOURCES.txt' 977s installing library code to build/bdist.linux-s390x/egg 977s running install_lib 977s running build_py 977s creating build/lib 977s copying fibpy.py -> build/lib 977s creating build/bdist.linux-s390x/egg 977s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 977s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 977s creating build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 977s creating dist 977s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 977s removing 'build/bdist.linux-s390x/egg' (and everything under it) 977s Processing fibpy-42.0.0-py3.11.egg 977s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages 977s Adding fibpy 42.0.0 to easy-install.pth file 977s 977s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 977s Processing dependencies for fibpy==42.0.0 977s Finished processing dependencies for fibpy==42.0.0 977s testFibC 977s running install 977s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 977s !! 977s 977s ******************************************************************************** 977s Please avoid running ``setup.py`` directly. 977s Instead, use pypa/build, pypa/installer or other 977s standards-based tools. 977s 977s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 977s ******************************************************************************** 977s 977s !! 977s self.initialize_options() 977s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 977s !! 977s 977s ******************************************************************************** 977s Please avoid running ``setup.py`` and ``easy_install``. 977s Instead, use pypa/build, pypa/installer or other 977s standards-based tools. 977s 977s See https://github.com/pypa/setuptools/issues/917 for details. 977s ******************************************************************************** 977s 977s !! 977s self.initialize_options() 977s running bdist_egg 977s running egg_info 977s creating fibc.egg-info 977s writing fibc.egg-info/PKG-INFO 977s writing dependency_links to fibc.egg-info/dependency_links.txt 977s writing top-level names to fibc.egg-info/top_level.txt 977s writing manifest file 'fibc.egg-info/SOURCES.txt' 977s reading manifest file 'fibc.egg-info/SOURCES.txt' 977s writing manifest file 'fibc.egg-info/SOURCES.txt' 977s installing library code to build/bdist.linux-s390x/egg 977s running install_lib 977s running build_ext 977s building 'fibc' extension 977s creating build/temp.linux-s390x-pypy311 977s gcc -pthread -DNDEBUG -O2 -fPIC -I/usr/include/pypy3.11 -c fibc.c -o build/temp.linux-s390x-pypy311/fibc.o 977s creating build/lib.linux-s390x-pypy311 977s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/fibc.o -o build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so 977s creating build/bdist.linux-s390x/egg 977s copying build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 977s creating stub loader for fibc.pypy311-pp73-s390x-linux-gnu.so 977s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.pypy311.pyc 977s creating build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 977s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 977s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 977s creating dist 977s creating 'dist/fibc-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 977s removing 'build/bdist.linux-s390x/egg' (and everything under it) 977s Processing fibc-42.0.0-py3.11-linux-s390x.egg 977s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 977s Extracting fibc-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages 977s Adding fibc 42.0.0 to easy-install.pth file 977s 977s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 977s Processing dependencies for fibc==42.0.0 977s Finished processing dependencies for fibc==42.0.0 977s testFibCFFI 978s running install 978s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 978s !! 978s 978s ******************************************************************************** 978s Please avoid running ``setup.py`` directly. 978s Instead, use pypa/build, pypa/installer or other 978s standards-based tools. 978s 978s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 978s ******************************************************************************** 978s 978s !! 978s self.initialize_options() 978s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 978s !! 978s 978s ******************************************************************************** 978s Please avoid running ``setup.py`` and ``easy_install``. 978s Instead, use pypa/build, pypa/installer or other 978s standards-based tools. 978s 978s See https://github.com/pypa/setuptools/issues/917 for details. 978s ******************************************************************************** 978s 978s !! 978s self.initialize_options() 978s running bdist_egg 978s running egg_info 978s creating fibcffi.egg-info 978s writing fibcffi.egg-info/PKG-INFO 978s writing dependency_links to fibcffi.egg-info/dependency_links.txt 978s writing top-level names to fibcffi.egg-info/top_level.txt 978s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 978s reading manifest file 'fibcffi.egg-info/SOURCES.txt' 978s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 978s installing library code to build/bdist.linux-s390x/egg 978s running install_lib 978s running build_py 978s creating build/lib.linux-s390x-pypy311 978s copying fibcffi.py -> build/lib.linux-s390x-pypy311 978s running build_ext 978s generating cffi module 'build/temp.linux-s390x-pypy311/_fib.c' 978s creating build/temp.linux-s390x-pypy311 978s building '_fib' extension 978s creating build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311 978s gcc -pthread -DNDEBUG -O2 -fPIC -I/usr/include/pypy3.11 -c build/temp.linux-s390x-pypy311/_fib.c -o build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o 978s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o -o build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so 978s creating build/bdist.linux-s390x/egg 978s copying build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 978s copying build/lib.linux-s390x-pypy311/fibcffi.py -> build/bdist.linux-s390x/egg 978s byte-compiling build/bdist.linux-s390x/egg/fibcffi.py to fibcffi.pypy311.pyc 978s creating stub loader for _fib.pypy311-pp73-s390x-linux-gnu.so 978s byte-compiling build/bdist.linux-s390x/egg/_fib.py to _fib.pypy311.pyc 978s creating build/bdist.linux-s390x/egg/EGG-INFO 978s copying fibcffi.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 978s copying fibcffi.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 978s copying fibcffi.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 978s copying fibcffi.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 978s copying fibcffi.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 978s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 978s creating dist 978s creating 'dist/fibcffi-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 978s removing 'build/bdist.linux-s390x/egg' (and everything under it) 978s Processing fibcffi-42.0.0-py3.11-linux-s390x.egg 978s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 978s Extracting fibcffi-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages 978s Adding fibcffi 42.0.0 to easy-install.pth file 978s 978s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 978s Processing dependencies for fibcffi==42.0.0 978s Finished processing dependencies for fibcffi==42.0.0 978s testFibPyDevelop 978s running develop 978s /usr/lib/python3/dist-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 978s !! 978s 978s ******************************************************************************** 978s Please avoid running ``setup.py`` and ``easy_install``. 978s Instead, use pypa/build, pypa/installer or other 978s standards-based tools. 978s 978s See https://github.com/pypa/setuptools/issues/917 for details. 978s ******************************************************************************** 978s 978s !! 978s easy_install.initialize_options(self) 978s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 978s !! 978s 978s ******************************************************************************** 978s Please avoid running ``setup.py`` directly. 978s Instead, use pypa/build, pypa/installer or other 978s standards-based tools. 978s 978s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 978s ******************************************************************************** 978s 978s !! 978s self.initialize_options() 978s running egg_info 978s writing fibpy.egg-info/PKG-INFO 978s writing dependency_links to fibpy.egg-info/dependency_links.txt 978s writing top-level names to fibpy.egg-info/top_level.txt 978s reading manifest file 'fibpy.egg-info/SOURCES.txt' 978s writing manifest file 'fibpy.egg-info/SOURCES.txt' 978s running build_ext 978s Creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibpy.egg-link (link to .) 978s Adding fibpy 42.0.0 to easy-install.pth file 979s 979s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 979s Processing dependencies for fibpy==42.0.0 979s Finished processing dependencies for fibpy==42.0.0 979s testFibPyPip 979s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.11) 979s Processing ./packages/fibpy 979s Preparing metadata (pyproject.toml): started 979s Running command Preparing metadata (pyproject.toml) 979s running dist_info 979s creating /tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info 979s writing /tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/PKG-INFO 979s writing dependency_links to /tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/dependency_links.txt 979s writing top-level names to /tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/top_level.txt 979s writing manifest file '/tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/SOURCES.txt' 979s reading manifest file '/tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/SOURCES.txt' 979s writing manifest file '/tmp/pip-modern-metadata-tdj8977b/fibpy.egg-info/SOURCES.txt' 979s creating '/tmp/pip-modern-metadata-tdj8977b/fibpy-42.0.0.dist-info' 979s Preparing metadata (pyproject.toml): finished with status 'done' 979s Building wheels for collected packages: fibpy 979s Building wheel for fibpy (pyproject.toml): started 979s Running command Building wheel for fibpy (pyproject.toml) 980s running bdist_wheel 980s running build 980s running build_py 980s installing to build/bdist.linux-s390x/wheel 980s running install 980s running install_lib 980s creating build/bdist.linux-s390x/wheel 980s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 980s running install_egg_info 980s running egg_info 980s writing fibpy.egg-info/PKG-INFO 980s writing dependency_links to fibpy.egg-info/dependency_links.txt 980s writing top-level names to fibpy.egg-info/top_level.txt 980s reading manifest file 'fibpy.egg-info/SOURCES.txt' 980s writing manifest file 'fibpy.egg-info/SOURCES.txt' 980s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 980s running install_scripts 980s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 980s creating '/tmp/pip-wheel-i8bov4c8/.tmp-ut_j37cp/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 980s adding 'fibpy.py' 980s adding 'fibpy-42.0.0.dist-info/METADATA' 980s Building wheel for fibpy (pyproject.toml): finished with status 'done' 980s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=7fa9706c2fb633d28c97ea087f98415fadd47e37defba3442c0a8322cbeda7b8 980s Stored in directory: /tmp/pip-ephem-wheel-cache-6mp_bvd3/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 980s Successfully built fibpy 980s adding 'fibpy-42.0.0.dist-info/WHEEL' 980s adding 'fibpy-42.0.0.dist-info/top_level.txt' 980s adding 'fibpy-42.0.0.dist-info/zip-safe' 980s adding 'fibpy-42.0.0.dist-info/RECORD' 980s removing build/bdist.linux-s390x/wheel 980s Installing collected packages: fibpy 980s Successfully installed fibpy-42.0.0 980s testFibPyPipEditable 981s Using pip 25.0 from /usr/lib/python3/dist-packages/pip (python 3.11) 981s Obtaining file:///tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 981s Checking if build backend supports build_editable: started 981s Running command Checking if build backend supports build_editable 981s Checking if build backend supports build_editable: finished with status 'done' 981s Preparing editable metadata (pyproject.toml): started 981s Running command Preparing editable metadata (pyproject.toml) 981s running dist_info 981s creating /tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info 981s writing /tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/PKG-INFO 981s writing dependency_links to /tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/dependency_links.txt 981s writing top-level names to /tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/top_level.txt 981s writing manifest file '/tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/SOURCES.txt' 981s reading manifest file '/tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/SOURCES.txt' 981s writing manifest file '/tmp/pip-modern-metadata-drt41yrf/fibpy.egg-info/SOURCES.txt' 981s creating '/tmp/pip-modern-metadata-drt41yrf/fibpy-42.0.0.dist-info' 981s Preparing editable metadata (pyproject.toml): finished with status 'done' 981s Building wheels for collected packages: fibpy 981s Building editable for fibpy (pyproject.toml): started 981s Running command Building editable for fibpy (pyproject.toml) 982s running editable_wheel 982s creating /tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info 982s writing /tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/PKG-INFO 982s writing dependency_links to /tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/dependency_links.txt 982s writing top-level names to /tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/top_level.txt 982s writing manifest file '/tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/SOURCES.txt' 982s reading manifest file '/tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/SOURCES.txt' 982s writing manifest file '/tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy.egg-info/SOURCES.txt' 982s creating '/tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy-42.0.0.dist-info' 982s creating /tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy-42.0.0.dist-info/WHEEL 982s running build_py 982s Editable install will be performed using a meta path finder. 982s 982s Options like `package-data`, `include/exclude-package-data` or 982s `packages.find.exclude/include` may have no effect. 982s 982s adding '__editable___fibpy_42_0_0_finder.py' 982s adding '__editable__.fibpy-42.0.0.pth' 982s creating '/tmp/pip-wheel-c37w3nfq/.tmp-7wvu6qdg/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmpu7e8_15rfibpy-42.0.0-0.editable-py3-none-any.whl' to it 982s adding 'fibpy-42.0.0.dist-info/METADATA' 982s adding 'fibpy-42.0.0.dist-info/WHEEL' 982s adding 'fibpy-42.0.0.dist-info/top_level.txt' 982s adding 'fibpy-42.0.0.dist-info/zip-safe' 982s adding 'fibpy-42.0.0.dist-info/RECORD' 982s /usr/lib/python3/dist-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 982s !! 982s 982s ******************************************************************************** 982s Please be careful with folders in your working directory with the same 982s Building editable for fibpy (pyproject.toml): finished with status 'done' 982s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2816 sha256=8edef2a4808546fe06ad04c41651f1bf542b85749aaf76e37bbc52ade726fbb4 982s Stored in directory: /tmp/pip-ephem-wheel-cache-lgh3hlm8/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 982s Successfully built fibpy 982s name as your package as they may take precedence during imports. 982s ******************************************************************************** 982s 982s !! 982s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 982s Installing collected packages: fibpy 982s Successfully installed fibpy-42.0.0 982s testFibPyDistutilsLocal 982s running install 982s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 982s !! 982s 982s ******************************************************************************** 982s Please avoid running ``setup.py`` directly. 982s Instead, use pypa/build, pypa/installer or other 982s standards-based tools. 982s 982s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 982s ******************************************************************************** 982s 982s !! 982s self.initialize_options() 982s /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 982s !! 982s 982s ******************************************************************************** 982s Please avoid running ``setup.py`` and ``easy_install``. 982s Instead, use pypa/build, pypa/installer or other 982s standards-based tools. 982s 982s See https://github.com/pypa/setuptools/issues/917 for details. 982s ******************************************************************************** 982s 982s !! 982s self.initialize_options() 982s running bdist_egg 982s running egg_info 982s writing fibpy.egg-info/PKG-INFO 982s writing dependency_links to fibpy.egg-info/dependency_links.txt 982s writing top-level names to fibpy.egg-info/top_level.txt 982s reading manifest file 'fibpy.egg-info/SOURCES.txt' 982s writing manifest file 'fibpy.egg-info/SOURCES.txt' 982s installing library code to build/bdist.linux-s390x/egg 982s running install_lib 982s running build_py 982s creating build/bdist.linux-s390x/egg 982s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 982s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 982s creating build/bdist.linux-s390x/egg/EGG-INFO 982s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 982s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 982s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 982s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 982s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 982s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 982s removing 'build/bdist.linux-s390x/egg' (and everything under it) 982s Processing fibpy-42.0.0-py3.11.egg 982s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages 982s Adding fibpy 42.0.0 to easy-install.pth file 982s 982s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 982s Processing dependencies for fibpy==42.0.0 982s Finished processing dependencies for fibpy==42.0.0 982s 982s Ran 7 tests. 982s 982s OK 982s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 982s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 982s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 982s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 982s autopkgtest: DBG: testbed command exited with code 0 983s autopkgtest [12:44:58]: test module-install-user: -----------------------] 983s autopkgtest: DBG: testbed executing test finished with exit status 0 983s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-user-stdout /tmp/autopkgtest-work.cydq8gxh/out/module-install-user-stdout 983s autopkgtest: DBG: got reply from testbed: ok 983s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-user-stderr /tmp/autopkgtest-work.cydq8gxh/out/module-install-user-stderr 983s autopkgtest: DBG: got reply from testbed: ok 983s module-install-user PASS 983s autopkgtest [12:44:58]: test module-install-user: - - - - - - - - - - results - - - - - - - - - - 983s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-user-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 983s autopkgtest: DBG: got reply from testbed: ok 983s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/module-install-user-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 984s autopkgtest: DBG: testbed command exited with code 0 984s autopkgtest [12:44:59]: test module-install-venv: preparing testbed 984s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'pypy3-dev', 'python3-pip', 'python3-setuptools', 'shunit2'], deps_new=['build-essential', 'pypy3-dev', 'pypy3-venv', 'python3-wheel-whl', 'shunit2'] 984s autopkgtest: DBG: testbed reset 984s autopkgtest: DBG: sending command to testbed: revert 1125s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 1125s autopkgtest: DBG: sending command to testbed: print-execute-command 1125s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 1125s autopkgtest: DBG: sending command to testbed: capabilities 1125s autopkgtest: DBG: got reply from testbed: ok reboot ok isolation-machine suggested-normal-user=ubuntu root-on-testbed revert-full-system revert 1125s autopkgtest: DBG: testbed capabilities: ['reboot', 'ok', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'revert', 'has_internet'] 1125s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 1125s autopkgtest: DBG: got reply from testbed: ok 1125s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest [12:47:20]: testbed dpkg architecture: s390x 1125s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest [12:47:20]: testbed apt version: 2.9.30 1125s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest: DBG: testbed has eatmydata 1126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest [12:47:21]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1126s 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 [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest [12:47:21]: testbed release detected to be: plucky 1126s 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 [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s 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 [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest: DBG: adding APT source: Types: deb deb-src 1126s URIs: http://ftpmaster.internal/ubuntu/ 1126s Suites: plucky-proposed 1126s Components: main restricted universe multiverse 1126s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1126s 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 [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1126s Package: * 1126s Pin: release plucky-proposed 1126s Pin-Priority: 500 1126s 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 [] 1127s autopkgtest: DBG: testbed command exited with code 0 1127s autopkgtest [12:47:22]: updating testbed package index (apt update) 1127s 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'] 1127s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1127s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1127s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1127s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1127s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 1128s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 1128s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 1128s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 1128s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 1128s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 1128s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 1128s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 1128s Fetched 1700 kB in 1s (1838 kB/s) 1128s Reading package lists... 1128s autopkgtest: DBG: testbed command exited with code 0 1128s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1128s Package: * 1128s Pin: release plucky-proposed 1128s Pin-Priority: 100 1128s 1128s Package: src:sphinx:any 1128s Pin: release plucky-proposed 1128s Pin-Priority: 995 1128s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1129s autopkgtest: DBG: testbed command exited with code 0 1129s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1129s autopkgtest: DBG: testbed command exited with code 0 1129s 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'] 1129s + lsb_release --codename --short 1129s + RELEASE=plucky 1129s + cat 1129s + [ plucky != trusty ] 1129s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1129s Reading package lists... 1129s Building dependency tree... 1129s Reading state information... 1129s Calculating upgrade... 1129s The following packages were automatically installed and are no longer required: 1129s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 1129s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1129s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1129s linux-tools-6.11.0-8-generic 1129s Use 'sudo apt autoremove' to remove them. 1129s The following packages will be upgraded: 1129s iproute2 liblsof0 libp11-kit0 lsof 1130s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1130s Need to get 1791 kB of archives. 1130s After this operation, 17.4 kB of additional disk space will be used. 1130s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 1130s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 1130s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 1130s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 1130s Preconfiguring packages ... 1130s Fetched 1791 kB in 1s (2819 kB/s) 1131s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 1131s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 1131s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 1131s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 1131s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 1131s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 1131s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 1131s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 1131s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 1131s Setting up liblsof0 (4.99.4+dfsg-1) ... 1131s Setting up iproute2 (6.13.0-1ubuntu1) ... 1131s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 1131s Setting up lsof (4.99.4+dfsg-1) ... 1131s Processing triggers for man-db (2.13.0-1) ... 1131s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1132s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1132s + /usr/lib/apt/apt-helper analyze-pattern ?true 1132s + uname+ -r 1132s sed s/\./\\./g 1132s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 1132s + + apt list ?obsolete 1132s grep -v ^linux-.*6\.12\.0-15-generic.* 1132s + tail -n+2 1132s + cut -d/ -f1 1132s + true 1132s + obsolete_pkgs= 1132s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1132s Reading package lists... 1132s Building dependency tree... 1132s Reading state information... 1132s The following packages will be REMOVED: 1132s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 1132s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1132s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1132s linux-tools-6.11.0-8-generic* 1132s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 1132s After this operation, 167 MB disk space will be freed. 1132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 1132s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1132s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1132s Removing libpython3.12t64:s390x (3.12.9-1) ... 1132s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 1132s Removing libnsl2:s390x (1.3.0-3build3) ... 1132s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 1133s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1133s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1134s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1134s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1134s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 1134s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 1134s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1134s + grep -q trusty /etc/lsb-release 1134s + [ ! -d /usr/share/doc/unattended-upgrades ] 1134s + [ ! -d /usr/share/doc/lxd ] 1134s + [ ! -d /usr/share/doc/lxd-client ] 1134s + [ ! -d /usr/share/doc/snapd ] 1134s + type iptables 1134s + cat 1134s + chmod 755 /etc/rc.local 1134s + . /etc/rc.local 1134s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1134s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1134s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1134s + uname -m 1134s + [ s390x = ppc64le ] 1134s + [ -d /run/systemd/system ] 1134s + systemd-detect-virt --quiet --vm 1134s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1134s + cat 1134s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1134s + echo COMPRESS=lz4 1134s autopkgtest: DBG: testbed command exited with code 0 1134s autopkgtest [12:47:29]: upgrading testbed (apt dist-upgrade and autopurge) 1134s 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'] 1134s Reading package lists... 1134s Building dependency tree... 1134s Reading state information... 1135s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1135s Starting 2 pkgProblemResolver with broken count: 0 1135s Done 1135s Entering ResolveByKeep 1135s 1135s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1135s autopkgtest: DBG: testbed command exited with code 0 1135s 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'] 1135s Reading package lists... 1135s Building dependency tree... 1135s Reading state information... 1136s Starting pkgProblemResolver with broken count: 0 1136s Starting 2 pkgProblemResolver with broken count: 0 1136s Done 1136s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1136s autopkgtest: DBG: testbed command exited with code 0 1136s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1136s autopkgtest: DBG: testbed command exited with code 1 1136s autopkgtest [12:47:31]: rebooting testbed after setup commands that affected boot 1136s autopkgtest: DBG: sending command to testbed: reboot 1156s autopkgtest: DBG: got reply from testbed: ok 1156s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1156s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1156s autopkgtest: DBG: testbed command exited with code 0 1156s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 1156s autopkgtest: DBG: got reply from testbed: ok 1156s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1156s autopkgtest: DBG: testbed command exited with code 0 1156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1156s autopkgtest: DBG: testbed command exited with code 0 1156s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1157s autopkgtest: DBG: testbed command exited with code 0 1157s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1157s autopkgtest: DBG: testbed command exited with code 0 1157s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 1157s autopkgtest: DBG: got reply from testbed: ok 1157s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1157s autopkgtest: DBG: testbed command exited with code 0 1157s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1157s autopkgtest: DBG: testbed command exited with code 0 1157s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1157s autopkgtest: DBG: testbed command exited with code 0 1157s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 1158s autopkgtest: DBG: testbed command exited with code 0 1158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 1158s autopkgtest: DBG: got reply from testbed: ok 1158s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1158s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1158s autopkgtest: DBG: testbed command exited with code 0 1158s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 1158s autopkgtest: DBG: got reply from testbed: ok 1158s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1158s autopkgtest: DBG: testbed command exited with code 0 1158s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1159s autopkgtest: DBG: testbed command exited with code 0 1159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1159s autopkgtest: DBG: testbed command exited with code 0 1159s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1159s autopkgtest: DBG: testbed command exited with code 0 1159s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 1159s autopkgtest: DBG: got reply from testbed: ok 1159s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1159s autopkgtest: DBG: testbed command exited with code 0 1159s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1159s autopkgtest: DBG: testbed command exited with code 0 1159s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1160s autopkgtest: DBG: testbed command exited with code 0 1160s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1160s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'pypy3-dev', 'pypy3-venv', 'python3-wheel-whl', 'shunit2'] 1160s autopkgtest: DBG: install-deps: satisfying build-essential, pypy3-dev, pypy3-venv, python3-wheel-whl, shunit2 1160s autopkgtest: DBG: can use apt-get on testbed: True 1160s 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, pypy3-dev, pypy3-venv, python3-wheel-whl, shunit2'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1160s Reading package lists... 1160s Building dependency tree... 1160s Reading state information... 1160s Starting pkgProblemResolver with broken count: 0 1160s Starting 2 pkgProblemResolver with broken count: 0 1160s Done 1161s The following NEW packages will be installed: 1161s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 1161s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 1161s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libgcc-14-dev 1161s libgomp1 libisl23 libitm1 libmpc3 libstdc++-14-dev libubsan1 pypy3 pypy3-dev 1161s pypy3-lib pypy3-venv python3-pip-whl python3-setuptools-whl 1161s python3-wheel-whl shunit2 1161s 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. 1161s Need to get 69.3 MB of archives. 1161s After this operation, 243 MB of additional disk space will be used. 1161s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 1161s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 1162s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 1162s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 1162s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 1162s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 1162s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 1162s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 1162s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 1162s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 1162s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 1162s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 1162s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 1162s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 1163s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 1163s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 1163s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 1163s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 1163s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 1163s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 1164s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 1164s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 1164s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 1164s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 1164s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-dev all 7.3.18+dfsg-2 [79.9 kB] 1164s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 1164s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 1164s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-venv all 7.3.18+dfsg-2 [32.2 kB] 1164s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 1164s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 1164s Fetched 69.3 MB in 3s (21.2 MB/s) 1164s Selecting previously unselected package pypy3-lib:s390x. 1164s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 1164s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 1164s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 1165s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 1165s Selecting previously unselected package pypy3. 1165s (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 ... 57180 files and directories currently installed.) 1165s Preparing to unpack .../00-pypy3_7.3.18+dfsg-2_s390x.deb ... 1165s Unpacking pypy3 (7.3.18+dfsg-2) ... 1165s Selecting previously unselected package libisl23:s390x. 1165s Preparing to unpack .../01-libisl23_0.27-1_s390x.deb ... 1165s Unpacking libisl23:s390x (0.27-1) ... 1165s Selecting previously unselected package libmpc3:s390x. 1165s Preparing to unpack .../02-libmpc3_1.3.1-1build2_s390x.deb ... 1165s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1165s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1165s Preparing to unpack .../03-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1165s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1165s Selecting previously unselected package cpp-14. 1165s Preparing to unpack .../04-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 1165s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 1165s Selecting previously unselected package cpp-s390x-linux-gnu. 1165s Preparing to unpack .../05-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1165s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1165s Selecting previously unselected package cpp. 1165s Preparing to unpack .../06-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 1165s Unpacking cpp (4:14.2.0-1ubuntu1) ... 1165s Selecting previously unselected package libcc1-0:s390x. 1165s Preparing to unpack .../07-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 1165s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 1165s Selecting previously unselected package libgomp1:s390x. 1165s Preparing to unpack .../08-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 1165s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 1165s Selecting previously unselected package libitm1:s390x. 1165s Preparing to unpack .../09-libitm1_15-20250213-1ubuntu1_s390x.deb ... 1165s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 1165s Selecting previously unselected package libasan8:s390x. 1165s Preparing to unpack .../10-libasan8_15-20250213-1ubuntu1_s390x.deb ... 1165s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 1165s Selecting previously unselected package libubsan1:s390x. 1165s Preparing to unpack .../11-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 1165s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 1165s Selecting previously unselected package libgcc-14-dev:s390x. 1165s Preparing to unpack .../12-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1165s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1165s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1165s Preparing to unpack .../13-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1165s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1166s Selecting previously unselected package gcc-14. 1166s Preparing to unpack .../14-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 1166s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 1166s Selecting previously unselected package gcc-s390x-linux-gnu. 1166s Preparing to unpack .../15-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1166s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1166s Selecting previously unselected package gcc. 1166s Preparing to unpack .../16-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 1166s Unpacking gcc (4:14.2.0-1ubuntu1) ... 1166s Selecting previously unselected package libstdc++-14-dev:s390x. 1166s Preparing to unpack .../17-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1166s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1166s Selecting previously unselected package g++-14-s390x-linux-gnu. 1166s Preparing to unpack .../18-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1166s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1166s Selecting previously unselected package g++-14. 1166s Preparing to unpack .../19-g++-14_14.2.0-17ubuntu1_s390x.deb ... 1166s Unpacking g++-14 (14.2.0-17ubuntu1) ... 1166s Selecting previously unselected package g++-s390x-linux-gnu. 1166s Preparing to unpack .../20-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1166s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1166s Selecting previously unselected package g++. 1166s Preparing to unpack .../21-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 1166s Unpacking g++ (4:14.2.0-1ubuntu1) ... 1166s Selecting previously unselected package build-essential. 1166s Preparing to unpack .../22-build-essential_12.10ubuntu1_s390x.deb ... 1166s Unpacking build-essential (12.10ubuntu1) ... 1166s Selecting previously unselected package pypy3-dev. 1166s Preparing to unpack .../23-pypy3-dev_7.3.18+dfsg-2_all.deb ... 1166s Unpacking pypy3-dev (7.3.18+dfsg-2) ... 1166s Selecting previously unselected package python3-pip-whl. 1166s Preparing to unpack .../24-python3-pip-whl_25.0+dfsg-1_all.deb ... 1166s Unpacking python3-pip-whl (25.0+dfsg-1) ... 1166s Selecting previously unselected package python3-setuptools-whl. 1166s Preparing to unpack .../25-python3-setuptools-whl_75.6.0-1_all.deb ... 1166s Unpacking python3-setuptools-whl (75.6.0-1) ... 1166s Selecting previously unselected package pypy3-venv. 1166s Preparing to unpack .../26-pypy3-venv_7.3.18+dfsg-2_all.deb ... 1166s Unpacking pypy3-venv (7.3.18+dfsg-2) ... 1166s Selecting previously unselected package python3-wheel-whl. 1166s Preparing to unpack .../27-python3-wheel-whl_0.45.1-1_all.deb ... 1166s Unpacking python3-wheel-whl (0.45.1-1) ... 1166s Selecting previously unselected package shunit2. 1166s Preparing to unpack .../28-shunit2_2.1.8-4_all.deb ... 1166s Unpacking shunit2 (2.1.8-4) ... 1166s Setting up python3-setuptools-whl (75.6.0-1) ... 1166s Setting up shunit2 (2.1.8-4) ... 1166s Setting up python3-pip-whl (25.0+dfsg-1) ... 1166s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 1166s Setting up pypy3 (7.3.18+dfsg-2) ... 1170s running pypy3 rtupdate hooks for 7.3 1176s running pypy3 post-rtupdate hooks for 7.3 1176s Setting up libmpc3:s390x (1.3.1-1build2) ... 1176s Setting up pypy3-dev (7.3.18+dfsg-2) ... 1176s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 1176s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 1176s Setting up libisl23:s390x (0.27-1) ... 1176s Setting up python3-wheel-whl (0.45.1-1) ... 1176s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 1176s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 1176s Setting up pypy3-venv (7.3.18+dfsg-2) ... 1176s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1176s Setting up cpp-14 (14.2.0-17ubuntu1) ... 1176s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1176s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1176s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1176s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1176s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1176s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1176s Setting up cpp (4:14.2.0-1ubuntu1) ... 1176s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1176s Setting up gcc-14 (14.2.0-17ubuntu1) ... 1176s Setting up g++-14 (14.2.0-17ubuntu1) ... 1176s Setting up gcc (4:14.2.0-1ubuntu1) ... 1176s Setting up g++ (4:14.2.0-1ubuntu1) ... 1176s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1176s Setting up build-essential (12.10ubuntu1) ... 1176s Processing triggers for man-db (2.13.0-1) ... 1177s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1177s autopkgtest: DBG: testbed command exited with code 0 1177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-dev'], kind short, sout pipe, serr pipe, env [] 1177s autopkgtest: DBG: testbed command exited with code 0 1177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-venv'], kind short, sout pipe, serr pipe, env [] 1178s autopkgtest: DBG: testbed command exited with code 0 1178s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/module-install-venv-packages.all"], kind short, sout raw, serr pipe, env [] 1178s autopkgtest: DBG: testbed command exited with code 0 1178s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-venv-packages.all /tmp/autopkgtest-work.cydq8gxh/out/module-install-venv-packages.all 1178s autopkgtest: DBG: got reply from testbed: ok 1178s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 1178s autopkgtest: DBG: testbed command exited with code 1 1178s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI/build.Nhm'], kind short, sout raw, serr pipe, env [] 1181s autopkgtest: DBG: testbed command exited with code 0 1181s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ /tmp/autopkgtest.jc2gTI/build.Nhm/src/ 1230s autopkgtest: DBG: got reply from testbed: ok 1230s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr pipe, env [] 1231s autopkgtest: DBG: testbed command exited with code 0 1231s autopkgtest [12:49:06]: test module-install-venv: [----------------------- 1231s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/module-install-venv-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/module-install-venv-stderr --stdout=/tmp/autopkgtest.jc2gTI/module-install-venv-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-venv -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-venv'], kind test, sout raw, serr raw, env [] 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/module-install-venv-artifacts 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/module-install-venv-stderr 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/module-install-venv-stdout 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-venv 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-venv 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.ASS5CS969v/out to stdout and file: /tmp/autopkgtest.jc2gTI/module-install-venv-stdout 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.ASS5CS969v/err to standard error and file: /tmp/autopkgtest.jc2gTI/module-install-venv-stdout 1231s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1535 to /tmp/autopkgtest_script_pid 1237s testVirtualenvLayout 1238s WARNING: Skipping fibpy as it is not installed. 1238s WARNING: Skipping fibc as it is not installed. 1238s testFibPy 1238s running install 1238s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1238s !! 1238s 1238s ******************************************************************************** 1238s Please avoid running ``setup.py`` directly. 1238s Instead, use pypa/build, pypa/installer or other 1238s standards-based tools. 1238s 1238s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1238s ******************************************************************************** 1238s 1238s !! 1238s self.initialize_options() 1239s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1239s !! 1239s 1239s ******************************************************************************** 1239s Please avoid running ``setup.py`` and ``easy_install``. 1239s Instead, use pypa/build, pypa/installer or other 1239s standards-based tools. 1239s 1239s See https://github.com/pypa/setuptools/issues/917 for details. 1239s ******************************************************************************** 1239s 1239s !! 1239s self.initialize_options() 1239s running bdist_egg 1239s running egg_info 1239s creating fibpy.egg-info 1239s writing fibpy.egg-info/PKG-INFO 1239s writing dependency_links to fibpy.egg-info/dependency_links.txt 1239s writing top-level names to fibpy.egg-info/top_level.txt 1239s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1239s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1239s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1239s installing library code to build/bdist.linux-s390x/egg 1239s running install_lib 1239s running build_py 1239s creating build/lib 1239s copying fibpy.py -> build/lib 1239s creating build/bdist.linux-s390x/egg 1239s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 1239s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 1239s creating build/bdist.linux-s390x/egg/EGG-INFO 1239s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1239s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1239s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1239s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1239s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1239s creating dist 1239s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 1239s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1239s Processing fibpy-42.0.0-py3.11.egg 1239s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1239s Adding fibpy 42.0.0 to easy-install.pth file 1239s 1239s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 1239s Processing dependencies for fibpy==42.0.0 1239s Finished processing dependencies for fibpy==42.0.0 1239s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.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 1239s Found existing installation: fibpy 42.0.0 1239s Uninstalling fibpy-42.0.0: 1239s Successfully uninstalled fibpy-42.0.0 1239s WARNING: Skipping fibc as it is not installed. 1239s testFibC 1240s running install 1240s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1240s !! 1240s 1240s ******************************************************************************** 1240s Please avoid running ``setup.py`` directly. 1240s Instead, use pypa/build, pypa/installer or other 1240s standards-based tools. 1240s 1240s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1240s ******************************************************************************** 1240s 1240s !! 1240s self.initialize_options() 1240s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1240s !! 1240s 1240s ******************************************************************************** 1240s Please avoid running ``setup.py`` and ``easy_install``. 1240s Instead, use pypa/build, pypa/installer or other 1240s standards-based tools. 1240s 1240s See https://github.com/pypa/setuptools/issues/917 for details. 1240s ******************************************************************************** 1240s 1240s !! 1240s self.initialize_options() 1240s running bdist_egg 1240s running egg_info 1240s creating fibc.egg-info 1240s writing fibc.egg-info/PKG-INFO 1240s writing dependency_links to fibc.egg-info/dependency_links.txt 1240s writing top-level names to fibc.egg-info/top_level.txt 1240s writing manifest file 'fibc.egg-info/SOURCES.txt' 1240s reading manifest file 'fibc.egg-info/SOURCES.txt' 1240s writing manifest file 'fibc.egg-info/SOURCES.txt' 1240s installing library code to build/bdist.linux-s390x/egg 1240s running install_lib 1240s running build_ext 1240s building 'fibc' extension 1240s creating build/temp.linux-s390x-pypy311 1240s gcc -pthread -DNDEBUG -O2 -fPIC -I/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/include -I/usr/include/pypy3.11 -c fibc.c -o build/temp.linux-s390x-pypy311/fibc.o 1240s creating build/lib.linux-s390x-pypy311 1240s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/fibc.o -o build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so 1240s creating build/bdist.linux-s390x/egg 1240s copying build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 1240s creating stub loader for fibc.pypy311-pp73-s390x-linux-gnu.so 1240s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.pypy311.pyc 1240s creating build/bdist.linux-s390x/egg/EGG-INFO 1240s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1240s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1240s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1240s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1240s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1240s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 1240s creating dist 1240s creating 'dist/fibc-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 1240s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1240s Processing fibc-42.0.0-py3.11-linux-s390x.egg 1240s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 1240s Extracting fibc-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1240s Adding fibc 42.0.0 to easy-install.pth file 1240s 1240s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 1240s Processing dependencies for fibc==42.0.0 1240s Finished processing dependencies for fibc==42.0.0 1241s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-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 1241s WARNING: Skipping fibpy as it is not installed. 1241s Found existing installation: fibc 42.0.0 1241s Uninstalling fibc-42.0.0: 1241s Successfully uninstalled fibc-42.0.0 1241s testFibCFFI 1241s running install 1241s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1241s !! 1241s 1241s ******************************************************************************** 1241s Please avoid running ``setup.py`` directly. 1241s Instead, use pypa/build, pypa/installer or other 1241s standards-based tools. 1241s 1241s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1241s ******************************************************************************** 1241s 1241s !! 1241s self.initialize_options() 1241s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1241s !! 1241s 1241s ******************************************************************************** 1241s Please avoid running ``setup.py`` and ``easy_install``. 1241s Instead, use pypa/build, pypa/installer or other 1241s standards-based tools. 1241s 1241s See https://github.com/pypa/setuptools/issues/917 for details. 1241s ******************************************************************************** 1241s 1241s !! 1241s self.initialize_options() 1242s running bdist_egg 1242s running egg_info 1242s creating fibcffi.egg-info 1242s writing fibcffi.egg-info/PKG-INFO 1242s writing dependency_links to fibcffi.egg-info/dependency_links.txt 1242s writing top-level names to fibcffi.egg-info/top_level.txt 1242s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 1242s reading manifest file 'fibcffi.egg-info/SOURCES.txt' 1242s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 1242s installing library code to build/bdist.linux-s390x/egg 1242s running install_lib 1242s running build_py 1242s creating build/lib.linux-s390x-pypy311 1242s copying fibcffi.py -> build/lib.linux-s390x-pypy311 1242s running build_ext 1242s generating cffi module 'build/temp.linux-s390x-pypy311/_fib.c' 1242s creating build/temp.linux-s390x-pypy311 1242s building '_fib' extension 1242s creating build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311 1242s gcc -pthread -DNDEBUG -O2 -fPIC -I/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/include -I/usr/include/pypy3.11 -c build/temp.linux-s390x-pypy311/_fib.c -o build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o 1242s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o -o build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so 1242s creating build/bdist.linux-s390x/egg 1242s copying build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 1242s copying build/lib.linux-s390x-pypy311/fibcffi.py -> build/bdist.linux-s390x/egg 1242s byte-compiling build/bdist.linux-s390x/egg/fibcffi.py to fibcffi.pypy311.pyc 1242s creating stub loader for _fib.pypy311-pp73-s390x-linux-gnu.so 1242s byte-compiling build/bdist.linux-s390x/egg/_fib.py to _fib.pypy311.pyc 1242s creating build/bdist.linux-s390x/egg/EGG-INFO 1242s copying fibcffi.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1242s copying fibcffi.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1242s copying fibcffi.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1242s copying fibcffi.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1242s copying fibcffi.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1242s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 1242s creating dist 1242s creating 'dist/fibcffi-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 1242s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1242s Processing fibcffi-42.0.0-py3.11-linux-s390x.egg 1242s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 1242s Extracting fibcffi-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1242s Adding fibcffi 42.0.0 to easy-install.pth file 1242s 1242s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 1242s Processing dependencies for fibcffi==42.0.0 1242s Finished processing dependencies for fibcffi==42.0.0 1243s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1243s WARNING: Skipping fibpy as it is not installed. 1243s WARNING: Skipping fibc as it is not installed. 1243s testFibPyDevelop 1243s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 1243s !! 1243s 1243s ******************************************************************************** 1243s Please avoid running ``setup.py`` and ``easy_install``. 1243s Instead, use pypa/build, pypa/installer or other 1243s standards-based tools. 1243s 1243s See https://github.com/pypa/setuptools/issues/917 for details. 1243s ******************************************************************************** 1243s 1243s !! 1243s easy_install.initialize_options(self) 1243s running develop 1243s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1243s !! 1243s 1243s ******************************************************************************** 1243s Please avoid running ``setup.py`` directly. 1243s Instead, use pypa/build, pypa/installer or other 1243s standards-based tools. 1243s 1243s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1243s ******************************************************************************** 1243s 1243s !! 1243s self.initialize_options() 1243s running egg_info 1243s writing fibpy.egg-info/PKG-INFO 1243s writing dependency_links to fibpy.egg-info/dependency_links.txt 1243s writing top-level names to fibpy.egg-info/top_level.txt 1243s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1243s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1243s running build_ext 1243s Creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy.egg-link (link to .) 1243s Adding fibpy 42.0.0 to easy-install.pth file 1243s 1243s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 1243s Processing dependencies for fibpy==42.0.0 1243s Finished processing dependencies for fibpy==42.0.0 1244s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1244s Found existing installation: fibpy 42.0.0 1244s Uninstalling fibpy-42.0.0: 1244s Successfully uninstalled fibpy-42.0.0 1244s WARNING: Skipping fibc as it is not installed. 1244s testFibPyPip 1245s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1245s Looking in links: /usr/share/python-wheels/ 1245s Processing /usr/share/python-wheels/wheel-0.45.1-py3-none-any.whl 1245s Installing collected packages: wheel 1245s Successfully installed wheel-0.45.1 1246s Using pip 25.0 from /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/pip (python 3.11) 1246s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1246s Processing ./packages/fibpy 1246s Preparing metadata (pyproject.toml): started 1246s Running command Preparing metadata (pyproject.toml) 1247s running dist_info 1247s creating /tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info 1247s writing /tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/PKG-INFO 1247s writing dependency_links to /tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/dependency_links.txt 1247s writing top-level names to /tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/top_level.txt 1247s writing manifest file '/tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/SOURCES.txt' 1247s reading manifest file '/tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/SOURCES.txt' 1247s writing manifest file '/tmp/pip-modern-metadata-kizzwuv2/fibpy.egg-info/SOURCES.txt' 1247s creating '/tmp/pip-modern-metadata-kizzwuv2/fibpy-42.0.0.dist-info' 1247s Preparing metadata (pyproject.toml): finished with status 'done' 1247s Building wheels for collected packages: fibpy 1247s Building wheel for fibpy (pyproject.toml): started 1247s Running command Building wheel for fibpy (pyproject.toml) 1248s running bdist_wheel 1248s running build 1248s running build_py 1248s installing to build/bdist.linux-s390x/wheel 1248s running install 1248s running install_lib 1248s creating build/bdist.linux-s390x/wheel 1248s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 1248s running install_egg_info 1248s running egg_info 1248s writing fibpy.egg-info/PKG-INFO 1248s writing dependency_links to fibpy.egg-info/dependency_links.txt 1248s writing top-level names to fibpy.egg-info/top_level.txt 1248s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1248s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1248s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 1248s running install_scripts 1248s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 1248s creating '/tmp/pip-wheel-rftdg2gv/.tmp-nto30rf8/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 1248s Building wheel for fibpy (pyproject.toml): finished with status 'done' 1248s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=c577cf2b80cff75cc5f25ed558fe9c0df569170da04571670a52d76abca8efda 1248s Stored in directory: /tmp/pip-ephem-wheel-cache-h3im8rjo/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 1248s Successfully built fibpy 1248s adding 'fibpy.py' 1248s adding 'fibpy-42.0.0.dist-info/METADATA' 1248s adding 'fibpy-42.0.0.dist-info/WHEEL' 1248s adding 'fibpy-42.0.0.dist-info/top_level.txt' 1248s adding 'fibpy-42.0.0.dist-info/zip-safe' 1248s adding 'fibpy-42.0.0.dist-info/RECORD' 1248s removing build/bdist.linux-s390x/wheel 1248s Installing collected packages: fibpy 1248s Successfully installed fibpy-42.0.0 1249s Found existing installation: fibpy 42.0.0 1249s Uninstalling fibpy-42.0.0: 1249s Successfully uninstalled fibpy-42.0.0 1249s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1249s WARNING: Skipping fibc as it is not installed. 1249s testFibPyPipEditable 1250s Looking in links: /usr/share/python-wheels/ 1250s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1250s Requirement already satisfied: wheel in ./ve/lib/pypy3.11/site-packages (0.45.1) 1250s Using pip 25.0 from /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/pip (python 3.11) 1250s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1250s Obtaining file:///tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 1250s Checking if build backend supports build_editable: started 1250s Running command Checking if build backend supports build_editable 1250s Checking if build backend supports build_editable: finished with status 'done' 1250s Preparing editable metadata (pyproject.toml): started 1250s Running command Preparing editable metadata (pyproject.toml) 1251s running dist_info 1251s creating /tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info 1251s writing /tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/PKG-INFO 1251s writing dependency_links to /tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/dependency_links.txt 1251s writing top-level names to /tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/top_level.txt 1251s writing manifest file '/tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/SOURCES.txt' 1251s reading manifest file '/tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/SOURCES.txt' 1251s writing manifest file '/tmp/pip-modern-metadata-4nn6rw6b/fibpy.egg-info/SOURCES.txt' 1251s creating '/tmp/pip-modern-metadata-4nn6rw6b/fibpy-42.0.0.dist-info' 1251s Preparing editable metadata (pyproject.toml): finished with status 'done' 1251s Running command Building editable for fibpy (pyproject.toml) 1251s Building wheels for collected packages: fibpy 1251s Building editable for fibpy (pyproject.toml): started 1251s running editable_wheel 1251s creating /tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info 1251s writing /tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/PKG-INFO 1251s writing dependency_links to /tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/dependency_links.txt 1251s writing top-level names to /tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/top_level.txt 1251s writing manifest file '/tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/SOURCES.txt' 1251s reading manifest file '/tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/SOURCES.txt' 1251s writing manifest file '/tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy.egg-info/SOURCES.txt' 1251s creating '/tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy-42.0.0.dist-info' 1251s creating /tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy-42.0.0.dist-info/WHEEL 1251s running build_py 1251s Editable install will be performed using a meta path finder. 1251s 1251s Options like `package-data`, `include/exclude-package-data` or 1251s `packages.find.exclude/include` may have no effect. 1251s 1251s adding '__editable___fibpy_42_0_0_finder.py' 1251s adding '__editable__.fibpy-42.0.0.pth' 1251s creating '/tmp/pip-wheel-jx9j0e0f/.tmp-gyclt5_1/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmpa5l_m81gfibpy-42.0.0-0.editable-py3-none-any.whl' to it 1251s adding 'fibpy-42.0.0.dist-info/METADATA' 1251s adding 'fibpy-42.0.0.dist-info/WHEEL' 1251s adding 'fibpy-42.0.0.dist-info/top_level.txt' 1251s adding 'fibpy-42.0.0.dist-info/zip-safe' 1251s adding 'fibpy-42.0.0.dist-info/RECORD' 1251s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 1251s !! 1251s 1251s ******************************************************************************** 1251s Please be careful with folders in your working directory with the same 1251s name as your package as they may take precedence during imports. 1251s ******************************************************************************** 1251s 1251s !! 1251s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 1251s Building editable for fibpy (pyproject.toml): finished with status 'done' 1251s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2816 sha256=af7ce65a287689d9a23835d800b94a651e93728707816a862a82ad01cd8f8597 1251s Stored in directory: /tmp/pip-ephem-wheel-cache-vv7ovk49/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 1251s Successfully built fibpy 1251s Installing collected packages: fibpy 1251s Successfully installed fibpy-42.0.0 1252s Found existing installation: fibpy 42.0.0 1252s Uninstalling fibpy-42.0.0: 1252s Successfully uninstalled fibpy-42.0.0 1252s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1252s WARNING: Skipping fibc as it is not installed. 1252s testFibPyDistutilsLocal 1252s running install 1252s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1252s !! 1252s 1252s ******************************************************************************** 1252s Please avoid running ``setup.py`` directly. 1252s Instead, use pypa/build, pypa/installer or other 1252s standards-based tools. 1252s 1252s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1252s ******************************************************************************** 1252s 1252s !! 1252s self.initialize_options() 1253s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1253s !! 1253s 1253s ******************************************************************************** 1253s Please avoid running ``setup.py`` and ``easy_install``. 1253s Instead, use pypa/build, pypa/installer or other 1253s standards-based tools. 1253s 1253s See https://github.com/pypa/setuptools/issues/917 for details. 1253s ******************************************************************************** 1253s 1253s !! 1253s self.initialize_options() 1253s running bdist_egg 1253s running egg_info 1253s writing fibpy.egg-info/PKG-INFO 1253s writing dependency_links to fibpy.egg-info/dependency_links.txt 1253s writing top-level names to fibpy.egg-info/top_level.txt 1253s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1253s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1253s installing library code to build/bdist.linux-s390x/egg 1253s running install_lib 1253s running build_py 1253s creating build/bdist.linux-s390x/egg 1253s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 1253s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 1253s creating build/bdist.linux-s390x/egg/EGG-INFO 1253s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1253s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1253s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1253s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1253s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1253s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 1253s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1253s Processing fibpy-42.0.0-py3.11.egg 1253s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1253s Adding fibpy 42.0.0 to easy-install.pth file 1253s 1253s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 1253s Processing dependencies for fibpy==42.0.0 1253s Finished processing dependencies for fibpy==42.0.0 1253s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1253s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.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 1253s Found existing installation: fibpy 42.0.0 1253s Uninstalling fibpy-42.0.0: 1254s Successfully uninstalled fibpy-42.0.0 1254s WARNING: Skipping fibc as it is not installed. 1254s 1254s Ran 8 tests. 1254s 1254s OK 1254s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1254s WARNING: Skipping fibpy as it is not installed. 1254s WARNING: Skipping fibc as it is not installed. 1254s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 1254s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 1254s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 1254s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 1254s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest [12:49:30]: test module-install-venv: -----------------------] 1255s autopkgtest: DBG: testbed executing test finished with exit status 0 1255s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-venv-stdout /tmp/autopkgtest-work.cydq8gxh/out/module-install-venv-stdout 1255s autopkgtest: DBG: got reply from testbed: ok 1255s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-venv-stderr /tmp/autopkgtest-work.cydq8gxh/out/module-install-venv-stderr 1255s autopkgtest: DBG: got reply from testbed: ok 1255s autopkgtest [12:49:30]: test module-install-venv: - - - - - - - - - - results - - - - - - - - - - 1255s module-install-venv PASS 1255s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-venv-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 1255s autopkgtest: DBG: got reply from testbed: ok 1255s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/module-install-venv-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1256s autopkgtest: DBG: testbed command exited with code 0 1256s autopkgtest [12:49:31]: test module-install-virtualenv: preparing testbed 1256s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'pypy3-dev', 'pypy3-venv', 'python3-wheel-whl', 'shunit2'], deps_new=['build-essential', 'pypy3-dev', 'shunit2', 'virtualenv'] 1256s autopkgtest: DBG: testbed reset 1256s autopkgtest: DBG: sending command to testbed: revert 1402s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.jc2gTI 1402s autopkgtest: DBG: sending command to testbed: print-execute-command 1402s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ba7si_re/runcmd 1402s autopkgtest: DBG: sending command to testbed: capabilities 1402s autopkgtest: DBG: got reply from testbed: ok reboot ok isolation-machine suggested-normal-user=ubuntu root-on-testbed revert-full-system revert 1402s autopkgtest: DBG: testbed capabilities: ['reboot', 'ok', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'revert-full-system', 'revert', 'has_internet'] 1402s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1402s autopkgtest: DBG: testbed command exited with code 0 1402s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.jc2gTI/wrapper.sh 1402s autopkgtest: DBG: got reply from testbed: ok 1402s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1402s autopkgtest: DBG: testbed command exited with code 0 1402s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1402s autopkgtest: DBG: testbed command exited with code 0 1402s autopkgtest [12:51:57]: testbed dpkg architecture: s390x 1402s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1402s autopkgtest: DBG: testbed command exited with code 0 1402s autopkgtest [12:51:57]: testbed apt version: 2.9.30 1402s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest: DBG: testbed has eatmydata 1403s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest [12:51:58]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1403s 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 [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest [12:51:58]: testbed release detected to be: plucky 1403s 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 [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s 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 [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest: DBG: adding APT source: Types: deb deb-src 1403s URIs: http://ftpmaster.internal/ubuntu/ 1403s Suites: plucky-proposed 1403s Components: main restricted universe multiverse 1403s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1403s 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 [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1404s Package: * 1404s Pin: release plucky-proposed 1404s Pin-Priority: 500 1404s 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 [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest [12:51:59]: updating testbed package index (apt update) 1404s 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'] 1404s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1404s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1404s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1404s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1404s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 1405s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 1405s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 1405s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 1405s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 1405s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 1405s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 1405s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 1405s Fetched 1700 kB in 1s (1901 kB/s) 1405s Reading package lists... 1406s autopkgtest: DBG: testbed command exited with code 0 1406s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1406s Package: * 1406s Pin: release plucky-proposed 1406s Pin-Priority: 100 1406s 1406s Package: src:sphinx:any 1406s Pin: release plucky-proposed 1406s Pin-Priority: 995 1406s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1406s autopkgtest: DBG: testbed command exited with code 0 1406s 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.jc2gTI/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1406s autopkgtest: DBG: testbed command exited with code 0 1406s 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'] 1406s + lsb_release --codename --short 1406s + RELEASE=plucky 1406s + cat 1406s + [ plucky != trusty ] 1406s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1406s Reading package lists... 1406s Building dependency tree... 1406s Reading state information... 1406s Calculating upgrade... 1406s The following packages were automatically installed and are no longer required: 1406s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 1406s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1406s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1406s linux-tools-6.11.0-8-generic 1406s Use 'sudo apt autoremove' to remove them. 1406s The following packages will be upgraded: 1406s iproute2 liblsof0 libp11-kit0 lsof 1407s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1407s Need to get 1791 kB of archives. 1407s After this operation, 17.4 kB of additional disk space will be used. 1407s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 1407s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 1407s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 1407s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 1407s Preconfiguring packages ... 1407s Fetched 1791 kB in 1s (2759 kB/s) 1408s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 1408s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 1408s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 1408s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 1408s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 1408s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 1408s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 1408s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 1408s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 1408s Setting up liblsof0 (4.99.4+dfsg-1) ... 1408s Setting up iproute2 (6.13.0-1ubuntu1) ... 1408s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 1408s Setting up lsof (4.99.4+dfsg-1) ... 1408s Processing triggers for man-db (2.13.0-1) ... 1408s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1409s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1409s + /usr/lib/apt/apt-helper analyze-pattern ?true 1409s + uname -r 1409s + sed s/\./\\./g 1409s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 1409s + apt list ?obsolete 1409s + tail -n+2+ 1409s cut -d/ -f1 1409s + grep -v ^linux-.*6\.12\.0-15-generic.* 1409s + true 1409s + obsolete_pkgs= 1409s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1409s Reading package lists... 1409s Building dependency tree... 1409s Reading state information... 1409s The following packages will be REMOVED: 1409s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 1409s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1409s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1409s linux-tools-6.11.0-8-generic* 1409s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 1409s After this operation, 167 MB disk space will be freed. 1409s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 1409s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1409s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1409s Removing libpython3.12t64:s390x (3.12.9-1) ... 1409s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 1409s Removing libnsl2:s390x (1.3.0-3build3) ... 1409s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 1409s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1409s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1410s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1410s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1411s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55931 files and directories currently installed.) 1411s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 1411s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1411s + grep -q trusty /etc/lsb-release 1411s + [ ! -d /usr/share/doc/unattended-upgrades ] 1411s + [ ! -d /usr/share/doc/lxd ] 1411s + [ ! -d /usr/share/doc/lxd-client ] 1411s + [ ! -d /usr/share/doc/snapd ] 1411s + type iptables 1411s + cat 1411s + chmod 755 /etc/rc.local 1411s + . /etc/rc.local 1411s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1411s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1411s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1411s + uname -m 1411s + [ s390x = ppc64le ] 1411s + [ -d /run/systemd/system ] 1411s + systemd-detect-virt --quiet --vm 1411s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1411s + cat 1411s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1411s + echo COMPRESS=lz4 1411s autopkgtest: DBG: testbed command exited with code 0 1411s autopkgtest [12:52:06]: upgrading testbed (apt dist-upgrade and autopurge) 1411s 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'] 1411s Reading package lists... 1411s Building dependency tree... 1411s Reading state information... 1411s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1411s Starting 2 pkgProblemResolver with broken count: 0 1411s Done 1412s Entering ResolveByKeep 1412s 1412s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1412s autopkgtest: DBG: testbed command exited with code 0 1412s 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'] 1412s Reading package lists... 1412s Building dependency tree... 1412s Reading state information... 1412s Starting pkgProblemResolver with broken count: 0 1412s Starting 2 pkgProblemResolver with broken count: 0 1412s Done 1413s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1413s autopkgtest: DBG: testbed command exited with code 0 1413s 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.jc2gTI/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1413s autopkgtest: DBG: testbed command exited with code 1 1413s autopkgtest [12:52:08]: rebooting testbed after setup commands that affected boot 1413s autopkgtest: DBG: sending command to testbed: reboot 1433s autopkgtest: DBG: got reply from testbed: ok 1433s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1433s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1433s autopkgtest: DBG: testbed command exited with code 0 1433s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 1433s autopkgtest: DBG: got reply from testbed: ok 1433s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1433s autopkgtest: DBG: testbed command exited with code 0 1433s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1433s autopkgtest: DBG: testbed command exited with code 0 1433s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1433s autopkgtest: DBG: testbed command exited with code 0 1433s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 1434s autopkgtest: DBG: got reply from testbed: ok 1434s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/testbed-packages"], kind short, sout raw, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/testbed-packages /tmp/autopkgtest-work.cydq8gxh/out/testbed-packages 1435s autopkgtest: DBG: got reply from testbed: ok 1435s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1435s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1435s autopkgtest: DBG: testbed command exited with code 0 1435s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot 1435s autopkgtest: DBG: got reply from testbed: ok 1435s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1435s autopkgtest: DBG: testbed command exited with code 0 1435s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1435s autopkgtest: DBG: testbed command exited with code 0 1435s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI'], kind short, sout raw, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare 1436s autopkgtest: DBG: got reply from testbed: ok 1436s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.jc2gTI/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1436s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'pypy3-dev', 'shunit2', 'virtualenv'] 1436s autopkgtest: DBG: install-deps: satisfying build-essential, pypy3-dev, shunit2, virtualenv 1436s autopkgtest: DBG: can use apt-get on testbed: True 1436s 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, pypy3-dev, shunit2, virtualenv'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1437s Reading package lists... 1437s Building dependency tree... 1437s Reading state information... 1437s Starting pkgProblemResolver with broken count: 0 1437s Starting 2 pkgProblemResolver with broken count: 0 1437s Done 1437s The following NEW packages will be installed: 1437s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 1437s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 1437s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libgcc-14-dev 1437s libgomp1 libisl23 libitm1 libmpc3 libstdc++-14-dev libubsan1 pypy3 pypy3-dev 1437s pypy3-lib python3-distlib python3-filelock python3-pip-whl 1437s python3-platformdirs python3-setuptools-whl python3-virtualenv 1437s python3-wheel-whl shunit2 virtualenv 1437s 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded. 1437s Need to get 69.7 MB of archives. 1437s After this operation, 244 MB of additional disk space will be used. 1437s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 1438s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 1439s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 1439s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 1439s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 1439s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 1439s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 1439s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 1439s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 1439s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 1439s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 1439s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 1439s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 1439s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 1439s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 1440s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 1440s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 1440s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 1440s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 1440s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 1440s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 1440s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 1440s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 1440s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 1440s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-dev all 7.3.18+dfsg-2 [79.9 kB] 1440s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 1440s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 1440s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 1440s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 1440s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 1440s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 1440s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 1440s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x shunit2 all 2.1.8-4 [34.8 kB] 1440s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x virtualenv all 20.29.1+ds-1 [1978 B] 1440s Fetched 69.7 MB in 3s (24.0 MB/s) 1440s Selecting previously unselected package pypy3-lib:s390x. 1441s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55929 files and directories currently installed.) 1441s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 1441s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 1441s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 1441s Selecting previously unselected package pypy3. 1441s (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 ... 57180 files and directories currently installed.) 1441s Preparing to unpack .../00-pypy3_7.3.18+dfsg-2_s390x.deb ... 1441s Unpacking pypy3 (7.3.18+dfsg-2) ... 1441s Selecting previously unselected package libisl23:s390x. 1441s Preparing to unpack .../01-libisl23_0.27-1_s390x.deb ... 1441s Unpacking libisl23:s390x (0.27-1) ... 1441s Selecting previously unselected package libmpc3:s390x. 1441s Preparing to unpack .../02-libmpc3_1.3.1-1build2_s390x.deb ... 1441s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1441s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1441s Preparing to unpack .../03-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1441s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1441s Selecting previously unselected package cpp-14. 1441s Preparing to unpack .../04-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 1441s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 1441s Selecting previously unselected package cpp-s390x-linux-gnu. 1441s Preparing to unpack .../05-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1441s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1441s Selecting previously unselected package cpp. 1441s Preparing to unpack .../06-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 1441s Unpacking cpp (4:14.2.0-1ubuntu1) ... 1441s Selecting previously unselected package libcc1-0:s390x. 1441s Preparing to unpack .../07-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 1441s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 1441s Selecting previously unselected package libgomp1:s390x. 1441s Preparing to unpack .../08-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 1441s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 1441s Selecting previously unselected package libitm1:s390x. 1441s Preparing to unpack .../09-libitm1_15-20250213-1ubuntu1_s390x.deb ... 1441s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 1441s Selecting previously unselected package libasan8:s390x. 1441s Preparing to unpack .../10-libasan8_15-20250213-1ubuntu1_s390x.deb ... 1441s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 1441s Selecting previously unselected package libubsan1:s390x. 1441s Preparing to unpack .../11-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 1441s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 1441s Selecting previously unselected package libgcc-14-dev:s390x. 1441s Preparing to unpack .../12-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1441s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1441s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1441s Preparing to unpack .../13-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1441s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1442s Selecting previously unselected package gcc-14. 1442s Preparing to unpack .../14-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 1442s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 1442s Selecting previously unselected package gcc-s390x-linux-gnu. 1442s Preparing to unpack .../15-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1442s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1442s Selecting previously unselected package gcc. 1442s Preparing to unpack .../16-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 1442s Unpacking gcc (4:14.2.0-1ubuntu1) ... 1442s Selecting previously unselected package libstdc++-14-dev:s390x. 1442s Preparing to unpack .../17-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1442s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1442s Selecting previously unselected package g++-14-s390x-linux-gnu. 1442s Preparing to unpack .../18-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1442s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1442s Selecting previously unselected package g++-14. 1442s Preparing to unpack .../19-g++-14_14.2.0-17ubuntu1_s390x.deb ... 1442s Unpacking g++-14 (14.2.0-17ubuntu1) ... 1442s Selecting previously unselected package g++-s390x-linux-gnu. 1442s Preparing to unpack .../20-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1442s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1442s Selecting previously unselected package g++. 1442s Preparing to unpack .../21-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 1442s Unpacking g++ (4:14.2.0-1ubuntu1) ... 1442s Selecting previously unselected package build-essential. 1442s Preparing to unpack .../22-build-essential_12.10ubuntu1_s390x.deb ... 1442s Unpacking build-essential (12.10ubuntu1) ... 1442s Selecting previously unselected package pypy3-dev. 1442s Preparing to unpack .../23-pypy3-dev_7.3.18+dfsg-2_all.deb ... 1442s Unpacking pypy3-dev (7.3.18+dfsg-2) ... 1442s Selecting previously unselected package python3-distlib. 1442s Preparing to unpack .../24-python3-distlib_0.3.9-1_all.deb ... 1442s Unpacking python3-distlib (0.3.9-1) ... 1442s Selecting previously unselected package python3-filelock. 1442s Preparing to unpack .../25-python3-filelock_3.16.1-2_all.deb ... 1442s Unpacking python3-filelock (3.16.1-2) ... 1442s Selecting previously unselected package python3-pip-whl. 1442s Preparing to unpack .../26-python3-pip-whl_25.0+dfsg-1_all.deb ... 1442s Unpacking python3-pip-whl (25.0+dfsg-1) ... 1442s Selecting previously unselected package python3-platformdirs. 1442s Preparing to unpack .../27-python3-platformdirs_4.3.6-1_all.deb ... 1442s Unpacking python3-platformdirs (4.3.6-1) ... 1442s Selecting previously unselected package python3-setuptools-whl. 1442s Preparing to unpack .../28-python3-setuptools-whl_75.6.0-1_all.deb ... 1442s Unpacking python3-setuptools-whl (75.6.0-1) ... 1442s Selecting previously unselected package python3-wheel-whl. 1442s Preparing to unpack .../29-python3-wheel-whl_0.45.1-1_all.deb ... 1442s Unpacking python3-wheel-whl (0.45.1-1) ... 1442s Selecting previously unselected package python3-virtualenv. 1442s Preparing to unpack .../30-python3-virtualenv_20.29.1+ds-1_all.deb ... 1442s Unpacking python3-virtualenv (20.29.1+ds-1) ... 1442s Selecting previously unselected package shunit2. 1442s Preparing to unpack .../31-shunit2_2.1.8-4_all.deb ... 1442s Unpacking shunit2 (2.1.8-4) ... 1442s Selecting previously unselected package virtualenv. 1442s Preparing to unpack .../32-virtualenv_20.29.1+ds-1_all.deb ... 1442s Unpacking virtualenv (20.29.1+ds-1) ... 1442s Setting up python3-setuptools-whl (75.6.0-1) ... 1442s Setting up python3-filelock (3.16.1-2) ... 1443s Setting up shunit2 (2.1.8-4) ... 1443s Setting up python3-pip-whl (25.0+dfsg-1) ... 1443s Setting up python3-distlib (0.3.9-1) ... 1443s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 1443s Setting up pypy3 (7.3.18+dfsg-2) ... 1447s running pypy3 rtupdate hooks for 7.3 1452s running pypy3 post-rtupdate hooks for 7.3 1452s Setting up python3-platformdirs (4.3.6-1) ... 1453s Setting up libmpc3:s390x (1.3.1-1build2) ... 1453s Setting up pypy3-dev (7.3.18+dfsg-2) ... 1453s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 1453s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 1453s Setting up libisl23:s390x (0.27-1) ... 1453s Setting up python3-wheel-whl (0.45.1-1) ... 1453s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 1453s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 1453s Setting up python3-virtualenv (20.29.1+ds-1) ... 1453s Setting up virtualenv (20.29.1+ds-1) ... 1453s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1453s Setting up cpp-14 (14.2.0-17ubuntu1) ... 1453s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1453s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1453s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1453s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1453s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1453s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1453s Setting up cpp (4:14.2.0-1ubuntu1) ... 1453s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1453s Setting up gcc-14 (14.2.0-17ubuntu1) ... 1453s Setting up g++-14 (14.2.0-17ubuntu1) ... 1453s Setting up gcc (4:14.2.0-1ubuntu1) ... 1453s Setting up g++ (4:14.2.0-1ubuntu1) ... 1453s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1453s Setting up build-essential (12.10ubuntu1) ... 1453s Processing triggers for man-db (2.13.0-1) ... 1453s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1454s autopkgtest: DBG: testbed command exited with code 0 1454s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'pypy3-dev'], kind short, sout pipe, serr pipe, env [] 1454s autopkgtest: DBG: testbed command exited with code 0 1454s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.jc2gTI/module-install-virtualenv-packages.all"], kind short, sout raw, serr pipe, env [] 1454s autopkgtest: DBG: testbed command exited with code 0 1454s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-virtualenv-packages.all /tmp/autopkgtest-work.cydq8gxh/out/module-install-virtualenv-packages.all 1454s autopkgtest: DBG: got reply from testbed: ok 1454s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr raw, env [] 1454s autopkgtest: DBG: testbed command exited with code 1 1454s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.jc2gTI/build.Nhm'], kind short, sout raw, serr pipe, env [] 1454s autopkgtest: DBG: testbed command exited with code 0 1454s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.cydq8gxh/out/tests-tree/ /tmp/autopkgtest.jc2gTI/build.Nhm/src/ 1506s autopkgtest: DBG: got reply from testbed: ok 1506s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.jc2gTI/build.Nhm/src'], kind short, sout raw, serr pipe, env [] 1507s autopkgtest: DBG: testbed command exited with code 0 1507s autopkgtest [12:53:42]: test module-install-virtualenv: [----------------------- 1507s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.jc2gTI/wrapper.sh --debug --artifacts=/tmp/autopkgtest.jc2gTI/module-install-virtualenv-artifacts --chdir=/tmp/autopkgtest.jc2gTI/build.Nhm/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.jc2gTI/module-install-virtualenv-stderr --stdout=/tmp/autopkgtest.jc2gTI/module-install-virtualenv-stdout --tmp=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-virtualenv -- /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-virtualenv'], kind test, sout raw, serr raw, env [] 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.jc2gTI/module-install-virtualenv-artifacts 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: changing to directory: /tmp/autopkgtest.jc2gTI/build.Nhm/src 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: LANG=C.UTF-8 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LANGUAGE 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ADDRESS 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_ALL 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_COLLATE 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_CTYPE 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MEASUREMENT 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MESSAGES 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_MONETARY 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NAME 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_NUMERIC 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_PAPER 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TELEPHONE 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: unsetting environment: LC_TIME 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: pretending to be a login shell 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write standard error to /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stderr 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: will write stdout to /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stdout 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.jc2gTI/autopkgtest_tmp 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: marking as executable: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-virtualenv 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: command to run: /tmp/autopkgtest.jc2gTI/build.Nhm/src/debian/tests/module-install-virtualenv 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.axZgeC0Rq3/out to stdout and file: /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stdout 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: copying /tmp/tmp.axZgeC0Rq3/err to standard error and file: /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stdout 1507s /tmp/autopkgtest.jc2gTI/wrapper.sh: writing script pid 1600 to /tmp/autopkgtest_script_pid 1507s created virtual environment PyPy3.11.11.final.0-64 in 339ms 1507s creator PyPy3Posix(dest=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve, clear=False, no_vcs_ignore=False, global=False) 1507s seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/home/.local/share/virtualenv) 1507s added seed packages: pip==25.0, setuptools==75.6.0, wheel==0.45.1 1507s activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator 1507s testVirtualenvLayout 1509s WARNING: Skipping fibpy as it is not installed. 1509s WARNING: Skipping fibc as it is not installed. 1509s testFibPy 1509s running install 1509s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1509s !! 1509s 1509s ******************************************************************************** 1509s Please avoid running ``setup.py`` directly. 1509s Instead, use pypa/build, pypa/installer or other 1509s standards-based tools. 1509s 1509s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1509s ******************************************************************************** 1509s 1509s !! 1509s self.initialize_options() 1509s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1509s !! 1509s 1509s ******************************************************************************** 1509s Please avoid running ``setup.py`` and ``easy_install``. 1509s Instead, use pypa/build, pypa/installer or other 1509s standards-based tools. 1509s 1509s See https://github.com/pypa/setuptools/issues/917 for details. 1509s ******************************************************************************** 1509s 1509s !! 1509s self.initialize_options() 1509s running bdist_egg 1509s running egg_info 1509s creating fibpy.egg-info 1509s writing fibpy.egg-info/PKG-INFO 1509s writing dependency_links to fibpy.egg-info/dependency_links.txt 1509s writing top-level names to fibpy.egg-info/top_level.txt 1509s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1509s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1509s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1509s installing library code to build/bdist.linux-s390x/egg 1509s running install_lib 1509s running build_py 1509s creating build/lib 1509s copying fibpy.py -> build/lib 1509s creating build/bdist.linux-s390x/egg 1509s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 1509s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 1509s creating build/bdist.linux-s390x/egg/EGG-INFO 1509s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1509s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1509s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1509s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1509s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1509s creating dist 1509s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 1509s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1509s Processing fibpy-42.0.0-py3.11.egg 1509s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1509s Adding fibpy 42.0.0 to easy-install.pth file 1509s 1509s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 1509s Processing dependencies for fibpy==42.0.0 1509s Finished processing dependencies for fibpy==42.0.0 1510s Found existing installation: fibpy 42.0.0 1510s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.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 1510s Uninstalling fibpy-42.0.0: 1510s Successfully uninstalled fibpy-42.0.0 1510s WARNING: Skipping fibc as it is not installed. 1510s testFibC 1510s running install 1510s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1510s !! 1510s 1510s ******************************************************************************** 1510s Please avoid running ``setup.py`` directly. 1510s Instead, use pypa/build, pypa/installer or other 1510s standards-based tools. 1510s 1510s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1510s ******************************************************************************** 1510s 1510s !! 1510s self.initialize_options() 1510s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1510s !! 1510s 1510s ******************************************************************************** 1510s Please avoid running ``setup.py`` and ``easy_install``. 1510s Instead, use pypa/build, pypa/installer or other 1510s standards-based tools. 1510s 1510s See https://github.com/pypa/setuptools/issues/917 for details. 1510s ******************************************************************************** 1510s 1510s !! 1510s self.initialize_options() 1511s running bdist_egg 1511s running egg_info 1511s creating fibc.egg-info 1511s writing fibc.egg-info/PKG-INFO 1511s writing dependency_links to fibc.egg-info/dependency_links.txt 1511s writing top-level names to fibc.egg-info/top_level.txt 1511s writing manifest file 'fibc.egg-info/SOURCES.txt' 1511s reading manifest file 'fibc.egg-info/SOURCES.txt' 1511s writing manifest file 'fibc.egg-info/SOURCES.txt' 1511s installing library code to build/bdist.linux-s390x/egg 1511s running install_lib 1511s running build_ext 1511s building 'fibc' extension 1511s creating build/temp.linux-s390x-pypy311 1511s gcc -pthread -DNDEBUG -O2 -fPIC -I/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/include -I/usr/include/pypy3.11 -c fibc.c -o build/temp.linux-s390x-pypy311/fibc.o 1511s creating build/lib.linux-s390x-pypy311 1511s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/fibc.o -o build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so 1511s creating build/bdist.linux-s390x/egg 1511s copying build/lib.linux-s390x-pypy311/fibc.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 1511s creating stub loader for fibc.pypy311-pp73-s390x-linux-gnu.so 1511s byte-compiling build/bdist.linux-s390x/egg/fibc.py to fibc.pypy311.pyc 1511s creating build/bdist.linux-s390x/egg/EGG-INFO 1511s copying fibc.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1511s copying fibc.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1511s copying fibc.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1511s copying fibc.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1511s copying fibc.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1511s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 1511s creating dist 1511s creating 'dist/fibc-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 1511s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1511s Processing fibc-42.0.0-py3.11-linux-s390x.egg 1511s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 1511s Extracting fibc-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1511s Adding fibc 42.0.0 to easy-install.pth file 1511s 1511s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-linux-s390x.egg 1511s Processing dependencies for fibc==42.0.0 1511s Finished processing dependencies for fibc==42.0.0 1511s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibc-42.0.0-py3.11-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 1511s WARNING: Skipping fibpy as it is not installed. 1511s Found existing installation: fibc 42.0.0 1511s Uninstalling fibc-42.0.0: 1512s Successfully uninstalled fibc-42.0.0 1512s testFibCFFI 1512s running install 1512s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1512s !! 1512s 1512s ******************************************************************************** 1512s Please avoid running ``setup.py`` directly. 1512s Instead, use pypa/build, pypa/installer or other 1512s standards-based tools. 1512s 1512s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1512s ******************************************************************************** 1512s 1512s !! 1512s self.initialize_options() 1512s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1512s !! 1512s 1512s ******************************************************************************** 1512s Please avoid running ``setup.py`` and ``easy_install``. 1512s Instead, use pypa/build, pypa/installer or other 1512s standards-based tools. 1512s 1512s See https://github.com/pypa/setuptools/issues/917 for details. 1512s ******************************************************************************** 1512s 1512s !! 1512s self.initialize_options() 1512s running bdist_egg 1512s running egg_info 1512s creating fibcffi.egg-info 1512s writing fibcffi.egg-info/PKG-INFO 1512s writing dependency_links to fibcffi.egg-info/dependency_links.txt 1512s writing top-level names to fibcffi.egg-info/top_level.txt 1512s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 1512s reading manifest file 'fibcffi.egg-info/SOURCES.txt' 1512s writing manifest file 'fibcffi.egg-info/SOURCES.txt' 1512s installing library code to build/bdist.linux-s390x/egg 1512s running install_lib 1512s running build_py 1512s creating build/lib.linux-s390x-pypy311 1512s copying fibcffi.py -> build/lib.linux-s390x-pypy311 1512s running build_ext 1512s generating cffi module 'build/temp.linux-s390x-pypy311/_fib.c' 1512s creating build/temp.linux-s390x-pypy311 1512s building '_fib' extension 1512s creating build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311 1512s gcc -pthread -DNDEBUG -O2 -fPIC -I/tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/include -I/usr/include/pypy3.11 -c build/temp.linux-s390x-pypy311/_fib.c -o build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o 1512s gcc -pthread -shared -Wl,-Bsymbolic-functions build/temp.linux-s390x-pypy311/build/temp.linux-s390x-pypy311/_fib.o -o build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so 1512s creating build/bdist.linux-s390x/egg 1512s copying build/lib.linux-s390x-pypy311/_fib.pypy311-pp73-s390x-linux-gnu.so -> build/bdist.linux-s390x/egg 1512s copying build/lib.linux-s390x-pypy311/fibcffi.py -> build/bdist.linux-s390x/egg 1512s byte-compiling build/bdist.linux-s390x/egg/fibcffi.py to fibcffi.pypy311.pyc 1512s creating stub loader for _fib.pypy311-pp73-s390x-linux-gnu.so 1512s byte-compiling build/bdist.linux-s390x/egg/_fib.py to _fib.pypy311.pyc 1512s creating build/bdist.linux-s390x/egg/EGG-INFO 1512s copying fibcffi.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1512s copying fibcffi.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1512s copying fibcffi.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1512s copying fibcffi.egg-info/not-zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1512s copying fibcffi.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1512s writing build/bdist.linux-s390x/egg/EGG-INFO/native_libs.txt 1512s creating dist 1512s creating 'dist/fibcffi-42.0.0-py3.11-linux-s390x.egg' and adding 'build/bdist.linux-s390x/egg' to it 1512s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1512s Processing fibcffi-42.0.0-py3.11-linux-s390x.egg 1512s creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 1512s Extracting fibcffi-42.0.0-py3.11-linux-s390x.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1512s Adding fibcffi 42.0.0 to easy-install.pth file 1512s 1512s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-linux-s390x.egg 1512s Processing dependencies for fibcffi==42.0.0 1512s Finished processing dependencies for fibcffi==42.0.0 1513s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1513s WARNING: Skipping fibpy as it is not installed. 1513s WARNING: Skipping fibc as it is not installed. 1513s testFibPyDevelop 1514s running develop 1514s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 1514s !! 1514s 1514s ******************************************************************************** 1514s Please avoid running ``setup.py`` and ``easy_install``. 1514s Instead, use pypa/build, pypa/installer or other 1514s standards-based tools. 1514s 1514s See https://github.com/pypa/setuptools/issues/917 for details. 1514s ******************************************************************************** 1514s 1514s !! 1514s easy_install.initialize_options(self) 1514s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1514s !! 1514s 1514s ******************************************************************************** 1514s Please avoid running ``setup.py`` directly. 1514s Instead, use pypa/build, pypa/installer or other 1514s standards-based tools. 1514s 1514s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1514s ******************************************************************************** 1514s 1514s !! 1514s self.initialize_options() 1514s running egg_info 1514s writing fibpy.egg-info/PKG-INFO 1514s writing dependency_links to fibpy.egg-info/dependency_links.txt 1514s writing top-level names to fibpy.egg-info/top_level.txt 1514s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1514s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1514s running build_ext 1514s Creating /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy.egg-link (link to .) 1514s Adding fibpy 42.0.0 to easy-install.pth file 1514s 1514s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 1514s Processing dependencies for fibpy==42.0.0 1514s Finished processing dependencies for fibpy==42.0.0 1514s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1514s Found existing installation: fibpy 42.0.0 1514s Uninstalling fibpy-42.0.0: 1515s Successfully uninstalled fibpy-42.0.0 1515s WARNING: Skipping fibc as it is not installed. 1515s testFibPyPip 1515s Using pip 25.0 from /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/pip (python 3.11) 1515s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1515s Processing ./packages/fibpy 1515s Preparing metadata (pyproject.toml): started 1515s Running command Preparing metadata (pyproject.toml) 1516s running dist_info 1516s creating /tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info 1516s writing /tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/PKG-INFO 1516s writing dependency_links to /tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/dependency_links.txt 1516s writing top-level names to /tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/top_level.txt 1516s writing manifest file '/tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/SOURCES.txt' 1516s reading manifest file '/tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/SOURCES.txt' 1516s writing manifest file '/tmp/pip-modern-metadata-qaihljy3/fibpy.egg-info/SOURCES.txt' 1516s creating '/tmp/pip-modern-metadata-qaihljy3/fibpy-42.0.0.dist-info' 1516s Preparing metadata (pyproject.toml): finished with status 'done' 1516s Building wheels for collected packages: fibpy 1516s Building wheel for fibpy (pyproject.toml): started 1516s Running command Building wheel for fibpy (pyproject.toml) 1516s running bdist_wheel 1516s running build 1516s running build_py 1516s installing to build/bdist.linux-s390x/wheel 1516s running install 1516s running install_lib 1516s creating build/bdist.linux-s390x/wheel 1516s copying build/lib/fibpy.py -> build/bdist.linux-s390x/wheel/. 1516s running install_egg_info 1516s running egg_info 1516s writing fibpy.egg-info/PKG-INFO 1516s writing dependency_links to fibpy.egg-info/dependency_links.txt 1516s writing top-level names to fibpy.egg-info/top_level.txt 1516s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1516s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1516s Copying fibpy.egg-info to build/bdist.linux-s390x/wheel/./fibpy-42.0.0.egg-info 1516s running install_scripts 1516s creating build/bdist.linux-s390x/wheel/fibpy-42.0.0.dist-info/WHEEL 1516s creating '/tmp/pip-wheel-yaeniove/.tmp-sslie77q/fibpy-42.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 1516s adding 'fibpy.py' 1516s Building wheel for fibpy (pyproject.toml): finished with status 'done' 1516s Created wheel for fibpy: filename=fibpy-42.0.0-py3-none-any.whl size=1402 sha256=2b03b5bdc05a7bca6fdafba89cb2f8966ac25cc5ddda4ce8503fbb69f1bce0ac 1516s Stored in directory: /tmp/pip-ephem-wheel-cache-nbmjna4n/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 1516s Successfully built fibpy 1516s adding 'fibpy-42.0.0.dist-info/METADATA' 1516s adding 'fibpy-42.0.0.dist-info/WHEEL' 1516s adding 'fibpy-42.0.0.dist-info/top_level.txt' 1516s adding 'fibpy-42.0.0.dist-info/zip-safe' 1516s adding 'fibpy-42.0.0.dist-info/RECORD' 1516s removing build/bdist.linux-s390x/wheel 1516s Installing collected packages: fibpy 1516s Successfully installed fibpy-42.0.0 1517s Found existing installation: fibpy 42.0.0 1517s Uninstalling fibpy-42.0.0: 1517s Successfully uninstalled fibpy-42.0.0 1517s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1517s WARNING: Skipping fibc as it is not installed. 1517s testFibPyPipEditable 1517s Using pip 25.0 from /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/pip (python 3.11) 1518s Obtaining file:///tmp/autopkgtest.jc2gTI/autopkgtest_tmp/packages/fibpy 1518s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1518s Checking if build backend supports build_editable: started 1518s Running command Checking if build backend supports build_editable 1518s Checking if build backend supports build_editable: finished with status 'done' 1518s Preparing editable metadata (pyproject.toml): started 1518s Running command Preparing editable metadata (pyproject.toml) 1518s running dist_info 1518s creating /tmp/pip-modern-metadata-u528gb81/fibpy.egg-info 1518s writing /tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/PKG-INFO 1518s writing dependency_links to /tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/dependency_links.txt 1518s writing top-level names to /tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/top_level.txt 1518s writing manifest file '/tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/SOURCES.txt' 1518s reading manifest file '/tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/SOURCES.txt' 1518s writing manifest file '/tmp/pip-modern-metadata-u528gb81/fibpy.egg-info/SOURCES.txt' 1518s creating '/tmp/pip-modern-metadata-u528gb81/fibpy-42.0.0.dist-info' 1518s Preparing editable metadata (pyproject.toml): finished with status 'done' 1518s Building wheels for collected packages: fibpy 1518s Building editable for fibpy (pyproject.toml): started 1518s Running command Building editable for fibpy (pyproject.toml) 1518s running editable_wheel 1518s creating /tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info 1518s writing /tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/PKG-INFO 1518s writing dependency_links to /tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/dependency_links.txt 1518s writing top-level names to /tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/top_level.txt 1518s writing manifest file '/tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/SOURCES.txt' 1518s reading manifest file '/tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/SOURCES.txt' 1518s writing manifest file '/tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy.egg-info/SOURCES.txt' 1518s creating '/tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy-42.0.0.dist-info' 1518s creating /tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy-42.0.0.dist-info/WHEEL 1519s running build_py 1519s Editable install will be performed using a meta path finder. 1519s 1519s Options like `package-data`, `include/exclude-package-data` or 1519s `packages.find.exclude/include` may have no effect. 1519s 1519s adding '__editable___fibpy_42_0_0_finder.py' 1519s adding '__editable__.fibpy-42.0.0.pth' 1519s creating '/tmp/pip-wheel-5wp2zj8d/.tmp-0wrb1zld/fibpy-42.0.0-0.editable-py3-none-any.whl' and adding '/tmp/tmp354rxie8fibpy-42.0.0-0.editable-py3-none-any.whl' to it 1519s adding 'fibpy-42.0.0.dist-info/METADATA' 1519s adding 'fibpy-42.0.0.dist-info/WHEEL' 1519s adding 'fibpy-42.0.0.dist-info/top_level.txt' 1519s adding 'fibpy-42.0.0.dist-info/zip-safe' 1519s Building editable for fibpy (pyproject.toml): finished with status 'done' 1519s Created wheel for fibpy: filename=fibpy-42.0.0-0.editable-py3-none-any.whl size=2816 sha256=4b5d51994a090deb895d7d29512e253f839dbd0e20eed198fbd425911e7dc2ea 1519s Stored in directory: /tmp/pip-ephem-wheel-cache-2l4oyepy/wheels/df/97/cb/1ce3dd249d11c0855a852d42f43f6744361eb62669e1256d62 1519s Successfully built fibpy 1519s adding 'fibpy-42.0.0.dist-info/RECORD' 1519s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/command/editable_wheel.py:342: InformationOnly: Editable installation. 1519s !! 1519s 1519s ******************************************************************************** 1519s Please be careful with folders in your working directory with the same 1519s name as your package as they may take precedence during imports. 1519s ******************************************************************************** 1519s 1519s !! 1519s with strategy, WheelFile(wheel_path, "w") as wheel_obj: 1519s Installing collected packages: fibpy 1519s Successfully installed fibpy-42.0.0 1519s Found existing installation: fibpy 42.0.0 1519s Uninstalling fibpy-42.0.0: 1519s Successfully uninstalled fibpy-42.0.0 1519s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1519s WARNING: Skipping fibc as it is not installed. 1519s testFibPyDistutilsLocal 1520s running install 1520s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 1520s !! 1520s 1520s ******************************************************************************** 1520s Please avoid running ``setup.py`` directly. 1520s Instead, use pypa/build, pypa/installer or other 1520s standards-based tools. 1520s 1520s See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 1520s ******************************************************************************** 1520s 1520s !! 1520s self.initialize_options() 1520s /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. 1520s !! 1520s 1520s ******************************************************************************** 1520s Please avoid running ``setup.py`` and ``easy_install``. 1520s Instead, use pypa/build, pypa/installer or other 1520s standards-based tools. 1520s 1520s See https://github.com/pypa/setuptools/issues/917 for details. 1520s ******************************************************************************** 1520s 1520s !! 1520s self.initialize_options() 1520s running bdist_egg 1520s running egg_info 1520s writing fibpy.egg-info/PKG-INFO 1520s writing dependency_links to fibpy.egg-info/dependency_links.txt 1520s writing top-level names to fibpy.egg-info/top_level.txt 1520s reading manifest file 'fibpy.egg-info/SOURCES.txt' 1520s writing manifest file 'fibpy.egg-info/SOURCES.txt' 1520s installing library code to build/bdist.linux-s390x/egg 1520s running install_lib 1520s running build_py 1520s creating build/bdist.linux-s390x/egg 1520s copying build/lib/fibpy.py -> build/bdist.linux-s390x/egg 1520s byte-compiling build/bdist.linux-s390x/egg/fibpy.py to fibpy.pypy311.pyc 1520s creating build/bdist.linux-s390x/egg/EGG-INFO 1520s copying fibpy.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG-INFO 1520s copying fibpy.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1520s copying fibpy.egg-info/dependency_links.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1520s copying fibpy.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/EGG-INFO 1520s copying fibpy.egg-info/zip-safe -> build/bdist.linux-s390x/egg/EGG-INFO 1520s creating 'dist/fibpy-42.0.0-py3.11.egg' and adding 'build/bdist.linux-s390x/egg' to it 1520s removing 'build/bdist.linux-s390x/egg' (and everything under it) 1520s Processing fibpy-42.0.0-py3.11.egg 1520s Copying fibpy-42.0.0-py3.11.egg to /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages 1520s Adding fibpy 42.0.0 to easy-install.pth file 1520s 1520s Installed /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.egg 1520s Processing dependencies for fibpy==42.0.0 1520s Finished processing dependencies for fibpy==42.0.0 1521s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1521s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibpy-42.0.0-py3.11.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 1521s Found existing installation: fibpy 42.0.0 1521s Uninstalling fibpy-42.0.0: 1521s Successfully uninstalled fibpy-42.0.0 1521s WARNING: Skipping fibc as it is not installed. 1521s 1521s Ran 8 tests. 1521s 1521s OK 1522s DEPRECATION: Loading egg at /tmp/autopkgtest.jc2gTI/autopkgtest_tmp/ve/lib/pypy3.11/site-packages/fibcffi-42.0.0-py3.11-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 1522s WARNING: Skipping fibpy as it is not installed. 1522s WARNING: Skipping fibc as it is not installed. 1522s /tmp/autopkgtest.jc2gTI/wrapper.sh: checking for leaked background processes... 1522s /tmp/autopkgtest.jc2gTI/wrapper.sh: waiting for tee/cat subprocesses... 1522s /tmp/autopkgtest.jc2gTI/wrapper.sh: cleaning up... 1522s /tmp/autopkgtest.jc2gTI/wrapper.sh: Exit status: 0 1522s autopkgtest: DBG: testbed command exited with code 0 1522s autopkgtest [12:53:57]: test module-install-virtualenv: -----------------------] 1522s autopkgtest: DBG: testbed executing test finished with exit status 0 1522s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stdout /tmp/autopkgtest-work.cydq8gxh/out/module-install-virtualenv-stdout 1522s autopkgtest: DBG: got reply from testbed: ok 1522s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-virtualenv-stderr /tmp/autopkgtest-work.cydq8gxh/out/module-install-virtualenv-stderr 1522s autopkgtest: DBG: got reply from testbed: ok 1523s autopkgtest [12:53:58]: test module-install-virtualenv: - - - - - - - - - - results - - - - - - - - - - 1523s module-install-virtualenv PASS 1523s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.jc2gTI/module-install-virtualenv-artifacts/ /tmp/autopkgtest-work.cydq8gxh/out/artifacts/ 1523s autopkgtest: DBG: got reply from testbed: ok 1523s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.jc2gTI/module-install-virtualenv-artifacts', '/tmp/autopkgtest.jc2gTI/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1523s autopkgtest: DBG: testbed command exited with code 0 1523s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 1523s autopkgtest [12:53:58]: @@@@@@@@@@@@@@@@@@@@ summary 1523s byte-compilation PASS 1523s command-line PASS (superficial) 1523s import-paths PASS 1523s pypy3-tk PASS (superficial) 1523s module-install-local PASS 1523s module-install-user PASS 1523s module-install-venv PASS 1523s module-install-virtualenv PASS 1523s autopkgtest: DBG: testbed stop 1523s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.jc2gTI 1523s autopkgtest: DBG: sending command to testbed: close 1540s autopkgtest: DBG: got reply from testbed: ok 1540s autopkgtest: DBG: sending command to testbed: quit 1540s nova [W] Using flock in prodstack6-s390x 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for a8bec5f6-983e-414c-9d26-ab65cb631a53 to get deleted. 1540s nova [W] Using flock in prodstack6-s390x 1540s flock: timeout while waiting to get lock 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for 30b8e0e6-6ed3-4f4d-bd1f-f00f076cdae0 to get deleted. 1540s nova [W] Using flock in prodstack6-s390x 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for 0da2e5e4-5172-4ae5-b46b-d02c2c06ac24 to get deleted. 1540s nova [W] Using flock in prodstack6-s390x 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for 00f206ca-1b83-40d7-86a8-0db431a6c88b to get deleted. 1540s nova [W] Using flock in prodstack6-s390x 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for 4d22507e-c1e0-4172-89b7-f7f5aa53b19e to get deleted. 1540s nova [W] Using flock in prodstack6-s390x 1540s Creating nova instance adt-plucky-s390x-pypy3-20250219-122834-juju-7f2275-prod-proposed-migration-environment-15-b9411d90-69e8-44f8-bbc9-2aa2bfbfac9c from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 1540s nova [W] Timed out waiting for e33dee37-d5d8-4061-805d-cfb82fec79ee to get deleted.