0s autopkgtest: DBG: testbed init 0s autopkgtest [12:08:53]: starting date and time: 2025-02-19 12:08:53+0000 0s autopkgtest [12:08:53]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [12:08:53]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.ekxcmsou/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade gpyfft --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-3.secgroup --name adt-plucky-s390x-gpyfft-20250219-120853-juju-7f2275-prod-proposed-migration-environment-15-3d61908e-a1d5-48b3-90fd-81a0d4c3f299 --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 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.7TrYpx 106s autopkgtest: DBG: sending command to testbed: print-execute-command 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.6w7yn0bh/runcmd 106s autopkgtest: DBG: sending command to testbed: capabilities 106s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert reboot suggested-normal-user=ubuntu isolation-machine root-on-testbed 106s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 106s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.7TrYpx/wrapper.sh 107s autopkgtest: DBG: got reply from testbed: ok 107s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/wrapper.sh'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [12:10:40]: testbed dpkg architecture: s390x 107s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [12:10:40]: testbed apt version: 2.9.30 107s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed has eatmydata 107s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:10:41]: @@@@@@@@@@@@@@@@@@@@ test bed setup 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:10:41]: testbed release detected to be: None 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT source: Types: deb deb-src 108s URIs: http://ftpmaster.internal/ubuntu/ 108s Suites: plucky-proposed 108s Components: main restricted universe multiverse 108s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 108s Package: * 108s Pin: release plucky-proposed 108s Pin-Priority: 500 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [12:10:41]: updating testbed package index (apt update) 108s 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'] 109s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 109s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 109s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 109s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 109s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 109s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 109s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 109s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 109s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 109s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 109s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 110s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 110s Fetched 1700 kB in 1s (1767 kB/s) 110s Reading package lists... 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 110s Package: * 110s Pin: release plucky-proposed 110s Pin-Priority: 100 110s 110s Package: src:sphinx:any 110s Pin: release plucky-proposed 110s Pin-Priority: 995 110s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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.7TrYpx/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s 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'] 111s + lsb_release --codename --short 111s + RELEASE=plucky 111s + cat 111s + [ plucky != trusty ] 111s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 111s Reading package lists... 111s Building dependency tree... 111s Reading state information... 111s Calculating upgrade... 111s The following packages were automatically installed and are no longer required: 111s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 111s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 111s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 111s linux-tools-6.11.0-8-generic 111s Use 'sudo apt autoremove' to remove them. 111s The following packages will be upgraded: 111s iproute2 liblsof0 libp11-kit0 lsof 111s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 111s Need to get 1791 kB of archives. 111s After this operation, 17.4 kB of additional disk space will be used. 111s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 112s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 112s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 112s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 112s Preconfiguring packages ... 112s Fetched 1791 kB in 1s (2718 kB/s) 112s (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.) 112s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 112s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 112s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 112s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 112s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 112s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 112s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 112s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 112s Setting up liblsof0 (4.99.4+dfsg-1) ... 112s Setting up iproute2 (6.13.0-1ubuntu1) ... 113s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 113s Setting up lsof (4.99.4+dfsg-1) ... 113s Processing triggers for man-db (2.13.0-1) ... 113s Processing triggers for libc-bin (2.40-4ubuntu1) ... 113s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 113s + /usr/lib/apt/apt-helper analyze-pattern ?true 113s + uname -r 113s + sed s/\./\\./g 113s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 113s + apt list ?obsolete 113s + tail -n+2 113s + grep -v ^linux-.*6\.12\.0-15-generic.* 113s + cut -d/ -f1 113s + true 113s + obsolete_pkgs= 113s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 113s Reading package lists... 113s Building dependency tree... 113s Reading state information... 114s The following packages will be REMOVED: 114s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 114s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 114s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 114s linux-tools-6.11.0-8-generic* 114s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 114s After this operation, 167 MB disk space will be freed. 114s (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.) 114s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 114s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 114s Removing libpython3.12t64:s390x (3.12.9-1) ... 114s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 114s Removing libnsl2:s390x (1.3.0-3build3) ... 114s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 114s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 114s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 115s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 115s Processing triggers for libc-bin (2.40-4ubuntu1) ... 115s (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.) 115s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 115s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 115s + grep -q trusty /etc/lsb-release 115s + [ ! -d /usr/share/doc/unattended-upgrades ] 115s + [ ! -d /usr/share/doc/lxd ] 115s + [ ! -d /usr/share/doc/lxd-client ] 115s + [ ! -d /usr/share/doc/snapd ] 115s + type iptables 115s + cat 115s + chmod 755 /etc/rc.local 115s + . /etc/rc.local 115s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 115s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 115s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 115s + uname -m 115s + [ s390x = ppc64le ] 115s + [ -d /run/systemd/system ] 115s + systemd-detect-virt --quiet --vm 115s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 115s + cat 115s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 115s + echo COMPRESS=lz4 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest [12:10:48]: upgrading testbed (apt dist-upgrade and autopurge) 115s 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'] 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 116s Starting 2 pkgProblemResolver with broken count: 0 116s Done 116s Entering ResolveByKeep 116s 116s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 116s autopkgtest: DBG: testbed command exited with code 0 116s 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'] 116s Reading package lists... 116s Building dependency tree... 116s Reading state information... 116s Starting pkgProblemResolver with broken count: 0 116s Starting 2 pkgProblemResolver with broken count: 0 116s Done 117s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 117s autopkgtest: DBG: testbed command exited with code 0 117s 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.7TrYpx/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 1 117s autopkgtest [12:10:50]: rebooting testbed after setup commands that affected boot 117s autopkgtest: DBG: sending command to testbed: reboot 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 136s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest [12:11:11]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 138s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7TrYpx/testbed-packages"], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7TrYpx/testbed-packages /tmp/autopkgtest-work.ekxcmsou/out/testbed-packages 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: Binaries: initialising 140s autopkgtest [12:11:13]: @@@@@@@@@@@@@@@@@@@@ apt-source gpyfft 140s autopkgtest: DBG: blame += gpyfft 140s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 140s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'gpyfft'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-gpyfft$'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-gpyfft-doc$'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-gpyfft-doc=0.7.1-3'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: install_deps: deps_new=[] 141s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s 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.7TrYpx/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source gpyfft=0.7.1-3 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x gpyfft_*.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'] 141s + cd / 141s + mktemp -d /tmp/autopkgtest.7TrYpx/build.XXX 141s + builddir=/tmp/autopkgtest.7TrYpx/build.cWf 141s + cd /tmp/autopkgtest.7TrYpx/build.cWf 141s + apt-get source -d -q --only-source gpyfft=0.7.1-3 142s + OUT=Reading package lists... 142s NOTICE: 'gpyfft' packaging is maintained in the 'Git' version control system at: 142s https://salsa.debian.org/science-team/gpyfft.git 142s Please use: 142s git clone https://salsa.debian.org/science-team/gpyfft.git 142s to retrieve the latest (possibly unreleased) updates to the package. 142s Need to get 31.6 kB of source archives. 142s Get:1 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (dsc) [2581 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (tar) [24.6 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (diff) [4388 B] 142s Fetched 31.6 kB in 0s (99.9 kB/s) 142s Download complete and in download only mode 142s + [ -n ] 142s + echo Reading package lists... 142s NOTICE: 'gpyfft' packaging is maintained in the 'Git' version control system at: 142s https://salsa.debian.org/science-team/gpyfft.git 142s Please use: 142s git clone https://salsa.debian.org/science-team/gpyfft.git 142s to retrieve the latest (possibly unreleased) updates to the package. 142s Need to get 31.6 kB of source archives. 142s Get:1 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (dsc) [2581 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (tar) [24.6 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (diff) [4388 B] 142s Fetched 31.6 kB in 0s (99.9 kB/s) 142s Download complete and in download only mode 142s + grep ^Get: 142s Get:1 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (dsc) [2581 B] 142s Get:2 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (tar) [24.6 kB] 142s Get:3 http://ftpmaster.internal/ubuntu plucky/universe gpyfft 0.7.1-3 (diff) [4388 B] 142s + dpkg-source -x gpyfft_0.7.1-3.dsc src 142s gpgv: Signature made Thu Feb 13 17:57:37 2025 UTC 142s gpgv: using RSA key 9B03EBB98300DF97C2B123BFCC8C6BDD1403F4CA 142s gpgv: issuer "roehling@debian.org" 142s gpgv: Can't check signature: No public key 142s dpkg-source: warning: cannot verify inline signature for ./gpyfft_0.7.1-3.dsc: no acceptable signature found 142s + chmod -R a+rX . 142s + cd src/. 142s + pwd 142s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest [12:11:15]: testing package gpyfft version 0.7.1-3 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7TrYpx/build.cWf/src/debian/ /tmp/autopkgtest-work.ekxcmsou/out/pkg/debian/ 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: autodep8 generated control: ----- 142s Test-Command: set -efu 142s ; for py in $(py3versions -r 2>/dev/null) 142s ; do cd "$AUTOPKGTEST_TMP" 142s ; echo "Testing with $py:" 142s ; $py -m pytest --pyargs gpyfft.test 142s ; done 142s Depends: python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock 142s Restrictions: allow-stderr, skip-not-installable 142s 142s 142s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import gpyfft; print(gpyfft)" ; done 142s Depends: python3-all, python3-gpyfft, 142s Restrictions: allow-stderr, superficial, 142s Features: test-name=autodep8-python3 142s 142s 142s ------- 143s autopkgtest: DBG: processing dependency python3-all 143s autopkgtest: DBG: processing dependency python3-gpyfft 143s autopkgtest: DBG: marked alternatives ['python3-gpyfft'] as a synthesised dependency 143s autopkgtest: DBG: processing dependency python3-pytest 143s autopkgtest: DBG: processing dependency python3-pytest-mock 143s autopkgtest: DBG: Test defined: name command1 path None command "set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m pytest --pyargs gpyfft.test ; done" restrictions ['allow-stderr', 'skip-not-installable'] features [] depends ['python3-all', 'python3-gpyfft', 'python3-pytest', 'python3-pytest-mock'] 143s autopkgtest: DBG: processing dependency python3-all 143s autopkgtest: DBG: processing dependency python3-gpyfft 143s autopkgtest: DBG: marked alternatives ['python3-gpyfft'] as a synthesised dependency 143s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import gpyfft; print(gpyfft)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-gpyfft'] 143s autopkgtest [12:11:16]: build not needed 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7TrYpx/build.cWf/src/ /tmp/autopkgtest-work.ekxcmsou/out/tests-tree/ 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: autodep8 generated control: ----- 143s Test-Command: set -efu 143s ; for py in $(py3versions -r 2>/dev/null) 143s ; do cd "$AUTOPKGTEST_TMP" 143s ; echo "Testing with $py:" 143s ; $py -m pytest --pyargs gpyfft.test 143s ; done 143s Depends: python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock 143s Restrictions: allow-stderr, skip-not-installable 143s 143s 143s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import gpyfft; print(gpyfft)" ; done 143s Depends: python3-all, python3-gpyfft, 143s Restrictions: allow-stderr, superficial, 143s Features: test-name=autodep8-python3 143s 143s 143s ------- 143s autopkgtest: DBG: processing dependency python3-all 143s autopkgtest: DBG: processing dependency python3-gpyfft 143s autopkgtest: DBG: marked alternatives ['python3-gpyfft'] as a synthesised dependency 143s autopkgtest: DBG: processing dependency python3-pytest 143s autopkgtest: DBG: processing dependency python3-pytest-mock 143s autopkgtest: DBG: Test defined: name command1 path None command "set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m pytest --pyargs gpyfft.test ; done" restrictions ['allow-stderr', 'skip-not-installable'] features [] depends ['python3-all', 'python3-gpyfft', 'python3-pytest', 'python3-pytest-mock'] 143s autopkgtest: DBG: processing dependency python3-all 143s autopkgtest: DBG: processing dependency python3-gpyfft 143s autopkgtest: DBG: marked alternatives ['python3-gpyfft'] as a synthesised dependency 143s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import gpyfft; print(gpyfft)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-gpyfft'] 143s autopkgtest [12:11:16]: test command1: preparing testbed 143s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-all', 'python3-gpyfft', 'python3-pytest', 'python3-pytest-mock'] 143s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 143s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-gpyfft', 'python3-pytest', 'python3-pytest-mock'] 143s autopkgtest: DBG: install-deps: satisfying python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock 143s autopkgtest: DBG: can use apt-get on testbed: True 143s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 143s Reading package lists... 143s Building dependency tree... 143s Reading state information... 144s Starting pkgProblemResolver with broken count: 1 144s Starting 2 pkgProblemResolver with broken count: 1 144s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 144s Broken satisfy:command-line:s390x Depends on python3-all:s390x < none | 3.13.1-1~exp2 @un uH > 144s Considering python3-all:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated libpython3.12-minimal:s390x 144s Re-Instated python3.12-minimal:s390x 144s Re-Instated libnsl2:s390x 144s Re-Instated libpython3.12-stdlib:s390x 144s Re-Instated python3.12:s390x 144s Re-Instated python3-all:s390x 144s Broken satisfy:command-line:s390x Depends on python3-gpyfft:s390x < none @un H > 144s Broken satisfy:command-line:s390x Depends on python3-pytest:s390x < none | 8.3.4-1 @un uH > 144s Considering python3-pytest:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated python3-iniconfig:s390x 144s Re-Instated python3-packaging:s390x 144s Re-Instated python3-pluggy:s390x 144s Re-Instated python3-pytest:s390x 144s Broken satisfy:command-line:s390x Depends on python3-pytest-mock:s390x < none | 3.14.0-2 @un uH > 144s Considering python3-pytest-mock:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated python3-pytest-mock:s390x 144s Done 144s Some packages could not be installed. This may mean that you have 144s requested an impossible situation or if you are using the unstable 144s distribution that some required packages have not yet been created 144s or been moved out of Incoming. 144s The following information may help to resolve the situation: 144s 144s The following packages have unmet dependencies: 144s satisfy:command-line : Depends: python3-gpyfft but it is not installable 144s E: Unable to correct problems, you have held broken packages. 144s autopkgtest: DBG: testbed command exited with code 100 144s autopkgtest: DBG: apt-get satisfy failed; status-fd: 144s 144s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 144s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 144s Reading package lists... 144s Building dependency tree... 144s Reading state information... 144s Starting pkgProblemResolver with broken count: 1 144s Starting 2 pkgProblemResolver with broken count: 1 144s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 144s Broken satisfy:command-line:s390x Depends on python3-all:s390x < none | 3.13.1-1~exp2 @un uH > 144s Considering python3-all:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated libpython3.12-minimal:s390x 144s Re-Instated python3.12-minimal:s390x 144s Re-Instated libnsl2:s390x 144s Re-Instated libpython3.12-stdlib:s390x 144s Re-Instated python3.12:s390x 144s Re-Instated python3-all:s390x 144s Broken satisfy:command-line:s390x Depends on python3-gpyfft:s390x < none @un H > 144s Broken satisfy:command-line:s390x Depends on python3-pytest:s390x < none | 8.3.4-1 @un uH > 144s Considering python3-pytest:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated python3-iniconfig:s390x 144s Re-Instated python3-packaging:s390x 144s Re-Instated python3-pluggy:s390x 144s Re-Instated python3-pytest:s390x 144s Broken satisfy:command-line:s390x Depends on python3-pytest-mock:s390x < none | 3.14.0-2 @un uH > 144s Considering python3-pytest-mock:s390x 1 as a solution to satisfy:command-line:s390x 9998 144s Re-Instated python3-pytest-mock:s390x 144s Done 144s Some packages could not be installed. This may mean that you have 144s requested an impossible situation or if you are using the unstable 144s distribution that some required packages have not yet been created 144s or been moved out of Incoming. 144s The following information may help to resolve the situation: 144s 144s The following packages have unmet dependencies: 144s satisfy:command-line : Depends: python3-gpyfft but it is not installable 144s E: Unable to correct problems, you have held broken packages. 144s command1 SKIP installation fails and skip-not-installable set 144s autopkgtest: DBG: testbed command exited with code 100 144s autopkgtest: DBG: apt-get satisfy failed; status-fd: 144s 144s autopkgtest: DBG: BadPackageError Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 144s autopkgtest [12:11:17]: test autodep8-python3: preparing testbed 144s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-all', 'python3-gpyfft', 'python3-pytest', 'python3-pytest-mock'], deps_new=['python3-all', 'python3-gpyfft'] 144s autopkgtest: DBG: testbed reset 144s autopkgtest: DBG: sending command to testbed: revert 288s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.7TrYpx 288s autopkgtest: DBG: sending command to testbed: print-execute-command 288s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.6w7yn0bh/runcmd 288s autopkgtest: DBG: sending command to testbed: capabilities 288s autopkgtest: DBG: got reply from testbed: ok ok root-on-testbed revert-full-system reboot suggested-normal-user=ubuntu revert isolation-machine 288s autopkgtest: DBG: testbed capabilities: ['ok', 'root-on-testbed', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'revert', 'isolation-machine', 'has_internet'] 288s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.7TrYpx/wrapper.sh 289s autopkgtest: DBG: got reply from testbed: ok 289s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/wrapper.sh'], kind short, sout raw, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest [12:13:42]: testbed dpkg architecture: s390x 289s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest [12:13:42]: testbed apt version: 2.9.30 289s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 289s autopkgtest: DBG: testbed command exited with code 0 289s autopkgtest: DBG: testbed has eatmydata 289s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [12:13:43]: @@@@@@@@@@@@@@@@@@@@ test bed setup 290s 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 [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [12:13:43]: testbed release detected to be: plucky 290s 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 [] 290s autopkgtest: DBG: testbed command exited with code 0 290s 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 [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: adding APT source: Types: deb deb-src 290s URIs: http://ftpmaster.internal/ubuntu/ 290s Suites: plucky-proposed 290s Components: main restricted universe multiverse 290s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 290s 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 [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 290s Package: * 290s Pin: release plucky-proposed 290s Pin-Priority: 500 290s 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 [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [12:13:43]: updating testbed package index (apt update) 290s 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'] 291s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 291s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 291s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 291s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 291s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 291s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 291s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 291s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 291s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 291s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 291s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 291s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 292s Fetched 1700 kB in 1s (1831 kB/s) 292s Reading package lists... 292s autopkgtest: DBG: testbed command exited with code 0 292s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 292s Package: * 292s Pin: release plucky-proposed 292s Pin-Priority: 100 292s 292s Package: src:sphinx:any 292s Pin: release plucky-proposed 292s Pin-Priority: 995 292s 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 [] 292s autopkgtest: DBG: testbed command exited with code 0 292s 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.7TrYpx/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 293s autopkgtest: DBG: testbed command exited with code 0 293s 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'] 293s + lsb_release --codename --short 293s + RELEASE=plucky 293s + cat 293s + [ plucky != trusty ] 293s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 293s Reading package lists... 293s Building dependency tree... 293s Reading state information... 293s Calculating upgrade... 293s The following packages were automatically installed and are no longer required: 293s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 293s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 293s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 293s linux-tools-6.11.0-8-generic 293s Use 'sudo apt autoremove' to remove them. 293s The following packages will be upgraded: 293s iproute2 liblsof0 libp11-kit0 lsof 293s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 293s Need to get 1791 kB of archives. 293s After this operation, 17.4 kB of additional disk space will be used. 293s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 294s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 294s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 294s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 294s Preconfiguring packages ... 294s Fetched 1791 kB in 1s (2848 kB/s) 294s (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.) 294s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 294s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 294s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 294s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 294s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 294s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 294s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 294s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 294s Setting up liblsof0 (4.99.4+dfsg-1) ... 294s Setting up iproute2 (6.13.0-1ubuntu1) ... 294s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 294s Setting up lsof (4.99.4+dfsg-1) ... 294s Processing triggers for man-db (2.13.0-1) ... 295s Processing triggers for libc-bin (2.40-4ubuntu1) ... 295s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 295s + /usr/lib/apt/apt-helper analyze-pattern ?true 295s + uname -r 295s + sed s/\./\\./g 295s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 295s + apt list ?obsolete 295s + tail -n+2+ cut -d/ -f1 295s 295s + grep -v ^linux-.*6\.12\.0-15-generic.* 295s + true 295s + obsolete_pkgs= 295s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 295s Reading package lists... 295s Building dependency tree... 295s Reading state information... 295s The following packages will be REMOVED: 295s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 295s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 295s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 295s linux-tools-6.11.0-8-generic* 296s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 296s After this operation, 167 MB disk space will be freed. 296s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81031 files and directories currently installed.) 296s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 296s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 296s Removing libpython3.12t64:s390x (3.12.9-1) ... 296s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 296s Removing libnsl2:s390x (1.3.0-3build3) ... 296s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 296s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 296s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 297s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 297s Processing triggers for libc-bin (2.40-4ubuntu1) ... 297s (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.) 297s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 297s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 297s + grep -q trusty /etc/lsb-release 297s + [ ! -d /usr/share/doc/unattended-upgrades ] 297s + [ ! -d /usr/share/doc/lxd ] 297s + [ ! -d /usr/share/doc/lxd-client ] 297s + [ ! -d /usr/share/doc/snapd ] 297s + type iptables 297s + cat 297s + chmod 755 /etc/rc.local 297s + . /etc/rc.local 297s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 297s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 297s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 297s + uname -m 297s + [ s390x = ppc64le ] 297s + [ -d /run/systemd/system ] 297s + systemd-detect-virt --quiet --vm 297s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 297s + cat 297s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 297s + echo COMPRESS=lz4 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest [12:13:50]: upgrading testbed (apt dist-upgrade and autopurge) 297s 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'] 297s Reading package lists... 297s Building dependency tree... 297s Reading state information... 297s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 298s Starting 2 pkgProblemResolver with broken count: 0 298s Done 298s Entering ResolveByKeep 298s 298s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 298s autopkgtest: DBG: testbed command exited with code 0 298s 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'] 298s Reading package lists... 298s Building dependency tree... 298s Reading state information... 298s Starting pkgProblemResolver with broken count: 0 298s Starting 2 pkgProblemResolver with broken count: 0 298s Done 299s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 299s autopkgtest: DBG: testbed command exited with code 0 299s 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.7TrYpx/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 299s autopkgtest: DBG: testbed command exited with code 1 299s autopkgtest [12:13:52]: rebooting testbed after setup commands that affected boot 299s autopkgtest: DBG: sending command to testbed: reboot 315s autopkgtest: DBG: got reply from testbed: ok 315s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 315s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 315s autopkgtest: DBG: testbed command exited with code 0 315s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot 316s autopkgtest: DBG: got reply from testbed: ok 316s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 316s autopkgtest: DBG: testbed command exited with code 0 316s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare 316s autopkgtest: DBG: got reply from testbed: ok 316s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7TrYpx/testbed-packages"], kind short, sout raw, serr pipe, env [] 317s autopkgtest: DBG: testbed command exited with code 0 317s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7TrYpx/testbed-packages /tmp/autopkgtest-work.ekxcmsou/out/testbed-packages 317s autopkgtest: DBG: got reply from testbed: ok 317s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 317s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot 318s autopkgtest: DBG: got reply from testbed: ok 318s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7TrYpx'], kind short, sout raw, serr pipe, env [] 318s autopkgtest: DBG: testbed command exited with code 0 318s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare 319s autopkgtest: DBG: got reply from testbed: ok 319s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7TrYpx/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 319s autopkgtest: DBG: testbed command exited with code 0 319s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 319s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-gpyfft'] 319s autopkgtest: DBG: install-deps: satisfying python3-all, python3-gpyfft 319s autopkgtest: DBG: can use apt-get on testbed: True 319s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-gpyfft'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 319s Reading package lists... 319s Building dependency tree... 319s Reading state information... 320s Starting pkgProblemResolver with broken count: 1 320s Starting 2 pkgProblemResolver with broken count: 1 320s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 320s Broken satisfy:command-line:s390x Depends on python3-all:s390x < none | 3.13.1-1~exp2 @un uH > 320s Considering python3-all:s390x 1 as a solution to satisfy:command-line:s390x 9998 320s Re-Instated libpython3.12-minimal:s390x 320s Re-Instated python3.12-minimal:s390x 320s Re-Instated libnsl2:s390x 320s Re-Instated libpython3.12-stdlib:s390x 320s Re-Instated python3.12:s390x 320s Re-Instated python3-all:s390x 320s Broken satisfy:command-line:s390x Depends on python3-gpyfft:s390x < none @un H > 320s Done 320s Some packages could not be installed. This may mean that you have 320s requested an impossible situation or if you are using the unstable 320s distribution that some required packages have not yet been created 320s or been moved out of Incoming. 320s The following information may help to resolve the situation: 320s 320s The following packages have unmet dependencies: 320s satisfy:command-line : Depends: python3-gpyfft but it is not installable 320s E: Unable to correct problems, you have held broken packages. 320s autopkgtest: DBG: testbed command exited with code 100 320s autopkgtest: DBG: apt-get satisfy failed; status-fd: 320s 320s autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from plucky-proposed 320s autopkgtest: DBG: testbed command ['rm', '/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref'], kind short, sout raw, serr pipe, env [] 320s autopkgtest: DBG: testbed command exited with code 0 320s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-all, python3-gpyfft'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 320s Reading package lists... 320s Building dependency tree... 320s Reading state information... 320s Starting pkgProblemResolver with broken count: 1 320s Starting 2 pkgProblemResolver with broken count: 1 320s Investigating (0) satisfy:command-line:s390x < none -> 1 @un puN Ib > 320s Broken satisfy:command-line:s390x Depends on python3-all:s390x < none | 3.13.1-1~exp2 @un uH > 320s Considering python3-all:s390x 1 as a solution to satisfy:command-line:s390x 9998 320s Re-Instated libpython3.12-minimal:s390x 320s Re-Instated python3.12-minimal:s390x 320s Re-Instated libnsl2:s390x 320s Re-Instated libpython3.12-stdlib:s390x 320s Re-Instated python3.12:s390x 320s Re-Instated python3-all:s390x 320s Broken satisfy:command-line:s390x Depends on python3-gpyfft:s390x < none @un H > 320s Done 320s Some packages could not be installed. This may mean that you have 320s requested an impossible situation or if you are using the unstable 320s distribution that some required packages have not yet been created 320s or been moved out of Incoming. 320s The following information may help to resolve the situation: 320s 320s The following packages have unmet dependencies: 320s satisfy:command-line : Depends: python3-gpyfft but it is not installable 320s E: Unable to correct problems, you have held broken packages. 321s autodep8-python3 FAIL badpkg 321s blame: gpyfft 321s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 321s autopkgtest: DBG: testbed command exited with code 100 321s autopkgtest: DBG: apt-get satisfy failed; status-fd: 321s 321s autopkgtest: DBG: BadPackageError Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 321s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 321s autopkgtest [12:14:14]: @@@@@@@@@@@@@@@@@@@@ summary 321s command1 SKIP installation fails and skip-not-installable set 321s autodep8-python3 FAIL badpkg 321s blame: gpyfft 321s badpkg: Test dependencies are unsatisfiable. A common reason is that your testbed is out of date with respect to the archive, and you need to use a current testbed or run apt-get update or use -U. 321s autopkgtest: DBG: testbed stop 321s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.7TrYpx 321s autopkgtest: DBG: sending command to testbed: close 338s autopkgtest: DBG: got reply from testbed: ok 338s autopkgtest: DBG: sending command to testbed: quit 338s nova [W] Using flock in prodstack6-s390x 338s flock: timeout while waiting to get lock 338s Creating nova instance adt-plucky-s390x-gpyfft-20250219-120853-juju-7f2275-prod-proposed-migration-environment-15-3d61908e-a1d5-48b3-90fd-81a0d4c3f299 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 338s nova [W] Timed out waiting for d43a658f-4e1e-4d83-a20d-28f359c05313 to get deleted. 338s nova [W] Using flock in prodstack6-s390x 338s Creating nova instance adt-plucky-s390x-gpyfft-20250219-120853-juju-7f2275-prod-proposed-migration-environment-15-3d61908e-a1d5-48b3-90fd-81a0d4c3f299 from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 338s nova [W] Timed out waiting for a8467fd1-40d2-480a-b46c-bec12bea570d to get deleted.